home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / examplehome.cfm
Encoding:
ColdFusion Markup Language  |  2001-06-13  |  6.3 KB  |  88 lines

  1. <cfset pageName="Example Applications">
  2. <cfset rootPath = "exampleapps/cf5examples/">
  3. <cfinclude template ="exampleapps/cf5examples/header.cfm">
  4. <cfinclude template="exampleapps/cf5examples/margintop.cfm">
  5. <!--- <cfinclude template="include1_menu.html"> --->
  6. <!--- <cfinclude template="include2.html"> --->
  7. <p>
  8. The ColdFusion 5 Example Applications provide brief, real-world examples 
  9. of both core ColdFusion concepts and new ColdFusion 5 features.  
  10. Key CFML tags and functions are explained and source code is provided for use in your own applications.  
  11. Also included are Example Applications from previous versions of ColdFusion.</p>
  12. <p>
  13. Additional examples and tutorials will be available from Macromedia at the following URL:<br>
  14. <strong><a href="http://www.macromedia.com/coldfusion/examples">http://www.macromedia.com/coldfusion/examples</a></strong><br>
  15. <font size="1" face="Arial,geneva,helvetica,sans-serif" style="font-size:10px;font-family:sans-serif;">
  16. **Please note:  The example applications require that "Full checking" not be set as the Variable Scope Lock Settings in the ColdFusion Administrator.
  17. </font>
  18. </p>
  19. <!--- <cfinclude template="marginbottom.cfm">
  20. <tr bgcolor="999999"><td colspan="3" height="1"><p style="line-height:1px;"><img src="images/clear.gif" height="1" width="1" border="0"></p></td></tr>
  21. <tr><td height="20" colspan="3" background="images/headerbg2000.jpg"> <br></td></tr>
  22. <tr bgcolor="336699"><td colspan="3" height="1"><p style="line-height:1px;"><img src="images/clear.gif" height="1" width="1" border="0"></p></td></tr>
  23. <tr><td height="15" colspan="3" background="images/homebandbg2000.gif"> </td></tr>
  24. <tr bgcolor="aaaaaa"><td colspan="3" height="1"><p style="line-height:1px;"><img src="images/clear.gif" height="1" width="1" border="0"></p></td></tr>
  25. <cfinclude template="margintop.cfm">     --->
  26.  
  27. <br>
  28. <table border="0" cellpadding="0" cellspacing="0" bgcolor="aaaaaa">
  29. <tr><td>
  30.     <table border="0" cellpadding="4" cellspacing="1">
  31.     <tr>
  32.         <td bgcolor="eeeeee" width="46%" align="center"><b class="subhead">CFML Basics</b></td>
  33.         <td bgcolor="eeeeee" width="46%" align="center"><b class="subhead">New in ColdFusion 5</b></td>
  34.     </tr>
  35.     <tr valign="top">
  36.         <td bgcolor="white" valign="top">
  37.             <p><b class="subhead"><a href="exampleapps/cf5examples/personneldirectory/index.cfm">Database Search #1 - Basic searching</a></b>: The Personnel Directory is a two page sample of a simple form-to-database searching technique.
  38.             <p><b class="subhead"><a href="exampleapps/cf5examples/datadrilldown/index.cfm">Database Search #2 - Data Drill-Down</a></b>: The Store Catalog demonstrates further narrowing of results found by a database search.  It also uses a "prior/next" link for pages with multiple records.
  39.             <p><b class="subhead"><a href="exampleapps/cf5examples/mailto/index.cfm">Mail-to Form</a></b>: The Mail-to Form is a basic, two page example of sending form information via email. The CFMAIL tag is introduced and basic data validation is demonstrated with CFFORM elements and ColdFusion 5's new User Defined Functions (UDF).
  40.             <p><b class="subhead"><a href="exampleapps/cf5examples/employees/index.cfm">Data Maintenance</a></b>: The Employee Maintenance Application is an example of a "self-posting" form which handles common data maintenance tasks; inserting, updating, and deleting database records
  41.             <p>
  42.         </td>
  43.         <td bgcolor="white" valign="top">
  44.             <p><b class="subhead"><a href="exampleapps/cf5examples/graphing/index.cfm">Charts and Graphs</a></b>: ColdFusion 5's new CFGRAPH tag is demonstrated to dynamically create basic business graphics in a number of formats.  Also used is the new cfdump tag for easy viewing of any variables - even complex structures, arrays, and query sets.
  45.             <p><b class="subhead"><a href="exampleapps/cf5examples/tempconvert/index.cfm">Temperature Converter</a></b>: User Defined Functions example allows the conversion of temperatures from Celsius to Fahrenheit.
  46.             <p><b class="subhead"><a href="exampleapps/cf5examples/cfgrid/index.cfm">Using CFGRID</a></b>: ColdFusion 5's Java form controls are now implemented in JDK 1.2 and run as clients of the Sun Java Plug-In in the browser.  In this example, some of the new features of CFGRID are demonstrated.
  47.             <p><b class="subhead"><a href="exampleapps/cf5examples/qofq/index.cfm">Query of a Query</a></b>: In this demonstration of ColdFusion's new "Query of Queries" feature, what seems to be multiple requests to a database are accomplished with only one database transaction.
  48.             <p>        
  49.         </td>
  50.     </tr>
  51.     <tr>
  52.         <td colspan="2" bgcolor="eeeeee" width="46%" align="center"><b class="subhead">Previous ColdFusion Example Applications</b></td>
  53.     </tr>
  54.     <tr>
  55.     <td colspan="2" bgcolor="white" valign="top">
  56.         <p><b class="subhead"><a href="exampleapps/GlobalCorp/index.cfm">GlobalCorp Intranet</a></b>:
  57.         The Global Corp. suite of intranet applications illustrates how much you can do with just a few CFML tags. 
  58.         Start with a tour of these applications for an introduction to ColdFusion programming basics and the 
  59.         RAD (Rapid Application Development) way of life.
  60.         <br>
  61.         <br>
  62.         <p><b class="subhead"><a href="exampleapps/employee/index.cfm">New Line Employee Management</a></b>:
  63.         New Line is a very easy to understand employee management application. Check out this applet for examples 
  64.         of fundamental ColdFusion practices.
  65.         <br>
  66.         <br>
  67.         <p><b class="subhead"><a href="exampleapps/email/login.cfm">Crazy Cab Email Client</a></b>:
  68.         Crazy Cab is a (practically) fully functional (some would say superior) email client application that demonstrates 
  69.         a number of more advanced ColdFusion techniques. If you're just getting started with ColdFusion, take a look at the 
  70.         New Line or Global Corp. example applications first, then nose around in Crazy Cab for greater depth.
  71.         <br>
  72.         <br>
  73.         <b class="subhead"><a href="exampleapps/store/showcategories.cfm">Tack2 Online Store</a></b>:
  74.         Tack2 is a working online storefront, offering (okay, fictitious) windsurfing hardware. Check out the interactive, 
  75.         behind-the-scenes feature for viewing the CFML code at work in this application.
  76.         <p>
  77.     </td>
  78.     </tr>
  79.     </table>
  80. </td></tr>
  81. </table>
  82. <br>
  83. <br>
  84.  
  85. <cfinclude template="exampleapps/cf5examples/marginbottom.cfm">
  86. <cfinclude template="exampleapps/cf5examples/footer.cfm">
  87.  
  88.