Archive for the ‘coding’ Category

Just freakin’ INT it

Thursday, March 20th, 2008

Over the past few months there I have had to deal with fall out from a number of tables that have run out of PK’s . Unless a table is going to be used as a template for the creation of many other tables I think there is a false economy in using anything other than INT.

/. ran into a similar issue a year and a half back.

Firebug and ajax file uploads…

Thursday, January 10th, 2008

Don’t mix. I wasted a ton of time today trying to figure out a non-issue.

I use Firebug constantly, and had a heck of a time dealing trying to figure out why I was seeing behavior in Firebug that indicated that no file was processed. The short and the long of the answer was to use write debug information to the file system.

CSV done Rob’s preferred way

Thursday, October 25th, 2007

I have had to deal with csv a fair amount and it seems like I have to rewrite the same thing over an over again.

So tonight I wrote a nice version of what I have used in the past so I will not have to rewrite it from scratch again.

csv_processor.php