Home > Javascript, Resources > Writing Efficient Javascript Code

Writing Efficient Javascript Code

When writing Javascript code (or any code for that matter), it is important to be as efficient as possible, especially if you are dealing with the DOM and doing some major document object manipulation. With the increased interest in User Scripts (a la Greasemonkey and Browser powered User Scripts) optamizing your loops and object references could have a major impact on the performance of your scripts. Read the full article.

[via: Fiftyfoureleven.com]

Related posts:

  1. Extending the JavaScript DOM Interfaces
  2. Firefox Extension – View Rendered Source
  3. Google Summer of Code
  4. Greasemonkey Ajax Debugger
  5. Dojo Toolkit – Ajax with Backbutton
Categories: Javascript, Resources Tags:
blog comments powered by Disqus