Skip to main content
Start of main content.

Our blog

Welcome to our growing knowledge base.

DrupalCon Sydney - Real world continuous integration for Drupal

Continuous integration (CI) is a practice in software development that builds, tests and deploys changes automatically, usually multiple times a day, on each change to a code base. Find out how this practice can apply specifically to Drupal projects and see a working continuous integration setup in action and in a Drupal context.

 

Senior Drupal Developer

DrupalCon Sydney - Rethink Your Requirements

Requirements often come with technical implications, without regard for the platform that will be used - or even for the system's users and what they might want. Meeting strictly written requirements can lead to an over-engineered and over-priced solution.

Client Service Manager

Search API Solr Overrides

Maintaining multiple Drupal 7 environments with unique configuration is hard. Maintaining different Solr configuration for these environments is even harder. Enter Search API Solr Overrides; the easier approach.

Up and running with Sass in Drupal 7

SASS stands for Syntactically Awesome Stylesheets, and are a powerful way to streamline your Drupal theme's CSS. Based on CSS, the learning curve is not too steep for a seasoned front-end developer. In this post, you'll get an introduction to the basics of SASS and how to get your development environment up and running.

PSR-0 and Class Autoloading for Drupal 7

Although Drupal 7 has some great class autoloading features available, in the last couple of years there have been some moves in the PHP community to create some more standardised methods for autoloading. Once such move is the PSR-0 standard, central to Drupal 8, and you can use it in your Drupal 7 projects right now.

Senior Developer