Posts Tagged ‘gd2’

Image manipulation and watermarking in PHP with GD2

Thursday, September 10th, 2009

The following functions are what I usually use to handle images in my projects. We’ve got reScaleImage which will resize and save an image, keeping aspect ratio.... Read More

Writing a CMS/Community with Smarty and the Zend Framework: Part 5

Sunday, November 25th, 2007

In this part we will take a look at what happens after a user logs on. We will also revisit quite a lot of code that has been changed.... Read More