MySQL Game

August 24, 2008

My tech posts have been a bit lacking of late, and though this one isn’t really much of a techy post it is a pretty geeky game. Instead of using a fancy visual interface this game is played through using sql statements. mysqlgame

Building a Simple Template Parser in PHP

December 25, 2007

This article is for people looking to build a very simple template parsing system in PHP. Once you understand how a template system works feel free to take the ideas presented here and mold the system to your specifics. Note this article assumes a fair amount of ability with PHP and objects in PHP About

Why NEVER to use WestHost

November 15, 2007

A couple years back I needed to move to a new web server and I had some specific criteria. First off I needed a Virtual Private Server (VPS) so I could have full control of my system. I also needed to have root access and be able to install any program I felt like. I

OO PHP is the shizzilage!

January 22, 2007

Ok, I have been programming in PHP for a few years now but I have never ventured into the OO(object oriented) part. While recently working on a java project I realized how much nicer it is to have an object to work with. You can give that object properties and methods and make it work