Community Member Profile
- Profile: /members/4614-Aaron-Neff.htm
- URL: http://www.itisdesign.com
- Comments: 16
- Points: 161
Recent Blog Comments By Aaron Neff
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Dec 3, 2012 at 9:44 PM
@Ben, Didn't see a reply so posting here. CF10's invoke() accepts an argumentArray: <cfscript> function f() {return ARGUMENTS;} argumentArray = [1,2,3,4,5]; writeDump(invoke("", "f", argumentArray)); </cfscript> Positional orde... read more »
-
ColdFusion 10 - Don't Use Dynamic Query Values In CFLoop
Posted on Jun 7, 2012 at 4:37 PM
Hi Ben, I've already filed #3041787 for <cfloop name="" Among other things, it would permit a loop's dynamic queries to be scoped. I've just added this comment to the ticket: ----------- For dynamic query loops, the 1st line of my example could be:... read more »
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Mar 9, 2012 at 12:43 AM
@Ben Regarding: "We'll see what happens in the next release of ColdFusion." I tried to post a code sample here, but it wouldn't let me. I've emailed it to you via your contact form. Thanks, -Aaron... read more »
-
Back To The Fusion - Part X
Posted on Mar 21, 2011 at 6:27 AM
HAHA, iscoldfusiondead.com keeps the answer short and to the point :) Props to Adam for registering that. And hosted at hosting.com, awesome.... read more »
-
Back To The Fusion - Part X
Posted on Mar 21, 2011 at 6:22 AM
ColdFusion is the best Flex Capacitor, b/c it stores entire lightning bolts of charge!! =D On a more serious note, I so want that poster on my wall! :) My fav was always Back to the Future II. Now it's X! Thanks Ben, -Aaron... read more »
-
Ode To ColdFusion On Valentine's Day
Posted on Feb 15, 2011 at 6:37 AM
haha Ben, always thinking! Very creative :) Long live the Queen.... read more »
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Nov 5, 2010 at 3:06 AM
credit: I learned about _invoke from Elliott.... read more »
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Nov 5, 2010 at 2:50 AM
@Ben, That's correct. TreeMap is key-ordered (ascending); LinkedHashmap is insert-ordered. http://vidyapsi.wordpress.com/2009/01/22/hashmap-vs-hashtable-vs-treemap-vs-linkedh... read more »
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Nov 4, 2010 at 8:20 PM
@Elliott, Thanks for the insight into the argumentCollection behavior in 8.0.1 and 9. I didn't catch this. However, as Ben and Martijn noted (and as I understood), the issue is not with functions which have arguments defined. Rather, the issue is with functions that do _not_ have arguments... read more »
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Oct 30, 2010 at 8:40 AM
Hi Ben, Good discussion. I recall playing w/ this ordered-argument mapping a while back. I also tried passing the numbered struct as a LinkedHashMap and a TreeMap, to see if I'd get any different behavior. I believe I ended up just creating an object, and then passing the args as a list. Th... read more »
-
Updated CFHttpSession.cfc With Spoofed Referer Can Log Into PayPal
Posted on Aug 5, 2010 at 11:19 PM
@Ben, And here I am w/ another super late reply! haha, I just saw your message here from last month. Cool, the only thing I added was the urlDecode() on line 1140. Thank you, and you're welcome, and I'll be interested to know when the updated CFHTTPSession.cfc is posted. Take care!,
read more » -
Updated CFHttpSession.cfc With Spoofed Referer Can Log Into PayPal
Posted on Jun 22, 2010 at 6:19 AM
@Ben, Thanks! I thought I was losin' it.. So I did some googling and came across cfx_http5. I pretty much just implemented the code right out of their example, and was able to maintain a PayPal session just fine. So I started comparing the communication w/ Firebug and Wireshark, and a... read more »
-
Updated CFHttpSession.cfc With Spoofed Referer Can Log Into PayPal
Posted on Jun 20, 2010 at 6:38 AM
Hi Ben, I see, from your screenshot, that CFHTTPSession.cfc has worked against PayPal before. Apparently PayPal did not previously send cookies having special characters. Currently, PayPal is sending a cookie containing a pipe-delimited list, and another cookie having an ampersand-delimited... read more »
-
Learning ColdFusion 8: REMatch() For Regular Expression Matching
Posted on Jan 15, 2010 at 1:07 PM
+1 for negative lookbehinds in CF... read more »
-
Thoughts And Goals For 2010
Posted on Jan 4, 2010 at 3:59 AM
Impressive and very well thought out, Ben. I wish you the best of luck!... read more »
-
My BFusion / BFLEX Keynote Address
Posted on Oct 26, 2009 at 9:37 PM
Brilliant!! I have been validated =D Your audience was lucky, Ben; that's one for the books.... read more »



