Popular Posts
Tools and Tips
Search
Archives
Articles I've written or found enjoyable.
Tuesday, October 23. 2007
Project Planning for Developers
Project planning can be a tough task, as well as in any other software development. Every programmer knows that to create something new for the world to share and use, it starts with the planning. Planning your projects ahead of time can save you a lot of time, and present a more exciting challenge at the very same time. Remember, if you fail to plan, plan to fail. This article will present some basic concepts to think about during your own planning session for your next project.Continue reading "Project Planning for Developers"
Monday, October 15. 2007
8 Practical PHP Regular Expressions
Here are eight examples of practical PHP regular expressions and techniques that I've used over the past few years using Perl Compatible Regular Expressions. This guide goes over the eight different validation techniques and describes briefly how they work. Usernames, telephone numbers, email addresses, and more.Continue reading "8 Practical PHP Regular Expressions"
Saturday, October 13. 2007
Regular Expressions in PHP
What are Regular Expressions?
Regular expressions are a way of describing a pattern, using this pattern with PHP you can match, examine, replace, and edit strings with extreme versatility and flexibility. This guide covers the basics of Perl Compatible Regular Expressions, or PCRE, and how to use preg_match(), preg_replace(), and preg_split().Continue reading "Regular Expressions in PHP"
Posted by Joey
in Articles, How to, Misc, PHP, Regex, Resources
at
12:24
| Comments (0)
| Trackbacks (0)
Sunday, October 7. 2007
PHP Security - Part Two
This is part two of PHP Security basics. In this part, we'll be talking about validating integers better, validating strings with regex, hashing sensitive information, and webserver security.Continue reading "PHP Security - Part Two"
PHP Security - Part One
This guide goes over the basics of cleaning user input for safe use. This includes escaping strings correctly, stripping html and tags, preventing SQL injection, and other security issues. Anytime you use a $_POST, $_GET, or are receiving any information that the user can modify, you must be sure that you properly escape it, and clean it in some cases. This guide will show you how to do that, and more.Continue reading "PHP Security - Part One"
Thursday, October 4. 2007
Resources
By Date
2007 Oct Nov Dec2008 Jan Feb Mar Apr May Jun Jul Aug
By Category
How To
Javascript
Linux
Misc
MySQL
PHP
Regex
RSS
Articles
How to install Apache, MySQL and PHP (LAMP) in Ubuntu 8.04
A Simple RSS Reader with SimpleXML
PCRE Tester and Cheat Sheet
How to install APC in Ubuntu 7.10
How to install Xdebug for PHP5 on Ubuntu 7.10
How to install Apache, MySQL and PHP (LAMP) in Ubuntu 7.10
How to install PHP GTK in Ubuntu 7.10
67 Killer Resources for Web Developers and Designers
Practical PHP Optimizations
Data Filtering Using PHP's Filter Functions
PHP Security: Part One
PHP Security: Part Two
Regular Expressions in PHP
8 Practical PHP Regular Expressions
Project Planning for Developers
Installing Avant Window Navigator in Ubuntu 7.10
Automating MySQL Backups with Cron
PHP Toolkit
Understanding Classes and OOP
News
See The Archives
