Clean Your MySQL Queries
SQL injection. Did you cringe? If not, you're either one sick programmer, or you don't understand what SQL injection is. Seeing as how I led you into that, you might think I am going to explain what SQL injection is. I am not. That's why you have Google. (The link takes you to the results for 'sql injection')
Google PacMan with Source
I am sure everyone has seen it, but I made the containing HTML and CSS fully W3C valid. Google's PacMan home page...awesome.
It is located at chadsten.com/pacman. Link to source is there as well. Enjoy!
Simple Site Framework
This is a developmental release! It is unfinished, but I figured I would keep a copy here when I make major changes.
I have been using, modifying, and reusing the same little PHP framework every time I do a simple non CMS site, both at work and freelance. I have decided to streamline it a bit more for my purposes, and release it open source.
The system really separates any logic code from the majority of the markup, so this is fairly easy for intermediate webmasters to edit content on.
XHTML & CSS Text Drop Shadows
Overview:
Working a lot with Drupal and Magento, I figured out a cool way to have drop shadows on system generated text without having to use GD or ImageMagick to create text images, which can be less SEO friendly and more resource intensive.
Edit: Also, the CSS3 property for text shadows isn't very cross browser compatible at this point.
Using simple XHTML and CSS, it is easy to make a cool drop shadow on any text you want. It does look better on larger text.
Example:

