Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Ajax within the AJAX & XML forums, part of the Web Development category; 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 ...
|
|||||||
|
|||
|
Re: Ajax
For getting an initial deep understanding you could read the site
http://en.wikipedia.org/wiki/AJAX After which reading this site would help you gain a good knowledge http://developer.mozilla.org/en/docs/AJAX:Getting_Started |
|
|||
|
Re: Ajax
|
|
|||
|
Re: Ajax
Hi meenal, Just go thru the link from my above comment. THis must satisfy your queries.
Regards, Alankar Rahi |
|
|||
|
Re: Ajax
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. Last edited by saswata.purkayastha; 04-27-2007 at 07:02 AM. |
|
|||
|
Re: Ajax
Hi Sripri
Go thro www.ajaxwith.com Has good collection of AJAX tutorials, resource and material Thanks Lokesh M. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Implementing Web Application using AJAX | suji | AJAX & XML | 1 | 05-16-2006 12:45 AM |