  |
JavaScript: A Beginner's Guide - http://www.pageresource.com/jsbook.htm
A guide to using JavaScript, from the beginning by John Pollock. |
  |
JavaScript: The Definitive Guide, 4th Edition - http://www.oreilly.com/catalog/jscript4/
Covers the latest version of the language, JavaScript 1.5, as supported by Netscape 6 and Internet Explorer 6. The book also provides complete coverage of the W3C DOM standard (Level 1 and Level 2), while retaining material on the legacy Level 0 DOM for backward compatibility. |
  |
Danny Goodman FAQ - http://www.dannyg.com/
FAQs and resources for Danny Goodman's JavaScript books. |
  |
JavaScript Essentials - http://www.techotopia.com/index.php/JavaScript_Essentials
An online book designed to teach web designers to develop dynamic and interactive web pages using the language. |
  |
Designing with JavaScript : Creating Dynamic Web Pages, 2nd edition. - http://www.oreilly.com/catalog/designjs2/
How to create dynamic, interactive web pages, using image rollovers, pop-up windows, auto-scrolling frames, intelligent forms, and sophisticated dynamic HTML effects. |
  |
WebWoman's JavaScript Reference - http://webwomansbooks.com/JavaScriptObjectReference/
A JavaScript quick reference that lists all of the objects, properties, methods, and event-handlers supported thru JavaScript 1.5. Includes more detailed references for array methods, regular expressions, string manipulation and cross-browser DHTML. |
  |
JavaScript Guide - http://www.mmg.tu-sofia.bg/javascript/
Describes the core language and extensions to that language for use with a browser. |
  |
Professional JavaScript - http://www.webreference.com/programming/javascript/professional/
A large, detailed, and compendius book covering JavaScript from many angles: browser, server, standalone and embedded. Explains interworking with Java, DHTML, ASP, WSH, CGI, cookies and others. Numerous complete examples. |
 |
Joy of JavaScript - http://www.chalcedony.com/javascript/
The accompanying web site to the book "JavaScript for the World Wide Web, Visual QuickStart Guide, 4th Edition," by Tom Negrino and Dori Smith. Includes all the scripts in the book. |