Wiley.com
Print this page Share

Professional Web 2.0 Programming

ISBN: 978-0-470-08788-6
Paperback
552 pages
November 2006
Professional Web 2.0 Programming (0470087889) cover image
This title is out-of-print and not currently available for purchase from this site.

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
Back to Top