or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
9 used & new from £7.57

Have one to sell? Sell yours here
 
   
Learning JavaScript
 
See larger image
 

Learning JavaScript (Paperback)

by Shelley Powers (Author)
4.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £22.99
Price: £19.54 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.45 (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 but may require up to 2 additional days to deliver.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

6 new from £7.57 3 used from £14.99

Frequently Bought Together

Customers buy this book with JavaScript: The Definitive Guide by David Flanagan

Learning JavaScript + JavaScript: The Definitive Guide
Price For Both: £43.78

One of these items is dispatched sooner than the other. Show details

  • This item: Learning JavaScript by Shelley Powers

    In stock but may require up to 2 additional days to deliver.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • JavaScript: The Definitive Guide by David Flanagan

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions


Customers Who Bought This Item Also Bought

JavaScript: The Definitive Guide

JavaScript: The Definitive Guide

by David Flanagan
4.3 out of 5 stars (45)  £24.24
Ajax: Creating Web Pages with Asynchronous Javascript and XML (Bruce Perens' Open Source)

Ajax: Creating Web Pages with Asynchronous Javascript and XML (Bruce Perens' Open Source)

by Edmond Woychowsky
£27.19
Designing with Web Standards (Voices That Matter)

Designing with Web Standards (Voices That Matter)

by Jeffrey Zeldman
4.5 out of 5 stars (28)  £18.47
ppk on JavaScript (Voices That Matter)

ppk on JavaScript (Voices That Matter)

by Peter-Paul Koch
4.0 out of 5 stars (2)  £19.74
CSS: The Definitive Guide

CSS: The Definitive Guide

by Eric Meyer
4.2 out of 5 stars (5)  £20.82
Explore similar items

Product details

  • Paperback: 335 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (17 Oct 2006)
  • Language English
  • ISBN-10: 0596527462
  • ISBN-13: 978-0596527464
  • Product Dimensions: 23.1 x 17.5 x 2.5 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 529,188 in Books (See Bestsellers in Books)

    Popular in these categories:

    #25 in  Books > Computing & Internet > Programming > Introduction to Programming > JavaScript
    #63 in  Books > Computing & Internet > Programming > Languages > Java > XML
    #85 in  Books > Computing & Internet > Programming > Languages > JavaScript
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   JAVA Training opens new browser window
www.firebrandtraining.co.uk  -  From the Training Company of the Year, 3 years running. 
   Java Programmer Courses opens new browser window
www.seeklearning.co.uk  -  Recommended online Java Programming courses to match your IT career. 
   Java Programming Course opens new browser window
HomeLearningCollege.com/Java  -  Industry Recognised Programming Qualification. Find Out More Today! 
  
 

Product Description

Product Description

As web browsers have become more capable and standards compliant, JavaScript has grown in prominence. JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led to the rise of Ajax - the latest rage in web development that allows developers to create powerful and more responsive applications in the browser window. "Learning JavaScript" introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you'll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you'll even be able to create a basic Ajax application.


From the Publisher

As web browsers have become more capable and standards compliant, JavaScript has grown in prominence. JavaScript lets designers add sparkle and life to web pages, while more complex JavaScript has led to the rise of Ajax -- the latest rage in web development that allows developers to create powerful and more responsive applications in the browser window.

Learning JavaScript introduces this powerful scripting language to web designers and developers in easy-to-understand terms. Using the latest examples from modern browser development practices, this book teaches you how to integrate the language with the browser environment, and how to practice proper coding techniques for standards-compliant web sites. By the end of the book, you'll be able to use all of the JavaScript language and many of the object models provided by web browsers, and you'll even be able to create a basic Ajax application.


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
javascript
web programming
ajax
web development
web design
js
beginning

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Learning JavaScript
28% buy the item featured on this page:
Learning JavaScript 4.0 out of 5 stars (2)
£19.54
JavaScript: The Definitive Guide
25% buy
JavaScript: The Definitive Guide 4.3 out of 5 stars (45)
£24.24
Head First JavaScript
19% buy
Head First JavaScript 4.0 out of 5 stars (2)
£18.42
Learning JavaScript: Add Sparkle and Life to Your Web Pages
17% buy
Learning JavaScript: Add Sparkle and Life to Your Web Pages
£14.76

 

Customer Reviews

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

 
14 of 14 people found the following review helpful:
3.0 out of 5 stars decent introduction, marred by typos, 10 Nov 2006
As an introduction to javascript, this book covers all the ground you'd hope it would. It introduces JS in the context of a standalone programming language with its various procedural constructs, before moving onto the Document Object Model and Browser Object Model, touches upon objects, and finds the time to explain Ajax. Finally, there's a whistlestop tour of the commonly used JS libraries like Dojo, Prototype and script.aculo.us. Shelley Powers also sprinkles her opinions on JS best practices throughout, with a bias towards favouring accessibility over whiz-bang flashiness. I would recommend being comfortable with XHTML and CSS as a prerequisite for this book - something like O'Reilly's own Head First XHTML and CSS would be very suitable.

If, like me, you know a few programming languages, but nothing about JS, and wanted a crash course so you could understand what all the fuss about the likes of Ajax or the Google Web Toolkit is, this is just what you need. So why am I only giving it three stars?

First, I thought some of the features weren't very well explained - the writing lacks clarity when describing important points. Compounding this, a few of the examples are poorly chosen. Some of my quibbles may seem picky, but the feel of the book is that it's pitched at an inexperienced programmer, and a lot of the time I only followed the discussion because I was already familiar with the material from other languages. Some particular points follow.

i) Accessing the length of various parts of a multidimensional array is illustrated with:

alert(threedPoints[2][2].length); // prints out 3
alert(threedPoints[2].length); // prints out 3
alert(threedPoints.legnth); // prints out 3

ignoring the error on the third line (more on that later), as can be seen from the comments, a three dimensional array has been created where every dimension is of length 3 - surely making them of unequal size would have been more illustrative.

ii) The example of the associative array manages to be even worse:

assocArray["one"] = "one";
assocArray["two"] = "two";

I struggle to think of an example that could be more misleading.

iii) While the author recognises the importance of regular expressions, and goes into reasonable detail, the material is not terribly well organised, and the examples become complicated too quickly.

