Book Image

Advanced Microsoft Content Management Server Development

Book Image

Advanced Microsoft Content Management Server Development

Overview of this book

Microsoft Content Management Server 2002 is a dynamic web publishing system with which you can build websites quickly and cost-efficiently. MCMS provides the administration, authoring, and data management functionality, and you provide the website interface, logic, and workflow. Microsoft SharePoint Portal Server (SPS) also features in the book. SPS 2003 enables enterprises to deploy an intelligent portal that seamlessly connects users, teams, and knowledge so that people can take advantage of relevant information across business processes to help them work more efficiently.You've mastered the basics of MCMS, and setup your own MCMS installation. You've only scratched the surface. This book is your gateway to squeezing every penny from your investment in MCMS and SPS, and making these two applications work together to provide an outstanding richness of content delivery and easy maintainability. As a developer, the Publishing API (PAPI) is at the heart of your work with MCMS, and this book starts by taking you on the most detailed tour of the PAPI you will find anywhere. As a live example, a component that reveals the structure of your MCMS site is created, taking you through how to manage the common elements of MCMS programmatically. Getting SharePoint and MCMS to work together is the next stop in the book. You will see how to use SharePoint's search engine to search MCMS content, publish content between the two systems, and create SharePoint Web Parts to draw content from MCMS.To ease your everyday work with MCMS, there are chapters on placeholder validation, and some useful custom placeholders for common MCMS tasks, such as a date-time picker, a placeholder for multiple attachments, and a DataGrid placeholder among others. There are a number of ways to consume MCMS content from the outside world, and we look at two exciting ways here; RSS and InfoPath/Web Services. The InfoPath solution provides another interface to MCMS content that allows content authors to concentrate on content and not the presentation. The book is rounded off with a number of must-have MCMS tips and tricks. Revert a posting to a previous version Change a postingÔø???s template Build a recycle bin Deal with links to deleted resources Update a postingÔø???s properties directly from a template file Re-write ugly URLs to friendly URLs Export resource gallery items using the site deployment API (SDAPI) Configure the position and size of the Web Author Console Dialogs Get frames and IFrames to work correctly in a template file
Table of Contents (21 chapters)
Advanced Microsoft Content Management Server Development
Credits
About the Authors
About the Reviewers
Index

Appendix C. Installing the Tropical Green Website

Tropical Green is the fictitious gardening society upon which the book’s sample website is based. In the earlier book, Building Websites with Microsoft Content Management Server (Packt Publishing, January 2005, ISBN 1-904811-16-7), we built the Tropical Green website from scratch. In this appendix, we provide a quick start guide for setting up the Tropical Green website. In a nutshell, here’s what we will do:

  • Download the sample code from the Packt website.

  • Create the TropicalGreen Web Application.

  • Import the objects in the Site Deployment Object file.

  • Create an account for the Guest user.

  • Ensure that the server settings in Server Configuration Application are correct.

  • Set www.tropicalgreen.net to execute locally.

  • Configure the browser to bypass the proxy server.

You should already have Microsoft Content Management Server 2002 installed with the latest service packs applied. We will also assume that you are working with Internet Information Services 5.x. If you are running Windows Server 2003 and therefore have IIS 6.0 installed, the steps are similar although some aspects will be different. Have a look at Appendix A if you’d like to see an example of a similar process using IIS 6.

Downloading the Sample Code

First, let’s download the sample code from the website.

  1. 1. Navigate to Packt Publishing’s support site at http://www.packtpub.com/support .

  2. 2. Select the book title Building Websites with Microsoft Content Management Server. Choose to download Code.

  3. 3. Save and extract the compressed zip file (1167_Code.zip) in an appropriate location on your hard drive, such as C:\1167_FinalCode\.