Welcome to Part 1 of a two-part tutorial on building complete mobile web applications in JavaScript using DocumentCloud's Backbone.js, jQuery Mobile and LABjs. In Part 1, I'll be covering a complete run-down of Backbone 0.5.2's models, views, collections and routers but also taking you through options for correctly namespacing your Backbone application. I'll also give [...]
read more
Henri Sivonon has taken Hixie’s Live DOM Viewer, and is now running the Validator.nu HTML Parser within it, using GWT 1.5 RC2, which fixed a bug to do with JavaScript in hosted mode. Simply open the tool and put in some markup and s... Read Post
You probably know about methods like Debug.WriteLine and Debug.Assert. A big part of their use is that they only do stuff if you are running a application compiled in Debug mode. If you are running in release mode, however, its like... Read Post
Sleep, Hibernation and Hybrid Sleep are three modes that you can make use of instead of shutting down your PC. The modes, initially designed to save power, can be used for other purposes as well. Sleep mode is a low power mode that ... Read Post