Fun with DHTML and Flash
Travis Beckham’s podLob features 56 experiments in Flash and 19 in Javascript/DHTML. I particularly liked the Flash image transitions. I’d probably complain bitterly I came across that kind of effect on a real site but as experiments they’re fascinating and great fun to explore.
Travis - 20th October 2003 22:09 - #
Simon Willison - 20th October 2003 22:25 - #
"Aah thanks - I'd noticed that, but I haven't spotted that it was only happening on this site."
I've noticed it too and it effects all sites that are served with a MIME type of: application/xhtml+xml. This appears to be a regression as it was temporarily fixed in Firebird 0.61, I believe. Turning off Autoscrolling altogether will fix the problem, but that's hardly a solution.
Btw, really neat: http://www.podlob.com/dhtml/podscroll/final.html
MikeyC - 20th October 2003 23:38 - #
travis - 22nd October 2003 01:23 - #
"That div scroller on podLob is my older version. Here's a better one."
Very nice. My only quibble is that if you were to use CSS to set background images for the
divsinstead of using<img>tags inside thedivs, it might degrade a bit nicer in CSS-unaware browsers.However, there could very well be technical reasons that require the
<img>tags be present that I have overlooked. Can you speak to this? I'll probably deconstruct it myself anyways but best to hear from the author first.MikeyC - 22nd October 2003 03:10 - #
Joe Grossberg - 22nd October 2003 21:51 - #
Joe Grossberg - 22nd October 2003 22:14 - #