Buy Used
Used - Good See details
$3.98 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Designing With JavaScript : Creating Dynamic Web Pages (Web Review Studio Series)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Designing With JavaScript : Creating Dynamic Web Pages (Web Review Studio Series) [Paperback]

Nick Heinle (Author)
3.7 out of 5 stars  See all reviews (66 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  
There is a newer edition of this item:
Designing with JavaScript, 2nd Edition Designing with JavaScript, 2nd Edition 4.0 out of 5 stars (7)
$23.07
Usually ships in 1 to 2 months

Book Description

September 8, 1997 Web Review Studio Series

This isn't a hard-core programming book; it isn't geared toward someone who has a computer science degree from MIT and five years experience of programming in C++. This is the JavaScript book for the rest of us. Written by the author of the "JavaScript Tip of the Week" Web site, this book focuses on the most useful and applicable scripts for making truly interactive, engaging Web sites (and it doesn't proclaim to be the definitive all-knowing JavaScript guide).

You'll not only have quick access to the scripts you need, you'll finally understand why the scripts work, how to alter the scripts to get the effects you want, and, ultimately, how to write your own groundbreaking scripts from scratch. Through his popular Web site, Nick Heinle has been showing Web designers and other nonprogrammers how to create the scripts they need. In fact, he wrote much of the JavaScript used on the Web today. This book is the culmination of his work. His explanations are clear, detailed, and accessible; everything -- every script, every concept, every line -- is explained so that "the rest of us" will understand.

Designing with JavaScript covers many of the powerful capabilities that JavaScript is given with Dynamic HTML, in a few chapters covering important aspects of implementing Microsoft Internet Explorer 4.0 as well as Netscape Navgigator 4.0. You'll learn how to create pages on the fly, how to identify users' browsers, how to create "rollover" effects with sound, graphics, and animation, and more. It also features a CD-ROM and Web site that provide fast access to some of the author's most useful functions and scripts, making it easy to find the code you need and to build your own custom scripts.


Customers Who Viewed This Item Also Viewed


Editorial Reviews

Amazon.com Review

Designing with JavaScript is an excellent learn-by-example tutorial that helps you create dynamic content for your Web site. Each chapter tackles a single topic with a relaxed and conversational tone. The thoroughly explained examples in each chapter are blocked off in green for quick reference and included on the accompanying CD-ROM. Whiz-kid author Nick Heinle--author of the JavaScript Tip of the Week Web site and closet high school student--covers a lot of ground, from dynamic frames, forms, and cookies to the latest in both 4.0 browsers' versions of Dynamic HTML. One excellent chapter demonstrates how to easily include multiple versions of your scripts to work with versions of Netscape Navigator or Internet Explorer, depending on which browser views the page.

This is one the best titles available for relative newcomers or Web designers who want to get waist-deep in scripting as quickly as possible. However, Heinle's examples will also be useful to anyone with an interest in JavaScript.

Review

Designing with JavaScript is not a book aimed at software developers. It's essentially a collection of application notes, illustrating how to use snippets of JavaScript to control windows, frames, buttons, menus, layers, roll-over images, and cookies. The book makes no pretense to teach programming or OOP concepts. But programmers will find its bite-sized, easy-to-digest approach to JavaScript helpful, especially those who do not have a Java or C++ background.

JavaScript books abound, and this book stands up well against its chunkier competitors, such as McComb's JavaScript SourceBook or Goodman's JavaScript Bible. The most remarkable thing about Designing with JavaScript is that the author, Nick Heinle, is reportedly only 17 years old. I'm not sure whether this says more about Heinle's abilities, the leveling influence of the World Wide Web, or the editorial talents of the people at O'Reilly.

Designing with JavaScript includes a brief reference section on the browser object hierarchy and JavaScript syntax, but purchasers of this book would be well advised to buy David Flanagan's JavaScript: The Definitive Guide (O'Reilly, 1997) as a backup and reference. -- Ray Duncan, Dr. Dobb's Journal -- Dr. Dobb's Journal


Product Details

  • Paperback: 254 pages
  • Publisher: O'Reilly Media; Bk&CD Rom edition (September 8, 1997)
  • Language: English
  • ISBN-10: 1565923006
  • ISBN-13: 978-1565923003
  • Product Dimensions: 9.2 x 8 x 0.9 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (66 customer reviews)
  • Amazon Best Sellers Rank: #2,113,737 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

66 Reviews
5 star:
 (25)
4 star:
 (18)
3 star:
 (7)
2 star:
 (9)
1 star:
 (7)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (66 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

14 of 14 people found the following review helpful:
2.0 out of 5 stars Borrow this from the library, March 28, 2000
By A Customer
This review is from: Designing With JavaScript : Creating Dynamic Web Pages (Web Review Studio Series) (Paperback)
When you first get started with this book, it's fun to see how easily you can do the first few scripts and it's great to see your page displaying your own code.

After the first few examples, however, I found myself ready for a "real" resource on javascript. The author's tone sometimes seems to tend toward "you don't need to know this" and he therefore abruptly stops talking about something. Well, I DO need to know it if I'm going to apply the lessons to my own projects, and just because I don't have a lot of programming experience doesn't mean that I was having trouble keeping up.

The book is not so good as a reference, for that reason, because if you look up an operation, it will ONLY tell you how to do the specific project in the book. It won't give you an overview of that subject, nor will it explain why the project works.

Also, most of the projects in the book are outdated by now (no fault of the author's) so at this time you can not only find a simpler and more reliable way to acheive the same results, but the browsers no longer support his methods. A lot of the things he'll tell you about what browsers can and can't do are obsolete, and his guesses about what will be used in the future have turned out wrong. Plus, a lot of his methods were never safe to use on multiple browsers.

But the most important flaw I found in this book is the fact that there are typos and mistakes in the code examples. You can type in the code exactly as written in the book and it won't work. In some cases this could be because you're not using the browser he was thinking of, but in many cases you can turn the page and see the code written again, but it's got a small but significant change. You can compare both pages, looking for the differences and guessing which one is correct, but when you're just learning javascript it's a shame to have to debug someone else's code!

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


9 of 10 people found the following review helpful:
2.0 out of 5 stars Good book if you don't want to actually learn javascript, June 13, 2000
This review is from: Designing With JavaScript : Creating Dynamic Web Pages (Web Review Studio Series) (Paperback)
I found this book to be geared for someone who isn't interested in learning any programming skills at all. If you want to copy code out of a book and not have to do anything else then this is a great book for you.

But, I'll caution even the experienced programmers, not all of the code in this book works, and there are a lot of typos. The book should have been proof read much better, since most of the typos are in the code examples. All of the typos in the book makes learning javascript very confusing and frustrating. Especially when you copy the code letter for letter and it doesn't work due to a typo(that your friend has to find for you 2 days later).

I bought the book to compliment my other O'Reilly HTML books and to start to learn Javascript. And I have taken a lot of knowledge out of this book but I also found it very useful to have another reference book on hand to explain in further detail what different pieces of the code were doing.

The author has tried to make it as easy as possible by telling you that you don't need to know certain things about javascript, when in fact, you may just need that information. I think he could have included the information on one of the many sidebars ans let you and me, the readers, decide on what information we need.

All in all, I'll didn't read through every page of the book because I got lost in reading other resource books , which I needed to explain the parts of javascript that this book didn't explain. I still use the book for reference but only as a guide on how to layout the code for a certain project or to get ideas on what to do next.

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


6 of 6 people found the following review helpful:
4.0 out of 5 stars Great for beginners who know HTML, June 14, 1999
By A Customer
This review is from: Designing With JavaScript : Creating Dynamic Web Pages (Web Review Studio Series) (Paperback)
If you've been writing HTML for a while and want to get into javascripting this is a good start. You don't have to learn the language of javascript, but instead learn by doing some projects. The projects are really what most people want javscript for anyway: using forms, frames, cookies, and image rollovers. It helps to have a little programming background already. The fact that the book is a little out of date actually helps because everything covered has already been implemented in both browsers by now. One problem I had was the included CD which has the examples come up in HTML, but it comes up as source text instead of a working example. It should have both (or just the working example since you can always view source on your own). Since the data on the CD is only about 3 or 4 MB it's not like they were short on space. If you will do a lot of javscripting you will probably need to buy a more complete reference eventually.
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
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject