
I2S - Australian National University
In 2013, PreviousNext was approached by the Integration and Implementation Sciences (I2S) discipline at the Australian National University, Canberra, for the redesign and upgrade of their website.

In 2013, PreviousNext was approached by the Integration and Implementation Sciences (I2S) discipline at the Australian National University, Canberra, for the redesign and upgrade of their website.
PHPStorm has a lot of built in test runners, but it doesn't support Drupal's Simpletest test runner. In this blog post we'll see how we can execute Drupal tests inside PHPStorm using Drupal test runner.
Recently, I have been working on a site with a big multi-step form that is using a lot of custom form elements, custom auto-completes, custom form api states and ajax based sub-forms. It is all built using Drupal form api. The best thing about this form is that all the fields and sub-forms map to a data model.
Apache Solr Search is a great module for integrating your Drupal site with the powerful Apache Solr search tool. Out of the box it can index nodes and their fields, but Panelizer pages won't be indexed. In this post I show how you can get around this by indexing the rendered HTML of a panelizer node page.