ColdFusion code that I use in my web application development.
This is a custom tag that allows you to format code via CFSetting regardless of surrounding tags.
Updated September 28, 2006
This demos the abilities of WebShot v.1 to create a thumbnail preview of the web page at a given URL.
Updated September 15, 2006
This takes a character-delimited data file and parses it out into a query object.
Updated May 5, 2006
This demonstrates how to handle 404 errors in ColdFusion that are thrown by IIS.
Updated September 22, 2006
This uses the CFHttp to grab images from servers that do not allow hot linking (extrernal refrences) to local images.
Updated July 13, 2006
This uses the CFHttp to grab images from servers that do not allow hot linking (extrernal refrences) to local images.
Updated July 13, 2006
This uses a Java regular expression to build an array of matching groups found in the given content.
Updated April 20, 2006
This uses Java case-insensitive regular expression to return an array of every substring matched by the regular expression.
Updated April 28, 2006
This does the same thing as ColdFusion's REReplace() but uses more powerful Java regular expressions.
Updated April 21, 2006
Parses out a dual-delimited list into an equivalent key-value struct.
Updated April 23, 2006
This is a simple example of how to nest custom tags and associate child data with the parent base tags.
Updated September 26, 2006
Help determine if a potential employee has what it takes to be a quality ColdFusion programmer.
Updated May 4, 2006
This demo explores two ways to append to queries together in ColdFusion.
Updated July 5, 2006
This demonstrates how to convert a ColdFusion query into a ColdFusion array of structures.
Updated July 10, 2006
This demonstrates how to turn an entire query object or a single record into a ColdFusion struct.
Updated July 19, 2006
This demonstrates how to generate a random date between two given dates.
Updated July 7, 2006
This demonstrates how to take an array in ColdFusion and sort it in a random order.
Updated September 19, 2006
Converts a structure to a dual-delimited list.
Updated May 1, 2006