Community Member Profile
- Profile: /members/2537-ColdFusion-developer.htm
- URL: http://www.beetrootstreet.com
- Comments: 3
- Points: 13
Recent Blog Comments By ColdFusion developer
-
ColdFusion CFFile vs. Java java.io.BufferedOutputStream
Posted on Jun 3, 2009 at 6:35 AM
Hi Ben - There's an issue with these methods in that if you don't issue a osOutput.close() then the files can sometimes remain open within JRun. Martin... read more »
-
The Processing Instruction Target Matching "[xX][mM][lL]" is Not Allowed
Posted on Jul 2, 2008 at 6:17 AM
Why don't Adobe do the trimming of CR's etc as part of the function invocation.??... read more »
-
Regular Expressions Make CSV Parsing In ColdFusion So Much Easier (And Faster)
Posted on Oct 15, 2007 at 6:51 AM
Dude - You're a star.. Lovin' this code. I added The following code to convert the array to a query:- <!--- Convert to a query ---> <cfset columnList = arrayToList(arrData[1])> <cfset qryNew = queryNew(columnList)> <cfloop from="2" to="#arrayLen(arrD... read more »



