Top "Cfml" questions

CFML is a dynamic general-purpose programming language, especially suited for web and intranet development.

Can I get a query row by index in ColdFusion?

I want to get a specific row in a ColdFusion Query object without looping over it. I'd like to do …

coldfusion cfml cfquery
Select one column DISTINCT SQL

Added: Working with SQL Server 2000 and 2005, so has to work on both. Also, value_rk is not a number/integer (…

sql sql-server coldfusion cfml
How to convert a string representation of a number to a number in coldfusion?

I want to be able to convert a string number such as "1,427.76" to a number in coldfusion but the comma …

coldfusion cfml
Coldfusion: How to split a string into a set of variables

I'm trying to teach myself ColdFusion. I have a string coming in from the database in this format: domain.com &…

coldfusion cfml
Best IDE/Editor for ColdFusion?

I am just starting at a job in which I will be using a lot of ColdFusion. What is the …

ide editor cfml
How to do a cfdump inside a cfscript tag?

In order to debug I would like to dump certain variables on to my web page. How can I do …

coldfusion railo cfml openbd
Picking a ColdFusion MVC Framework

I am taking over a lot of the ColdFusion stuff that is lingering at our shop and they are insistent …

model-view-controller frameworks coldfusion coldfusion-8 cfml
Trying to find a syntax highlighter for ColdFusion in Notepad++

I use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a …

coldfusion notepad++ railo cfml
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
Convert coldfusion json to struct

I have a JSON variable output from a jQuery application as so: [{"id":1}, {"id":197,"children":[{"id":198},{"id":199},{"id":200}]}, {"id":2,"children":[{"…

json coldfusion struct cfml