Feb 4 2009

PHP image manipulation class

flattr this!

I am working on an litle photo album script and while working on it I found that there are a lot of image manipulation script, but non that are very clever or clear.

So I decided to write my own (which I thought was clear enough for me and fitted my purpouses). Here it is, free of use.

The settings in settings.php are the following:

<?php
/**
  * Path settings
  */
 define("document_root", "/Users/paulp/Sites/Photos/");
 define("web_root", document_root . "web/");
 /**
  * Image and thumb settings
  */
 define("thumbWidth", 			164);
 define("thumbHeight", 			122);
 define("imageWidth", 			1024);
 define("imageHeight", 			768);
?>

Let me know what you think! ;)

Cheers,
//Paul

Attached Files:


Feb 3 2009

New site online!

flattr this!

Hi all,

Now its finaly it… I put my new site online. As you might be able to see it’s a wordpress blog with a specially made theme.
I based the theme on the Elegant Grunge theme but change the whole design. Quite nice and easy with wordpress although I dont have time getting into it deeper.

I am planning on writing some more post, some how-to’s in php, xcode, cocoa and iphone stuff and keeping you up to date on my world.

Hope you like the new site, design and post.

Cheers,
//Paul