Skip to main content
Start of main content.

Our blog

Welcome to our growing knowledge base.

Innovative Collaboration with the aGov Drupal distro

Pia Waugh, Director of Coordination and Gov 2.0 for Technology & Procurement Division, at the Australian Government Department of Finance recently gave a talk about collaborative innovation. She challenged attendees from the public sector to step outside their organisational silos and work together to make the most of their resources.  She acknowledges the constant pressure public servants are under when being asked to deliver more and more with less and less, but suggests collaborative innovation as the key to doing exactly that.

To Alter or Dispatch: Drupal 8 Events versus Alter Hooks

Drupal 8 comes with two extension points for module developers to allow other modules to interact with their code.

The trusty alter hook, the linchpin of Drupal versions past is still there - allowing other modules to interact and intervene in the behaviour of your module.

But there is a new kid on the block, the event system.

So as a module developer how do you decide whether to use the alter system or the event system.

Drupal 8 Accelerate

PreviousNext helps drive the push towards the release of Drupal 8, with financial support for the Drupal Association and our team members providing development expertise.

Decouple Design with Styleguide Driven Drupal Development

The traditional approach of directly styling default Drupal markup is not a scalable solution when we consider the volatility of the modern browser ecosystem. It is now necessary for front-end developers to abstract design patterns into manageable components. By using a styleguide we can automate the process of isolating and cataloguing patterns so they can be iterated and tested against independently. In this post I discuss ideas and put forward some informal rules around managing these components from within a styleguide.

Front-End Developer

PreviousNext are AWS Consulting Partners for Enterprise Drupal Hosting

With a rapidly expanding global infrastructure, Amazon Web Services provides a highly reliable, scalable, low-cost infrastructure platform in the cloud that powers hundreds of thousands of websites around the world. PreviousNext are pleased to announce we’re now AWS Consulting Partners and Certified Solution Architects, offering diversity in enterprise-grade Drupal hosting and support for our clients.

PreviousNext Prepares for DrupalSouth Melbourne 2015

There’s a buzz in the air as Drupal enthusiasts prepare to descend upon Melbourne for DrupalSouth 2015, to be held at the Melbourne Convention and Exhibition Centre (MCEC) from 5 - 7 March.

Lucy VernonAdministration

Drupal Testing Roadmap

Recently the patch to bring Mink based testing to drupal core went green. As result of that Lee Rowlands (@larowlan), Nick Schuch (@wesome1989), Adam Hoenich (@djphenaproxima), and myself (@grom358) had a discussion to create a roadmap for improving testing in Drupal core. Here is what we discussed.

Senior Drupal Developer

Yow! Conference: report from the field

After some interactions on twitter about the speaker line-up at the Yow! Conference, our community engagement director was invited to attend to see what it was all about first hand. 

Automated style guides with KSS-node

During PreviousNext’s weekly developers meeting I recently gave a lightning talk about how to use kss-node to auto-generate a website style guide. If you’ve even tangentially followed front-end development, you’ll find that this is yet-another blog post describing “project A implementing technology B with hip, new language/framework C.”

But kss-node is really cool and useful, especially if you understand how it fits into the larger picture of the new web development process. Fortunately, my previous post provides that big picture, so if you’d like to understand how Agile is turning web development inside-out and how style-guide-driven development is the new website development workflow, please go read that first. Then head back here for the screencast to get you started with kss-node.

Senior Front-end Developer