or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Designing with JavaScript: Creating Dynamic Web Pages: A Definitive Introduction (O'Reilly Web studio)
 
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: A Definitive Introduction (O'Reilly Web studio) [Paperback]

Nick Heinle , Bill Pena
4.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £26.99
Price: £22.94 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.05 (15%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Wednesday, May 30? Choose Express delivery at checkout. See Details
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 240 pages
  • Publisher: O'Reilly Media; 2 edition (8 Jan 2002)
  • Language English
  • ISBN-10: 156592360X
  • ISBN-13: 978-1565923607
  • Product Dimensions: 23.1 x 20.4 x 1.6 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 61,703 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Nick Heinle
Discover books, learn about writers, and more.

Visit Amazon's Nick Heinle Page

Product Description

Amazon.co.uk Review

Designing with JavaScript opens up a whole new world to Web-design artists, especially those making the leap from a print design background. Many people liken Web design to print design, but there is nothing interactive about a printed page. Web pages, however, can be completely dynamic, different from moment to moment and responsive to the reader. The best way to take advantage of this is through JavaScript.

Eleven chapters and four appendices cover the basic to the complex, from extracting and validating information using forms, to creating rotating images, to using DHTML for animation. The first half covers basic yet important issues such as an introduction to the syntax of the language, browser detection, setting up forms and controlling frames and windows. Filled with examples, screenshots and links to more examples and info, these chapters build a solid foundation for the second half of the book.

Dynamic images, rollovers, using cookies and creating interactive features using DHTML are some of the features covered later in the book, with numerous practical examples. These chapters are invaluable for the learning designer, as nearly each feature is practically required on a contemporary Web site. The appendices include a handy JavaScript guide to the language, including syntax, handlers, an object guide and style properties.

Not everything can be handled (yet) through the available WYSIWYG editors, making this book an invaluable reference and one to keep at your fingertips. --Mike Caputo

Review

"A well written, attractive book which provides a good range of useful content that is applicable to common web development problems; if you are in need of a book to get you going straight away in using JavaScript, I suggest that you take a look at this one." - Jono Bacon LinuxFormat, May 2002

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 organise and find favourite items.
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 Reviews

5 star
0
3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
2 of 2 people found the following review helpful
Format:Paperback
I like the way topics are present.I for one basically scan lots of books looking for key points. This book let the key concept catch the eyes.
It is highly profitable for those who already have a basic knowledge of Javascript.
Comment | 
Was this review helpful to you?
7 of 8 people found the following review helpful
Format:Paperback
I spent hours poring over books trying to decide which Javascript book would be best for my needs. Since I am a transitioning designer (from pure design to code) this book was perfect for me since it covers the most useful implementations of Javascript without strangling traditionally code-shy designers like myself.

It has empowered me to write scripts of my own and I am now well on the way to having my own library of re-usable scripts.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  7 reviews
24 of 26 people found the following review helpful
Practical Real-World Scripting 30 Nov 2001
By Andrew B. King - Published on Amazon.com
Format:Paperback
Most JavaScript books force you to slog through reams of reference material before you get to the good stuff. This book is not one of them. Nick Heinle, former WebReference expert and WebCoder wunderkind, and Bill Pena have updated Heinle's first edition into O'Reilly's patented Web Studio style intro to JavaScript.

Aimed at beginning to intermediate scripters, DWJ2 skips the dry stuff and dives right into practical real-world examples of useful scripts you can easily add to your own pages. Everything from simple descriptive links and remotes, to frames, form validation and arrays, through sniffing, rollovers, personalization through cookies, and more advanced topics are covered.

A brief DHTML chapter follows, with some simplified examples of drop-down menus (non-hierarchical), sliding tabs, and scrolling layers with clipping, useful for news feeds.

The advanced chapter covers object-oriented scripting and shows how to create a quiz to test your readers. Relational select menus (2-level) illustrate using two-dimensional arrays nicely.

I especially enjoyed the section on cross-browser style objects, where the authors demonstrate the use of Netscape's xbStyle object. xbStyle is a simple abstraction layer that removes the complexity of accessing style properties. Using xbStyle you can grab, hide, and move layers without worrying about implementation details of specific browsers.

The coolest thing about xbStyle is the layer grabbing technique. xbStyle implements a W3C-like document.getElementById() method for 4.0 browsers! For these older browsers, xbStyle redefines this method, to make its use seamless for scripters manipulating layers (DIVs). This example demonstrates the leveraging power of a well-executed API. This book is a good intro by example to JavaScript.

10 of 10 people found the following review helpful
Great for Beginners 19 Mar 2002
By Ponchai Reainthong - Published on Amazon.com
Format:Paperback
I am more of a designer than a programmer. This book caught my attention by it's title "Designing with Javascript". I wanted to design more engaging web pages. However HTML just wasn't enough. So I decided to learn Javascript. This is my first time diving into Javascript.

In the PREFACE it even says that "the examples are designed to be applied immediately in web pages, so explanations focus on the key features and discuss how the scripts can be modified to suit individual needs". It's true. From the beginning of this book you are diving right into the material, and can even apply some of the codes to your existing web pages. The material presented is VERY EASY to follow. It talks about the language from the very basic foundation. It gradually introduces you from the basic foundation to the more advanced functions.

This book is also from the O'Reilly Web Studio. From whom I also own other books for Web and Multimedia design and programming.

7 of 7 people found the following review helpful
not for learning javascript 21 Mar 2003
By chicken260 - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I'm a true beginner. I've been learning javascript, and this is definitely not the book for that. It claims to teach, but it doesn't, not really. I have to admit it does explain the techniques and examples used, but the style in which this book is written I did not find very conducive to learning the language. This is more like a compilation of the most commonly used scripts. The examples are made to be applied immediately in webpages. I did dip into it and use one or two scripts, but for the most part I did not get that much out of it(other than the pleasure of viewing the pretty pink swirly pattern on the cover and throughout the book).

I would compare this book's offerings to fast food: it all comes prepared, and the most you'll have to do is squeeze some ketchup on top of it. You won't be stepping into the kitchen.

I found JavaScript Programming for the Absolute Beginner, by Andy Harris, much better for learning javascript concepts and syntax.

Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges