phpclasses.org hates me
One of my favorite time killers is going to phpclasses.org and window shop for code. Sure, a lot of the…
Read Morephpdocumentor cheat sheet
I've been documenting my code in phpdoc style for a while and have compiled a cheat sheet of common tasks…
Read MoreFix for "convert: no decode delegate for this image format "
While working with ImageMagick on one of my servers I was getting the following error: convert: no decode delegate for…
Read MoreInstall Imagemagick from source on CENTOS 1386 4.5
Execute "wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz" to download the tarball. Execute "tar xvfz ImageMagick.tar.gz" to extract the tarball. Execute "cd ImageMagick-x.x.x" to change…
Read More