iv) The section of chained constructors, and the use of call and apply is also unclear - disappointing, given I was most interested in the prototype style of object creation that JS uses.

v) The callback functions of Array are not well described. The function Filter, apparently, "ensures that elements are not added to any element unless they pass certain criteria". So, elements are not added to any element - huh? wha? Those familiar with the likes of Lisp, Python, and especially the iterators in Smalltalk and Ruby will be able to pick up what's going on, but newcomers may be baffled.

vi) The attempt to explain recursion is weak. Admittedly, most programming books do a bad job, but what's here is far too short to be useful. An illustrative quote is: "think of each iteration of the function call as pushing the string and numeric sum onto a stack, and when the numeric array has been traversed, the string and number have to be popped up through the stack to the top". I'm not saying this is wrong, but I do not believe that someone who's just been introduced to recursion would find this description helpful.

vii) Not all the programs have their output shown. This wouldn't be easy for some of the more complicated examples, but a lot of them are text-based.

Second, there are lots and lots of typos in the book. When even a JS noob such as myself spots them, you know there's something up. Fortunately, they're only minor, and they generally aren't sufficiently bad to mislead. As an example, when function literals are introduced, the rather vital keyword 'function' is missing, but the examples quickly clarify the matter. However, elsewhere, some of the code won't actually run as presented (as early as the second example, alas), and it does take the shine off the production. Either the technical reviewers were asleep, or the editors at O'Reilly ignored them. Someone ought to be embarrassed, at any rate.

None of these things are sufficiently show-stopping for someone who knows a little programming, so I would still recommend this book before wrestling with enormous tomes like David Flanagan's JavaScript - The Essential Guide, or a dedicated Ajax book. Complete beginners and the inexperienced, however, should look elsewhere, I'm afraid.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
0 of 2 people found the following review helpful:
5.0 out of 5 stars Learning JavaScript, 27 Feb 2009
By AJ CLARK (UK) - See all my reviews
(REAL NAME)   
I was very pleased with this book. It arrived promptly and was in very good condition.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.