AJAX based web applications

Reviews
Shared by: richman7
Stats
views:
60
rating:
not rated
reviews:
0
posted:
1/16/2009
language:
English
pages:
0
AJAX based web applications Donovan Ryan (959998) Chihwei Hung (122250) Outline   What is AJAX AJAX Technologies   Demonstration Conclusion What is AJAX   Asynchronous JAvaScript and XML Rich User Interface  Not a technology - collection of development techniques Why use AJAX?   No Refresh Instant field checking and saving  Single Screen Interface AJAX Technologies   Built on current web technologies JavaScript   XMLHttpRequest XML (optional) Disadvantages    Reliance on JavaScript Browser Bookmarks/Web Browser History Issues Back/Forward button behaviour How to code an AJAX application  1 – Create XMLHttpRequest ◦ http = new ActiveXObject("Microsoft.XMLHTTP"); Or ◦ http = new XMLHttpRequest(); How to code an AJAX application   2 – Event Handler Uses various methods of XMLHttpRequest http.open("GET", ”canberra.edu.au/Assign2.AS P?id=1234”, true); http.onreadystatechange = useHttpResponse; http.send(null); How to code an AJAX application  3 – Function to establish when the server has completed a request function useHttpResponse() { if (http.readyState == 4) { var textout = http.responseText; document.write.textout; } }  Demonstration  Google Suggest ◦ http://www.google.com/  Google Maps ◦ http://www.google.com/maps  Sample Site ◦ http://ajaxsearch.blogspot.com/ IBM & Microsoft AJAX support sites  ASP.NET AJAX ◦ http://www.asp.net/ajax/  Java ◦ http://www.eclipse.org/atf/ Conclusion  Future for AJAX web applications

Related docs
AJAX
Views: 67  |  Downloads: 7
Using AJAX in Domino Web Applications
Views: 359  |  Downloads: 16
PHP AND AJAX
Views: 429  |  Downloads: 120
Ajax Book
Views: 399  |  Downloads: 51
AJAX A New Approach to Web Applications
Views: 56  |  Downloads: 16
AJAX Introduction
Views: 265  |  Downloads: 85
Ajax - Dynamic Web Applications with Java
Views: 240  |  Downloads: 36
What is AJAX
Views: 97  |  Downloads: 23
Ajax In Action _2006_
Views: 96  |  Downloads: 21
Webwork and Ajax
Views: 42  |  Downloads: 3
premium docs
Other docs by richman7
schaefer-all
Views: 228  |  Downloads: 1
edens_2c-all
Views: 143  |  Downloads: 0
Waiver of Notice of Directors Meeting
Views: 406  |  Downloads: 19
Board Resolution Declaring Dividends
Views: 323  |  Downloads: 2
Rejection Letter to Applicant
Views: 590  |  Downloads: 3
Form T (Timber) (PDF) Forest Activities Schedule
Views: 240  |  Downloads: 1
adopt200
Views: 86  |  Downloads: 0
Remedies Table
Views: 308  |  Downloads: 13