scripts

I have been doing PHP, MySQL, JavaScript for a long time now. I am active still in the community although my professional involvement has dwindled to almost nothing as I move up the corporate ladder. As a tribute to my projects, and projects I really admire, here is a collection of very useful (mostly web-based) scripts and programs.

PHPX
This is my project for the last 7 years and I still enjoy working on it although I dont do as much as I would like. It is a full featured CMS/Portal system, this site is running it right now. I think its pretty good and there are a lot of users out there that agree. So if you are looking for a good way to manage your website, this could be the program for you.

ProjectX
This is a lightweight project managment tool I wrote mainly for my use, but I think there are others out there that would love to use it. It is completely standalone. I am currently working on making it release ready.

WineX
A very lightweight script to integrate your CellarTracker wine inventory onto your site. This script goes out once a day, either using cron or just user events, and grabs your inventory from CellarTracker and displays the results on your page, in your page. To see a demo click on the Wine Cellar link to the left.

MediaX
Coming Soon

ADAuthX
Coming Soon

USecureX
Coming Soon

LadderX
This program I wrote for an online gaming clan, Old Bastards Clan, in order ot keep track of a ladder for competition. It tracks teams, players, matches, and rankings according to basic ladder rules and complex algorithms. The rules are customizable within the application. To see a demo check out OBC COD2 4v4 Ladder. And per the usual, I am working on making this release ready.

DocX
This program is similar to PHPDoc, but written a bit different as it addresses several issues I had with PHPDoc. Based loosely on JAVADoc, DocX is a dynamic way to document your PHP project using comments embedded in the code without requiring a database or other complex systems. Although this program is currently in production, I have not yet made a release system for it.

DataRequestor
Written by a good friend, Mike West, DataRequestor is a JavaScript wrapper for the XMLHttpRequestobject that enables the trivial implementation of dynamic interfaces without the painful necessity for a complete page-refresh to talk to the server. In other words: Ajax without the confusing API. Mike and I used to work together and worked out a lot of bugs in this program. It allows someone not really good with JavaScript to quickly create powerful AJAX driven pages.

Leave a Reply