library_image

Errata: Certified ColdFusion Developer Study Guide

Errata: Certified ColdFusion Developer Study Guide


Original printing (400 pages, published March 23, 2001)

PageLocationCorrection
44First line of tip.Should be: A query string is allowed at the end of the URL listed in the URL attribute.
44Caution, fourth to last line.Should be: </script>.
46First paragraph beneath header “Reuse and Including Files”, 5th line.“<CFINLCUDE>” should be “<CFINCLUDE>”.
66SQL statement at top of page, final line of SQL code.Should be: ORDER BY Breeding DESC.
73Second tip, <CFPARAM> code examples.First <CFPARAM> should be: <CFPARAM NAME=”FName” DEFAULT=”Emily”>. Second <CFPARAM> should be: <CFPARAM NAME=”URL.FName” DEFAULT=”Emily”>.
92Code snippet in the middle of the page, first line, words “APPLICATION.States”.Should be: APPLICATION.GetStates.
93Line 3, word SESSION in “SESSION variables”.Should be: SERVER.
104Question 3.Should be: Which cookie is set by ColdFusion application server only when the attribute SETDOMAINCOOKIES is set to yes in the <CFAPPLICATION> tag?.
111Tip at top of page, fourth and fifth lines.Should read: “moving from most specific (SESSION scope) to least specific (SERVER scope)”.
111Tip at top of page, numbered list.Items #1 and #3 are reversed, SESSION should be first and SERVER last.
120First paragraph beneath “Special Lists”.GetFunctionList() returns a structure and should not be listed here.
129Code block at bottom of page, fourth <CFSET>.Should be: <CFSET aFlightInfo[1][1][3]=”Springfield, MA”>.
137Bulleted list at top of page (second line).First item, “SERVER”, should not be listed.
138Note, third line.Word “down” should be “up”.
138Code Example 2.Line missing, insert “<CFSET aFlightInfo[2]=StructNew()>”> in between the third and fourth lines from the bottom.
141First line, expression (between pound signs).Should be: #qGetFlightData.destination[i]#.
147Second to last comment in <CFSCRIPT> block at the bottom of the page.Should be: // this line below runs only if x is neither 1 nor 2.
149<CFSCRIPT> block at the bottom of the page, fifth line, words “WriteOutputWriteOutput;”.Should be: WriteOutput(a);.
150FOR-IN Statement code example, fifth line.A line break is missing in between “to work” and “FOR (x”, the FOR statement should start a new line and is not part of the comment.
150FOR-IN Statement, text before code snippet.Third sentence is incorrect and should be deleted.
150<CFSCRIPT> block at the top of the page, fifth line, words “WriteOutputWriteOutput;”.Should be: WriteOutput(a);.
150FOR-IN Statement code example, line five.“fr” shoudl be “for”.
162First line of note at top of page.<CFPROCRESULT> should be <CFPROCPARAM>.
166Second note, last line.READ COMMITTED should be READ UNCOMMITTED.
169Note, second to last line.“<CFTRANSACTION/>” should be “</CFTRANSACTION>”.
174Fifth line from bottom of the page, text PERF MONITOR.Should be: PERF_MONITOR.
174Line beginning “argument is” in final paragraph, words “PERF MONITOR”.Should be: PERF_MONITOR.
176Bulleted list of variables under “Show Variables”.Last bullet should be “Cookies”.
177Section entitled “Manual Debugging” first paragraph, third line.Text “simple local variables” should not be there and should be deleted.
187Code example beneath Table 21.7, <CFTHROW> tag.Should read: <CFTHROW TYPE=”Reorder” MESSAGE=”Reorder product #ProdName#” EXTENDEDINFO=”#Now()#”>.
188Second to last line, TEMPLATE value.Should be “ExpressionTemplate.cfm”.
237Third line of body text.“<CFILE>” should be “<CFFILE>”.
238Fourth paragraph starting with the word “MODE”, fourth line.Should read: MODE=”755″ gives rwxr-xr-x permissions (owner=read/write/execute, group=read/execute, other=read/execute).
239First tip, first word.“<CFILE>” should be “<CFFILE>”.
248Fifth line of Summary.Word “<CFILE>” should be “<CFFILE”>.
253Third line beneath “Publishing to Static Pages”, final words.Should read: “can be instructed to save the”.
257Second paragraph beneath “Sending Simple Text Email”.First word should be: “<CFMAIL>”.
287Second tip, second line.Should read: “wildcards used at the start of a search pattern”.
289Second SQL UPDATE example, second line.Should read: “SET product_price=product_price+10”.
293Second to last line on page.“FORM” should be “FROM”.
312Code example, fourth line.Missing text “product_id=” after WHERE and before <CFQUERYPARAM>.
316Second to last line on page.“referred to be” should read: “referred to by”.
320Question 1, answer A.Should read: “VARIABLES”.
346Chapter 5, answer 4.Answer is missing the number “4.” in front of it.
347Chapter 12, answer 2.Correct answers are A and D.
348Chapter 16, answer 1.Opening words should read: “C. The other answers are valid”.
349Chapter 17, answer 1, end of third line.Should read: “Answer D is”.
349Chapter 17, answer 1, third line.“is rarely used for output” should read “is not only used for output”.
350Chapter 19, answer 1, fourth line, first word.Should be “UNCOMMITTED”.
350Chapter 22, answer 2, third line.“C:\Cfusion\Bin” should be “C:\CFusion\CustomTags”.
352Chapter 32, answer 1.Last sentence should read: “C is not a valid keyword.”
353Chapter 36, answer 1, second line.Word “VARIABLE” should be “VARIABLES”.