Publication Errata

Invariably, errors creep into the production model.  This page lists, sorted by page number, the found inconsistencies that made it into our book.

We are sorry for any inconvenience that these may have caused and they should be corrected in the next printing of the manuscript.


Page Number:

0

Errata:

There is an issue with respect to typing conventions used in this book.

Correction:

This has been positioned at the top of the listing in the hopes that it will be one of the first items read. The book uses some non-standard typographical conventions.
{space}= press the spacebar.
{CR}= press the return(enter) key

 

 


Page Number:

21

Errata:

Figure 1.11 is incorrect.

Correction:

The correct image is:

 

 


Page Number:

22

Errata:

The exercise for Sharing Snippets (exercise 1.2) can be problematic when you can't locate the referenced folders - folder and file doesn't exist on your system.

Correction:

NOTE: This is a feature of Windows O/S, where by default, there are system hidden and read-only files and folders. To be able to locate the proper folders, you have to turn off these hidden files and folders using Windows Explorer.
1. Open Windows Explorer
2. Select Tools > Folder Options.
3. Select the View Tab
4. Click the radio button beside Show hidden files and folders.
5. Click the OK button
You should now be able to see the required files and folders to continue on with the exercises in Chapter 1.

 

 


Page Number:

49

Errata:

13. Repeat step 8, using the words ..

Correction:

13. Repeat step 12, using the words ..

 

 


Page Number:

68

Errata:

Plain text ("abc") row in table 3.3. Plain text not inside a block level element but contained in an editable region will not allow application of block level elements.

Correction:

This entire row can be ignored in Dreamweaver 6.1 as the issue no longer applies.

 

 


Page Number:

83

Errata:

@@(section=='preschool'?<b>:<i>)@@

Correction:

@@(section=='preschool'?'<b>':'<i>')@@

 

 


Page Number:

86

Errata:

There is a missing quotation in a line of code in the table code snippet:
<tr bgColor="@@(_repeat._index%2 ? '#FF0000' : '#00FF00')@@>.

Correction:

<tr bgColor="@@(_repeat._index%2 ? '#FF0000' : '#00FF00')@@">

 

 


Page Number:

86

Errata:

There is an extra hash mark in the sentence: ..#FF0000; otherwise, if the index is even, we will output ##00FF00. Create a child page..

Correction:

..#FF0000; otherwise, if the index is even, we will output #00FF00. Create a child page..

 

 


Page Number:

88

Errata:

Lines 7 through 9 are incorrect:
<!-- InstanceBeginRepeat name="someRepeatRegionName" -->
RepeatRegioncontents
<!-- InstanceEndRepeatEntry -->

Correction:

<!-- InstanceBeginRepeat name="someRepeatRegionName" -->
RepeatRegioncontents
<!-- InstanceEndRepeat -->

 

 


Page Number:

137

Errata:

Step 4 repeats the word magic.

Correction:

4. Depress the OK button, and Dreamweaver performs its magic by exporting the pages with all template markup removed.

 

 


Page Number:

140

Errata:

Figure 5.1 is cut off.

Correction:

The correct image is:

 

 


Page Number:

141

Errata:

Figure 5.2 is incorrect.

Correction:

The correct image is:

 

 


Page Number:

143

Errata:

Listing 5.1: The Item name of Head: <item name="head"><![CDATA[{here too!}]]></item> is misplaced, it should be located above the Content item.

Correction:

There is no functionality difference where the Item and it's CDATA is for this instance, it is imported into the correct locations of the page without issue, but a note is made for reprint or edition 2 of the manuscript none the less.

 

 


Page Number:

143

Errata:

There is a space missing in the filler text: ..based uponthe average frequency of characters and word lengths..

Correction:

..based upon the average frequency of characters and word lengths..

 

 


Page Number:

160

Errata:

Figure 6.1 is incorrect.

Correction:

The correct image is:

 

 


Page Number:

163

Errata:

Figure 6.2 is incorrect.

Correction:

The correct image is:

 

 


Page Number:

