Special Edition Using Microsoft Expression Web Erratum
The following information contains corrections and additions to Special
Edition Using Microsoft Expression Web.
Contents at a Glance
Chapters 3 and 5 are reversed in the Contents at a Glance section.
Chapter 3
Page 47: The text explaining Figure 3.3 says that there is a checkbox to
enable passive FTP in that dialog. That checkbox was removed and passive FTP
is now set via Internet Options in Control Panel or in Internet Explorer.
Chapter 6
Page 96: "To add files to your Personal Web Page, select them in the
right pane. . ." should read ". . . select them in the left pane. . ."
Chapter 9
Page 151 : Text indicates that Expression Web will use CSS to align
tables. The current version of Expression Web actually uses the deprecated
"align" attribute.
Page 152 : Figure 9.1 shows a border of 0 pixels when it should be 1
pixel.
Page 152-153 : Text says that Expression Web will wrap the table in a
<div>. This is not the case in the release version. Listing 9.1 shows code
with a <div> wrapping the table. Expression Web does not create this code by
default.
Page 171 : The Draw Table functionality was removed from Expression Web
late in the product cycle. Therefore, we did not have the time to remove it
from the book.
Chapter 16
Page 277: Figure 16.5 should show the Replace tab instead of showing a
repeat of Figure 16.4. See Figure 16.6 for reference.
Page 281: "Make sure that the Current Page radio button is selected"
should read "Make sure that the All Pages radio button is selected."
Chapter 17
Page 297: The steps at the bottom of the page inform you to select
Format, CSS Styles, Apply Styles. However, the Apply Styles menu item is not
available until you make sure that a web page is active in Expression Web.
Page 298: The Attach Style Sheet dialog is incorrectly referred to as the
Apply Style Sheet dialog.
Chapter 21
Page 368 : Tip says that editable regions are wrapped in a <div> tag. The
release version of Expression Web no longer does this.
Chapter 24
Page 421: Code line shows the following:
<body onload="changeStatus("Welcome!");">
That could should be:
<body onload="changeStatus('Welcome!');">
Chapter 26
Page 471: "The ErrorHandler line label in this case appears on Line 37;
Line 11 specifies that if an error occurs, code execution will skip to line
39. . ." should say "The ErrorHandler line label in this case appears on
Line 40; Line 11 specifies that if an error occurs, code execution will skip
to line 40. . ."
Page 476: The OptimizeHTMLPublishFlags property setting is incorrectly
specified as fpHtmlOptEmpty. It should be OptimizeHTMLEmpty.
Chapter 28
Page 501: Tip identifies Chapter 13 as "Editing Tag Properties." Correct
chapter is Chapter 12.
Page 513: Tip refers to Short property instead of Shortest property.
Page 514: NextMonthText refers to Figure 28.16. Should refer to Figure
28.14.
Chapter 30
Page 558: Image 30.9 should show the Enable Layout Tools checkbox in the
checked state.
Page 560: Step 4 should appear after step 7.
CD Sample: The default.aspx file contains <HTML></HTML> elements which
should be removed.
Chapter 31
Page 585: "The first step in creating our membership web site is to
configure the web for ASP.NET Forms Authentication" should be ". . .
configure the web site for . . ."
Chapter 33
Page 612: Figure 33.2 should be the figure shown in Figure 33.5.
Page 613: Figure 33.3 should be the figure shown in Figure 33.2.
Page 614: Figure 33.4 should be the figure shown in Figure 33.3.
Figure 616: Figure 33.5 should be the figure shown in Figure 33.4.
Chapter 35
Page 651: The master/detail code has a bug in it if you enable paging in
the GridView. To see how to do this in a way that will work with paging,
etc., see our tutorial on creating a master/detail page on our
Tutorials page.