Tag Archives: php

Flash for mac is bad for your HTTP_HOST

I’ve been testing the super awesome swfupload code for some projects at work. I have nice progress bars working and you can queue up multiple files. It’s sweet. I tested out my code in Opera, Firefox, Safari 3, IE 7, … Continue reading

Posted in General | Tagged , | Comments Off

Extending PEAR’s DB class

This took me quite a while to figure out, so I probably should write it down. My basic goal was to have global db error handling by overloading the query method. Because of the inheritance heirarchy in the DB classes … Continue reading

Tagged | Comments Off