TMX - Translation Memory eXchange for PHP

July 22nd, 2007

Apparently TMX is going to be the industry standard for translation.

It stores the …

What on Earth does a single underscore then parenthesis mean in PHP? _()

July 22nd, 2007

Further to my previous post on the double underscore __()

An exemplar for impatience

July 16th, 2007

Working with the lights on and windows open during the summer months I’m …

Microsoft antitrust ruling is a bunch of sour grapes

June 28th, 2007

Apparently, Google has called on a US federal judge to extend the Microsoft …

Can everyone see your PLESK stats?

June 22nd, 2007

For those using PLESK as a control panel to manage a web site:

If …

Summary - Google Searchology presentation 16th May 2007

May 19th, 2007

Google’s Searchology™ press event offered a fascinating insight into ‘The mind …

Subversion for webmasters

May 10th, 2007

Subversion, the version control system, seems to offer many benefits to …

PHP Script that finds .htaccess within a specified directory

May 3rd, 2007

The following script iterates through the directory structure of a website, builds, …

email naming conventions: a note about forename DOT surname @ example DOT com

May 3rd, 2007

Lots of big organisations seem to use a “forename DOT surname” format for …

Selecting MySQL records in time bands from random log data

April 30th, 2007

Lets say you have thousands of log records in a database table that …