Return to the homepage

Archive for April, 2009

Web Dev Tools

Posted by Tim Whitacre on Apr 14, 2009

It’s no secret that most web developers use Firefox for developing even if it’s not their favorite browser. Why? Well because of the vast library of extensiona that aid us along. I thought I would list some of my favorite extensions and a brief description.

Firebug - It’s a great DOM inspector
Greasemonkey - Uses JavaScript to [...]

Store Checkbox Data with PHP & MySQL

Posted by Tim Whitacre on Apr 6, 2009

This past weekend I was working on a feature that will need to be able to store checkbox data into a MySQL table row using PHP. I kept getting different errors, and could not figure out for the life of me why this was happening. After searching on the internet for a LONG time, and [...]