I like to start my reading on AJAX. Can someone provide an online website reference for this? If you suggest some books also it would help me to start my reading on AJAX.
Printable View
I like to start my reading on AJAX. Can someone provide an online website reference for this? If you suggest some books also it would help me to start my reading on AJAX.
For getting an initial deep understanding you could read the site
[U][COLOR="Blue"]http://en.wikipedia.org/wiki/AJAX[/COLOR][/U]
After which reading this site would help you gain a good knowledge
[U][COLOR="blue"]http://developer.mozilla.org/en/docs/AJAX:Getting_Started[/COLOR][/U]
See the link below-
[url]http://www.w3schools.com/ajax/default.asp[/url]
Regards,
Alankar
Hi,
What is the use of AJAX and Is it easy to learn ?
[QUOTE=meenaal;10415]Hi,
What is the use of AJAX and Is it easy to learn ?[/QUOTE]
Hi meenal, Just go thru the link from my above comment. THis must satisfy your queries.
Regards,
Alankar Rahi
Hi all,
I am new to AJAX too!!What i have found is that AJAX is not a new technology,but a combination of 3-4 technologies which makes it powerful.One needs decent knowledge of javascript,xml,css and server side (scripting) language.
AJAX makes asynchronous request to the server to update the page,so the entire page is not refreshed,but only a part of it.This reduces the server response time(and network traffic too). The core thing is XMLHttpRequest object.The way it is instantiated depends on the browser.eg. In MSIE,ActiveX object is used.The XMLHttpRequest object is responsible for sending the request from the browser to the server,and receiving the response as well.
Finally,it is quite easy to learn the way AJAX works.Rest depends on the amount of effort you put.
Hope this helps.
Thanks.
Hi Sripri
Go thro [URL="http://www.ajaxwith.com"]www.ajaxwith.com[/URL]
Has good collection of AJAX tutorials, resource and material
Thanks
Lokesh M.
i am working on .net i want to learn ajax plz somebody help me