Top "Coldfusion" questions

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

Join Two Arrays in ColdFusion

Is there a built-in way to join two arrays in ColdFusion, similar to JavaScript's array.concat()?

arrays coldfusion cfml
open PDF in the browser

I want to open the PDF in browser so that i have wriiten the below code but i have occured …

pdf coldfusion cfdocument
How to sort an array of structs in ColdFusion

I have an array of structs in ColdFusion. I'd like to sort this array based on one of the attributes …

sorting coldfusion struct
How can I clean HTML tags out of a ColdFusion string?

I am looking for a quick way to parse HTML tags out of a ColdFusion string. We are pulling in …

regex coldfusion rss html-parsing coldfusion-8
Coldfusion 10, IIS 7.5 - Getting a 404 even though file exists

I'm getting a 404 even though the page exists on disk. I've ran the Web Server Configuration Tool and rebooted several …

iis coldfusion http-status-code-404
restart application without restarting server?

Is there a way to restart a ColdFusion application without restarting the entire server? There are two ColdFusion applications running …

coldfusion
Coldfusion 8: IsDefined('URL.variable') and is not ""?

I'm trying to find out if a url variable exists, and if it doesn't, make sure that it's not empty. …

coldfusion coldfusion-8
Using BETWEEN on a varchar field not a numeric field?

I am using ColdFusion 8 and SQL Server 2008 R2. I am trying to query a column of values to get rows …

sql sql-server-2008 coldfusion coldfusion-8
Removing set number of characters from end of string with ColdFusion

Simple request (hopefully) here. I have a string which whilst it varies in length, will always need the last 6 characters …

coldfusion coldfusion-8
Looping over lists in cf9

Page 116 of the developer's guide says "Unlike the cfloop tag, CFScript for-in loops do not provide built-in support for looping …

coldfusion coldfusion-9 cfloop