JavaScript
JavaScript is the common name of W3C-approved ECMA Script. It is the client-side scripting language of all modern web browsers. It provides a common Document Object Model for programmatically identifying each tag used on a web page and a simple yet powerful syntax for manipulating a web page after it has loaded.
Our Practices:
We use JavaScript for client-side scripting. Common functionality is form validation, navigation rollovers, and Ajax enhancements.