JavaScript Exception Handling
Did you know you can use try/catch blocks in JavaScript? It's pretty slick and makes it easy to hide those ugly JavaScript errors. There is an article over at Dev Shed that explains how you can use the new Error object and the "try-catch" constructs to trap and resolve errors. Good stuff!