Technology

Articles on open source software including Drupal, web development, and other specialist topics...

  • Using Selenium IDE and Sideflow to log in to a Drupal 7 site

    My team has been looking into the Firefox add-on Selenium IDE as a quick and simple way to create automated tests for our Drupal sites. Selenium IDE out of the box does not support conditionals, making it hard to account for unexpected behaviour. For instance, it's easy to make a test of the basic Drupal login functionality, but if the user is already logged in when running that test (a common scenario when working on a site), the test will fail. The solution to this is called Sideflow.

    Johanna Lindh - 2013|05|16 - 2 comments
  • Pi Day special: Drupal pie chart with Visualization API and Highcharts

    Recently I was faced with the task of making a chart showing the distribution of tags on nodes of a certain type. My team agreed that a pie chart was the way to go, and so I set to work ... only to discover that there's a ton and a half of chart-related Drupal modules out there to choose from! Thankfully, my awesome team member Hjalmar quickly pointed me in the direction of Visualization API and the Highcharts JavaScript library. In this video I'll show you how to use these tools to solve the task.

    Johanna Lindh - 2013|03|14
  • Netbeans saved me from my own stupidity

    diff_nb2.png

    So I did some work on the Drupal module Semantic fields, to make it exportable. Did some patches, uploaded them and everything seemed ok, not so much activity in the issue queue so nobody else tested my stuff. So I deleted my folder with Semantic fields so I could test the patches myself. Then I realised I forgot to add important files to my patches - the new files with the exportability.

    Mikke Schirén - 2013|02|12

Pages