Blog entry showing how to make a very simple CSS compiler with PHP and CSS, without much effort.
This short piece of PHP code generates valid AUTH PLAIN for smtp servers, at least Postfix. Can be used when testing smtp with telnet.
How to create unique ids with multiple tables using Sphinx
Tags: scripts-and-functions no-ip
Small and simple PHP client for the no-ip.com API for hosting domains on a dynamic IP.
Fixing APC upload bug when no file is given in upload field. Complies to PHP 5.3.5-1ubuntu7.7 on Ubuntu 11.04
I had a few problems building the php5-solr extension with the regular pecl command on my Ubuntu 10.04 box, so this will show you how it is done. I guess it will work with other versions of ubuntu as well.
How to use multiple sub domains on localhost for web development with dnsmasq.
Tags: Quotes
"The lyf so short, the craft so long to lerne." - Chaucer
Tags: php scripts-and-functions
A couple of function to use in order to rename a directory recursively. Needed it at my work and could not find anything that worked the way I excepted.
Tags: php scripts-and-functions
Most simple example of an event dispatcher I can think of. Written in PHP