Not finding what you are looking for? Request a recipe!
By using the new ColdFusion 9 “smtpServersettings" feature in Application.cfc file, we can specify different SMTP server settings for Applications.
ColdFusion 9 introduces many new features and enhancements to the existing features. One of the enhancements which included in the CFGrid is the introduction of Collapsible CFGrids.
ColdFusion provides many caching techniques to improve the site performance. Using CFCache tag we can able to cache a ColdFusion page for a particular period of time, for certain number of days, weeks and so on.
ColdFusion 9 added the Accordion navigation feature in the CFLayout tag. All the AJAX controls in ColdFusion leverages the EXTJS 3.0 library for to create Rich UI controls in ColdFusion. You can use the following code to create accordion navigation in ColdFusion.
ColdFusion Builder provides us a new option to set the default contents for every newly created CFM and CFC files. Like code snippets this features will be helpful to place some standard code that we normally used in the CFM files like comment code block or HTML code blocks.