Not finding what you are looking for? Request a recipe!
You want to use ColdFusion to send an email using gmail's smtp server.
You find that you need to tap directly into ColdFusion's underlying Java
capabilities for working with directories instead of using cfdirectory.
CFC's do not have a native way to add static variables (variables that belong to a
class and not an instance of a class) to them like strongly typed languages ...
I am working in a multi application environment. Recently I discovered a problem
- when other applications hit my warehouse database, they insert some HTML ...
ColdFusion's struct data-type helps simplify sorting an array of objects (or other
complex data-types). We will build a new struct where the key is the value we ...
The rest of the internet is in love with using REST to deliver web services instead
of SOAP. How can I implement RESTful web services with ColdFusion?
You have one or more standard properties files that you'd like to load into a
ColdFusion struct.
I want to create a simple form - name, business name, email, phone and
comment field.
Displaying too many records from a query on screen and need a simple
pagination added to it.
ColdFusion provides many caching techniques to improve the site performance.
Using CFCache tag we can able to cache a ColdFusion page for a particular ...