- Book Home :
- Table of Contents :
- Downloads :
- See Examples :
- Errata :
- Forum
Building a Web Site with Ajax: Visual QuickProject Guide-->Errata
Unfortunately, despite the best efforts of myself, the technical editor, the copy editor, and the line editor, despite the multiple revisions, errors still occur. This page lists all the errors found in the book.
Note: errors are corrected in subsequent printings and therefore your particular copy may not contain all of the following.
You may also find the solution to your problem by using the book's corresponding forum. Signficant changes in the technology will be addressed there and you can also find problems and solutions encountered by other readers.
Known Errors in the Book:
| Chapter | Page # | Description | Date Added |
| 2: browsing employees | 18 | Although it's not required, in keeping with the rest of the book's style, the database connection should be closed prior to the exit(); line. | October 25, 2008 |
| 2: browsing employees | 19 | The formatting for the name class in the style
sheet should also apply to a title class: .name, .title {... |
October 25, 2008 |
| 2: browsing employees | 19 | A minor point, but the optional semicolon is missing after color: #C00; in the .error CSS. | October 26, 2009 |
| 3: browsing using Ajax | 33 | The first block of code should conclude with if (mysql_num_rows($r) > 0) {. | April 15, 2008 |
| 3: browsing using Ajax | 37 | The closing FORM tag at the end of the first block of code should be a closing HEAD tag. | February 14, 2009 |
| 3: browsing using Ajax | 42 | In the second bullet, the first sentence should say ...to place new text.... | October 26, 2009 |
| 5: adding records via Ajax | 69 | The last line in the code block should end like so: _name'], $dbc);. | April 15, 2008 |
| 6: creating a search | 91 | The third line of the second code block is missing "name" in <p><input name="last_name".... | April 15, 2008 |
| Click here to view the errata in the order they were submitted. Click here to view the most recent errors first. Click here to view the errata by page number. |
|||
Submit an Error:
Search This Book!
Newsletter #25 Sent!
The latest newsletter went out today. If you're not subscribed to receive it, you can read it online.(February 2, 2010)
Newsletter #24 Released
The latest newsletter went out today. If you're not subscribed to receive it, you can read it online.(December 17, 2009)
New Blog Series on the Yii Framework
I've been writing a series of articles on the Yii framework for PHP Web development. There are currently seven posts, taking you from start to finish of the development process, with more to come.(November 12, 2009)
