Chapter 12 Online Help System IN THIS CHAPTER (Dedicated web hosting)
Monday, December 31st, 2007Chapter 12 Online Help System IN THIS CHAPTER . Developing an online help system . Installing an online help system . Using an online help system HAVING ONLINE HELP with your Web or intranet applications can be a great blessing, because it may reduce user support calls and, therefore, cost. In this chapter, you ll develop an online help system that can be used for any of the Web or intranet applications developed in this book. First, let s look at the functionality you want the help system to offer. Functionality Requirements The help system will offer the following features. . Structured help contents: The system will assume a structured help con tent design where help for an application will be divided into sections. Each section will be represented with one or more HTML pages, which may or may not have embedded images. Each section will have a number like x.y.z where x is the section number, y is the second level subsection number, and z is the third level subsection number. For example, 1.0.0.html, 1.1.0.html, and 1.1.1.html are pages for section 1. The images for all the help contents will be stored in an images directory. . Automatic table of contents page: The system should generate the table of contents page automatically. This feature is very good to have because you can then add or remove sections. . Automatic navigation: The system should generate automatic navigation links from section to section and also have a link to the table of contents from each page.