steveeray
Member since Dec 11, 2008
- Profile: /members/374-steveeray.htm
- URL: http://steveeray.com
- Comments: 2
Recent Blog Comments By steveeray
-
Extending The Application.cfc ColdFusion Framework Component With A Relative Path
Posted on Feb 2, 2011 at 9:43 PM
@Walter, I love this! This is just what I was looking for in an application I'm writing where the user could locate it anywhere on a site in any directory structure. I want the ./sub/ directory to contain the admin portion that just overrides the onRequestStart method to check for an admin session ... read more »
-
The Occasional Danger Of ColdFusion's Automatic Data Type Conversion
Posted on Dec 2, 2008 at 4:41 PM
Oh yes, I've had this happen to me too. Here's one I encountered: I had an application where I wanted to display a price value. If the price value had no cents, but the user typed in an ending ".00", I wanted to remove this, and just display the whole dollar amount (e.g. $25 instead of $25.00). So ... read more »