Category Archives: Linux

Ubuntu 12.04 (Precise Pangolin) and PHP 5.4

I was looking forward to trying out some of the new features in PHP 5.4 when I upgraded to Ubuntu 12.04 this morning. Unfortunately, Ubuntu decided to stick with 5.3 for this release. There is upgrade path available though via … Continue reading

Posted in Linux, OSS, Recipes, Software, Work | Tagged , , | Leave a comment

New Replication Features in MySQL 5.6

I’ve just been reading an article on replication in MySQL 5.6 and there are quite a few new cool features that will vastly improve replication environments with MySQL. Some of these include: Optimised row based replication (documentation here) – replication … Continue reading

Posted in Linux, OSS, Software, Work | Tagged , , , , | Comments Off

Looking at New Features in PHP 5.4

PHP 5.4 was released at the start of March and heralds a key new feature which I have long bemoaned the lack of: traits. Traits (see PHP’s documentation and Wikipedia’s description) allow programmers to define a set of functions which … Continue reading

Posted in Links, Linux, OSS, Software, Work | Tagged , , , | Comments Off

TallyStick, ViMbAdmin and a CSS/JS Minify Tool

It’s been a busy few weeks: We launched TallyStick – a time tracking and billing tool – two weeks ago and have pushed some bug fixes and updates. So far so good! IXP Manager, an open source web application to assist … Continue reading

Posted in Links, Linux, News, OSS, Software, Work | Tagged , , , , , , | Comments Off

“Go Faster” Websites – Introducing Minify

We’ve been minifying and bundling CSS and JS for years to ensure quick page loads of the applications we build. We’ve now generalised, documented and packaged the tool we use for this and released it under a BSD license so others can benefit. Continue reading

Posted in How-tos, Links, Linux, OSS, Recipes, Software, TallyStick, ViMbAdmin, Work | Tagged , , , , , , , | Comments Off