ColdFusion Code Examples
Here is a small colection of code samples written to help you get a basic understanding of how Cold Fusion works.
You will need a text editor, or an HTML editor such as Macromedia's Dreamweaver, and have access to a Cold Fusion Server.
Burello Design Best Practices Burello Design
Burello Design
Alternating Row Colors
  This tutorial will demonstrate how to alternate row colors when outputing your data.
Frameless Frames in ColdFusion
  The appeal of frames and the continued use is -- to leave one constant item on a part of the page. However clever, they are a pain to code, setting targets and defining the columns and then there that scroll bar thing. Here is an easy way to create the illusion of frames on your page.
How to Disable One-Click Activation on Flash Movies
  The latest versions of Internet Explorer (IE) require users to first click on an ActiveX control, such as a Flash movie, before the control can be used. This click activation can be very annoying to users. For example, if the website uses a Flash button menu system the user would have to click on the menu item twice in order to get to where one-click should have taken them. Fortunately, there is an easy workaround to disable the one-click activation in Internet Explorer.
How to Display Coldfusion Output in Multiple Columns
  To display CFOUTPUT data in multiple table rows is easy, but when you want to display data in multiple table columns the task can be daunting. This code shows the most efficient way to accomplish the display of CFOUTPUT data in multiple table columns.
Previous / Next n Records
  This tutorial demonstrates how to implement "Previous" & "Next" into your existing results page.
The CFAPPLICATION tag and Session variables
  In order to use session variables, first you have to instruct the ColdFusion server that you wish to use them.
Burello Design
Burello Design Burello Design Burello Design
Burello Design ColdFusion & Flash Burello Design
Burello Design
How To Prevent Caching of *.swf Files Using ColdFusion
  Using the following techniques, SWFs can be forced to expire immediately from the Web browser's cache or the browser can be forced to re-download the media upon a given time interval.
Burello Design
Burello Design Burello Design Burello Design
Burello Design Servers Burello Design
Burello Design
Execute Coldfusion Code in *.htm and *.html Pages
  This tutorial will show you how to configure IIS and Coldfusion 8 so you can execute Coldfusion code on standard *.htm and *.html pages.
Burello Design
Burello Design Burello Design Burello Design
Burello Design Working with Data Burello Design
Burello Design
Extract Email Address from Text String
  Sometimes it is necessary to extract a list of emails from a text string. An example would be extracting a list of bad emails from a large group of bounce-back emails. This following Javascript automatically creates a comma-delimited list of emails in a given string.
Burello Design
Burello Design Burello Design Burello Design