Entries published July, 2009

Run Live Android on Ubuntu using VirtualBox

This post describes how to get Live Android 0.2 up and running on Ubuntu using VirtualBox. I've got an Asus X83V notebook running Ubuntu 8.10 64-bit. Step-by-step howto with some screenshots.

Decoding keywords used in search engines

PHP function to decode keywords used by search engines. Determine what search keywords drive traffic to your site.

BBCode, Syntax Highlighting and more

Add BBCode support and Syntax highlighting using PHP. To make the blog even easier to use, I thought I'd get away from using HTML in my entries altogether. I also wanted a way to easily paste code and have it highlighted. Works on nested tags!

Counting code

Count how many lines of code are in a project using this PHP script. Searches directories recursively.

Regular Expression Replace in All Files and Subdirs

Recursively search and replace in files using this PHP script. Follows subdirectories and uses regular expressions for search and replace. Allows file extensions to be specified.