BinBrain Community
Welcome, Guest. Please login or register.
May 21, 2012, 05:36:28 PM

Login with username, password and session length
Search:     Advanced search
742 Posts in 415 Topics by 2732 Members
Latest Member: Ditalully
* Home Help Search Login Register


Online Exams | Blogs | Photos | Videos | Real Estate | Recipes | Business Directory| TV | Free Wallpapers
+  BinBrain Community
|-+  Computer Forums
| |-+  Client Side Scripting
| | |-+  AJAX
| | | |-+  AJAX
« previous next »
Pages: [1] Print
Author Topic: AJAX  (Read 3637 times)
jj19851985
Guest
« on: March 31, 2009, 11:30:37 PM »

Whats de use of using AJAX as a web developing tool?
Logged
junie
Newbie
*
Posts: 15


« Reply #1 on: March 31, 2009, 11:34:40 PM »

Ajax, or AJAX (Asynchronous JavaScript and XML), is a group of interrelated web development techniques used to create interactive web applications or rich Internet 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. The use of Ajax has led to an increase in interactive animation on web pages.
Logged
jj19851985
Guest
« Reply #2 on: March 31, 2009, 11:37:46 PM »

k.then how is it working in an improved pace?
Logged
junie
Newbie
*
Posts: 15


« Reply #3 on: March 31, 2009, 11:41:58 PM »

OK.In many cases, related pages on a website consist of much content that is common between them. Using traditional methods, that content would have to be reloaded on every request. However, using Ajax, a web application can request only the content that needs to be updated, thus drastically reducing bandwidth usage and load time
The use of asynchronous requests allows the client's Web browser UI to be more interactive and to respond quickly to inputs, and sections of pages can also be reloaded individually. Users may perceive the application to be faster or more responsive, even if the application has not changed on the server side
The use of Ajax can reduce connections to the server, since scripts and style sheets only have to be requested once
State can be maintained throughout a Web site. JavaScript variables will persist because the main container page need not be reloaded.
Logged
junie
Newbie
*
Posts: 15


« Reply #4 on: March 31, 2009, 11:47:11 PM »

better this link will be useful for you guys

        http://www.ajax.org/
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Social Campaigns

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!