Wiley.com
Print this page Share

Professional SharePoint 2007 Web Content Management Development: Building Publishing Sites with Office SharePoint Server 2007

ISBN: 978-0-470-22475-5
Paperback
425 pages
June 2008
Professional SharePoint 2007 Web Content Management Development: Building Publishing Sites with Office SharePoint Server 2007 (0470224754) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
2 31 Error in Text
Safe Mode Parser (last paragraph):
the second sentence should read:
?All customized pages are routed through the safe mode parser??
10/08/08
3 49 Error in Listing 3-3
Listing 3-3:
Using statement not required as a call to Dispose() is not required and is in fact not recommended.
10/08/08
5 71 Error in Image
the image references PageLayoutTemplate.aspx and RedirectPageLayout.aspx

it should have VariationRootPageLayout.aspx circled and not RedirectPageLayout.aspx to match the text on page 70.
10/08/08
5 81 Error in Listing 5-6
Listing 5-6: Error in the node

should read:
<NavBars><NavBar Name=?SharePoint Top Navbar? ID=?1002? /></NavBars>
10/08/08
81 Error in Download Code
Modified the onet.xml file to have the NavBars element be the following:

<NavBars>
<NavBar Name=?SharePoint Top Navbar? ID=?1002? />
</NavBars>

AND

Modified the onet.xml file?s site template configuration=?2? to where the Publishing Feature has the AvailableWebTemplates property set to the following:

<Property Key="AvailableWebTemplates" Value="*-PublishingMinimal#0;*-PublishingMinimal#2"/>

AND

Modified the page layout MinimalTmp.aspx in the PublishingMinimal Feature to use <asp:Content>?</asp:Content>
10/08/08
6 96 Error in Bullet List
first bullet list:
Production lost the bold & underline formatting:

 Press Release ? [Page content type ID]
00242457EFB8B24247815D688C526CD44D01

(underline 00242457EFB8B24247815D688C526CD44D and bold the end 01)

 Executive Biography ? [Page content type ID]
00242457EFB8B24247815D688C526CD44D02

(underline 00242457EFB8B24247815D688C526CD44D and bold the end 02)

 Product Detail ? [Page content type ID]
00242457EFB8B24247815D688C526CD44D03

(underline 00242457EFB8B24247815D688C526CD44D and bold the end 03)
10/08/08
126 Typo in Text
On page 126, the first sentence of the 3rd paragraph:

Edit mote

Should be

Edit mode
1/26/09
205 Error in Text
The (George) file should now look

Should be:
The file should now look
10/08/08
294 Error in Text
last sentence before the last table:

Should read:
The additional three permission?
10/08/08
396 Error in Code
code sample in middle of page, 2nd line

should read:
Database db = SPContext.Current.Site.WebApplication.Farm.GetObject(dbid);
10/08/08
Back to Top