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.…
Month: January 2012
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…
Custom exception handling in JavaScript
A co-worker showed me a neat trick today. Many of you have no doubt seen it, but I thought I would use it in a discussion about custom exception handling in JavaScript. I was buried in some Java Coding, so…