OK, I’m going to bed. Doing an Intermediate Web workshop tomorrow, unfortunately, lost last semesters presentation, so I’ve been redoing it. (It’s not really done (spot the deterioration as time goes on!), but whatever.) While I’m at it, I switched from using php.pres2 (good, but heavy and inconvenient) to Tantek’s presentation shell code (much more lightweight).

I’m still using most of his styles (removing as I get annoyed ;), although I’ve changed enough for it to highlight box model bugs in all kinds of browsers. I’ve also added a few features, like key events (very convenient) and slide permalinks (probably more useful). To do that, I’m taking advantage of the document.location.hash property. Haven’t used that in a long, long time. In keeping with the spirit, it is backwards compatible; I’ve added appropriately id/named anchors to each slide.

Sadly, I don’t think either of these will work with IE5 Mac, as well, I have no idea and am too lazy to experiment on how it does key events, and for both of them, I’m using event attachment, which I don’t think ie5mac supports either.