Zarko
Member since Jan 27, 2010
- Profile: /members/5280-zarko.htm
- URL: http://webdev.rs
- Comments: 6
Recent Blog Comments By Zarko
-
ColdFusion Application.cfc Properties Get Normalized In Interesting Ways
Posted on May 4, 2010 at 10:31 AM
Interesting... I guess most of us follow methods we saw once in some blog post or book long time ago, never wondering "Why do I put that exactly?!"...... read more »
-
Encountered "(. Incorrect Select Statement, Expecting a 'FROM', But Encountered '(' Instead, A Select Statement Should Have a 'FROM' Construct.
Posted on Mar 22, 2010 at 7:21 AM
I got this exception now. In case you're using var-es local struct, CF gives you couple of "new" exceptions: Encountered "local. and Encountered "id. Incorrect Select List, Incorrect select column This is the way out: <cfset var local = structNew() > <cfset local.query = something... ... read more »
-
My DZone Interview With Dan Wilson: Creating Software Simulations Using Interface-Driven Architecture
Posted on Feb 12, 2010 at 5:44 PM
Yes, I watched recently his interviews with Adam Lehman and Simon Free, they also sounded really quiet...... read more »
-
My DZone Interview With Dan Wilson: Creating Software Simulations Using Interface-Driven Architecture
Posted on Feb 12, 2010 at 5:32 PM
Great interview Ben. But bad volume level of Dan's guests always makes me irritated :(... read more »
-
Converting IP Addresses To And From Integer Values With ColdFusion
Posted on Jan 27, 2010 at 4:34 AM
Thumbs up for creativity ;) Always did this in more conventional way, with reg. expressions and listGetAt.... read more »