Technical information on this site may be out of date : no updates since 2015

When to Choose Drupal

November 3, 2009 , posted under drupal cms framework

Drupal is a very flexible CMS which can be extended to provide the functionality needed for may different types of website.

I’ve worked on a few projects where I was brought in for my Drupal expertise, but in the end felt that Drupal wasn’t a good solution in these particular circumstances. So I’ve been pondering what sorts of projects is Drupal best suited to.

Read More…

Is Drupal a Standard?

November 2, 2009 , posted under drupal best practice cms standards

I’ve been working in the CMS arena for 10 years, and the whole time I’ve been expecting one or more “industry standard” CMS’s to come along, but instead we’ve seen thousands of competing products with almost every web agency claiming to have CMS product.

While development costs have come down a long way due to greater experience and code re-use they still haven’t come down anywhere close to the level that people are used to from purchasing shrink-wrapped mass market software.

Clients have been getting fed up of high costs and vendor lock-in.

In this context I’ve seen many clients specifying Drupal as a requirement when putting projects out to tender – in the hope of saving cost and avoiding lock in.

Read More…

Drupal has no API

September 4, 2009 , posted under drupal api framework

I’ve been using Drupal for a couple of years now, and know my way around it pretty well.

One of my biggest frustrations though is that it doesn’t really have an API.

Read More…

Drupal Live and Dev sync

July 23, 2009 , posted under drupal sql

When developing Drupal one often needs to pull recent copies of the live database into the dev environment.

Loading a dump into the dev database will update any existing tables, add any new ones - but it won’t remove tables from the dev environment that re not in live.

Read More…