WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0470087889
Professional Web 2.0 Programming
ISBN: 978-0-470-08788-6
Paperback
552 pages
November 2006
US $39.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

Other Available Formats: Adobe E-Book
  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Related Websites
  • Download

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
67 Errors in Bullet
2nd bullet, first line, last word:
double

should be:
apply

AND

2nd bullet, line 7:
that the function result only uses

should be:
that the returned function only uses
12/21/2007
76 Typo
"Cons" column in table at top, 2nd item, 3rd line:
soly

should be:
solely
11/30/06
95 Typos
first ital note paragraph, first sent:
accessibilityand

should be:
accessibility and

AND

last paragraph, last line:
tobear

should be:
to bear
11/30/06
141 Typo
2nd line:
Operabreaks

should be:
Opera breaks
11/30/06
18 488-9 Error in Code
the shaded code at the top has the line:
password = "hopeYouCantGuessMe";

In the text at the top of page 489 it is shown as:
password = "!" + token.Password; ;

It should actually be:
password = "!" + token.Password;

in both cases.
11/16/07