Archive

November, 2007

26th
Nov 2007

Dilbert on Agile software development

Dilbert on Agile

Source

Category trunk | Edit No comments »

11th
Nov 2007

Generating JPG thumbnail with PHP

In case you need to generate image thumbnail, you can use this simple PHP function. It takes 4 parameters: source filename, thumbnail filename, thumbnail width and height. Before resizing the image, this function crops it proportionaly, this way ensuring that thumbnail image is not streched. Read the rest of this entry »

Category PHP | Edit No comments »