Web Applications and Services

DropTune Internet Music Gameshow

DropTune is like Name That Tune for the Internet. Players are presented with random songs and try to guess the correct artist and song for points. Winners are listed in the Top 10 Hall of Fame.


AutoEmbed Embeddable Videos

AutoEmbed is a utility and service that generates HTML embed tags for a given URL. It also provides the means to optionally manipulate the retrieved media information by setting parameters, and finally returning a reconstructed HTML snippet for presenting Flash video on a website.


Bordom Internet Meme Machine

Bordom.net is a vast collection of internet memes. Started in 2002, Bordom has grown from a small community blog to a full-featured portal with forums, polls, and personal profiles. Content is submitted by contributors from mobile devices and IRC/IM clients.



Open Source Software

The following software was developed for personal puposes and is made freely available for public use under the under the GNU General Public License.

dataMiner Data Administration

dataMiner (phpDataMiner) is a PHP5 application for manipulating data stored in a database. Table metadata is loaded internally by PHP, leaving configuration minimized to bare essentials. Features like file upload handling, image thumbnails, advanced form controls w/ javascript, data importing / exporting, a popup calendar, WYSIWYG editor, and css themes are included.

*Project Page
*Download Latest (0.40)

mediaIndexer Media Presentation System

mediaIndex is a PHP5 application which creates a browseable interface for your media files. Media file types are configurable. It supports movies, audio (MP3/ID3), source code files, plain text files, images, and several office document types. Features include indexing metadata about your file system in a SQLite database, an interface for allowing user comments, automatic thumbnail generation from images and video formats, and automatic text extraction from office documents such as MS Word and Adobe PDF.

*Project Page
*Documentation
*Download Latest (0.10)

JSON_RPC Services Library for PHP

JSON_RPC is a web service library for PHP5. It uses Services_JSON for the JSON-PHP type conversion. It offers a simple framework for creating clients and servers that speak JSON over port 80. Additionally, it supports Basic HTTP Authentication, and API discovery.

*View Source

AJAXFilterSelect PEAR QuickForm Element

AJAXFilterSelect is a PHP4 QuickForm element that provides a select element populated with results from an AJAX-enabled search. Requires the HTML_AJAX package. AjaxFilterSelect must be given valid callback information, which tells it where to retrieve the search results.

*View Source

phpFileFarm File Manager

phpFileFarm is a PHP4 directory explorer application that lets you view the directory structure of your web site and then add, change or delete files using only your internet browser. In other words, it is a file / directory explorer for the web. It uses the GDBM filesystem database for storing descriptions and metadata for the files and directories.

*Project Page
*Download Latest (0.2.4)

phpWebLog Web Publication System

phpWebLog is a complete web-based news management system written in PHP4 and a MySQL database. All the content, including multiple design layouts, themes, and languages can be edited through a user-friendly administration mode. It supports the importing and exporting of headlines from other sites in RSS and RDF format. It also supports story moderation, an expandable links manager, threaded comments, and it allows site owners to expand their site by creating static pages from the administration page.

*Download Latest (0.5.2)
*Blogging with PHPWebLog (presentation)
*Create a news portal site with phpWebLog (article)
*Review from Linux Magazine (2000)
*Review from Unix Review (2002)

phpWebForm Simple Form Manager

phpWebForm is a dynamic form processing script that is meant to be used in cases where an existing web site needs a form. The form's presentation can be tailored to any design using HTML templates. Once configured, you can simply drop phpWebForm into your site wherever needed by including it from your PHP script. Upon a submission, the form results can be optionally validated and emailed and/or inserted into a database, .. then a thank-you/reply email can be sent back to the person who submitted the form or to the form's designated email address. This is perfect for most corporate forms such as brochure requests, membership applications, etc. It uses PEAR::DB for database connectivity and includes its own template processor.

*Download Latest (0.1.1)