Dec 12
I gave a presentation titled "Introductionto Ajax Features in ColdFusion 8" at the Syracuse ColdFusion User Group meeting this week. In the presentation, I covered the following.
- The basic layout elements that are used with Ajax
- Automatic Ajax - Things that ColdFusion 8 handles for you - without needing to program any JavaScript.
- Almost-Automatic Ajax - Things that require one or two lines of code, but not extensive use of JavaScript.
- Manual Ajax - These are the most powerful features, but will require some JavaScript coding.
- Ajax Goodies - A couple smal small features in CF8 with big impact.
There is also a sample application that shows an employee management database interface created using all CF8 Ajax - no page reloads.
View the presentation content here...
- Presentation (done with CFPRESENTATION, another CF8 feature)
- Code Samples
Download all the code, including the presentation code ...
- Full Download of Samples, Sample Application, and Presentation

Dec 16, 2007 at 8:26 PM Thanks for this! Some of these samples explain things that Adobe left out of all their docs. This is a big help as I learn how to make all this stuff work. Are all the ColdFusion.Layout functions documented somewhere?
Dec 16, 2007 at 8:31 PM Jon,
The ColdFusion JavaScript functions are pretty well documented here...
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=JavaScriptFcns_01.html