spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / javascript / column38


Internet Explorer 5.0 Review, Part IV: Exception Handling

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

In this column we continue our review of Internet Explorer 5.0. We focus here on one of IE 5.0's major additions to JavaScript: exception handling. Exception handling is a key feature of modern programming languages such as C++, Java, and VBScript. By adding exception handling to its syntax, Microsoft promoted JavaScript to C++'s and Java's standard of languages. Exception handling is based on a syntax that allows the programmer to differentiate between normal-processing code and error-processing code. In industrial-strength code, almost half of the lines deal with errors and exceptions. Separating exception handling code from the other lines makes the code much easier to read, maintain, and modify. Up till now, some programmers preferred VBScript over JavaScript because JavaScript did not support exception handling. Since JavaScript is superior to VBScript in many other ways, we foresee a movement of VBScript programmers to the JavaScript camp.

In this column we'll teach you the basics of exception handling and how to use JavaScript's syntax to take advantage of it. We show you several examples that demonstrate the idea and its implementation. We also emphasize the difference between exception handling in JavaScript and in other languages. In particular we'll show you:

More Resources from Doc JavaScript
Columns Popular Columns Tips Tools
Latest Columns
41-50 | 31-40 | 21-30
11-20 | 1-10
Working with Windows
JavaScript and Frames
Bookmarklets
Random Tips
Personalized Tips
RSS Channels
Menu Builder
Rollover Builder
Rotation Builder
Reference Tip Categories (want one?)
Links
For Your Site
Did you learn something? Do you like this site? Please link to us!

http://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business


Created: April 26, 1999
Revised: April 26, 1999

URL:http://www.webreference.com/js/column38/