library_image

Errata: ColdFusion 8 Web Application Construction Kit Volume 1: Getting Started

Errata: ColdFusion 8 Web Application Construction Kit Volume 1: Getting Started


Original printing (578 pages, published September 12, 2007)

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