Entries published July, 2009
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.
PHP function to decode keywords used by search engines. Determine what search keywords drive traffic to your site.
03
BBCode, Syntax Highlighting and more
0 Comments | Tags: php source-code blog bbcode regular-expressions
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!
Count how many lines of code are in a project using this PHP script. Searches directories recursively.
01
Regular Expression Replace in All Files and Subdirs
0 Comments | Tags: php source-code regular-expressions
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.
