andPHP.com

Web Development Tips, Tricks & Much More

This article is outdated, for more information on PHP Namespaces please check the PHP Manual.
Namespaces have been around for quite a while in Object Oriented programming with languages such Java. Basically, for those of you who have not used them, it means that you can create a context or package for a set of variables, [...]

Joe Lencioni over at Shifting Pixel, has written a post about the easy to use image resizing script. It’s a really simple script that you use by specifying the parameters in the src part of the img tag.
The major advantage of this script is that it allows me to resize and crop any image [...]