I was completely excited when I saw this post. A responsive design test page. Make sure to check out the links at the end of the article to the bookmarklets that have been generated around this idea. Very handy little…
Primitives vs. Constructed Objects in JavaScript
A user asked me a question in a recent training session. Can you use a constructor to create primitives? In other words: var x = new Boolean(false); I thought about it, and answered, “Sure. But why?” I mean, we aren’t…
HTML5 and You | Nettuts+
NetTuts has an outstanding collection of HTML 5 Tutorials organized into a 14-article Session: HTML5 has been the buzzword with the web development community for a while now. If you feel a bit overwhelmed and behind the pack, never fear.…
Test-Driven JavaScript Development in Practice | Nettuts+
I ran across this tutorial which was originally posted in November of 2012. Recently, I gave a demonstration of qunit in our technology discussion group, so the timing is right on. Test-Driven JavaScript Development in Practice Christian Johansen on Jan…
Links
Some links from a recent discussion. Zurb grid boiler plates http://foundation.zurb.com/ Nettuts : web tutorials http://www.nettuts.com CSS Tips and Tricks http://css-tricks.com/
Encapsulation in JavaScript
Some Notes from a discussion of encapsulation in JavaScript The topic of encapsulation in JavaScript came up in our bi-weekly technologists group recently. First question was, what is encapsulation and why is it a good thing. The first obvious benefit…