0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20In this tutorial you will learn about Ajax and how you
can make Ajax program step by step .We are covering from begging to end
.
In this tutorial you will learn how you can make a Ajax application
.In this tutorials we are going to explain basics about Ajax.
Before start Ajax you should have a basic knowledge
about following:
HTML/XHTML
JavaScript
AJAX (AJAX = Asynchronous JavaScript and XML) stands for
Asynchronous JavaScript And XML
AJAX was first made popular in 2005
by Google. When Google has used Ajax (very first time )in
Google Suggest. Google suggest communicate with server
without refreshing the page .
With Ajax we can make an web application
more better ,faster, and more user friendly. Ajax is based
on Javascript and HTTP requests.
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|