Recent Posts

Enabling Network Access to Uniform Server

less than 1 minute read

Uniform Server is a WAMP package that I use in my web development setup. The default installation sets the web server to allow access only from the local mac...

Password Salting Techniques

6 minute read

This article is about using salting techniques to improve the security of authentication for websites.  Examples are in PHP but the techniques apply to any l...

Missing tooltips in Firefox 3.5 and IE8

less than 1 minute read

I’ve just upgraded to Firefox 3.5 and noticed that tooltips had stopped working.  I then checked Internet Explorer 8 and found tooltips were not working ther...

Run SysInternals tools direct from the web

less than 1 minute read

SysInternals tools are a fantastic set of free utilities written by Mark Russinovich and Bryce Cogswell.  There are invaluable for system admins and Windows ...