February 4, 2008

Planned programming precepts of positive proportions in PHP

I’ve had the pleasure over the last year to be the sole creator and implementer of a web-based production tracking system at my work. Written in PHP the system handles tracking of an order through production from production scheduling to delivery. I think the most salient point of all [...]

January 31, 2008

DIY Quick and Dirty MySQL query tool with PHP

We all love phpmyadmin it’s a great tool for managing databases, but it’s nice to have a web based query tool that you can allow others to access where they can get and save a query as a bookmark, and not endanger your database security too much. This is a quick and dirty way [...]