Coffeerings Articles
Benchmarking PHP Frameworks
There are many reasons for choosing one framework over another, personally, my primary concern is making the development cycle as painless as possible but I can't really ignore some of the real world implications of using framewo...read more
Rails and Apache
In what appears to be a very useful find 'Phusion Passenger' offers powerful (open source) deployment option for your ROR sites. It's an out-the-box Apache module with a 2 line install. Paired ...read more
Useful bit of Javascript
Never thought about using javascript for this before but I had a requirement to force the window to the top of the page whilst executing a javascript onClick event. Very simple but thought I'd note it down for future refere...read more
Quick jquery Gallery
I had a look at some of the gallery plugins available for jquery and although impressed with some of the cool stuff available decided after trying a few I needed something else.I di...read more
Massive CPU usage when updating Fedora using YUM/RPMQ
We noticed that YUM and RPMQ processes were using a massive amount CPU between them, the most likely the reason is that the rpm somehow hanged or was killed while it was running updating the system and left the repo info in an ...read more
RECENT ARTICLES
Lightweight blog created on Ruby/GAA/Datastore stack
Put this together a month or two back but never got around to replaci... read more
Using Node JS and Couch DB Stack for Web Dev
With the recent hype surrounding Node.js I thought I'd better get my ... read more
Campaign Monitor API Using PHP and SOAP
Campaign Monitor has a fairly comprehensive API and support docs.&nbs... read more
Google Maps Snippet
Absolute bare basics when it comes the Google Map api but a snippet o... read more