I'm the best. Just ask me.

Archive for the ‘PHP’ Category

Implementing ArrayAccess for Easy Array Usage

October 14th, 2008 | PHP | No Comments »

arrayaccess.jpg

Preparing SQL Queries

July 2nd, 2008 | PHP | 1 Comment »

With simple SQL Injection, your up and coming social media application could have it’s whole database wiped, just for kicks. There’s a rather simple procedure to prevent the majority of malicious code injections by preparing your SQL queries before sending them into your database.

PHP Tidbits

April 18th, 2008 | PHP | No Comments »

I’ve been writing an automated job for an interactive media company, Bloosky. They have a ginormous database of information they currently have to organize every day. So my job is to automate a lot of that. I’ve encoutered some new things in PHP along the way.

Random Elements in PHP

March 31st, 2008 | PHP | No Comments »

Random Header CSS Designer

I’ve developed a couple really simple random elements for my web-site, one currently in use (my random header) and one not (random stylesheet). I show how I accomplish both.