Mastodon
FREEBIE: YouTube Console

FREEBIE: YouTube Console

A couple of days ago I discovered Intercom.  An open-source JavaScript framework allowing anyone to create their own command-line application. I decided to try it out by creating a command line interface (CLI) for YouTube.  What does this mean you ask yourself?  Well,...

REVIEW: Fractal Design Define R3

This post is a copy of an email which I sent to Fractal this morning.  After reading over it, I decided that it made a pretty good review too, so here’s me sharing it with you! Hi there, I just wanted to take some time out to provide you with feedback for one of...

Hostrail Experience Review – An Honest Nightmare

Towards the end of 2010 I was on the lookout for a suitable VPS hosting provided who’d be able to provide me a decent service at a decent price – as it was only going to be for a hobby server (trying scripts, staging demos and generally just gaining...

HOW TO: Disable Deprecated Function Notices in PHP

Here’s a quick tip on how to disable notices like this one appearing on your site: Deprecated: Function eregi() is deprecated in… At the top of your application (bootstrap or index file) just add the following line of PHP: error_reporting(E_ALL &...

FREEBIE: Magento Featured Products Widget

UPDATE 4 FEBRUARY 2012: An updated version  of this widget is now available here Today I launched my first Magento widget. Features Group by category.  Using this widget, you can specify the categories to display products from, and on the frontend you’ll be able...