Jon Briccetti
Member since Jul 1, 2009
- Profile: /members/3714-jon-briccetti.htm
- Comments: 3
Recent Blog Comments By Jon Briccetti
-
Very Strange Script-Based Behavior For CFParam In ColdFusion
Posted on Oct 31, 2013 at 10:48 PM
that's some crazy ass sh*t Ben. i made several variations of the code to confirm that it is specifically the cfscript base param and it does appear to be exactly that. i'll spare ya the details but i made all kinds of different changes - but as soon as you use the script based param tag it acts lik... read more »
-
Downloading Email Attachments With CFPop And CFThread
Posted on Sep 28, 2009 at 10:47 PM
Ben - great article & great example - I've never had to process attachments from cfpop before, need to now, did one google search and found this and it totally nails the how-to & the performance issues in one shot! Thanks Ben, I always know I can count on you! And no inappropriate filenames or sampl... read more »
-
QueryAddRow(), Date/Times, WDDX, And ORDER BY, OH MY!
Posted on Jul 1, 2009 at 1:56 PM
Ben - another option when dealing with these queries made from scratch is to use something else that returns a query and manipulate it - for example you could do "SELECT 0 as id, some_date_column as mydate FROM some table or tables WHERE 1=2" and then just add rows to it - the point being that rathe... read more »