Community Member Profile
- Profile: /members/3685-Ciaran-Archer.htm
- URL: http://flydillonfly.wordpress.com
- Comments: 9
- Points: 91
Recent Blog Comments By Ciaran Archer
-
Exploring ColdFusion 9 Implicit (Synthesized) Getter And Setter Behavior
Posted on Mar 31, 2011 at 5:43 AM
@Nelle I agree with that inconsistency too. And I'll follow up with another of my own :) [rant] It's almost as frustrating as the way you have to scope everything as LOCAL or var in CFC functions lest they end up in the VARIABLES scope. It's actually backwards compared to lots of... read more »
-
Exploring ColdFusion 9 Implicit (Synthesized) Getter And Setter Behavior
Posted on Mar 31, 2011 at 4:39 AM
The most frustrating thing for me about using implicit setters and getters is that the 'default' attribute on the <cfpoperty> tag is not respected, and there is no default value written to the VARIABLES scope when the CFC is created. S... read more »
-
Changes In CFLocation / OnRequestEnd Behavior In ColdFusion 9's Application.cfc
Posted on Nov 11, 2010 at 5:13 AM
Yep, this broke some functionality on our site where we were storing user messages in a persistent scope and then calling cflocation before clearing out the message on the onRequestEnd() on the subsequent page. Now that onRequestEnd() fires even though we've redirected our message gets cle... read more »
-
My First ColdFusion Web Service
Posted on Sep 24, 2009 at 10:23 AM
Good reference and some great tips. Thanks!... read more »
-
Understanding The IIS Mod-Rewrite Log File And Work Flow
Posted on Sep 4, 2009 at 11:39 AM
Small typo in post title: Understating -> should be Understanding? Or perhaps I don't understand :)... read more »
-
Learning ColdFusion 9: Exploring Object-Relational Mapping (ORM)
Posted on Jul 31, 2009 at 3:15 AM
Hi Manjukiran, that link appears to be broken for me. I am very interested in the performance aspect. For me - not having a fine bead on the DB tier for high-performance application is a worry to me. I used OJB ( http://db.apache.org/ojb/ ) b... read more »
-
Adobe Announces That HomeSite Is Officially Dead
Posted on Jul 3, 2009 at 11:53 AM
If Adobe do as good a job with Bolt as they did with Flex Builder (and I'm talking about code completion - not sure how practical this is with an interpreted language!) it will really help keep/attract developers. I use CF Eclipse and it beats anything else out now - but still leaves me frustrate... read more »
-
Ask Ben: Formatting A Date Span In ColdFusion
Posted on Jun 25, 2009 at 2:06 PM
Actually, when I said 'you' I meant it in the plural sense :) There are times when you cannot beat icu4j - that goes without saying.... read more »
-
Ask Ben: Formatting A Date Span In ColdFusion
Posted on Jun 25, 2009 at 12:55 PM
Very nice. We use ICU4J but if you look at the implementation examples, it's much more complex. So, if you know you won't need the i18n aspect then this is a neat solution.... read more »



