matt
Member since May 19, 2009
- Profile: /members/3444-matt.htm
- URL: http://matthewbusche.com/blog
- Comments: 6
Recent Blog Comments By matt
-
ColdFusion 10 - Using The Group Attribute With CFLoop To Group Query Rows
Posted on Apr 9, 2012 at 5:57 PM
The way you're using this feature has been available in ColdFusion for years. In current versions of ColdFusion you can perform this exact action using cfoutput tags instead of cfloop. This entails adding more cfoutput tags than maybe you'd like throughout the page, but the way you're showing this f... read more »
-
Performance Of LEFT OUTER JOIN Insert vs. INNER JOIN Delete Statement
Posted on Aug 19, 2011 at 11:45 PM
Maybe I have low standards, but you're talking about 28 milliseconds and 14 milliseconds, right? Is that really a difference anyone would notice?... read more »
-
Strange ColdFusion JRUN Stack Overflow Error
Posted on Jan 27, 2011 at 12:10 PM
My problem is slightly related, but thought I'd post in case someone else had the same problem I did. I was writing a custom tag I had named FirstData, whenever I would run it, it would cause a stackoverflowerror. Once I renamed the tag it worked fine, so I'm assuming First or Data were reserved wor... read more »
-
Generating Random Passwords In ColdFusion Based On Sets Of Valid Characters
Posted on Jul 8, 2010 at 11:50 AM
Ben, I used this today and it saved me a ton of time, I can't give you enough props or thank you enough for your entire site.... read more »
-
Content Is Not Allowed In Prolog - ColdFusion XML And The Byte-Order-Mark (BOM)
Posted on Jun 16, 2009 at 4:34 PM
Thanks Ben, although your exact example wasn't the issue I was experiencing it helped me think outside the box and solve my issue.... read more »
-
Date Addition Using CreateTimeSpan() Creates A Numeric Date
Posted on May 19, 2009 at 10:27 PM
I've always wondered why some date/times didn't show up as Yes using isDate. This will come in quite handy for me.... read more »