Chris H
Member since Dec 11, 2008
- Profile: /members/1883-chris-h.htm
- Comments: 6
Recent Blog Comments By Chris H
-
Performing Query-Of-Queries Using ColdFusion 9's Query.cfc Component
Posted on Jul 27, 2011 at 5:02 AM
Thanks for the variable context explanation Ben, couldn't find any good info on this elsewhere!... read more »
-
Setting ColdFusion Cookies With CFCookie vs. Cookie Scope
Posted on May 3, 2010 at 9:00 AM
didn't know that either, thanks for the post!... read more »
-
Reconciling Different Types Of APIs And What Data They Return
Posted on Mar 4, 2009 at 6:17 PM
ok, the performance argument was irrelevant, especially when javascript is dealing with its native JSON format. what i do for simple error handling (let's continue with the form submission from your original post) is just pass back formatted HTML that then gets outputted in let's say a modal jquery... read more »
-
Reconciling Different Types Of APIs And What Data They Return
Posted on Mar 4, 2009 at 3:14 PM
I agree that, if it is clear that an API will only be used by a specific source/frontend, the hassle of first creating an XML or JSON structure and then evaluating this result and reformatting it into something readable is quite overkill and also crap from a performance standpoint (JavaScript receiv... read more »
-
My 1,000th ColdFusion Post - What It Means To Me (And Free Prizes)
Posted on Jan 23, 2009 at 12:15 PM
i like ColdFusion so much that i uninstalled Photoshop and now only use the <cfimage> functions for image editing. ok, i'm kidding, but i love it!... read more »
-
OOPhoto: Implementing Security In An Object Oriented Application - Round I
Posted on Oct 1, 2008 at 10:14 AM
thanks for this Ben, been following the whole OOPhoto series and I've learned a thing or two... i'm just getting into full-fledged OO (i was just kind of "faking" it before) and the whole concept of Security & Logging for an OO application will give me problems when i try to implement it into my ne... read more »