Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
JavaScript by Example
 
 

JavaScript by Example [Paperback]

Ellie Quigley
3.8 out of 5 stars  See all reviews (6 customer reviews)
List Price: CDN$ 46.99
Price: CDN$ 32.16 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 14.83 (32%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Tuesday, May 29? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Paperback CDN $32.16  

Frequently Bought Together

Customers buy this book with HTML, XHTML, and CSS, Sixth Edition: Visual QuickStart Guide CDN$ 26.32

JavaScript by Example + HTML, XHTML, and CSS, Sixth Edition: Visual QuickStart Guide
Price For Both: CDN$ 58.48

Show availability and shipping details


Product Details


Product Description

Book Description

The World’s Easiest Java Script Tutorial–Fully Updated!

 

JavaScript by Example, Second Edition, is the easiest, most hands-on way to learn JavaScript. Legendary programming instructor Ellie Quigley has thoroughly updated her classic book to deliver the skills and information today’s JavaScript users need most–including up-to-the-minute coverage of JavaScript programming constructs, CSS, Ajax, JSON, and the latest JavaScript libraries and best practices.

 

Quigley illuminates every technique with focused, classroom-tested code examples, detailed line-by-line explanations, and real program output. This exceptionally clear, easy-to-understand book takes you from your first script to advanced techniques. It’s the only JavaScript book you’ll ever need!

 

New in This Edition 

  • End-of-chapter study tools, including classroom-tested labs
  • Programming the DOM
  • More Cascading Style Sheets
  • Introduction to Ajax and JSON
  • Explanation of how to develop interactive Web applications with dynamic, desktop-style interfaces
  • Programmers’ preparation for HTML 5’s breakthrough capabilities 

This edition has been completely updated and includes many new and completely rewritten code examples; contains fully revised and updated coverage of Cascading Style Sheets (CSS) and the Document Object Model (DOM); and fully covers modern JavaScript concepts, principles, and programming techniques.

 

Thousands of Web developers, administrators, and power users have relied on JavaScript by Example to become expert JavaScript programmers. With this new edition, you can, too–even if you’re completely new to JavaScript. After you’ve become an expert, you’ll turn to this book constantly as the best source for trustworthy answers, solutions, and code.

From the Inside Flap

Preface

After years of teaching scripting languages, I recently decided it was time to try teaching JavaScript, and went on a search for the right book for my students. There were so many JavaScript books on the bookshelves, it was hard to know where to begin. I started buying one at a time, reading and sifting through them, always feeling that something was missing. Like Cinderella's shoe, I couldn't find the right fit. Either the book was too heavy on the technical side, but lacking in pictures and examples, or it was filled with slide shows, rollovers, and scrolling banners, but brief on the technical side. I wanted something that did both, a book that would demonstrate both the technical and the fun elements of JavaScript. I searched and searched, and found many excellent sources, but in the end, I couldn't find the perfect book for my class, so I decided to write my own.

With books and manuals piled high around my computer desk, I weeded through the best and the worst, gleaning out information and beginning to compile my new "By Example" book. I browsed through Internet tutorials and student guides, and studied Web pages, always looking for the best way to get the material across. I even delved into Adobe Photoshop and Macromedia Dreamweaver, while roaming from Maine to San Francisco with my digital camera, snapping pictures that would enhance my examples and add to the colorful side of JavaScript. And after much cutting and pasting, cropping and trimming, testing and trying, a new book has evolved--the one I was looking for. The shoe finally fits!

--This text refers to an alternate Paperback edition.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

6 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:
 (3)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

5.0 out of 5 stars Excellent book and well-written., Sep 8 2003
This review is from: JavaScript by Example (Paperback)
Please Rate the overall value of the book from 1-5:
5=Well done! This book will be a valuable teaching and reference tool.

Please rate the instructional value of the book from 1-5:
4=I would recommend this book to someone interested in its topic.

Please rate the reference value of this book from 1-5 where:
5=A complete reference. I would not need any additional reference on this topic.


This is an excellent book for beginners of Javascript. it takes simplest of the cases without boggling the minds of the readers. when I learnt javacript more than 4 years back, Ihad a hard time reading through 'verbose' books. I wish I had this book at that time.

This author has taken the time to explain the concepts in the simplests of the ways. there are adequate screen prints to highlight the results of the executed javascript code. the author explains the document object model clearly for the benefit of the beginners and also explains different ways of identifying the items in the page.

This is an excellent reference book for intermediate javascript programmers adn this book has found a place in my reference shelf and I will be glad to recommend this book to anybody interested in learning Javascript.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Easy coding, Aug 11 2003
By 
W Boudville (Terra, Sol 3) - See all my reviews
(TOP 1000 REVIEWER)    (REAL NAME)   
This review is from: JavaScript by Example (Paperback)
JavaScript is most often used in a browser on the client side. It is a scripting language that can make vanilla HTML pages more interactive. By now it, like HTML, is very stable. And if you design web pages, it is a good addition to your skill set. Being stable and popular means that there is no shortage of books on it. So on what basis should you prefer this book?

Well, it takes its title very literally. The pedagogy really does emphasise copious examples. In a typical chapter, the examples take up over half the space. Plus each chapter includes a problem set. Yay! You need to learn by doing. Yet so many computer books omit this. Granted, some topics require so many parts to interoperate that writing problems is nontrivial. But to test JavaScript code, all you need is a browser, text editor and a web server. These days, all computers have the first two items. And, in the context of you wanting to learn JavaScript, you DO have a web server that you can load files onto, don't you?

My only quibble is that I wish there were more problems in each chapter. This could take up very little extra room, say a page per chapter. But it would roughly triple the number of problems, and give the reader an even more exhaustive exploration of the topics.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars just what I needed, July 25 2003
This review is from: JavaScript by Example (Paperback)
I am an intermediate programmer, and have developed an appreciation for clear, concise, and meaningful resource materials. I have had great success in gaining knowledge and insight through the use of Ms. Quigley's books; especially Perl by Example. I had the occasion to learn JavaScript, and sifted for days through the convoluted maze of obtusely written learning materials. I remembered how much I enjoyed learning Perl using Ms. Quigley's book, and found JavaScript by Example, which proved to be a clearly written, well organized, relevant, and accessible resource. JavaScript by Example was just what I needed to get the ball rolling; it kept me interested, instead of boring me to death. I highly recommend it to programmers of all skill levels. The book covers everything from beginning to advanced concepts, and includes software that is easy to use, and compliments the written material nicely. Bravo Ms. Quigley, bravissimo!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Want to see more reviews on this item?
 Go to Amazon.com to see all 17 reviews  3.9 out of 5 stars 
 
 
Most recent customer reviews




Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges