News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

3 performance tips for JavaScript

Started by District_posters, May 22, 2006, 09:27:16 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

afgany_321

As our JavaScript applications get larger and ever more sophisticated, the need for efficient scripting becomes increasingly important and hard to bypass. Back in the days when all that JavaScript could do was change your document's background color, or validate a simple form, abuse in terms of efficiency in our codes was common, with the browser not having a problem with it at all. Now, especially with the language's marriage with DHTML, in turn, the ability to create almost full blown applications, efficiency is no longer something we can sweep under the rug, and forget about.

In this tutorial, I'll show you a trio of important and generic tips for improving performance in your JavaScript codes. Pop in your favorite tune, and let's sweat JavaScript to the old East!
check rest of the topic at You are not allowed to view links. Register or Login