Grab a seat and enjoy the JavaScript. joezimjs.com

Wisconsin, USA
jQuery 1.8.1 Released ow.ly/dA0Z9 As usual some quick bug fixes get fixed after the 1.8 release. Pretty decent amount of fixes.
1
1
Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript ow.ly/dzCko New Awesome JavaScript book. Get it Now!
1
Develop a Windows Metro style app using JavaScript ow.ly/dqIyb Read this guide to get you through developing Win8 HTML5 apps.
A date range picker for Twitter Bootstrap ow.ly/dqInf Apparently Twitter Bootstrap needed a date range picker. Here it is!
Node Buffet: Performance-oriented static file server ow.ly/dqIbC Standalone or loaded into a Node app, server for static files.
BigVideo.js: The jQuery Plugin for Big Background Video (and Images) ow.ly/dqHE2 Fill your background with beautiful multimedia.
is.js A small library for identifying Javascript types ow.ly/dqGpE jQuery has some of these but this is tiny and has more types
3
Jeremy Ashkenas Explains Backbone.js at Throne of JS ow.ly/dqGb4
3
Beyond the DOM: Sane Structure for JS Apps by Rebecca Murphey ow.ly/dqG3j Stop the spaghetti code jQuery inspired for all of us.
1
2
Flickr-Style Dynamic Edit Fields with jQuery and CSS3 ow.ly/dqFQ4 Fun way to turn static text into input fields dynamically.
Backbone.js: Internals Summary ow.ly/dqF9S A final conclusion to learning more about Backbone by reading through its source code.
Determining Objects in a Set: Examples in JavaScript ow.ly/dqF4f Some super fast ways to determine if a key is in a set of keys.
Hosting and Developing the HTML5 Game Cobalt Calibur with MongoDB, Node.js and OpenShift ow.ly/dqEuW Not enough space to describe.
Node.js w/1M concurrent connections! ow.ly/dqDjE A single 16GB RAM server hosting a million concurrent visitors with node.js.
Jasmine.Async: Making Asynchronous Testing With Jasmine Suck Less ow.ly/dqCDx Async testing just got a little bit simpler.
JavaScript Physics Engines Comparison ow.ly/dqCo1 Make web games? You might want to see this comparison of physics engines!
Let’s Make a Drawing Game with Node.js ow.ly/dqBXu Socket.io and Node.js allow us to make multiplayer drawing games... TicTacToe?
Javascript Scope Quiz ow.ly/dqBql Test your knowledge on JavaScript scope. Do you really know as much as you think you do?
2
1
Writing a Command Line Node Tool ow.ly/dqBjF Learn how to use Command Line Tools to help you build Node Command Line Tools Quickly.