Errata
Cold Fusion Web Application Construction Kit · ISBN 0321223675 · 40 corrections
Initial printing
| Page | Location | Correction |
|---|---|---|
| 88 | “Creating an Application in Dreamweaver” section refers to data source that does not exist. | Due to last minute chapter changes, the instructions for creating the data source appear in a later chapter. Refer to section “Creating a Data Source” on page 133 to create the data source needed here. |
| 122 | URL in first note | Missing a trailing 5 |
| 124 | Table 5.5, last row, description | Should be: Director’s salary |
| 151 | Line starting “To retrieve only the contacts”, words “who don’t have an email address” | Should be: “who have an email address” |
| 170 | Third line: #DateFormat(“8/17/2004′)# | Quotes are mismatched, both should be double quotes, as in: #DateFormat(“8/17/2004”)# |
| 211 | Listing 9.13, 14th line, bgcolor attribute | Code will work in most browsers but not Firefox, to fix this change to: bgcolor=”###rgb#” |
| 224 | Figure 10.4. | This figure is missing. |
| 234 | Table 10.1, description of ExecutionTime | Should be: Query execution time (in milliseconds), access as CFQUERY.ExecutionTime |
| 245 | Note: attributed | Should be: attributes |
| 245 | Seventh line: would usually an actual value | Should be: would usually be an actual value |
| 252 | Code listing, line 32: src=”../images/f#filmid#.gif” | Should be: src=”#image_src#” |
| 255 | First line after code listing: Listing 10.14 | Should be: Listing 10.15 |
| 265 | Paragraph before bullets, first line: bit it | Should be: but it |
| 339 | Last paragraph, sixth line: generates a | Should be: generates an |
| 339 | 10th line, words: ColdFusion only process CFML | Should be: ColdFusion only processes CFML |
| 345 | Second to last paragraph, line starting “embeds into your form”: the same was as it | Should be: the same way as it |
| 371 | Tip, 2nd to last line, words: the handle type | Should be: they handle type |
| 373 | Listing 14.9, line 18: valu | Should be: value |
| 388 | Listing 14.15, line 32: ‘#Trim(FORM.ImageName)#’, | Should be: ‘#Trim(ARGUMENTS.ImageName)#’, |
| 410 | 2nd line of note, <cfformitem> | Should be: </cfformitem> |
| 432 | Figure 15.14 | This figure does not belong here, and is a duplicate of the one on page 429. |
| 437 | Table 16.1, entry for: rotated | rotated has been deprecated in CFMX7, this rntry should be removed |
| 444 | Description of tipstyle, refers to chapter 25 (Figure 25.1 and Table 25.5) | Should be chapter 16 (Figure 16.1 and Table 16.5) |
| 445 | Description of gridlines and showygridlines, refers to chapter 25 (Figure 25.1 and Figure 25.2) | Should be chapter 16 (Figure 16.1 and Figure 16.2) |
| 452 | First code example. | Example should use <cfchart> tag, not <cfchartseries>. |
| 457 | Bulleted list, third bullet, title | Should be: Maximum number of charting threads |
| 485 | Last line: read for you | Should be: ready for you |
| 530 | Table 19.1, description of onRequestEnd | Should be: Executed at the end of each page request. This could be used for logging, tracking changes of request variables, or any other task that needs to happen at the end of a page request. |
| 536 | Table 19.4 | Should be Table 19.2 |
| 561 | Last paragraph, third line: rotation now | Should be: rotation is now |
| 566 | Last paragraph, third line: This is easy to build to do | Should be: This is easy to do |
| 567 | Listing 19.19, third <cffunction> tag: outout=”true” | Should be: output=”true” |
| 568 | Figure 19.5 | Should be Figure 19.6 |
| 585 | Paragraph after Listing 20.7. | Entire 2 1/2 line paragraph should not be there (they are editors comments that were mistakenly left in the copy). |
| 592 | Second note, second line: hitCout | Should be: hitCount |
| 1011 | First code snippet, line 8: text=”size” | Should be: text=”#size#” |
| 1011 | First code snippet, line 7: text=”name” | Should be: text=”#name#” |
| 1061 | Final line on page, code snippet: throwOnError=”Yes” | Should be: throwOnError=”No” |
| 1061 | Table B.72, CFHTTP.STATUSCODE, text: is set to Yes | Should be: is set to No |
| 1090 | Third code example, ninth line: djsplays | Should be: displays |