Search 5,000,000+ questions and answers.

Frequently Asked Questions

How about some AJAX?

wijou used to use some AJAX, like Instant Search and In-Page commenting. Pulled for compatibility reasons.
Related Questions

Free Online Real Estate Analysis Software - Frequenty Asked ...
Asnychronous Javascript And XML. AJAX is used to enhance the look at feel of online applications to provide a "desktop application" feel by refreshing only portions of your browser, greatly enhancing a page's load time. In addition to providing quicker page load times and a friendly interface, no software needs to be installed onto your computer. Your information is available to you from any browser!
Related Questions

Spry:FAQ - Adobe Labs
Ajax is an acronym for ???Asynchronous JavaScript and XML.??? It is a concept for how Web developers can use various techniques to update web pages without requiring visible refreshes and without the need for browser add-on technologies. Ajax is not a product, company, or trademark.
Related Questions

comp.lang.javascript FAQ - 9.91 - 2008-01-19
AJAX is shorthand for Asynchronous Javascript And XML. The technology is based on the XMLHttpRequest Object. It is also known as "Web 2.0". At its simplest, it is the sending/retrieving of new data from the server without changing URL's or reloading the current page.
Related Questions

Frequently Asked Questions about Computing for Medicine and ...
AJAX (Asynchronous JavaScript + XML) is a collection of web client technologies, including HTML and XHTML, Cascading Style Sheets (CSS), JavaScript, use of HTML Document Object Model (DOM), and creation of rich interaction with XML and XmlHttpRequest. See the article Ajax: A New Approach to Web Applications for a discussion of the overall approach and advantages and the article Scripting For The 6.0 Browsers for the JavaScript approach.
Related Questions

OXXus.net: Web Hosting
It would exploit security holes in the browser security model to read files from the local filesystem and push them to the remoted end. i've looked at the "Steam" project (it's not really in dev, but code available) seriously before for those kinds of things (push instead of poll) http://stream.stormtide.ca
Related Questions

You talk a lot about AJAX, what is AJAX?

Stampede Technologies - Stampede Web 2.0 Performance Series ...
AJAX is an acronym for Asynchronous Java And XML, and represents a group of various technologies and methodologies for developing new, highly interactive and user-centric Web applications. With AJAX technologies, the developer concentrates on providing a rich user interface for the end-user, and by exchanging data with the Web application server utilizing common XML (Extensible Markup Language) data.
Related Questions

Where can I learn more stuff about AJAX?

skinnyCorp creates communities - Ask us questions and we'll ...
On the internet! There's tons of books and good resources online. Just google it and you'll find what you're looking for! - - - - - - - - - - - - - - - - - - - - - - - - - - - - No. Wait, sorry... let me answer that in more detail: Hell no! - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Related Questions

What about Ajax?

End Point Corporation - Ruby on Rails FAQ
Ajax (short for Asynchronous JavaScript and XML) glues JavaScript, HTML, and XML together to make rich user interfaces. Microsoft created the technical underpinnings of Ajax that were soon supported in all major browsers. Ajax features are now seen everywhere in modern web development. Rails has Ajax support built right in. One of the most popular Ajax frameworks, Prototype, was designed specifically for Rails.
Related Questions

What is Mobile AJAX?

