Monday 28 June 2004 — This is over 20 years old. Be careful.
I’m looking for a good reference on JavaScript and DHTML. I need it to cover IE and Mozilla, and I need it to be downloadable (that is, in a form I can copy to my hard drive and read with no Internet connection). Any good ones out there?
Comments
There is a handy JavaScript reference which used to be offered somewhere on developer.netscape.com. Its slightly out of date, but its still a terrific resource. If you can find where its offered on that site for online viewing, you should be able to locate a downloadable zip also. Sorry I can't be more specific, but its been a while.
http://del.icio.us/ma2dog/Reference
or directly
http://refcards.com/
and
http://www.digilife.be/quickreferences/quickrefs.htm
I also found irt.org to be a really good resource, not just for js (although that's what I use it for mainly). They make the entire site available for download.
http://zvon.org/ has pretty much everything you could ever need as a downloadable resource.
The DOM2 reference isn't strictly 100% IE compatible but once you get used to it you can work out which bits do and don't apply. DOM2 Reference There's also CSS and XHTML references there available in this list of downloadable files.
http://www.visibone.com
which is not free but its not very expensive either and they crammed an amazing amount into 2 laminated sheets double sided made up of:
- 2 pages for javascript itself,
- 1 page for the DOM, and
- 1 page for javascript regular expressions.
It has a neat color coding scheme so you know which browsers each item is supported in. I have no relationship to the company.
In terms of free resources there are Javascript quick references at:
http://www.werelight.com/docs/JavaScript_Quick_Reference.htm
http://www.gto.uklinux.net/web/jsqref.php
http://panic.fluff.org/ref/
http://www.dannyg.com/ref/jsquickref.html (This is an appendix to the book that Keith has already mentioned. The author makes this appendix available for free).
There is an entire book online about javascript at:
http://www.javacommerce.com/tutorial/notes/javascript/
http://www.css-lessons.ucoz.com/textbox-css-examples.htm
Add a comment: