24 May 2013 - 14:11
The Drupal karting scene is coming to Milton Keynes on Saturday 6th July! Has your Drupal company got the skill to take the chequered flag?
15 Mar 2013 - 13:05
We all know about coding standards, but for some, they're an afterthought, not a way of life. Here's how to change that.
12 Feb 2013 - 13:23
Site-specific modules can be a bit tricky as there's no fixed structure to use, but we've come up with what we think is the ideal solution...
1 Feb 2013 - 12:49
Tigerfish entered the first ever Drupal Karting Grand Prix and finished second overall!
7 Sep 2012 - 16:10
Contextual filters in Drupal's views make it trivially easy to change a view based on the current path, but what if you are using the view in a...
5 Sep 2012 - 15:53
PhpStorm is a great PHP IDE, but did you know it can also debug JavaScript pretty well too? Here's how to debug scripts using Google Chrome as a...
25 Jun 2012 - 16:01
There were so many good sessions at DrupalCamp Oxford that it was difficult to decide what to see. We've tried to summarise the things we...
11 Jun 2012 - 09:40
XDebug is a powerful debugging tool for PHP code. However, it's not quite clear how to configure it for use if the code you want to debug is...
21 May 2012 - 16:13
Recently I was tasked with coming up with a system for redirecting users to the correct version of a translated site based on where they were...
17 Jan 2012 - 15:11
Ever wondered how to loop through the same database query resultset twice, resetting the pointer to the beginning, instead of having to redo the...
12 Jan 2012 - 17:24
A quick summary of how to document your code properly, to act as a reference when you need to PHPDoc your functions.
10 Jan 2012 - 17:05
Ever wondered why SimpleTest runs are much slower in Drupal 7 compared to their Drupal 6 counterparts? The answer lies in the way that SimpleTest...