Errata
Cold Fusion Web Application Construction Kit · ISBN 032151548x · 48 corrections
Initial printing
| Page | Location | Correction |
|---|---|---|
| 11 | First note: you don’t need know | Should be: you don’t need to know |
| 12 | Line beginning “ment platform”, words: ColdFusion is the tenth | Should be: ColdFusion 8 is the tenth |
| 21 | Line following second tip, words: to being | Should be: to begin |
| 24 | Second to last paragraph, words: A perspective is a simple a group of | Should be: A perspective is simply a group of |
| 30 | Second to last line, words: to interact with a databases | Should be: to interact with databases |
| 60 | Figure 5.5, last row of Directors table | Value should be 5 |
| 71 | Second to last line, words: used by secures applications | Should be: used by secured applications |
| 76 | Second paragraph from bottom of page: but it let you | Should be: but it lets you |
| 87 | Listing 6.9: SELECT NameFirst, NameLast, Email | Should be: SELECT FirstName, LastName, Email |
| 90 | First line: value on the right is greater than or equal to the value on the left | Should be: value on the left is greater than or equal to the value on the right |
| 97 | Last paragraph, words: If you are updating multiple rows | Should be: If you are updating multiple columns |
| 150 | Listing 9.8 (CONTINUED) | Should be: Listing 9.9 (CONTINUED) |
| 182 | Third paragraph after TIP, words: CurrentRow can also be used it to implement | Should be: CurrentRow can also be used to implement |
| 182 | Line beginning ‘ground color’, words: green paper | Should be: green bar paper |
| 184 | First code snippet: bgcolor=” | Should read: bgcolor=”MediumSeaGreen” |
| 197 | Listing 10.14, 5 lines from bottom: Check of | Should be: Check if |
| 206 | Second to last line, words: blank.cfm | Should be: frame_blank.cfm |
| 206 | Listing 10.19, Line 11: Check of | Should be: Check if |
| 225 | Line beginning “Dreamweaver generates”, words: you are feel free | Should be: feel free |
| 229 | Listing 11.9, GetDetails function, line: <cfset var movies= | Should be: <cfset var movie= |
| 230 | Listing 11.1, final line | Should be: <strong> |
| 232 | Listing 11.11, IMG tag, SRC attribute in first line | Should be: SRC=”#image_src#” |
| 232 | Listing 11.11, comment words: Check of image | Should be: Check if image |
| 234 | Figure 11.11 | Function shown selected is “GetDetails”, should be “List” |
| 239 | Final paragraph, words: prompts for a first and last name | Should be: prompts for a movie name |
| 265 | First line after the Chapter 9 cross-reference, words: the code WHERE MovieTitle LIKE ‘#FORM.MovieTitle#%’ | Should be: the code WHERE MovieTitle LIKE ‘%#FORM.MovieTitle#%’ |
| 303 | Listing 14.1, 11th line: </tr | Should be: </tr> |
| 322 | Line beginning The AmountBudgeted column, words: within the | Should be: without the |
| 355 | Line beginning “even thousands of entries”, words: you to show | Should be: you’d want to show |
| 358 | Listing 15.8, <cffunction>: name=”browse” | Should be: name=”lookupMovie” |
| 371 | First line, words: is used to select invoke a CFC method | Should be: is used to invoke a CFC method |
| 390 | Figure 16.10 | Incorrect figure printed |
| 401 | Final line, words: and drag it to the FilmID column in there | Should be: and drag it to the FilmID column in the other table |
| 404 | Step 15, words: Move Expenses | Should be: Movie Expenses |
| 429 | Single sentence paragraph beginning” ColdFusion also has added”, words: <cftrace> | Should be: <cftimer> |
| 431 | Sixth bullet: migrationExceptoin.log | Should be: migrationException.log |
| 434 | Bullet 6, third line, words: is far more fun that | Should be: is far more fun than |
| 456 | Table 19.1, description of onRequestEnd | Should be: Executed after each request, and can be used for logging purposes. |
| 459 | Listing 19.4, comment line: Please Note Included in every page by OnRequestEnd.cfm | Should be: Please Note Included in every page by OnRequestEnd in Application.cfc |
| 462 | Note, first line, words: THIS scopes NAME | Word “scopes” should not be in the bold monotype face |
| 463 | First code snippet, second line: 1000)># | > is extraneous, should be: 1000)# |
| 463 | Third line, word: thousandth | Should be: thousand |
| 465 | Fifth line after first code snipped: The text attribute | Word “text” should be in monotype |
| 485 | Listing 19.15, line 25: listRest(APPLICATION.movieList, 1) | Should be: listRest(APPLICATION.movieList) |
| 485 | Listing 19.15, line 23: listFirst(APPLICATION.movieList, 1) | Should be: listFirst(APPLICATION.movieList) |
| 520 | <form> tag before first NOTE is missing closing # | Should be: “#URLSessionFormat(“MyPage.cfm”)#” |
| 529 | Final paragraph, line beginning “equivalent”, words: goFinish | Should be: goDone |
| 552 | Paragraph beginning “The ows.zip file”: ows.zip | Should be: CFWACK8-1.zip |