CFML is a dynamic general-purpose programming language, especially suited for web and intranet development.
I want to get a specific row in a ColdFusion Query object without looping over it. I'd like to do …
coldfusion cfml cfqueryAdded: 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 cfmlI want to be able to convert a string number such as "1,427.76" to a number in coldfusion but the comma …
coldfusion cfmlI'm trying to teach myself ColdFusion. I have a string coming in from the database in this format: domain.com &…
coldfusion cfmlI am just starting at a job in which I will be using a lot of ColdFusion. What is the …
ide editor cfmlIn order to debug I would like to dump certain variables on to my web page. How can I do …
coldfusion railo cfml openbdI 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 cfmlI use CFEclipse for most of my projects and heavy lifting but sometimes I find the need to do a …
coldfusion notepad++ railo cfmlIs there a built-in way to join two arrays in ColdFusion, similar to JavaScript's array.concat()?
arrays coldfusion cfmlI 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