GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Web  >  AJAX

 Print  |  
Question:  what is AJAX ? How it is implemented? Given skeleton example?



December 12, 2006 02:53:08 #2
 vijay   Member Since: Visitor    Total Comments: N/A 

RE: what is AJAX ? How it is implemented? Given skelet...
 
Ajax is a concept or collection of technologies which include html or dhtml, javascript, DOM, XMLHttpRequest object, XML and a server side scripting language. XML is for data transfer and is not a mandatory choice, a user can transfer data in plain text or jason format. Also a server side scripting language is not a requirement but is used in database applications as javascript cannot speak to database, in such situation other server side scripting language like php is used.eg: keep watching, must add comments to code, will add soon.
     

 

Back To Question