The Sheriff is an idiot. I've met smarter sandwiches

August 2009

Ubercart 2.x Price Handler and Old Price

Ubercart 2.x introduced a new way of handling product prices. It is called price_handler().

VirtualBox 3.0.4 is out

This is just a quick post that a new version of VirtualBox 3 is out.

Download the new version 3.0.4 from http://www.virtualbox.org/wiki/Downloads the VirtualBox website.

How to remove .svn folders and files in linux

This is a very short post about removing the SVN files and folders from your directories.

find ./ -name ".svn" | xargs rm -Rf