We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,127 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

query about ajax

i am little bit confuse about ajax, ajax makes vrowsing fast.....waht is the procedure of doing this, is anynody tell me.

3
Contributors
2
Replies
2 Hours
Discussion Span
3 Months Ago
Last Updated
4
Views
thomaspoul
Newbie Poster
Banned
5 posts since Jan 2013
Reputation Points: -2
Solved Threads: 2
Skill Endorsements: 0
Infraction Points: 10
urtrivedi
Posting Virtuoso
1,714 posts since Dec 2008
Reputation Points: 299
Solved Threads: 362
Skill Endorsements: 24

The main purpose you use AJAX for is to get data from a web server and display it within your web page without having to reload the page. From the user's perspective, this improves the experience because nothing frustrates web users more than waiting a few seconds for a page to load.

If every link and button you press on the web page causes the page to reload, that totals to a lot of time the user is looking at your browser waiting for information to be displayed.

Of course, its not just about fetching data. You can also send data back to the server for processing. Take the example on this web page. When you click on the "Reply to this Discussion" button, the page does not perform a full reload. That button, once clicked, takes the content you typed in the post textbox and sends it back to the web server and the information is stored in the database and updates the area of the page that you were typing in. That's done via AJAX.

JorgeM
Industrious Poster
4,017 posts since Dec 2011
Reputation Points: 294
Solved Threads: 548
Skill Endorsements: 115

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0597 seconds using 2.72MB