photo credit: javalobby.org
"XMLHttpRequest" is currently a popular topic for Ajax writers. We have "XMLHttpRequest" focused insightful blog posts, breaking news, online videos, rare photos, and more for you from our Ajax collection.
Video: Enterprise Ajax Building Robust Ajax ApplicationsOriginal at YouTube
• Wed, Aug 13
By rss@youtube.com (livelessons) Learn how to use the XMLHttpRequest Object and Data Learning Objectives. Lesson 4 from, Enterprise Ajax: Building Robust Ajax Applications. ISBN: 978-0-13-713260-7 Buy it here: http://www.informit.com/store/product.aspx?isbn=0137132603
ハイテンションAjax入門 - 三等兵
Original at Rabble.ca
• Sun, Nov 15
JavaScriptJSが少しできる人ならうじうじ考えるほどのこともでもない!何も難しいことはない!ぶっとんぢまいなよ!ヒャッパー!!! というノリでAjaxを学んでみました。醜いです。 Ajax入門Ajaxはいろいろできるんだぜ! 以上入門終り!キミは完璧だ!次いけ! Ajaxは非同期通信だかなんだかそんなもんはどうでもいいんだ!どうでもいい!そんなことよりもXMLHttpRequestオブジェ...
Are You Violating the Eolas Ajax Patent?
Original at pheedcontent.com
• Thu, Nov 5
By Craig Buckler Most Ajax systems utilize the XMLHttpRequest object which permits programmatic server communication. It was introduced by Microsoft in March 1999 when Internet Explorer 5.0 was released. The original implementation was an ActiveX object devised specifically for the Outlook Web Acce...
Re: About Google AJAX Language API (character limitation?)
Original at Google AJAX APIs Google Group
• Thu, Oct 22
• 5 related articles
By jrgeer...@gmail.com (Jeremy Geerdes) In all likelihood, you're running into the URL length limit that Google imposes on GET requests from their servers. If you build a simple server-side proxy application, you can use XMLHttpRequest to send the longer string back to your own server via POST, and then
Related articles from Google AJAX API Google Group and more.
Re: About Google AJAX Language API (character limitation?)
Original at Google AJAX API Google Group
• Thu, Oct 22
• 5 related articles
By jrgeer...@gmail.com (Jeremy Geerdes) In all likelihood, you're running into the URL length limit that Google imposes on GET requests from their servers. If you build a simple server-side proxy application, you can use XMLHttpRequest to send the longer string back to your own server via POST, and then
Related articles from Google AJAX APIs Google Group and more.
Ajax From the Ground Up: Part 2 - Sending Data to the Server
Original at Tutorialized.com
• Wed, Aug 5
In part one of this multi-part series, we learned how to create an instance of the XMLHttpRequest object in a cross-browser fashion. In part 2, we'll discuss the code needed to start communicating wit...
How To: Simple Ajax ExampleOriginal at YouTube
• Fri, Mar 6
• 7 related articles
By rss@youtube.com (joethecoder) blog.jamware.biz Today we are having more fun with XMLHttpRequest.... Author: joethecoder Keywords: Ajax Tutorial How to Programming Easy Added: March 6, 2009
Related articles from Ajax Tutorial Top List, digg.com and more.
How To: Simple Ajax Example
Original at digg.com
• Fri, Mar 6
• 7 related articles
Today we are having more fun with XMLHttpRequest. This video tutorial will show you how to call a server side script when the user adds text to ... feeds.digg.com
Related articles from YouTube, Ajax Tutorial Top List and more.
How To: JSON and the Dynamic Script Tag: Easy, XML-less Web Services for JavaScript
Original at Ajax Tutorial Top List
• Sun, Mar 1
This tutorial demonstrates the alternative to classic XMLHttpRequest - dynamic script tag approach.If you make web services requests using it you can have unfettered access to the web service in a seamless, cross-domain, cross-browser fashion.
Last call for W3C XMLHttpRequest comments
Original at Ajax
• Wed, Apr 16
By Dion Almaer The W3C has issued a last call on the XMLHttpRequest spec: The Web API Working Group has published the Last Call Working Draft of The XMLHttpRequest Object. The XMLHttpRequest Object specification defines an API that provides scripted client functionality for transferring data betwe...
How To: Ajax: The Definitive Guide
Original at KnowFree v1.0
• Mon, Apr 14
By -cosmos- explains how to use standards like JavaScript, XML, CSS, and XHTML, along with the XMLHttpRequest object, to build browser-based web applications that function like desktop programs. ...
XMLHttpRequest & Ajax Working Examples
Original at Raible Designs
• Sun, Feb 24
By Matt Raible From the AppFuse mailing list, I learned about XMLHttpRequest & Ajax Working Examples, a site that has "code snippets and proof of concepts". Subscribed.
Opinion: JSON creator slams Ajax, Web, Why???
Original at JRoller
• Tue, Sep 11
By QinXian This left JavaScript and then XMLHttpRequest for communicating from the browser to the data server. "It was really Microsoft that created all the components that Ajax needed," Crockford said. Crockford then went through a critique of various Web technologies.
Patch: XMLPortletRequest Support in WebLogic Portal
Original at subbu.org
• Thu, Aug 30
At BEA, we recently released a patch for WebLogic Portal 10.0 to support the XMLPortletRequest interface as an alternative to using XMLHttpRequest with portlets. See Ajaxifying Portlets - Part 1: Unmanaged Ajax and Ajaxifying Portlets - Part 2: Managed Ajax for more info.
Ajax using XMLHttpRequest and Struts
Original at Ajax Tutorial Top List
• Fri, Mar 2
Some very basic examples of how to call and respond to the XMLHttpRequest object to access server side scripts from the client
What Is AJAX?
Original at COLDFUSION DEVELOPER'S JOURNAL
• Fri, Feb 23
It's become very popular lately, even though it's not exactly new. It's been possible to use the concept behind AJAX since browsers introduced the XMLHttpRequest function in 1999. Enjoy Rob Gonda's highly popular ColdFusion Developer's Journal article on AJAX, the hottest software de...
How To: Ajax on Rails
Original at Register
• Mon, Jan 15
Bringing together Ajax and Rails with Prototype In an earlier tutorial we discussed Ruby on Rails . Ajax is an XMLHttpRequest -based web technique that you can use to transfer data between a client application and a web server, and which lets you update sections of the web page without relo...
How To: Ajax on Rails
Original at Reg Developer
• Mon, Jan 15
Bringing together Ajax and Rails with Prototype. In an earlier tutorial we discussed Ruby on Rails. Ajax is an XMLHttpRequest -based web technique that you can use to transfer data between a client application and a web server, ...
To JSON or not to JSON
Original at Burningbird
• Thu, Jan 4
By shelleyp JSON vs. XML: Browser security models. This gets into the cross-domain issue, which helped increase JSON's popularity. Before you jump in with "But, but…" let me finish the list. You could use any of these formats with either the cross-domain solution, or using XMLHttpRequest. Yes, really,...
How To: The Ajax Transport Method(s)
Original at Ajaxian
• Thu, Jun 8
The IBM developerWorks site has this new tutorial posted today, a look a the various “Ajax transport methods” - XMLHttpRequest, IFrames, and script tags - what they are, how to use them ...