<td bgcolor="eeeeee" width="46%" align="center"><b class="subhead">New in ColdFusion 5</b></td>
</tr>
<tr valign="top">
<td bgcolor="white" valign="top">
<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.
<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.
<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).
<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
<p>
</td>
<td bgcolor="white" valign="top">
<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.
<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.
<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.
<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.
<p>
</td>
</tr>
<tr>
<td colspan="2" bgcolor="eeeeee" width="46%" align="center"><b class="subhead">Previous ColdFusion Example Applications</b></td>