Browsing articles from "February, 2008"
Feb
21
2008

Javascript Optimization Techniques

More and more sites have begun using javascript to implement a wide array of features like DHTML, AJAX and various type of validations and processing Reduce the size of javascript source code The first and the most obvious suggestion for this would be to avoid whitespaces as much as possible. Next, the prototype techniques can be used to reduce the size of you javascript code considerably. document.getElementById is one of the most extensively used function [...]