Projects
Programming Projects
Diagnosis Allows the administrator of a WordPress blog to view information about the server hosting the blog. ?
Google search bar generator An alternative tool to generate a custom google search bar, unlike the official tool this generates valid XHTML. ?
SimpleCacher Simple Object Oriented cacher written in PHP with built-in functions to strip and compress the cached content. ?
WordPress Backup Script UNIX-shell script to backup all databases associated with WordPress installations. ?
Database Abstraction Class Fully Object Oriented (PHP5) class to manage the interaction with MySQL/PostgreSQL and MS SQL servers. ?
Subversion Snapshot Creation Perl script that goes through a specified project’s Subversion metadata and creates a snapshot (tarball) for each new revision along with an updated RSS feed. ?
Code Snippets
HTTP Response Function Simple PHP function for retrieving the HTTP response of a GET request using a socket. ?