LinkLib: Programming: JavaScript
JavaScript is very useful for embedding in web pages for the following:
- Creating dynamic effects from simple rollovers to DHTML.
- For verifying form fields (so that a roundtrip to the server is not needed).
A popular reference book on JavaScript (don't start learning here),
is David Flanagan's JavaScript - The Definitive Guide.
I've heard that Danny Goodman's JavaScript Bible is good.
All JavaScript books will be a outdated when the version 6 browsers
adopt the standard DOM, something every JavaScript programmer is eagerly(?) looking forward to.
There are some online tutorials at the usual suspects.
- JavaScript FAQs / Info
- developer.netscape.com - Technical notes etc.
URL: www.irt.org/script/script.htm
URL: JavaScript FAQ
URL: www.irt.org/script/script.htm
- JavaScript Client Guide 1.3 documentation
- URL: www.netscape.com/
- JavaScript Reference 1.3 documentation
- URL: www.netscape.com/
- Scripts / Info
-
- Microsoft JScript (their name for JavaScript/ECMAScript) Language Reference
- URL: www.microsoft.com/JScript/us/jslang/jstoc.htm
- Tutorials
- Description: This is not a very complete or up-to-date list, but I had these links lying around.
URL: www.trainingtools.com reportedly a good pdf turorial.
URL: www.webmonkey.com Thau's JavaScript Tutorial
URL: www.programacion.net/html/ en castellano
URL: http://www.stars.com/Authoring/JavaScript/Tutorial/index.html
URL: http://rummelplatz.uni-mannheim.de/~skoch/js/tutorial.htm
- Books
- These don't have good coverage of DOM-1, but are good:
The JavaScript Bible (IDG Books), 3/98, Danny Goodman
Dynamic HTML: The Definitive Reference (O'Reilly & Associates), 8/98, Danny Goodman