JavaScript: Visual QuickStart Guide (8th Edition) and over one million other books are available for Amazon Kindle . Learn more


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
or
Get a £6.45 Amazon.co.uk Gift Card
JavaScript: Visual QuickStart Guide (Visual QuickStart Guides)
 
 
Start reading JavaScript: Visual QuickStart Guide (8th Edition) on your Kindle in under a minute.

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

JavaScript: Visual QuickStart Guide (Visual QuickStart Guides) [Paperback]

Tom Negrino , Dori Smith

RRP: £23.99
Price: £20.39 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.60 (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 7 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, May 31? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.73  
Paperback £20.39  
Trade In this Item for up to £6.45
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in JavaScript: Visual QuickStart Guide (Visual QuickStart Guides) for an Amazon.co.uk gift card of up to £6.45, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

JavaScript: Visual QuickStart Guide (Visual QuickStart Guides) + PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (Visual QuickPro Guides) + HTML5 & CSS3: Visual QuickStart Guide (Visual QuickStart Guides)
Price For All Three: £64.29

Show availability and delivery details

Buy the selected items together


Product details


More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

This task-based, visual-reference guide has been fully revised and uses step-by-step instructions and plenty of screenshots to give beginning and intermediate scripters what they need to know to keep their skills up-to-date. Readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. In this updated eighth edition, readers will find new information on using frameworks and libraries--such as jQuery--and modern coding techniques.

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

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)
 
(8)
(7)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  2 reviews
3 of 3 people found the following review helpful
A Great primer for Javascript 25 Jan 2012
By Christopher M. Goodman - Published on Amazon.com
Format:Paperback
Dori and Tom's primer on Javascript has continued to a great starting point for learning web programming.
It has evolved with progressive editions, including sections on JQuery, AJAX and the DOM.
It begins with usual sections covering images, forms and frames (which are being deprecated in CSS3).
Then the authors move on to event handling, object-oriented JS using the DOM (Document Object Model).
Cookie handling is described as well. Then they address dynamic web pages including AJAX.
Afterward, they cover JS toolkits, of which there are many, including Dojo, JQuery, etc.
JQuery is covered in more detail, which is of particular importance for HTML5 web programmers.

For those individuals, who was more detail about the thoughts behind a given task, it is always worthwhile to have David Flanagan's Javascript: The Definitive Guide as a reference, but I find the Visual Guide series much easier for people just coming to Javascript. As it is example driven, one acquires a core set of examples to use. I find Dori and Tom's book flows better than the Head First Javascript book by Michael Morrison, which lacks any significant coverage of JQuery and HTML5 relevant material.

Thanks again to the dynamic duo - Dori Smith and Tom Negrino!
10 of 14 people found the following review helpful
Not quite what I expected 26 Dec 2011
By Sergiu Luca - Published on Amazon.com
Format:Paperback|Amazon Verified Purchase
I bought this book hoping to get a gentle introduction to the ubiquitous programming language, Javascript. Being at the 8th edition, it seemed that this book has stood the test of time and were a good choice for an aspiring web developer with no technical background. Actually, I had a bad feeling about this book, when after 5 pages I read the following advice from the authors: "Don't type that code[...] It was tough enough for us to do all the that typing, and there's no reason you should have to repeat that work." Compare this, with the recommandation of another author, Larry Ullman: "I strongly encourage you to type the scripts yourself in order to become more familiar with the structure and syntax of PHP".

The main reason I took a dislike to this book is because it's a tutorial-based text with insufficient explanatory details for understanding the example script code. The examples are unnecessary difficult to comprehend for a beginner because the theory behind the topics being presented, is meager. I was constantly refering to other resources in order to understand the logic behind the code scripts. I'll present an example of this, so you can judge if my complain is justified or not:

Chapter 9, Cookies in JS, says that a cookie is a text string with the following format: cookieName=cookieValue;expires=expirationDateGMT;path=URLpath;domain=siteDomain. Then, a function, setCookie(), is set to construct a cookie, and among other lines, it contains the line: document.cookie = "userName=" + username + ";expires=" + expireDate.toGMTString();
After this, the authors write a function that reads and displays the cookies, with the following lines:

var thisCookie = document.cookie.split(";");
for (var i=0; i<thisCookie.length; i++) {
outMsg += "Cookie name " + thisCookie[i].split("=")[0];
outMsg += "Cookie value " + thisCookie[i].split("=")[1];
}

For a cookie set, for example, to "ppkcookie1=testcookie; expires=Thu, 2 Aug 2012 20:47:11 UTC", I was wondering for many minutes why the code would display only "Cookie name ppkcookie1 Cookie value testcookie", and would not the display the part with the expiration date that was a part of the original string.
Luckily, I found the explanation for this apparently unexplainable behaviour of this string, in a site about JS: "Cookies can be created, read and erased by JavaScript. They are accessible through the property document.cookie. Though you can treat document.cookie as if it's a string, it isn't really, and you have only access to the name-value pairs". If this information was available in the text, I would have understood at first hand, why only the name-value pairs were accessable from the document.cookie.
In conclusion, will one learn some JS by reading this book? This book will teach you some JS, but it is necessary to consult other sources in order to keep up with the code examples: unfortunately all the authors do, is tell you what to do, instead teaching the language.

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!


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