Ted Steinmann
Member since Mar 10, 2009
- Profile: /members/3077-ted-steinmann.htm
- Comments: 7
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 »
-
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 they... 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 path rel... read more »