I like lemonade.

April 2009

virtualbox 2.2.2 VBoxGuestAdditions.iso

Hello. as the new version of VirtualBox been released you might wonder where you can download the Guest Additions iso from.

VirtualBox version: 2.2.2

Ubercart RC2 released and how to hide the Qty. field from cart

This post is not about the new Ubercart release but about hiding the Qty. field on the cart page. ;)
add this code to your new/old module to make the Qty. field go away.

mysql update replace

You sometimes run into the problem that you want to replace a substring occurring in a column with a different string, without touching the rest of the string. The solution is surprisingly simple, thanks to MySQL