first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

MCAD/MCSD Notes: Chapter 7, Lesson 4; Using Client-Side Scripts

Lesson 4: Using Client-Side Scripts

This lesson reveals Microsoft's 'official' recommendations and design patterns for client-side scripts. Since Microsoft cannot as of this writing claim to have innovated in this area of technology, this lesson must be taken with suspicion for experienced programmers, the students of JavaScript and/or ECMA Script. What is important to observe in this lesson is how client-side script procedures are created Visual Studio .NET. Note that the visual design environment encourages hard-coding a procedure to a specific object, which is in contrast to more generic and reusable solutions.

Since before the year 2002, Eric Krok, Andy King and Michel Plungjan have been developing JavaScript Browser Sniffer, which may still be available at http://www.webreference.com/.

Note that Microsoft does not use the term "JavaScript" because they do not use JavaScript. Heidi Brumbaugh details the differences between JScript and JavaScript in "Browser, Schmouser" at:

http://www.webdeveloper.com/javascript/javascript_browser_checking.html
mod date: 2005-07-29T20:39:03.000Z