www.arareko.net

"I believe that driving is more risky [than climbing]. The rock is never drunk, or on a cell-phone, or reaching into the back seat to smack a kid. Gravity is always there, of course, but it's not going 30mph at one time and driving a semi-truck at 80mph another."

- Lord Slime

Thursday, June 8th, 2006

Object-Oriented JavaScript

JavaScript is not generally considered a robust programming language, especially when compared to languages such as Java or C#: it is interpreted, rather than compiled; it is dynamically, rather than statically, typed; and it is commonly considered a procedural, rather than an object-oriented, language.

However, the demands on JavaScript as a development platform are growing with the increasing popularity of so-called AJAX applications. The procedural development model commonly used to add basic client-side interactivity to web pages today will not scale to support the level of UI complexity required by these applications. Fortunately, and contrary to popular belief, it is possible to apply object-oriented (OO) design principles in JavaScript, which can help manage this complexity. The next several sections explain how…

xml.com: Object-Oriented JavaScript

Post a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>