AJAX: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 1: Line 1:
AJAX stands for Asynchronous [[Javascript]] And [[XML]] .
AJAX stands for Asynchronous [[Javascript]] And [[XML]].  AJAX is one of the core technologies for [[Web 2.0]], and basically allows data to be retrieved from the server without reloading the entire web page.


You can start using AJAX with [[Visual DataFlex Studio]] by grabbing the [[AJAX Library for Visual DataFlex]]


You can start using AJAX  with [[Visual DataFlex Studio]] by grabbing the [[AJAX Library for Visual DataFlex]]
==Related Tools==
 
== related  tools ==
*[[PrototypeJS| Protype Javascript framework]]
*[[PrototypeJS| Protype Javascript framework]]
*[[Firebug]]
*[[Firebug]]

Revision as of 07:04, 26 November 2007

AJAX stands for Asynchronous Javascript And XML. AJAX is one of the core technologies for Web 2.0, and basically allows data to be retrieved from the server without reloading the entire web page.

You can start using AJAX with Visual DataFlex Studio by grabbing the AJAX Library for Visual DataFlex

Related Tools