Community Member Profile
- Profile: /members/3077-Ted-Steinmann.htm
- Comments: 7
- Points: 71
Recent Blog Comments By Ted Steinmann
-
ColdFusion CFParam Regex Validation Tests Whole Value
Posted on Dec 17, 2009 at 3:00 PM
Thanks again Ben! Saved me all kinds of frustration finding my "order by" query paramming helper broke when enforcing uppercase column names for Oracle... all I needed was the (?i) case insensitivity attribute on my regex.... read more »
-
Running UPDATE And DELETE SQL Statements Using ColdFusion Query Of Queries
Posted on Sep 12, 2009 at 9:47 AM
Awesome! What an elegant solution to such a simple concept that can be so frustrating.... read more »
-
Learning ColdFusion 9: Using CFQuery (And Other Service Tags) In CFScript
Posted on Aug 13, 2009 at 3:46 AM
@Ted By "it" I'm referring to Adobe's approach. Not sure how they could've handled it differently, but if I wasn't such a purist (all script or none on a page) I'd agree with @Justice; seems it would be cleaner and less code... which I assume is one of the cfscript goals.... read more »
-
Learning ColdFusion 9: Using CFQuery (And Other Service Tags) In CFScript
Posted on Aug 13, 2009 at 3:23 AM
Thanks Ben, this example helped me figure out what I needed to get http requests working in cfscript... not that I like it or it's all that elegant, but it works and my example required it. Thanks again.... read more »
-
Learning ColdFusion 9: CFScript Updates For Tag Operators
Posted on Aug 5, 2009 at 12:43 AM
Ben, you mentioned that cfhttp and cfmail are handled as components and you'd cover them later... I'm tying to find documentation on these, and not seeing them in the Adobe beta cfml or dev guide documentation any idea where I can find that?... read more »
-
Learning ColdFusion 9: Virtual File System vs. Actual File System
Posted on Jul 22, 2009 at 1:00 AM
You're using a mapping for ease and cleaner syntax but this is only accessable from one instance (instance specific) and not across CF servers in a cluster right? CF instances in a multi-node enviornment wouldn't be able to share these "files" written to RAM if they had the same mappings would t... read more »
-
ColdFusion Path Usage And Manipulation Overview
Posted on Mar 10, 2009 at 11:14 AM
Ben, I'm working with a few application pages, and always want the root application page to be able to find configuration settings relative to its path when sent a reload param through the URL no matter where it's executed in the app. From what I can tell, all of the above functions use a... read more »



