- window.btoa() and window.atob() are on their way into the WHATWG specifications. http://html5.org/r/5814 Here is the Mozilla documentation: https://developer.mozilla.org/En/DOM/Window.atob
- Seb Lee-Delisle shows a great speed improvement to Canvas sprite animations by avoiding sub-pixel rendering.
- This is from last week, but well worth the link: 11 More Things I Learned from the jQuery Source by Paul Irish
- I’ve added a Web Audio API version of my Audio Visualizer to the site: Web Audio API Visualizer