Top "Coldfusion" questions

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

ColdFusion mail queue stops processing

Our CF server occasionally stops processing mail. This is problematic, as many of our clients depend on it. We found …

coldfusion administration
cfloop vs cfoutput on queries

I develop using ColdFusion and wanted to know what is the best strategy to loop over large query result set. …

coldfusion cfloop
JSON value with apostrophe

I have an element with a rel attribute that contains a JSON string, something like: rel='{"id":"#id#","name":"#…

jquery json coldfusion apostrophe
Lose EF Code First Migration when working on different TFS branches?

We are using TFS and have different branches for our Dev. in the branch A we made a migration to …

.net entity-framework coldfusion ef-code-first entity-framework-migrations
What causes a "org.xml.sax.SAXException: Bad types" exception when calling a ColdFusion Web Service?

I've written a ColdFusion Web Service for an external client to consume. It basically let's them send over some user …

xml web-services soap coldfusion complextype
ColdFusion - Sending out a pretty email, mint style

I've used ColdFusion for sending text emails for years. I'm now interested in learning how to send those pretty emails …

email coldfusion html-email cfmail
Display CFLoop Items in Order from Form

I have the following form on the page form.html and it submits to cfpage.cfm. The first name, last …

coldfusion coldfusion-9
White Space / Coldfusion

What would be the correct way to stop the white space that ColdFusion outputs? I know there is cfcontent and …

coldfusion whitespace cfml
Difference between AUTH_USER and REMOTE_USER cgi variables

The docs aren't entirely clear on this - is there a difference between these variables? On IIS at least they …

iis coldfusion railo openbd
In a Coldfusion cfc, what is the scope name for variables set outside of a function?

In a Coldfusion component / CFC, I want to properly scope some variables to be available for all contained functions, but …

coldfusion cfc