home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Examples / docs / pubdocs / 1-intro.cfm < prev    next >
Encoding:
Text File  |  1998-10-08  |  1.4 KB  |  25 lines

  1. <CFSET Title = "Introduction to Dynamic Content Publishing">
  2. <CFINCLUDE TEMPLATE="_header.cfm">
  3.  
  4. <h3>Introduction to Dynamic Content Publishing</h3>
  5. <P><B>Dynamic content publishing</B> (DCP) refers to the use of database technology 
  6.   to aid in the publishing of web content. Some or all data (news stories, articles, 
  7.   downloadable files, FAQ's, etc.) is stored in a database, which yields several 
  8.   advantages over traditional "static" publishing techniques: 
  9. <UL>
  10.   <LI><B>Ease of adding, modifying, deleting content.</B> One of the main benefits 
  11.     of DCP is that content can be modified by "end users" (for example, marketing 
  12.     or public relations people) rather than going through a webmaster or IT support 
  13.     person for each change. This can lead to substantial long-term cost savings.</LI>
  14.   <LI><B>Searchable and scheduleable content.</B> Since all the content is in 
  15.     a database, searching can easily be added to the site. Also, publishing systems 
  16.     can incorporate content scheduling, so that certain content shows only at 
  17.     certain times.</LI>
  18.   <LI><B>Code reusability.</B> Since a properly designed content publishing system 
  19.     will reuse formatting code, it is relatively easy to make sitewide changes, 
  20.     such as changes to navigational elements or font faces and sizes.</LI>
  21. </UL>
  22.  
  23. <CFSET HREF = "2-concepts.cfm">
  24. <CFSET Link = "DCP Concepts">
  25. <CFINCLUDE TEMPLATE="_footer.cfm">