How and why soap binding used in web services?
Since XMLHttpRequest is now implemented across the majority of browsers in use, alternative techniques are used infrequently. However, they are still used where wide compatibility, small implementatio...
yeah, we had xmlhttp in production in early 2001... but one could argue that combinations of java/javascript could be used to do all kinds of server fed, no refresh roundtrips even back in the m...
What new features are available in Ajax that makes it powerful?
There is nothing called new feature in AJAX, it depends upon what you really want to do in your website/web application. You can use various open source libraries to code easily like jQuery, Mootools, YUI etc.
There are lots of javascript framework which supports not only ajax but are helpful in creating a good user-interface.
For Ex : jquery - supports both ajax as well as there is jquery ui libraries to create a RIA.
How many types of ready states in Ajax?
There are four states of ajax.
1. Initialization
2. Request
3.Process
4. Ready
* 0: The request is uninitialized (before you've called open()). * 1: The request is set up, but not sent (before you've called send()). * 2: The request was sent and is in process (you ca...
Ajax Stands for Asynchronus JavaScript and XML.
Regards,
Anwar
AJAX stands for asynchronous JavaScript and XML. AJAX is a collection of interrelated web development techniques used on client to create interactive web applications. Ajax, web applications...
What is the different between dom parser & XML parser?
The xml parser is event based while the DOM is tree structured.
XML Parser is the parser that parses the xml document for the application which uses it.
DOM Parser is the specification using which XML document can be parsed, which should be used by XML parser.
There is another specification, which is SAX parser.
What is the disadvantage of Ajax?
* Search engines would not be able to index an AJAX application. * The server information can not be accessed within AJAX. * AJAX is not well integrated with any browser. * ActiveX re...
* Javascript dependency * View source is allowed and anyone can view the code source written for AJAX * Debugging is difficult. ...
Can client timestamp be different than server log in Ajax environment?
I am a new beginner in Ajax. I have a very simple question to ask. I was informed that timestamp I see on the my browser can be different, time to time, than the timestamp of server log in online auction (using Ajax) due to bug. Is it true? I thought the timestamp on the browser is the reflection of...
What is Ajax ? How it is implemented? Given skeleton example?
AJAX stands for Asynchronous Javascript And XML. It is used for dynamically updating the portion of web page without refreshing the whole page ie javascript function will be called to get the response from Application Server.
AJAX - Asynchronus Javascript And XML, Using JavaScript technology, an HTML page can asynchronously make calls to the server from which it was loaded and fetch content that may be formatted as XML do...
Is dojo a part of Ajax what is Ajax and what is dojo
AJAX is Asyncrynous JavaScript and XML, toghather they make it possible to make a JavaScript function call to your server and get the response. They use XMLHttpRequest and XMLHttpResponse opbeject.&nb...
DOJO is the one of the Client-side Framework
The Dojo toolkit is a modular open source JavaScript toolkit (or library), designed to ease the rapid development of JavaScript- or Ajax-based applications and web sites.
If a page only has one gridview, no other controls. Should Ajax be used? Justify
As far of my knowledge grid view is used in CRUD (Create, View, Update and Delete) applications so in CRUD it is better to go for AJAX insted of going for other controls/requests.
if it is required the updation in data base should be display instanctly to the user
every time then ajax is better to use ,otherwise it is not required.
JSON is JavaScript Object Notation. JSON is a safe and reliable data interchange format in JavaScript. This format is easy for humans to read and machines to understand.
AJAX uses JSON format to communicate between client and server.
JSON is the JavaScript Object Notation, and it is a lightweight data interchange format. It provides Java Scripts eval() method to easily parse an XML.
What are the technologies combined in Ajax?
Ajax is a set of technologies, supported by a web browser, including these elements: · HTML and CSS for presenting. · JavaScript (ECMAScript) for local processing, and DOM (Document Obje...
The AJAX combined the client side technolgies to implement.
these technolgy includes
Java Script
DHTML
Html
AJAX requests should use an HTTP GET request when retrieving data where the data will not change for a given request URL
Comet describes applications where the server keeps pushing - or streaming - data to the client, instead of having the browser keep polling the server for fresh content.
Ajax Push is comet Technology Ajax Push means web servers to send data to the client without having any need for the client to request for it .
Keep clients up-to-date with data arriving or changing on the server, without frequent polling
How is user interfaces powerful in Ajax?
Using Ajax, a web application can request only the content that needs to be updated, thus drastically reducing bandwidth usage and load time. The use of asynchronous requests allows the client's W...
AJAX helps in refreshing / requerying parts of web page without reloading the entrie webpage there by increasing performance and ultimately user interface
How asynchronous processing is handled using Ajax?
Asynchronous request in Ajax retrieves the data from the server without interfering with the display and behavior of the existing page.
With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading t...
What is synchronous request in Ajax?
Synchronous Request in Ajax means javascript will stop processing your program until a result has been obtained from the server. While the request is processing, the browser is effectively frozen. The...
What is the use of script tag in vbscript?
Script tag indicates which scripting language we are using.
Why is http get request used by Ajax requests?
Ajax uses HTTP GET request to get the data without refreshing the page.
A Web service SOAP binding is a protocol that describes how messages between Web service providers and requests are defined and transferred.
Use the Web service SOAP binding details page to: See all attributes of a specific Web service SOAP binding. Perform actions on the asset. See all other components that are related to the...