Skip to main content
Start of main content.

Our blog

Welcome to our growing knowledge base.

Web Directions Summit: The Ethics of Design

Web Directions covers a lot of ground when it comes to design and technology conferences within Australia. Right now they have seven conferences targeted towards designers, developers, leadership, product and culture. 

Web Directions Summit is the big one β€” it's their conference that brings the whole team together. This year it was held in Sydney at the fantastic new International Convention Centre (ICC) in Darling Harbour.

Richard SisonUser Experience Lead

How Drupal Contribution leads to Success

I recently had the pleasure of presenting my session 'How Drupal Contribution leads to Success' at Drupal South Canberra 2018.

Drupal adoption is still growing, but can the contributors keep pace? In this session I looked at how organisations can really benefit from contributing to Drupal.

Introducing Drupal Testing Traits: Drupal extension for testing existing sites

Drupal allows writing tests for installation profiles. A profile can have sample content which is created during installation, like umami in Drupal core. Drupal allows writing tests for modules as well. A module can also have sample content which is created during installation or config import.

Drupal Testing Traits allows writing tests for an already installed site. A site with content types and content. You can write tests for the all the pages in your site in different viewports and test user interactions aka JavaScript tests.

Jibran IjazSenior Drupal Developer

Be Prepared for the DrupalSouth 2018 Sprint

Update: Re-published for DrupalSouth 2018 edition

The PreviousNext team are sponsoring and helping to run the sprint day on Wednesday, December 5th 2018, and there are a few things you can do now to hit the ground running on the day.

UX Australia 2018: Conference Review

Last week I had the privilege of attending and speaking at my first UX Australia conference. This year it was held at the Grand Hyatt in Melbourne.

UX Australia is the largest conferences in Australia for our industry β€” there were 850 of us running around apparently β€” so it was only appropriate for the keynote speakers to be industry heavy-hitters.

With big names like Steve Portigal (California), Lauren Currie (NOBL Collective) and Alan Cooper (The "Father of Visual Basic") floating around, the bar was set very high and it did not disappoint.

Richard SisonUser Experience Lead

Encrypted Drupal Database Connections with Amazon RDS

Malicious users can intercept or monitor plaintext data transmitting across unencrypted networks, jeopardising the confidentiality of sensitive data in Drupal applications. This tutorial will show you how to mitigate this type of attack by encrypting your database queries in transit.

Nick SantamariaSystems Operations Developer

Removing jQuery from your Drupal theme

In a previous article Using ES6 in your Drupal Components, we discussed writing our javascript using the modern ES6 methods and transpiling down for older browsers. It still used jQuery as an interim step to make the process of refactoring existing components a little easier. But let's go all the way now and pull out jQuery, leaving only modern, vanilla javascript.