The reward of a thing well done, is to have done it. -Ralph Waldo Emerson
Projects in Web Development
A few personal web projects that I worked on with prerequisites and download links.
General PHP Applications
- UADetector PHP Class
A PHP 4+ class for browser and spider detection that uses my own heuristic algorithms and regular expressions to identify individual browsers, crawlers, operating systems, and mobile devices. Available soon.
Requirements: PHP 4.3+
WordPress Plugins
- WassUp
A statistics plugin for WordPress sites that gives a cronology of visitors with lots of details about individual user sessions. Written by Michele Marcucci and myself. Uses “UADetector” class above to identify visitor user agents. You can download it from www.wordpress.org/extend/plugins/wassup/.
Requirements: WordPress 2.2+, PHP 4.3+, MySQL 4.1+.
- Latest posts
A simple, no-nonsense latest posts plugin that lets you put a list of the newest blog posts inside a page or a post. Written to showcase a site's blog without using the sidebar or widgets. Ideal for sites with a custom front page different from it's blog. Compatible with most versions of WordPress. Available soon.
Requirements: WordPress 1.5+, PHP 4.3+, MySQL 4.1+.
- Demo from Hel
A sample plugin written to demonstrate how to add a WordPress top-level admin menu with submenus to your own plugin and to how create a separate a horizontal menu just for your plugin’s submenu links in WordPress 2.7+. You can read about it and download it here.
Requirements: WordPress 2.0+, PHP 4.3+, MySQL 4.1+.

