INVALID_STATE_ERR: DOM Exception 11 (WebKit)

Usually this error occurs with the XMLHttpRequest when you call the open method with async = true, or you leave the async parameter undefined so it defaults to asynchronous, and then you access the status or responseText properties. Those properties are only available after you do a synchronous call, or on the readyState becoming ready … Read more

SproutCore vs. Cappuccino

This is an interesting question, and one that has been popping up fairly frequently on various messages groups, twitter, and even IRC. There’s a couple of ways to evaluate SproutCore versus Cappuccino, but, perhaps, some of the immediate caparisons that people look at are the following: 1) Their respective feature set 2) Ease of use … Read more