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 i
cover

The cover (RepKover) is glued on upside down.

Also the upside-down cover says that details of the "Free online edition" has details on the last page, but there is no last page except Page 463 of the index.

J. Carnie Littlefield 
Safari Books Online 12
1st paragraph

The first sentence ("You need to [...]") ends with a question mark.

Probably an exclamation mark instead.

Jerome Baum 
PDF Page 74
Code Example

In order to get the effects of three separated columns, the following div tags have not be nested.

<div id="content-left">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Pellentesque quis nisl eget est viverra placerat. ...</p>
<div id="content-center">
<p>Nulla facilisi. Cras ac tellus fringilla tortor iaculis
rutrum. ...</p>

The code above places the paragraphs on one column.

Anonymous 
Printed Page 134
left-bottom

This is the page we built on page 20 to get started with the new RPM site.

page 20 is not correct. I think it changed to 128 or 129 page.

hyungkyung hong 
Printed Page 206
css code

#navigation li a:hover should be #navigation li a.hover

DJPJ 
Printed Page 206
css code

Nevermind .....

DJPJ 
Printed Page 223
The last of code

I think the following code was missing, so it need to be added this page.

.page #subnav li a:hover {
background: #b2bf99;
}

Hyung-kyung Hong 
Printed Page 278
2nd paragraph

You provided a couple of screen readers that users can use, one of which costs something like $850 USD! As a web designer we need to at least have some sort of feedback to let us design the page for the visually impaired. In just about every other section of the book we had pointers to free and useful tools to assist with the layout of the page.

Have you heard of the "Fangs" plugin for Firefox? It at least provides the text of what the reader would call out. It's free, and platform independent. While it's not useful for people with disabilities, it can be used as a web designer tool to see how the site would read. It might be worth putting a reference to that in the next version of the book.

http://www.standards-schmandards.com/fangs/help/index.php?l=en-US&v=1.0.4

Berin Loritsch 
Printed Page 441
1st Graphic

The date 4/5/2010 is given. The arrow pointing to it says that the United States uses the date-month-year format, but we use the month-date-year format. The rest of the world uses date-month-year. The question is asked if the date reads May 5th, 2010 or April 4th, 2010. The question should be is it May 4th 2010, or April 5th 2010, as there's no possible way to get 5/5/2010 or 4/4/2010 out of 4/5/2010.

Bruce Spang