Wilkins
Member since Jan 28, 2011
- Profile: /members/7686-wilkins.htm
- Comments: 10
Recent Blog Comments By Wilkins
-
Creating A JavaScript Shim For Array Unshift() Method
Posted on Dec 22, 2011 at 9:48 AM
Next time go to w3fools.com. :P... read more »
-
Changing The Execution Context Of JavaScript Functions Using Call() And Apply()
Posted on Oct 4, 2011 at 11:27 AM
@Ben, oh yeah, that. I wasn't expecting that. Ah well. :P... read more »
-
Changing The Execution Context Of JavaScript Functions Using Call() And Apply()
Posted on Oct 4, 2011 at 11:11 AM
This is the most sense call and apply ever made. Great post!... read more »
-
Changing The Execution Context Of Your Self-Executing Function Blocks In JavaScript
Posted on Oct 3, 2011 at 10:48 AM
This is awesome. I can't believe I haven't used it before, it looks so obvious! Updating code..... read more »
-
Win A Copy Of JavaScript Enlightenment By Cody Lindley
Posted on Aug 25, 2011 at 10:26 AM
This is hella wicked awesome! I hope I win, that'd be crazy retarded.... read more »
-
Node.js Training And Node.js Hosting With Nodejitsu
Posted on Apr 26, 2011 at 11:34 AM
As amazing as your blog posts are and as awesome as a developer you are, it is really refreshing to read about you taking the "student" approach to new endeavors. It's a great reminder that no matter how much you think you know, there is always much more you don't; very humbling and inspir... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 28, 2011 at 8:06 PM
@Ben, No doubt! =)... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 28, 2011 at 7:47 PM
@Ben, of all the languages in that book (and in your brain), do you have a particular favorite? It's a big question, I know, all languages have their place. That being said, what syntax to you find particularly beautiful and why?... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 28, 2011 at 11:16 AM
Ah. I through in toUpperCase just to be precise and increase my odds. x_x... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 28, 2011 at 11:08 AM
JavaScript: (function () { var names = "john jacob jingleheimer schmidt".split(' '), phrase = [], nameCollector = function (n, adj) { for (var i = 0, l = names.length; i < l; i++) { phrase.push(names[i].toUpperCase() + " is so " + adj); } return phrase; ... read more »