Using Linux with the Acer Aspire S3 391
Published 02 September 2013 under how to, acer, aspire, linux

If Linux on an Acer S3 laptop is critically important to you then thispost tells of our experiences. In the end most is good news.The test laptop is an Acer Aspire S3 391 (manufactured May 2012)...

Read more →

PySide on Centos 6.3
Published 22 August 2012 under how to, pyside, centos 6, python

The easiest way to install PySide 1.1.1 on Centos is using the BuildScripts. However, the build_and_install script needs a minor tweak before it will run successfully. Firstly, clone the PySide...

Read more →

Testing XPath in Google Chrome and Firefox
Published 11 July 2012 under how to, xpath

If you ever use tools such as Nokogiri orSelenium trying to come up with the right XPath canbe tricky. Wouldn't it be great if we could try out an XPath right in thebrowser? With Google Chrome and...

Read more →

Storing media URIs using Android SQLite
Published 01 July 2012 under android, how to

Whilst developing an Android app recently we came across a pitfall when storingmedia URIs inside a SQLite database.The idea was to load media onto an external SD card and store links to thatmedia...

Read more →

A Ruby workflow with RVM and Bundler
Published 24 May 2012 under ruby, rvm, bundler, how to

Ruby has some great tools surrounding it which make it a pleasure to work withbut getting everything setup can be tricky.Bundler is an awesome tool which manages anapplication's dependencies. It...

Read more →