Benefits of AJAX

Started by virgil, 11-07-2012, 03:08:06

Previous topic - Next topic

virgilTopic starter

The advantages of Ajax are as below:

1.   It gives the opportunity to display the messages on a similar page of the website.
2.   You can use several controls such as sliders, calendar, tabs etc.
3.   There is no special software required  all  you need is to enable the Ajax in the browser.
4.   It helps to reduce the loading time of the server.
5.   It helps to reduce the development cost of the website.
  •  


Paulagary

Ajax may also cut down amount on the amount of bandwidth.
It is allowed consistent view so not need to reload the entire page, we can reload specific elements.
Reduce traffic travel between client  and server.
Ajax application load in seconds, and it provides a standard look in web application.
newbielink:http://www.esparkinfo.com/services/web-design/small-business-web-design.html [nonactive] | newbielink:http://www.esparkinfo.com/ [nonactive]
  •  


Patrecia

Hi awesome post really greatly helpful never knew that Ajax is such great making it a very good development tool keep updating such information.

Luca tall

Benefits of AJAX :
We can save time and money by using AJAX for interactive web application.
Increases efficiency.
Enhances application responsiveness.
Ajax reduces the number of steps needed to complete the task.
Reduces opportunities  of rising error.
With Ajax, data transfer takes place at a much faster pace.

MarcoLeitner

Ajax is becoming an integral part of several website.It handle web applications very easily because it provides better interactivity to there user.Its not a programming language its a combination of Asynchronous javascript and xml. Benefits are:
1.It comes with all the recent browsers.
2.It has better user interface  and  easily responds to user interaction.
3.It provides easy navigation on website.
4. It is used by all the reputed brands for handling complex web applications.


SanviMalhotra

Benefits of AJAX:

1.Reduce the traffic travels between the client and the server.
2.Response time is faster so increases performance and speed.
3.AJAX communicates over HTTP Protocol.

tomfam

  AJAX Benefits and Advantage -

1- Reduce the traffic between  client and server.
2-You can java script object notation.
3-Response is faster, increase speed and performance.
4- Java script libraries  for  use- JQuery and Prototype.
5-Easier for  navigation.
newbielink:http://mobile.fugenx.com/mobile-application-development/iphone-application-development-in-florida/ [nonactive]
  •  

TomClarke

Here are some benefits of AJAX:
- open standard - it is supported by almost every web browser and platform;
- limited processing on the server - server is not required to process all the form elements, but only necessary data is sent to the user, so there is a limited processing on the server;
- bandwidth reduction - since the webpage does not need to reload it complete content, the bandwidth required per request also undergoes a significant reduction;
- vast compatibility range - on one side AJAX is browser independent, but on the other it is applicable to most of the standard web servers.