ColdFusion is a server-side rapid application development platform, from Adobe.
I have a Coldfusion cfc that queries a database for data. I would like to call that cfc and display …
jquery ajax coldfusion coldfusion-9I am trying to insert the following string into an sql xml field <?xml version="1.0" encoding="UTF-8"?> <…
sql-server coldfusion xml-parsing coldfusion-9I am converting a ColdFusion application to C# (I'm a CF n00b). I have a script that performs a …
coldfusion coldfusion-9 cfqueryI have a query in a my CFC. The function contains a simple query as such. <cfquery name="qrySE" …
coldfusion coldfusion-9Page 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 cfloopI'm trying to format numbers so that 2 decimal places show up, unless it is a whole number - then I …
coldfusion coldfusion-9 number-formattingWhat are some of the things you've observed in ColdFusion 9 with CF-ORM (Hibernate) that one should watch out for?
orm coldfusion coldfusion-9I am trying to create a time stamp in coldfusion that would include milliseconds. My issue is that I cannot …
datetime coldfusion timestamp coldfusion-9I have a service on a Coldfusion 9 server that creates image banners on the fly for us. A separate machine …
coldfusion coldfusion-9I have been playing around with the OWASP ESAPI utilities that are included with ColdFusion 9. ColdFusion's Builtin Enterprise Security API. …
coldfusion coldfusion-9 cfml esapi