Ajax concepts revealed – History

May 4, 2011 by satz  
Filed under Ajax, Scripts

What is Ajax?

Ajax(shorthand for asynchronous JavaScript and XML) is a group of interrelated web development methods used on the client-side to create interactive web applications. With Ajax,web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. JavaScript and the XMLHttpRequest object provide a method for exchanging data asynchronously between browser and server to avoid full page reloads. Read more

Get and Set the select box value

November 24, 2010 by Shivaprasad  
Filed under JavaScript, Scripts

Learn how to Get/Set the value from the select box or combo box using JavaScript! In this article, we have two simple functions which will do that job.

 Read more

Load external javascript file after the page load

November 19, 2010 by satz  
Filed under HTML, JavaScript, Scripts

This article explains how to load external javascript files after the page is loaded. This article will be helpful to improve the page load speed. Read more

« Previous PageNext Page »