Dom
Ok Im about to get into a compatation and score extra points if the site is compadable with other browsers. ASP PHP and Perl along with other server-side are not allowed so ill be useing alot of javascript. I got the DOM down for IE and NN but not anything else like opra or any others. Point me to a site that has a break down of all browsers.
DOM = Document Object Model
mjs416 posted this at 14:01 — 19th February 2004.
They have: 127 posts
Joined: Dec 2003
Have you tried Google? Usually everything can be found on Google.
Abhishek Reddy posted this at 14:01 — 19th February 2004.
He has: 3,348 posts
Joined: Jul 2001
http://www.quirksmode.org/
There was another site I used that had a nice layout of all the DOM elements, but I'll be darned if I can remember the URL. I'll post that here if I find it again.
Try and stick with the standard DOM wherever possible. I know in practice you won't (see: can't), but try anyway.
Abhishek Reddy posted this at 14:34 — 19th February 2004.
He has: 3,348 posts
Joined: Jul 2001
http://www.webmaster.ee/javascript/js.html
Mostly not in English, but I like how a comprehensive list of of DOM elements is displayed. There are little English descriptions, though, and I sometimes use it as a starting point when learning new stuff.
http://developer.apple.com/internet/webcontent/index.html
The Apple Developer Connnection may have some articles of interest to you.
http://www.w3.org/TR/DOM-Level-2-Core/Overview.html#contents
And lets not forget the W3C.
druagord posted this at 15:41 — 19th February 2004.
He has: 335 posts
Joined: May 2003
Usually i don't buy books for every language (it would ruin me within a week or two) but the O'reilly Javascript:The definitive Guide is certainly of great help every time i code in Javascript
IF , ELSE , WHILE isn't that what life is all about
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.