How is user interfaces powerful in AJAX?

Questions by Remasri   answers by Remasri

Showing Answers 1 - 12 of 12 Answers

Shivanna

  • Nov 28th, 2007
 

AJAX empowers users with powerful interfaces by ways of its unmatched performance.

  Was this answer useful?  Yes

Shivanna

  • Nov 29th, 2007
 

AJAX helps in refreshing / requerying parts of web page without reloading the entrie webpage there by increasing performance and ultimately user interface

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions