Bob
Member since Aug 22, 2011
- Profile: /members/8820-bob.htm
- Comments: 3
Recent Blog Comments By Bob
-
Changing The Execution Context Of Your Self-Executing Function Blocks In JavaScript
Posted on Oct 3, 2011 at 12:40 PM
If you're going to do .call on it, you don't really need the extra parentheses, do you? What I mean is, instead of this: ( function(){ .... } ).call( newContext ); Just this: function(){ .... }.call( newContext ); Doing that with your sample code produces the same result.... read more »
-
Win A Copy Of JavaScript Enlightenment By Cody Lindley
Posted on Aug 25, 2011 at 3:14 PM
This contest is wicked sick, hella fun, and crazy awesome, but definitely not retarded.... read more »
-
Using Four-Sided Positioning In CSS (Cascading Style Sheets)
Posted on Aug 22, 2011 at 8:45 PM
Oh wow, what a great technique. This is definitely something I would've liked to know a long time ago.... read more »