Type of bind: Paperback
Dewey Decimal Number: 005.2762
EAN num: 9780672321412
ISBN number: 0672321416
Label: Sams
Manufacturer: Sams
Quantity: 1
Page Count: 1616
Printing Date: August 15, 2001
Publishing house: Sams
Sale Popularity Level: 1115744
Studio: Sams
Other books you might be interested in perusing:
Editor's Notes and Comments:
Product Description:
A code-intensive primary reference for JavaScript developers. Includes code samples, a reference section devoted to server-side JavaScript, full coverage of JavaScript on the Internet, and coverage of the newest Object Document Model found in new versions of JavaScript and JScript. Previous edition: c1999. Softcover.
Amazon.com Review:
Newbie and old-hand JavaScript programmers alike will appreciate Pure JavaScript, a comprehensive developer's resource to JavaScript that covers both the big picture and precise details. Authors Jason Gilliam, Charlton Ting, and R. Allen Wyke--developers all--have put together this well-organized title.
The bulk of this book is a top-notch JavaScript reference. Core language syntax is well-presented with excellent use of examples for practically every operator and function, and each entry includes version compatibility with Netscape and Microsoft browsers and JavaScript releases. The authors also include references for the two companies' extensions to the language.
A number of appendices round out this fine guide with attention to standard and vendor-specific syntax details. This is a fine JavaScript reference that cuts no corners. --Stephen W. Plain
Topics covered: Overview of JavaScript (origins of the language and the evolution of Microsoft and Netscape flavors), security topics (signed scripts and basic constructs of the language, including data types, type conversions, operators, and the features of server-side JavaScript), JavaScript execution environment, and browser version support.
User popularity level:

Rated by buyers
-
I've got mixed feelings about this book. I bought it as an update to the very first edition, and the information between the covers is very useful in itself. However, the information I really need -- the DOM reference -- has been relegated to the CD-ROM. The reason that I buy reference books is so that I don't have to keep toggling between my code and an on-line reference. The DOM material runs to 400 pages - too much for me to print out. Perhaps Sams could have turned the book into a two-volume reference.
Rated by buyers
-
This book is a good reference for those with a decent know-how of Java, Cobol, C, or C++. The best thing about the tome is that it has a neat dictionary styled reference of methods, objects, properties, and not-real-world-enough example code bits. Those who want advanced stuff should refer the CookBook or the Visual QuickStart guides, and of couse beginners are better off with the Thau book or some such.
Rated by buyers
-
As the title of this book indicates, "Pure Javascript" covers everything about JavaScript in depth even better, from my point of view, than O'Reillys JavaScript: The Definite Guide.
I like the book also because its index indicates all the JavaScript syntaxis. Hence, when someone is programming and forgets the exact word, it is easy to look for it quickly, instead of wasting time browsing through all the book. Another positive aspect, is that the introduction of the book is pretty well organized (Shows you when to use JavaScript, its origin, operators, variables, fuctions, server-side JavaScrit, etc.) and gives you a concise idea of JavaScrpt capabilites.
However, the downside is that the book is not for amateur programmers since some terms are not explained in detail (the book states that it expects people who has experience with C, C++, Java or Pascal)
Overall: It is a MUST HAVE book for a serious JavaScript programmer, it is worth every penny you invest on it. But I'd recommend easier books very first if you are a firt time programmer.
Rated by buyers
-
I am an experienced Cobol programmer but new to JavaScript. This is an excellent reference for all the items and elements used in JavaScript. The examples of item/element usage are great. There is only one drawback....the reference number of some of the code listings do not match the reference number on the CD. I notified the Publishing house about this and have received no response to date.
Rated by buyers
-
Wyke et al. offer a great book. The informative tutorial is an absolute must for those with little programming experience, because it explains JavaScript features clearly, accurately, and logically. If the reader diligently studies the tutorial (at least twice), the voluminous examples in the book will come to life. For best results, I suggest the following strategy:
1. Diligently study the JavaScript tutorial.
2. Identify an example you would like to play with.
3. Load the example in your browser and interact with the example's functionality.
4. Study the example's source code (as hard copy or in a text editor) until you understand it thoroughly. If you cannot understand the example, then repeat Step 1.
5. To see whether you really understand the source code, modify the code so that it will behave differently, and then test it out in your browser.
In just a few days, Step 1 will become increasingly less necessary and it will be easier to complete Steps 2-5.
Finally, I believe that it is a good overall strategy to invest in more than one book. I would also recommend Goodman's JavaScript Bible and its companion.
Find other books like this one: