« About me

riches designer, developer, gamer

Monthly Archives: November 2009

PHP Variables and Echo Primer

PHP is highly scalable and will most likely be installed on a Linux of Unix web server by default, so below we introduce the basics of using this language. This is by no means definitive, for full documentation you should visit … Continue reading

November 26, 2009

Distance Between Postcodes in Good Olde British Miles and PHP

Often you may need to calculate the rough distance between postcodes for such uses as delivery or catchment areas, here is a simple (and free) way to do just that. First of (legally) obtain a database that contains the ordnance survey coordinates against … Continue reading

November 20, 2009

Add a Watermark to Images on the Fly

Adding a watermark to an image is quite easy with PHP and has many applications, such as branding or copy protection. So after the jump see just how easy it is, and let us know your thoughts. First of make … Continue reading

November 19, 2009