Hmm. Wow. A hard question - as I've seen lots of great stuff. I'll give you a short list, because just like favorite movies or cars, I can't pick just one
13th Parallel - their column-making script is awesome, just visit an article to see what I mean -- and then view it w/JS turned off.
youngpup - His _ui_webapp interface is extremely original and invigorating. Not to mention that many other scripts he writes are fantastic.
WebFX WEbboard - Although the WebFX guys make some crazy stuff, their webboard is truly, very cool.
I know I'm leaving out some good ones, but these are what I was able to think of at the moment. Certainly much cooler (again, IMO) than an earthquake sciprt that is at most, 10 lines of code.
and the script for shaking window
<script>
x=10
function shakeit() { if(x>0) { window.moveTo(Math.random()*x,Math.random()*(x));x=x-0.1; setTimeout("shakeit()",x) }}
</script>
<body onload="shakeit()">
beetle, those links are awesome. I've seen YoungPup before and loved it. (Flash what?? Who needs that crap? ) Although, the WebBoards crashed Opera every time I opened it...
Bookmarks