Martijn van der Woud
Member since Oct 25, 2010
- Profile: /members/7141-martijn-van-der-woud.htm
- URL: http://www.crimsoncricket.com
- Comments: 4
Recent Blog Comments By Martijn van der Woud
-
Ask Ben: Detecting When DOM Elements Have Been Removed With jQuery
Posted on Apr 20, 2012 at 4:03 AM
Since the DOMNodeRemoved event is supported in IE9, I think it is a good idea to change if (jQuery.browser.msie) into if ($.browser.msie && $.browser.version < 9) to ensure that the event does not fire twice in IE9... read more »
-
How Client-Side Validation Is Changing The Shape Of Server-Side Validation
Posted on Dec 29, 2011 at 4:02 PM
@Cutter, Sorry, missed your comment, no need to make the same point twice of course. :)... read more »
-
I Finally Understand The Finally Part Of A Try/Catch Control Statement
Posted on Mar 23, 2011 at 1:23 PM
Hi Ben, as far as I can remember, if you do a rethrow in ColdFusion, you lose the original stacktrace and tag context.... read more »
-
ColdFusion Ordered ArgumentCollection Behavior Depends On ColdFusion Version And Invocation Context
Posted on Oct 25, 2010 at 1:54 PM
Wow Ben you really dived into this, thanks! In my case I am calling a function without cfargument tags (it is the $results() method of the mockbox.system.testing.MockBox class in the awesome (!) mocking framework by the equally awesome Luis Majano :)). I am on Railo and also do not get the argumen... read more »