Cube by Cubify: A home 3D printer.
Saturday, April 27, 2013
Wednesday, April 24, 2013
Saturday, April 20, 2013
Closure wrapper to avoid global variables in javascript
Quoting from this StackOverflow answer:
The easiest way is to wrap your code in a closure and manually expose only those variables you need globally to the global scope:
(function() {
// Your code here
// Expose to global
window['varName'] = varName;
})();
Tuesday, April 2, 2013
WebMonkey Tutorials
Found a bunch of web development tutorials on Wired's webmonkey page for HTML5, APIs, CSS3, frameworks, location, etc.
Subscribe to:
Posts (Atom)