Pure JavaScript (2nd Edition)

  Author:    R. Allen Wyke, Charlton Ting, Jason D. Gilliam, Sean Michaels
  ISBN:    0672321416
  Sales Rank:    1002638
  Published:    2001-08-15
  Publisher:    Sams
  # Pages:    1616
  Binding:    Paperback
  Avg. Rating:    4.0 based on 44 reviews
  Used Offers:    9 from $10.95
  Amazon Price:   
  (Data above last updated:  2008-11-08 06:28:38 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
Pure JavaScript (2nd Edition)
  
Pure JavaScript is a substantial and focused reference for experienced Web developers. This book begins with an accelerated introduction to the newest features of JavaScript so that experienced Web developers can quickly understand the concepts of JavaScript and begin developing their own JavaScript solutions immediately. Pure JavaScript also contains insightful programming techniques, complete with well-commented code examples that you can immediately use in your own JavaScripts. This book contains the most complete, easily accessible JavaScript object reference with syntax, definitions, and examples of well-commented code for each entry.
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.

                  Reader Reviews 1 - 12 of 12                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
11-04-02 3 4\4
(Hide Review...)  A "Book" of Two Parts
Reviewer Permalink
I've got mixed feelings about this book. I bought it as an update to the 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.
(Review Data Last Updated: 2008-11-08 06:30:36 EST)
11-03-02 3 4\4
(Hide Review...)  A "Book" of Two Parts
Reviewer Permalink
I've got mixed feelings about this book. I bought it as an update to the 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.
(Review Data Last Updated: 2007-04-11 09:45:53 EST)
05-31-02 3 2\2
(Hide Review...)  nice dead-tree compilation
Reviewer Permalink
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.
(Review Data Last Updated: 2007-12-14 18:58:48 EST)
05-13-02 5 4\4
(Hide Review...)  The best JavaScript reference for intermediate programmers
Reviewer Permalink
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 first if you are a firt time programmer.

(Review Data Last Updated: 2007-12-14 18:58:48 EST)
02-14-02 4 (NA)
(Hide Review...)  Excellent Resource
Reviewer Permalink
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 Publisher about this and have received no response to date.
(Review Data Last Updated: 2006-07-07 09:51:05 EST)
01-12-02 5 1\1
(Hide Review...)  Patience will pay off handsomely
Reviewer Permalink
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.

(Review Data Last Updated: 2007-12-14 18:58:48 EST)
01-11-02 5 1\1
(Hide Review...)  Patience will pay off handsomely
Reviewer Permalink
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.

(Review Data Last Updated: 2006-12-14 12:56:43 EST)
12-24-01 5 (NA)
(Hide Review...)  Written documentation on anything and everything javascript
Reviewer Permalink
Everything javascript related was covered in great detail. many hundreds of different parts of the language were presented in simple little examples with a nice descritions and histories. The index was well organized so that a person in need of quick information could find what they needed to in a short amount of time. Very few such references of pure, good information exist. Many other books teach, yet fill a lot of pages with filler that may not be useful to all peole. This book definately mandates a good bit of previous programming knowledge, but may help a prior programmer to get going quickly in javascript
(Review Data Last Updated: 2007-12-14 18:58:48 EST)
11-05-01 1 8\12
(Hide Review...)  Pretentious, sloppy, and agressively dumb
Reviewer Permalink
I have been writing, editing, and using definitive language reference manuals for 30 years. This fifty-dollar book is one of the worst I've ever bought, and I'm sorry that I did.

Following a 189-page tutorial, about which I will not comment here, the final 1300 pages were obviously generated from a database of text-segment records, one for each element of the JavaScript language. In theory, that method provides consistency and accuracy for sections headed Syntax, Description, and Example. The problem is that in practice, each record is still a copy-and-paste job, and all too many pages read as if they were written by a diligent clerk who has never learned what a programming language -- or a reference manual -- is for.

First, someone defined a policy that every example would start and end with six lines which are pointless in this context: "script" and "end script" tags, plus "hide from old browser" comments and some blank lines. Considering that the real contents of many examples runs to only three or four lines, this is just silly.

Second, many of the descriptions and examples are either wrong (because they're copied from other places without the needed adjustments in both code and comments), or they're useless (because they don't clarify why a feature exists, or analyze what it does in proper detail, but merely exercise it without stating, let alone explaining, what the result is), or they're dumb (because they take an entire printed page to display something as trivial as the fixed "type" property of an object, which has already been stated in the Description).

Third, all this wasted space means that what should be the most up-to-date and hard-to-obtain information (on DOM, CSS, and WSH) is relegated to the CD-ROM, which raises the price and lowers the utility of an already poor book.

Summary: Use Goodman's book until Flanagan's new edition comes out in (we are told) November 2001. Do not bother with this one.

(Review Data Last Updated: 2006-07-07 09:51:05 EST)
10-23-01 4 4\4
(Hide Review...)  A much needed reference
Reviewer Permalink
I bought this book in Oct 2001 and have been using it because I needed a reference for JavaScript; by the way, this book comes a CD and you can search the CD for info if you don't like thumbing through the 1600 pages. Har, the older version died after two months of daily reference, so thus the rating for the 4 stars because I feel that that the binding for the new book should feel more robust. Hmmm... only time will tell. On the whole this is a needed reference which has some more info on server side scripting. It covers JavaScript 1.6, but if I'm not wrong the most people who are not into IT or web programming use Netscape 4.7 or IE 4.01 still. JS(1.2 or 1.3). Rest assured, it is a concise reference, if you need one.
(Review Data Last Updated: 2006-07-07 09:51:05 EST)
10-18-01 5 (NA)
(Hide Review...)  Excellent Format
Reviewer Permalink
This is the way a JavaScript reference should be. If you have this book, you don't need another book on JavaScript at all. Covers both IE and Netscape.
(Review Data Last Updated: 2006-07-07 09:51:05 EST)
09-07-01 3 0\3
(Hide Review...)  Eh
Reviewer Permalink
It was OK for looking up syntax for client side DHTML, but I was disappointed with the Netscape focus. My coporate intranet was exclusively with IE clients and IIS servers. I would have liked to have seen an additional chapter on IIS and IE object model.
(Review Data Last Updated: 2006-07-07 09:51:05 EST)
  
                  Reader Reviews 1 - 12 of 12                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)