Optimising Drupal performance

There are a few great out of the box performance tweaks which Drupal offers to speed up page loading times and minimise server load. First of all, these tweaks wouldn’t suit every site. You need to first think about how much traffic you currently get and how often our content changes. You don’t necessarily have to add or amend a page for content to change; people can post comments and interact with your site in ways which change the content displayed. This will make a difference to how you chose to optimise your Drupal site performance. ...

13 March, 2011

Book review: CodeIgniter 1.7 by Jose Argudo Blanco and David Upton (Packt Publishing)

The CodeIgniter framework is a secret weapon for many web developers as it allows you to quickly build complex web applications in a structured and organised way. I started using CodeIgniter over a year ago now so I’ve approached Packt’s CodeIgniter 1.7 by Jose Argudo Blanco and David Upson as a way of expanding upon when I’ve already learnt from the user guide, forums and a book which I had previously read from Wrox called Professional CodeIgniter by Thomas Myer. ...

27 February, 2010

'PHP Nature' missing from 'Project Natures' in Aptana Studio 2.0

For some reason, even though I have the PHP Development Tools (PDT) installed in Aptana Studio (2.0), I’m not able to select ‘PHP nature’ in the ‘Project natures’ of an imported project. I can start a new PHP Project which will have the ‘PHP nature’ selected as primary nature, but this doesn’t even appear as an option in imported projects. The only two natures that are available are ‘Remote Nature’ and ‘Web Nature’. The ‘PHP nature’ adds some really useful functions, like grouping my @todos into Aptana’s Tasks view and also other handy things like auto-completing PHP docblocks. ...

13 January, 2010

CodeIgniter 1.7 by Jose Argudo Blanco and David Upton

I was recently sent a copy of a book from Packt Publishing to read and review called CodeIgniter 1.7 by Jose Argudo Blanco and David Upton. I’ll be interested to see how the book compares to what I’ve learnt so far about CodeIgniter (>1 years experience CodeIgniter and >4 years php) and see what else it can offer, especially in terms of planning and managing application projects. The description on the Packt Publishing website says: ...

22 December, 2009

Firefox or Chrome

Here’s an edgy stand-off I find myself in the middle of every so often – Google Chrome or Mozilla Firefox as my default browser. From a day to day, quick browse, everything is on the web perspective I’d have to say I prefer Google Chrome. It’s fast(er), simple and gets the job done. However, from a web developer perspective Firefox has the add-ons that you so sorely need. I’ve tried designing a Drupal Zen sub-theme with Chrome’s ‘inspect element’ feature but it’s not as comprehensive as the Firebug add-on for Firefox which I couldn’t work without....

13 December, 2009