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

Running JBuilder 2005 on Ubuntu

March 6, 2007

I recently switched my laptop over to Ubuntu Edgy after a hard drive failure. When I tried to install JBuilder 2005 again I got all kinds of errors about libc.s0.6 and libpthreads.so.0 etc. I would give you the exact error, but I did not think to post about it till now and therefore did not

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

FrankBot the Series I

March 19, 2006

Lol, Well I guess the subject says it all eh? I will be filling in some info on here about the goingons of my IRC Bot. Tonight after I got home from work I started in on him again. Now that he can see all the commands from a server as well as use them

Another IRC Bot: FrankBot

March 19, 2006

So the other day in my JAVA programming class I was just sitting there spacing out cause I’ve been done with the final project for about 2 weeks, and all the teacher was talking about was how to finish the final project, when I suddenly had the brilliant Idea to build myself an IRC Bot.