Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 15
In section "Getting Quicksilver" at bottom of screen

My browser times out trying to access http://quicksilver.blacktree.com

Has this location changed or is the web site still there?

Scott Smith 
Printed Page 15
In section "Getting Quicksilver" at bottom of screen

The link, http://quicksilver.blacktree.com, has changed to http://quicksilver.en.softonic.com/mac

Scott Smith 
Printed Page 54
5th paragraph (Before Interact with RSS Feeds)

The web site
http://www.curl.org
should be
http://curl.haxx.se/

Pedro Inácio 
Printed Page 58
End of page

It would be best to provide the link
http://seleniumhq.org/
instead of
http://www.openqa.org

Pedro Inácio 
Printed Page 172
Java example

The java Encapsulation example used from the Jaskell site http://docs.codehaus.org/display/JASKELL/Object+Orientif contains a bug. The bug is propagated/altered in the slightly revised version contained in the book (the apparent revision is that the class variable names have an underscore _ prefix).

The Jaskell web site version of the java code contains this
this.begin = begin;
That really is the same variable being assigned since begin is not part of the SafeArray constructor signature.

The book version uses
_begin = begin;
which is slightly more interesting in that the source variable is, instead of being the class variable assigned to itself, is now a variable "begin" which was not declared.

The Eclipse IDE, for one, doesn't like either version of the code.

Anonymous 


"The Productive Programmer is about maximizing your ability to efficiently create good, working software. It's about leveraging your computer's abilities, and learning how to master the tools you use regularly."
--Burk Hufnagel, Developer Zone, IT Book Zone