Archive for August, 2008

Automatically Version your Javascript & Stylesheets

Recently, I was browsing the internet, as you do, and I came across a great little article that discussed the automatic versioning of stylesheets, javascript, flash and image files.
As i constantly have to hold shift when refreshing to get a full page refresh, I decided this method was genius and decided there were a few [...]


Benchmark your PHP code

As a developer I often question myself when I have many occurrences of a function that could be replaced by something else. There are often many ways of achieving the same thing and only opinion standing in the way of a decision.
To solve this problem, I often benchmark certain peices of code multiple times to [...]


Managing Apache2 on Debian Etch

Thought i’d write a quick guide on managing apache2 once installed and running under debian.
Covers log file management, adding virtual hosts (with subdomains) and basic security.