JavaScript

See also: 
View: [ 2011 | 2010 | 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Crossing borders: JavaScript's language features by Bruce Tate   - [Clicks: 12]
    JavaScript is often ridiculed as the black sheep of programming languages. The development tools, a complicated and inconsistent document object model for HTML pages, and inconsistent implementation in browsers contributes to that sentiment. But JavaScript is much more than a toy. In this article, Bruce Tate explores JavaScript's language features.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-cb12196/index.html - Dec, 2006
  • JavaScript Form Validation, the Aspect-Oriented Way by Kyle Gabhart   - [Clicks: 15]
    Did you know you can apply Aspect-Oriented Programming to client-side JavaScript form validation? Read on to find out how.
    http://www.devx.com/webdev/Article/31695 - Jun, 2006
  • Use functional programming techniques to write elegant JavaScript by Shantanu Bhattacharya   - [Clicks: 20]
    Functional, or declarative, programming is a very powerful programming method and is gaining popularity in the software industry. This article introduces some of the relevant functional programming concepts, and provides examples to use those concepts effectively. The author explains how to write elegant code with JavaScript, which can import constructs and features from functional programming.
    http://www-128.ibm.com/developerworks/java/library/wa-javascript.html - Jun, 2006
  • Object-Oriented JavaScript by Greg Brown   - [Clicks: 58]
    Greg Brown explains how to use basic object-oriented techniques to build more robust AJAX applications.
    http://www.xml.com/pub/a/2006/06/07/object-oriented-javascript.html - Jun, 2006
  • Stick to the ECMAscript by Peter Seebach   - [Clicks: 14]
    To entice developers to create sites that render best in their specific browsers, vendors have fueled a compatibility war using scripting languages as their weapons of choice while users get caught in the middle with slow-loading Web pages and potential security holes. As the market drives such (unhealthy) competition, it's clear that it's time for better standardization. See what you can do to stay on neutral territory until that day comes.
    http://www-128.ibm.com/developerworks/java/library/wa-ecma.html - May, 2006

[Top]