29 Nov
Today I came across this blog post. It’s a PHP snippet for having a different image be displayed each month. I felt that it was lacking so I decided to do my own version of it. Don’t have a need for it but something triggered me to work on my own version.
(more…)
17 Mar
I did this for a co-worker. It’s a small script that scans a given directory for images and displays the html resized version as a thumbnail with a link to the full image. It’s not fully done though. I didn’t finish adding support for pages since it was something simple and did it while I had some free time at work. Maybe it may be of some use to someone.
22 Sep
At work I get files sometimes with hexadecimal entities but the problem is that we use numeric entities. I decided to write a simple script that will search the file for hex entities and convert them to numeric one. This is intended to be used with Komodo Edit or via the command line.