Greg Cerveny
Member since Dec 16, 2008
- Profile: /members/2679-greg-cerveny.htm
- URL: http://www.artfulmedium.com
- Comments: 3
Recent Blog Comments By Greg Cerveny
-
Creating Tiny URLs Using ColdFusion
Posted on Mar 25, 2009 at 11:25 AM
These last two posts have been directly in line with some work I've been doing with generating keys to make urls simpler. The url shortener is on docket for later this week, but I'll be keeping it simple with just 36 radix. I do random generation so people can't just step up the sequence. I... read more »
-
ColdFusion ARGUMENTS Keys Always Exist, Even When Not Required
Posted on Dec 16, 2008 at 5:34 PM
@Johans and @Ben Exactly! Especially when it's a boolean, no way to tell whether it was passed as true/false or defaulted to that.... read more »
-
ColdFusion ARGUMENTS Keys Always Exist, Even When Not Required
Posted on Dec 16, 2008 at 1:35 PM
This is interesting. I recently built a gateway with a few specified but not required arguments. In development, I dumped the arguments scope to check what they looked like and remember seeing the "not set" values. I never really gave it a second thought that my structKeyExists test ran as I in... read more »