September 2011
1 post
8 tags
destroy/dstorey: The makeup of the Open Web stack →
dstorey:
The Open Web has never had as many capabilities as it has today. We’re seeing an explosion in new or updated specifications, and prototype and stable implementations to go with them. This blog post will look back as the platform we have had available (Called Open Web 0 here) and then looks forward…
August 2011
1 post
2 tags
Animating with javascript: from setInterval to... →
July 2011
1 post
3 tags
Javascript Revealing Module Pattern
There is a simple example on how to use the JS Revealing Module Pattern.
In my opinion, this is the best way to create a module in javascript because it allow you to easly change method’s visibility without rewrite code.
This pattern was originally proposed by Christian Heilmann in this blog post