...more recent posts
Whew, that was hard. But just finished the much more robust image gallery system for Geneva. And this is what I've been waiting for to move forward with some other projects that involve uploading binary media files (although not necessarily images.) Damn that took me so long to figure out. Not the technical programming parts, but the conceptual aspects of how to make the data structure.
Holy cow, WebKit just implemented, per the HTML 5 specification, multiple attribute on file inputs (i.e. <input type="file" multiple>)
The Safari 4 beta has it already supposedly. Hallelujah! I cannot understand why this took 10 freakin' years.
That'll teach me. I just wasted 3 hours trying to fix a website that had been working perfectly. Turned out I linked to some jquery files stored at jqueryui.com (in the /latest/ directory) and they updated while I wasn't looking. I had meant to download the files and link to them locally, but in the rush of development I forgot about that. When they updated their ui plugin libraries everything stopped working with my older code. Arggg! Took forever for me to figure it out.
Cache locally Jim, cache locally!