-
30th May, 2008
Running multiple web sites in apache in your user directory
A lot of Apache installs by default assume the website is running as www-data:www-data in /var/www.
-
24th May, 2008
Sqlite in Python
Sqlite is a small, standalone SQL based database engine. As long as you know SQL, you can get get started with a small file based database in seconds.
python sqlite -
15th May, 2008
Windows Server 2003 files don't download correctly.
Windows 2003 Server does not correctly serve up files which do not have a MIME type configured.
mime server windows2003 -
15th May, 2008
Clearfix CSS
Do you have a problem with tricky clearing? Use this.
ccs -
14th May, 2008
Why is libxml so slow?
If you've been good and included your doctype at the top of your XML document, libxml will by default try to validate your document against it.