| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Books |
- E4X: JavaScript on steroids by Grace Walker - [Clicks: 2]
Learn to use ECMAScript (aka JavaScript) for XML (E4X), and discover the capabilities of the E4X enhancement, which was designed to facilitate simple and easy parsing, calculating, editing, and related activities on XML data.
http://www.ibm.com/developerworks/xml/library/x-javascript4x.html - Jul, 2008 - Introducing Multithreaded Programming to JavaScript by Daisuke Maki - [Clicks: 3]
While increasingly more websites are utilizing AJAX, it is still difficult to develop complicated AJAX applications. This article explores how multithreading eases some of these issues.
http://www.infoq.com/articles/js_multithread - Jul, 2008
- JavaScript: The Good Parts
by Douglas Crockford
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code.
- May, 2008