library_image

Errata: ColdFusion MX 7 Web Application Construction Kit

Errata: ColdFusion MX 7 Web Application Construction Kit


Original printing (1,394 pages, published March 24, 2005)

PageLocationCorrection
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.
122URL in first noteMissing a trailing 5
124Table 5.5, last row, descriptionShould be: Director’s salary
151Line starting “To retrieve only the contacts”, words “who don’t have an email address”Should be: “who have an email address”
170Third line: #DateFormat(“8/17/2004′)#Quotes are mismatched, both should be double quotes, as in: #DateFormat(“8/17/2004”)#
211Listing 9.13, 14th line, bgcolor attributeCode will work in most browsers but not Firefox, to fix this change to: bgcolor=”###rgb#”
224Figure 10.4.This figure is missing.
234Table 10.1, description of ExecutionTimeShould be: Query execution time (in milliseconds), access as CFQUERY.ExecutionTime
245Seventh line: would usually an actual valueShould be: would usually be an actual value
245Note: attributedShould be: attributes
252Code listing, line 32: src=”../images/f#filmid#.gif”Should be: src=”#image_src#”
255First line after code listing: Listing 10.14Should be: Listing 10.15
265Paragraph before bullets, first line: bit itShould be: but it
33910th line, words: ColdFusion only process CFMLShould be: ColdFusion only processes CFML
339Last paragraph, sixth line: generates aShould be: generates an
345Second to last paragraph, line starting “embeds into your form”: the same was as itShould be: the same way as it
371Tip, 2nd to last line, words: the handle typeShould be: they handle type
373Listing 14.9, line 18: valuShould be: value
388Listing 14.15, line 32: ‘#Trim(FORM.ImageName)#’,Should be: ‘#Trim(ARGUMENTS.ImageName)#’,
4102nd line of note, <cfformitem>Should be: </cfformitem>
432Figure 15.14This figure does not belong here, and is a duplicate of the one on page 429.
437Table 16.1, entry for: rotatedrotated has been deprecated in CFMX7, this rntry should be removed
444Description of tipstyle, refers to chapter 25 (Figure 25.1 and Table 25.5)Should be chapter 16 (Figure 16.1 and Table 16.5)
445Description 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)
452First code example.Example should use <cfchart> tag, not <cfchartseries>.
457Bulleted list, third bullet, titleShould be: Maximum number of charting threads
485Last line: read for youShould be: ready for you
530Table 19.1, description of onRequestEndShould 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.
536Table 19.4Should be Table 19.2
561Last paragraph, third line: rotation nowShould be: rotation is now
566Last paragraph, third line: This is easy to build to doShould be: This is easy to do
567Listing 19.19, third <cffunction> tag: outout=”true”Should be: output=”true”
568Figure 19.5Should be Figure 19.6
585Paragraph 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).
592Second note, second line: hitCoutShould be: hitCount
1011First code snippet, line 7: text=”name”Should be: text=”#name#”
1011First code snippet, line 8: text=”size”Should be: text=”#size#”
1061Table B.72, CFHTTP.STATUSCODE, text: is set to YesShould be: is set to No
1061Final line on page, code snippet: throwOnError=”Yes”Should be: throwOnError=”No”
1090Third code example, ninth line: djsplaysShould be: displays