171

Errata:

The note in the middle of step 6 gives the impression as you continue that the TemplateEndMultipleIf must also be inserted into the inserted snippet which would give you two closing region tags and that will cause an error.

Correction:

Hopefully for Second Edition printing, the note will be moved down to the end of Step 6 and the beginning of step 7. In the meantime, please consider this when performing step 6. "The above error clause must immediately precede the closing of the multiple if statement, whose closing code is shown as <!-- TemplateEndMultipleIf --> and was written by the snippet. If the error clause is NOT immediately before the close, move either your new and revised code or the multiple close statement."

 

 


Page Number:

171

Errata:

Step 7, first image code block has a space in the image id attribute.

Correction:

Replace with: <img src="../images/shim.gif" name="sectionnameImage" width="244" height="43" id="sectionnameImage">

 

 


Page Number:

188

Errata:

1. The first thing you need to do is open about.htm..

Correction:

1. The first thing you need to do is open aboutus.htm..

 

 


Page Number:

191

Errata:

There is a step missing between steps 9 and 10.

Correction:

Step 9.5: Select the remaining cells of the table and using the Property Inspector, change the bg: field to #FFFFFF. Don't forget to press the tab key or your change won't be recognized. All remaining cells should change color from orange to white.

 

 


Page Number:

193

Errata:

Step 17. Select the entire first row...

Correction:

Step 17. Select the entire first column...

 

 


Page Number:

207

Errata:

Step 6: Table 7.22 reference is made to kazoo.jpg in the roll image column.

Correction:

The reference should be kazoo_c.jpg.

 

 


Page Number:

215

Errata:

Exercise 8.2, Table 8.1, the inserted rows refers to 2.

Correction:

Exercise 8.2, Table 8.1.
Rows = 1

 

 


Page Number:

218

Errata:

Step 22 refers to chapter 7 with no page reference.

Correction:

Step 22. Add your base image (the link and the behaviors as described in Chapter 7, pages 200, 205 through 207) in ..

 

 


Page Number:

218

Errata:

Step 22. Second paragraph: makes reference to a bulleted list which is actually just a listing.

Correction:

.. and look at the second paragraph starting with 'The MUI..' on page 212, you ..

 

 


Page Number:

220

Errata:

Steps 2 and 3 will generate errors on your page.

Correction:

Step 2: Open the file HCTNestedFAQs.dwt and let's get started creating our complex template. First, we must set the page name to set the navigation links by selecting Modify > Template Properties, choose the page_name parameter and change the value from Home to FAQs. Next, select all the content in the editable region named Content and delete it (ensure that you also delete the <p>&nbsp;</p> that remains, using code view, after you delete the content). We will not be using any of it for this template.

Step 3. Leaving your cursor in the editable region named Content, insert an editable optional region using Insert > Template Objects > Editable Optional Region. In the dialog that opens, replace the name displayed (OptionalRegion1) with OptionBase and click the OK button.

You know from Chapter 4 that this inserts a Boolean parameter in the head, an optional region in the body, and an editable region inside the optional region. Unfortunately, the dialog does not offer you a method of naming the editable region, so it is added to the page as EditRegion2 (the name of your region may differ slightly). We will rename this to BaseContent in step 4 below.

 

 


Page Number:

221

Errata:

Step 7. The first sentence gives the impression that the cursor is still in the editable region named BaseContent or the optional region named OptionBase.

Correction:

Step 7. Position your cursor in the editable region named BaseContent and selecting the tag named <mmtinstance:editable> in the tag selector, pressing the right arrow once and then press the return key. This will give you a new blank line inside the Content editable region but outside the editable optional region that you were just working with. Switch to code view and type the following: ..

 

 


Page Number:

228

Errata:

Instead of having Q and A on every row, or want..

Correction:

Instead of having Q & A on every row we want..

 

 


Page Number:

230

Errata:

Step 2's explanation paragraph is incorrect stating OptionFAQTable!=

Correction:

By adding OptionFAQTable=! To the front of the expression ..