TranceNational
08-07-2002, 09:36 PM
What's the absolute coolest thing you've seen done with a Javascript?
|
||||
What's the absolute coolest thing you've seen done with a Javascript?TranceNational 08-07-2002, 09:36 PM What's the absolute coolest thing you've seen done with a Javascript? Roy Sinclair 08-07-2002, 09:54 PM Ever wondered what the view is like from the ISS? http://members.cox.net/roysinclair/ Note: You must use IE for this to work, Mozilla (and other Gecko based browsers) has an outstanding bug which prevents the effect on this page from working and Netscape 4 is basically a worthless browser for doing "cool" things. jkd 08-07-2002, 10:00 PM I've done some crazy stuff with SVG and DOM2, but naturally IE does not support any DOM2 or SVG without a plugin. With simple XHTML markup though, once again some crazy stuff with DOM2, but once again IE sucking prevents it from working it it. Roy, which bug # in BugZilla are you talking about? "Outstanding" bugs are few and far in between in the Gecko codebase, and I'd like to know which one you are referring to. :) Vladdy 08-07-2002, 10:08 PM The absolute coolest thing... I'd say my Dynamic Tables code (http://www.vladdy.net/WebDesign/DOM_Tables.html) Next coolest goes to my Tooltips (http://www.vladdy.net/WebDesign/Tooltips.html) - works in both IE5.0+ and Gekko browsers. It took way more effort to make them work in IE though since MS does not support the DOM2 Event Model... Roy Sinclair 08-07-2002, 10:25 PM Originally posted by jkd [Roy, which bug # in BugZilla are you talking about? "Outstanding" bugs are few and far in between in the Gecko codebase, and I'd like to know which one you are referring to. :) [/B] I have a hard time find the bug number but the reason it's unresolved is that I set it with a low priority when I reported it. Mine is the only script I know of experiencing the problem and frankly it's not that useful a script so I couldn't justify giving it more than a really low priority. I suspect it'll get fixed some day as a consequence of fixing some other bug or an update to some subsystem. Quiet Storm 08-07-2002, 10:30 PM The coolest thing I've seen with javascript is my own site! :) Springfield DX (http://angelfire.com/mo2/cbch21/) (IE only - of course) brothercake 08-07-2002, 11:11 PM i'm quite proud of this (http://www.brothercake.com/games/physjig.shtml) (also IE5 only, due to another unsolved bug in mozilla, namely events don't pass through clipped regions) nolachrymose 08-08-2002, 02:11 AM The absolute coolest thing... I'd say my Dynamic Tables code Next coolest goes to my Tooltips - works in both IE5.0+ and Gekko browsers. It took way more effort to make them work in IE though since MS does not support the DOM2 Event Model... Just a *bit* selfrighteous, don't you think? :rolleyes: mordred 08-08-2002, 03:34 AM Well, these are quite impressive javascript stunts... http://xlat.assembler.org/ http://entries.the5k.org/946/wolf5k.html http://3dhtml.netzministerium.de/examples/mousecube3d.html TranceNational 08-08-2002, 03:42 AM Wow, that's all really cool stuff. I like the sun going in and out of the clouds like that and that satelite view of the Earth ownz. The 'clean-looking' tables were cool too. You guys rule. ;) |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum