Comments on: Lazy Function Definition Pattern http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/ Understanding JavaScript and Frameworks Fri, 21 Nov 2008 00:38:59 +0000 http://wordpress.org/?v=2.1.2 By: the DtTvB http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-468 the DtTvB Fri, 05 Oct 2007 04:57:46 +0000 http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-468 Good technique! Good technique!

]]>
By: Simple Deferred DOM Access | Matt Snider JavaScript Resource http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-494 Simple Deferred DOM Access | Matt Snider JavaScript Resource Sat, 06 Oct 2007 07:30:47 +0000 http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-494 [...] while messing around with the Lazy Function Definition Pattern (which I had a lot of fun playing with this week), I realized a simple way to test if the DOM is [...] […] while messing around with the Lazy Function Definition Pattern (which I had a lot of fun playing with this week), I realized a simple way to test if the DOM is […]

]]>
By: kabari http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-1027 kabari Mon, 29 Oct 2007 19:53:19 +0000 http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-1027 you're a lil bit late on this one, but it's good to see people using this technique! here's another neat trick for it: http://talideon.com/weblog/2005/07/javascript-memoization.cfm also look on wikipedia under 'memoization' you’re a lil bit late on this one, but it’s good to see people using this technique!

here’s another neat trick for it: http://talideon.com/weblog/2005/07/javascript-memoization.cfm

also look on wikipedia under ‘memoization’

]]>
By: admin http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-1028 admin Mon, 29 Oct 2007 20:08:09 +0000 http://mattsnider.com/languages/javascript/lazy-function-definition-pattern/#comment-1028 Kabari, thanks for the info about memoization. I have never really looked at applying it to JavaScript before. Kabari, thanks for the info about memoization. I have never really looked at applying it to JavaScript before.

]]>