Thursday, July 13, 2006
Why to use Ajax ?
Mainly to build a fast, dynamic website, but also to save resources.For improving sharing of resources, it is better to use the power of all the client computers rather than just an unique server and network. Ajax allows to perform processing on client computer (in JavaScript) with data taken from the server. The processing of web page formerly was only server-side, using web services or Php scripts, before the whole page was sent within the network.But Ajax can selectively modify a part of a page displayed by the browser, and update it without the need to reload the whole document with all images, menus, etc...For example, fields of forms, choices of user, may be processed and the result displayed immediately into the same page.
Subscribe to:
Post Comments (Atom)
Data Science - 103 (Kapil Sharma)
Cloud Computing Basic:- In this the PC is on service provider data center and secuirty maintenance and upgrades are done by the service pro...
-
Python Strings : The raw_input and "Hello, " + name + "!" Let’s go for the "Hello" part first and leave raw_in...
-
The Zimbra Ajax Toolkit : Zimbra is contributing to the Open Ajax Initiative by providing open access to the Zimbra Ajax Toolkit (AjaxTK)....
-
Saving and Executing Your Programs : First of all, you need a text editor, preferably one intended for programming. (If you use something ...
No comments:
Post a Comment