Using Jenkins CI and Drupal

While building my Drupal 7 profile I started playing around with Jenkins CI. My reasons for doing so were two fold: Code Quality I believe in code quality, there are multiple tools out there that will analyse code and report back using various different metrics. CI allows me to run these metrics on a repeatable basis, if my code changes then the quality changes. This makes me a better developer overall....

January 24, 2012 · 4 min · Mike Bell

Jquery UI Tabs in Drupal 6

A few months ago I saw an ubercart shop that had tabbed content on the product pages. Genius idea! As per rule 35 of drupal/the internet a module probably already exists but I decided to build this from scratch. It’s not a module so I won’t be releasing it, it’s more a proof of concept for me to learn some more drupal skills. My first attempt failed miserably attempting to shoe horn it into the default node....

August 7, 2009 · 2 min · Mike Bell