Sir_Siddy Posted December 13, 2005 Report Share Posted December 13, 2005 Iv been seeing many things about AJAX on digg.com. What is it? Quote Link to post Share on other sites
Bubba Bob Posted December 13, 2005 Report Share Posted December 13, 2005 I guess your not talking about Ajax the soap are ya? hehe Quote Link to post Share on other sites
Matt Posted December 13, 2005 Report Share Posted December 13, 2005 AJAX or Asynchronous JavaScript and XML is a term describing a web development technique for creating interactive web applications using a combination of: * HTML (or XHTML) and Cascading Style Sheets for presenting information* Document Object Model, JavaScript to dynamically display and interact with the information presented* XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server (although AJAX applications can use other technologies ...more info: http://www.google.com/url?sa=X&start=4&oi=...a.org/wiki/AJAX Quote Link to post Share on other sites
Chappy Posted December 13, 2005 Report Share Posted December 13, 2005 (edited) AJAX = Asynchronous Javascript And XMLAsynchronous JavaScript and XML, or Ajax, is a web development technique for creating interactive web applications using a combination of:XHTML (or HTML) and CSS for marking up and styling information The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented The XMLHttpRequest object to exchange data asynchronously with the web server. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML). In some Ajax frameworks and in some situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server. HowzatBeat me Matt.. Edited December 13, 2005 by Chappy Quote Link to post Share on other sites
Sir_Siddy Posted December 13, 2005 Author Report Share Posted December 13, 2005 Google IG then? Quote Link to post Share on other sites
goman87 Posted December 13, 2005 Report Share Posted December 13, 2005 A city in Ontario. Quote Link to post Share on other sites
jcl Posted December 13, 2005 Report Share Posted December 13, 2005 (edited) Google IG then?Dunno about IG, but GMail, Google Suggest, and Google Maps are AJAX applications.And you can use AJAX with SOAP Edited December 13, 2005 by jcl Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.