C. Enrique Ortiz Mobility Resources (a.k.a. J2MEDeveloper.co...
AJAX is a web application (browser-based) programming technique.
Related Questions

Should I consider AJAX?

blueprints: AJAX FAQ for the Java Developer
AJAX definitely has the buzz right now, but it might not be the right thing for you. AJAX is limited to the latest browsers, exposes browser compatibility issues, and requires new skill-sets for many. There is a good blog entry by Alex Bosworth on AJAX Mistakes which is a good read before you jump full force into AJAX. On the other hand you can achieve highly interactive rich web applications that are responsive and appear really fast.
Related Questions

How do I handle concurrent AJAX requests?

AKAAS :: AJAX Interview Questions and Answers | AJAX Frequen...
With JavaScript you can have more than one AJAX request processing at a single time. In order to insure the proper post processing of code it is recommended that you use JavaScript Closures. The example below shows an XMLHttpRequest object abstracted by a JavaScript object called AJAXInteraction. As arguments you pass in the URL to call and the function to call when the processing is done.
Related Questions

How do I send an image using AJAX?

AKAAS :: AJAX Interview Questions and Answers | AJAX Frequen...
While it may appear that images are being sent when using AJAX with an application like Google Maps what is really happening is that the URLs of images are being send as the response of an AJAX request and those URLs are being set using DHTML. In this example an XML document is returned from an AJAX interaction and the category bar is populated. Notice that the image-url element contains the location of the URL for the image representing a category.
Related Questions

What are the Ajax features of PowerWEB Zoom?

PowerWEB Zoom FAQs
Ajax has become a buzzword that is sometimes misused when meant to describe simple client-side functionality. In reality, Ajax is browser to server communication for updating or retrieving data, ultimately driving interface changes. These changes do not require full page PostBacks or refreshes. In this way, Zoom is fully Ajax-enabled. As you pan around an image, sections of the full image are rendered on the server and loaded into the browser view area.
Related Questions

Can Jitsu interoperate with other Ajax technologies?

Jitsu FAQ
Yes. We have built Jitsu controls that embed e.g. FckEditor or Dojo's Rich Text editor. We are working on samples that demonstrate how to do this. Our goal is to "play nice with others". Also, outside of a Jitsu App on the page you can do any of the old JavaScript tricks you are used too.
Related Questions

Which browsers have been tested with Wicket AJAX?

FAQs
Wicket stores versions of pages to support the browser's back button. Because this concept is difficult to understand, we'll present a simple use case that describes the problem and how versioning helps. Suppose you have a paging ListView with links in the ListItems, and you've clicked through to display the third page of items. On the third page, you click the link to view the details page for that item.
Related Questions

Can You Do AJAX Applications with Domino?

All FAQs for Notes/Domino 6.x
Richard Schwartz has created a good collections of examples of this (including a link to a nice Name Picker example):
Related Questions

Why am I getting AJAX or system errors?

Frequently Asked Questions | iTaggit
Step 2 - If this works, add http://www.itaggit.com to your pop-up blockers allow filter list, or disable pop-up and ad blockers when using iTaggit. Step 3 - If this doesnt work, please contact us. If you need help configuring the pop-up or ad blocker, email us at support@itaggit.com with the type of blocker you use, and we will gladly assist you. We also have a new option where you can take advantage of our live assistance tool.
Related Questions

How do I debug ajax requests?

Frequently Asked Questions
Besides the built-in logging being generated on the server end, there are a number of ways to debug ajax/javascript on the client side. Use the FireBug firefox extension. You can have dojo output all its (and tacos) debug messages into the FireBug console by adding dojo.require("dojo.debug.Firebug"); Another commonly used debugging method is employed using the greasemonkey firefox extension which allows script libraries to be installed on your browser.
Related Questions

How do I handle asynchronous javascript / AJAX?

FAQ - Watir - Confluence
if you include asynchronous JS in your definition of done, you'll need to code around that specifically. There's an open feature request to have Watir's wait method track XHRs and timers that are launched when the page is loaded, and wait for them as well. That may be tricky to do though, and with an all-volunteer project, it really depends on someone making the time to do it.
Related Questions

Are there Usability Issues with AJAX?

blueprints: AJAX FAQ for the Java Developer
The nature of updating a page dynamically using data retrieved via AJAX interactions and DHTML may result in drastically changing the appearance and state of a page. A user might choose to use the browser's back or forward buttons, bookmark a page, copy the URL from the URL bar and share it with a friend via an email or chat client, or print a page at any given time.
Related Questions

How do I provide internationalized AJAX interactions?

blueprints: AJAX FAQ for the Java Developer
Just because you are using XML does not mean you can properly send and receive localized content using AJAX requests. To provide internationalized AJAX components you need to do the following: Set the charset of the page to an encoding that is supported by your target languages. I tend to use UTF-8 because it covers the most languages.
Related Questions

What do I do on the server to interact with an AJAX client?

blueprints: AJAX FAQ for the Java Developer
The "Content-Type" header needs to be set to"text/xml". In servlets this may be done using the HttpServletResponse.setContentType()should be set to "text/xml" when the return type is XML. Many XMLHttpRequest implementations will result in an error if the "Content-Type" header is set The code below shows how to set the "Content-Type". response.setContentType("text/xml"); response.getWriter().
Related Questions

Are there any security issues with AJAX?

blueprints: AJAX FAQ for the Java Developer
JavaScript is in plain view to the user with by selecting view source of the page. JavaScript can not access the local filesystem without the user's permission. An AJAX interaction can only be made with the servers-side component from which the page was loaded. A proxy pattern could be used for AJAX interactions with external services.
Related Questions

How do I create a thread to do AJAX polling?

blueprints: AJAX FAQ for the Java Developer
JavaScript does not have threads. JavaScript functions are called when an event happens in a page such as the page is loaded, a mouse click, or a form element gains focus. You can create a timer using the setTimeout which takes a function name and time in milliseconds as arguments. You can then loop by calling the same function as can be seen in the JavaScript example below.
Related Questions

What are the options to Mobile Ajax?

Horizon Channel & Blog Archive & Mobile Ajax FAQ
In general almost any programming language and runtime (or virtual machine) can be used to achieve results comparable to those of Mobile Ajax techniques. The list of alternatives varies with the focus shifting to different features like cross platform capability, open standards usage, development efforts, cost, and deployment methods etc depending on the vendor.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact