Community Member Profile
- Profile: /members/2537-Martin-Parry.htm
- URL: http://www.beetrootstreet.com
- Comments: 5
- Points: 32
Recent Blog Comments By Martin Parry
-
Regular Expressions Make CSV Parsing In ColdFusion So Much Easier (And Faster)
Posted on Feb 18, 2011 at 5:29 AM
Sweet lord George - Who cares!... read more »
-
New ColdFusion Error: Form Entries Incomplete Or Invalid
Posted on Aug 24, 2010 at 10:28 AM
How gay is this "feature"!!! Thank god you had this entry Ben - I had just created a field called finance_required and started getting this error. As my attention span is diminishing as I approach 40 I'd forgotten I'd added the field this morning.. Cheers... read more »
-
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 »



