(no subject)
I'll probably only collect them up to a point; the last couple of seasons, around 1998-99, were pretty dreary.
Spent way too much time (for an every-hour-counts project) wanking around with DHTML today. I learned the DOM last year through Volity, and it puffed up my confidence for being clever (uh-ohhh) with web applications. One thing I never had to run into with Volity UI programming: cross-browser incompatibilities. After several hours of twiddling (including reading why everything I knew about the DOM was wrong, again) I have a cute feature that works OK in Safari and Firefox but maybe not in WinMSIE and I'm not even going to touch MacMSIE. Feh.
The cute feature is inspired by the state rollovers from the map at http://electoral-vote.com (sorry; don't look if you don't want a flashback to November), which I always thought was a clean and clever way to provide fine-grained data out of a coarse, at-a-glance view. I need to do something similar with data that lives in a table, existing happily as a big matrix of numbers, but with three or four dimensions of metadata under every nugget. Am already using cell color and shading as cues, and it's not enough to cover everything. I think it may work just fine to have table cells umbrella open into little mini-reports when mouseoverized. Maybe.
At least it fails silently. ha ha ha