-
Recent Posts
-
Recent Comments
- Andrew Brightey on Retro Blog : Christmas 1982 = ZX Spectrum
- Brian Coyle on Retro Blog : Christmas 1982 = ZX Spectrum
-
Archives
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
-
Categories
-
Meta
Monthly Archives: December 2011
The Alternatives System
It is common for a server to have several different programs installed that all fulfil the same or similar function(s). Text editors are a good example – most servers have multiple text editors installed, such as vim, emacs, gedit. Whilst … Continue reading
Posted in Managed Hosting Leave a comment
Should You Develop New Code Or Reanimate Old?
Should You Develop New Code Or Reanimate Old? At times developers, project managers or in fact anybody doing IT related work may face quite a puzzling dilemma – you have a project that is currently live somewhere, but users/owners are … Continue reading
Posted in Managed Hosting Leave a comment
Get Your Zend Config Parameters from Outside of the bootstrapped Zend Framework Application.
Get Your Zend Config Parameters from Outside of the bootstrapped Zend Framework Application. The majority of my time is spent writing code using the Zend Framework. Sometimes I’m asked to write a separate script that is periodically scheduled to run … Continue reading
Posted in Managed Hosting Leave a comment
Getters, Setters and Magic Methods in OO PHP
Getters, Setters and Magic Methods in OO PHP Introduction Object Oriented Programming (OOP) is a very common concept in many of todays programming and scripting languages, while the benefits may be minimal in very small projects, it can remove the … Continue reading
Posted in Managed Hosting Leave a comment
SSH Client Configuration File
SSH is an invaluable tool for system administration; there’s no better way to do it. However, people rarely use the configuration files to make their lives easier. Here’s a few pointers to help: The SSH user configuration file is usually … Continue reading
Posted in Managed Hosting Leave a comment