What are all the technologies used by Ajax?
Answer / v madhu babu
AJAX uses following technologies:
JavaScript
XMLHttpRequest
Document Object Model (DOM)
Extensible HTML (XHTML)
Cascading Style Sheets (CSS)
| Is This Answer Correct ? | 2 Yes | 0 No |
Which are the knowledge requirements for personal ajax functionality?
What are the real web applications of ajax currently running in the market?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
Describe Ajax With its Implementation Process ? Give an example?
Which request is better, Get or Post?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
What is ajax and how does it work?
How ajax work ?
The components in the asp.net 2.0 ajax packaging?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
What are the benefits of ajax over java applet?