MyITBlog.com - IT Professionals Online Journal
 
  Home  |   Site News  |   About Us  |   Privacy  |   FAQ  |   Contact   Add Blog Entry  |  Login  |  Register   
   HOME  >  IT Water Cooler

Speed up Ajax using JSMin in JavaScript
by Lokesh on 24 Apr 2008, 08:25
Total Hits: 59    Comments: 0   Votes: 0
Category: IT Water Cooler     

Speed up Ajax using JSMin in JavaScript 

JavaScript, whether in Ajax or any web development application has the tendency to be heavier even when coded at its barest. The complexity of the language always requires developers to build lines after lines of commands especially in Ajax. When this language is paired with XML, HTTP or another language needed by developers, there is a tendency that the end product is a very heavy website that could take time to load. The culprit is not necessarily in JavaScript but with the way it

Read More...