2
shouts

Speed up your JavaScript, Part 1

posted by iftekharahmedamitiftekharahmedamit 414 days, 11 hours, 19 minutes ago
Saturday, January 24, 2009 4:37:18 AM GMT

Speed up your JavaScript, Part 1

In my last post, I talked about the conditions under which the dreaded long-running script dialog is displayed in browsers. Browsers will stop executing script either when they’ve executed too many statements (Internet Explorer) or when the JavaScript engine has been running for a specific amount of time (others). The problem, of course, isn’t the way that the browser is detecting long-running script...

category: Ajax | clicked: 1 | | source: www.nczonline.net | show counter code
tags: JavaScript

No comments yet, be the first one to post comment.

To post your comment please login or signup