Archive for the 'Website Development' Category

PHP 5.3 alpha1 released

PHP 5.3 alpha1 was released 1st August 2008, you can see the news entry for this here. Along with this alpha release are quite a few drastic changes and some cool new features. Firstly it says ‘The PHP 5.3.0 branch will only support Windows 2000, XP, Server 2003, Vista, and Server 2008. Support has been dropped for [...]

When to use static php variables

If your a PHP developer this handy little variable can often be overlooked. Read more »

Using Apache ErrorDocument to create a content management system

With Apache comes the ability to create a custom 404 Not Found error page, in this article I highlight a simple method I use to leverage the power of this handy little feature. Read more »