Who invented AJAX?
[
]
Microsoft first implemented the XMLHTTPRequest object in Internet Explorer 5 for Windows as an ActiveX object. It is the term coined after this support.
Asynchronous javascript and XML. Nobody invented AJAX, Jesse James Garrett of Adaptive Path coined the phrase early 2005 - but the tech was already in place much earlier than that.
Choose your rating:
Post Ans. View More Ans.
What are the different frameworks available In AJAX?
[
]
A good framework is “Zephyr”.
It is used with php and seems to be very easy to use.
Prototype.JS Framework is available with detailed documentation, its very easy to handle AJAX and JavaScript, Introduce $ concept its very simple, For Ajax specially u don’t need to check cross broswer, Open, Close and error handling through traditional AJAX.
Choose your rating:
Post Ans. View More Ans.
Is there any way that an AJAX object can get back a record set?
[
]
You could build an XML document out of your recordset and send that back to the server, say you had a redord set for a “user” with the following details (name, surname, age, email), you could build an xml document like this:
Code:
Byron
Tymvios
25
email@address.com
User
Someone
39
myAddy@address.com
You can add as many records as you have in your recordset, then once […]
Choose your rating:
Post Ans. View More Ans.
Which browsers support AJAX?
[
]
Internet Explorer 5.0 and up, Opera 7.6 and up, Netscape 7.1 and up, Firefox 1.0 and up, Safari 1.2 and up, among others.
Choose your rating:
Post Ans. View More Ans.
How can I call a Java method from Javascript?
[
]
Direct Web Remoting is an open source Java library which allows for easy integration of AJAX into your web site. It allows you to call Java methods directly from Javascript.
Choose your rating:
Post Ans. View More Ans.
What is the role of Ajax in enhancing user experience?
[
]
AJAX is not a new technology but a combination of several existing technologies in a new way. These include HTML, CSS, DOM, XML, XSLT, XMLHttpRequest and Javascript. The acronym AJAX stands for Asynchronous Javascript and XML. AJAX is based on open standards supported by many browsers and platforms. AJAX is a new paradigm for building […]
Choose your rating:
Post Ans. View More Ans.
Is the server or the client in control in AJAX?
[
]
It depends. With AJAX the answer is more in between. Control can be more centralized in a server-side component or as a mix of client-side and server-side controllers.
Centralized server-side controller - When having a more centralized controller the key is to make sure the data in client-side page is in sync with that of the […]
Choose your rating:
Post Ans. View More Ans.
What new features are available in AJAX that makes it powerful?
[
]
"Answer not available"
What is Comet in AJAX?
[
]
"Answer not available"
Who is the inventor of AJAX?
[
]
"Answer not available"