Top "Coldfusion" questions

ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.

What is the best way to reload a Fusebox app without getting "parsed file or directory not found" errors?

I have a site using CF8 and Fusebox 5. Anytime I need to add a new feature to the site, I …

coldfusion fusebox
Coldfusion CFC Return JSON display in Jquery, how do I handle multiple records from CFC and display in Jquery?

I need a way to grab the json return from coldfusion and display it in jquery I can display the …

jquery coldfusion cfc
ColdFusion and trailing comma

How do I remove a trailing comma from a string in ColdFusion?

coldfusion
How to specify only some optional arguments when calling function in ColdFusion?

I have a ColdFusion function "foo" which takes three args, and the second two are optional: <cffunction name="foo" …

syntax coldfusion optional-parameters
How do I separate multiple email addresses in cfmail

Do I use a comma or semicolon? I can't seem to find it in the live docs. I also can't …

email coldfusion cfmail
ColdFusion Server CFC Caching Issue

I develop coldFusion applications on my laptop with it's own ColdFusion 8 server with IIS which run on Windows Vista. I …

caching coldfusion cfc
Customize baseUrl and baseDir in CKFinder

We use CKEditor and CKFinder for Coldfusion in many of our CMS applications. These apps point to different sites on …

coldfusion ckfinder
Extend a CFC using a relative path

I want to extend a CFC in a different directory and I have a couple of options, but can't figure …

coldfusion cfc
In ColdFusion, is there a numberFormat() mask to drop the decimal if it is 0?

I'm trying to format numbers so that 2 decimal places show up, unless it is a whole number - then I …

coldfusion coldfusion-9 number-formatting
Coldfusion CFQUERY time limit exceeded

I have a saved XML file which is 7.1mb and contains over 1000 properties and all the info for those properties. …

xml coldfusion cfquery