wine is the head of all obstinance and a fine solvent of human brains
Blues faces - what's wrong with a little sincerity?
05 April, 2013Tags
I went to a blues gig recently, and I’m not sure why, but the whole thing just felt wrong. The thing about white men playing the blues has…
Border-box mostly FTW
29 January, 2013Tags
I’ve been a fan of box-sizing: border-box ever since reading Paul Irish’s article * { box-sizing: border-box } FTW I use it on most projects…
Improving user acceptance testing sessions
12 July, 2012Tags
I’ve been involved in quite a few UAT sessions with clients, and they can be very frustrating for a developer. You’ve spent weeks working on…
Working in Woking - it's grim down south
29 March, 2012A while ago, I had the misfortune to be sent to work in Woking. I’d previously spent some time there on a theatre tour, and I’d hated it…
Here are a few of my favourite things (Drush commands)
17 February, 2012Tags
In case you didn’t already know, Drush is great. It can massively speed up the Drupal development process. Here are some of the commands I…
Demonstrating designs to clients using PHP's file and image functions
23 January, 2012Tags
Here’s something I picked up from the designers at Catch Digital. When showing site mockups to a client, they would create a directory of…
NetBeans code templates
16 January, 2012Tags
Something I’ve only just discovered the usefulness of is code templates in Netbeans. I always used to have autocomplete set up in Outlook…
The power of paper
26 December, 2011Tags
I’m a sucker for articles on sites like Lifehacker about online productivity tools. I’ve tried loads of apps and online to-do lists, but I…
Printing using JavaScript
09 December, 2011Tags
I always thought it was very easy to add a JavaScript print page link to a page - all you had to do was add a simple line of code: All good…
How to create a themable, templated custom block
08 December, 2011Tags
On a drupal 6 site, I wanted to create a custom block, but I also wanted to make sure that it would be easily themable. For some reason I…