Archive for September, 2009

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

Pico Lisp to JSON with JavaScript

Wednesday, September 2nd, 2009

On many occasions it’s preferable to convert PicoLisp on the client side instead of on the server, here’s an attempt.... Read More