$theTitle=wp_title(" - ", false); if($theTitle != "") { ?> } else { ?> } ?>
by Andrew Johnstone
In: General
27 Mar 2005After pitching for the Museum of London it has brought to light the hypocritical nature of businesses and web standards. Why claim under false pretences that your site abides to web-standards? I find this fundamentally scrutinizing when it states “The Museum is not be liable for any loss, damage or inconvenience arising from your use […]
In: General
14 Mar 2005Firstly, PHP has very little dependencies. It does not need any files copied to the system root as many installation instructions state (with the exception of certain PHP extensions). PHP from the command line. Usage: PHP [options] [-f] <file>[–][args…] PHP [options] -r <code> [–] [args…] PHP [options[ [-B <begin_code>] -R <code>[-E <end_code>] [–] [args…] PHP […]
In: General
14 Jun 2004Recently I have been researching into multi-lingual content, admittedly I have never properly looked into the concepts of Internationalization and Localization (i18n, l10n) before. Whilst reading the ICU documents. I have realised there is a significant lack of support for i18n & l10n in PHP applications. Despite the controversy with enterprise PHP, and the contenders […]
I have been a developer for roughly 10 years and have worked with an extensive range of technologies. Whilst working for relatively small companies, I have worked with all aspects of the development life cycle, which has given me a broad and in-depth experience.