AJAX Help ! |
| |
|
|
|
New Coder Posts: 25 Topics: 15
|
|
|
January 26, 2009, 12:03:42 AM
|
|
I would like to know what people think about AJAX. Do you think it will be a thing of the future and web pages will be dependant on AJAX or do you think it will be something that dies ?
|
|
| |
|
|
|
New Coder
Location: UK
Gender: 
Age: 26
Posts: 22 Topics: 5
|
|
|
March 16, 2009, 11:20:53 PM
|
|
The use of Ajax has led to an increase in interactive animation on web pages.Following are the advantages of AJAX:
* 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.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
March 19, 2009, 12:30:30 PM
|
|
I think it is great, quite easy to code and really looks impresive
|
|
| |
|
|
|
Regular Coder Posts: 53 Topics: 2
|
|
|
August 03, 2009, 08:45:05 PM
|
|
I think it's something that won't be going away anytime soon, unless we completely restructure the web. It's a great way to have active web content that actually cuts down on load times because you're providing less overhead.
|
|
| |