Writing schedule

One of my goals for this year is to create and stick to a writing schedule for all of my non-personal blogs - currently PHP Developer, Politics Geek and Insurance…

Introduction to nginx

By far and away the most popular web server is the Apache HTTP Server (usually just 'Apache') - the A in LAMP. However, Apache is by no means the only web server available,…

How to respond to patches

A couple of weeks ago I made a pull request to the documentation of the Symfony framework entitled: Remove reference to copying parameters.yml from Git cookbook (does pretty much what it…

Bootstrap 3.1.1

Hot on the heels of the new minor version release, Bootstrap has pushed out the first patch release for the 3.1.x series. Most of the changes are minor CSS fixes,…

All about Catalyst

Catalyst is a web development framework, similar to Symfony, Zend etc. but written in Perl. Josette's blog has a three part interview with Matt S. Trout, one of the Catalyst…

Mail Manager

One of the first projects I completed in my new job is called Mail Manager, which is used by university students as part of their coursework. The main issue was…