Ajax now featured on Techshrine | Also visit: JetPack Future | Molly and Jake | Autolust

Boxxet Home   |   Log in or Register

Hot Topics   ajax control toolkit     ruby on rails     Silverlight     asp.net ajax toolkit     JSON     server side     ASP.NET MVC    

photo credit: javalobby.org

XMLHttpRequest

"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.

Rate Ajax Overview 2

Rate bpcatalog: bpcatalog: Using JSF with AJAX

 

Videos

Year 2008

 

Rate Video: Enterprise Ajax Building Robust Ajax ApplicationsVideo included in this story.  Click to view.

Original at YouTube external link    Wed, Aug 13

Thumbnail

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

Stories

November of 2009

 

Rate ハイテンションAjax入門 - 三等兵

Original at Rabble.ca external link    Sun, Nov 15

JavaScriptJSが少しできる人ならうじうじ考えるほどのこともでもない!何も難しいことはない!ぶっとんぢまいなよ!ヒャッパー!!! というノリでAjaxを学んでみました。醜いです。 Ajax入門Ajaxはいろいろできるんだぜ! 以上入門終り!キミは完璧だ!次いけ! Ajaxは非同期通信だかなんだかそんなもんはどうでもいいんだ!どうでもいい!そんなことよりもXMLHttpRequestオブジェ...

Rate Are You Violating the Eolas Ajax Patent?

Original at pheedcontent.com external link    Thu, Nov 5

Thumbnail

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...

Rate Re: About Google AJAX Language API (character limitation?)

Original at Google AJAX APIs Google Group external link    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

Rate Re: About Google AJAX Language API (character limitation?)

Original at Google AJAX API Google Group external link    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

Year 2009

 

Rate Ajax From the Ground Up: Part 2 - Sending Data to the Server

Original at Tutorialized.com external link    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...

Rate How To: Simple Ajax ExampleVideo included in this story.  Click to view.

Original at YouTube external link    Fri, Mar 6    7 related articles

Thumbnail

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

Rate How To: Simple Ajax Example

Original at digg.com external link    Fri, Mar 6    7 related articles

Thumbnail

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

Rate How To: JSON and the Dynamic Script Tag: Easy, XML-less Web Services for JavaScript

Original at Ajax Tutorial Top List external link    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.

Rate Last call for W3C XMLHttpRequest comments

Original at Ajax external link    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...

Rate How To: Ajax: The Definitive Guide

Original at KnowFree v1.0 external link    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. ...

Rate XMLHttpRequest & Ajax Working Examples

Original at Raible Designs external link    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.

Year 2007

 

Rate Opinion: JSON creator slams Ajax, Web, Why???

Original at JRoller external link    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.

Rate Patch: XMLPortletRequest Support in WebLogic Portal

Original at subbu.org external link    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.

Rate Ajax using XMLHttpRequest and Struts

Original at Ajax Tutorial Top List external link    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

Rate What Is AJAX?

Original at COLDFUSION DEVELOPER'S JOURNAL external link    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...

Rate How To: Ajax on Rails

Original at Register external link    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...

Rate How To: Ajax on Rails

Original at Reg Developer external link    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, ...

Rate To JSON or not to JSON

Original at Burningbird external link    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,...

Year 2006

 

Rate How To: The Ajax Transport Method(s)

Original at Ajaxian external link    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 ...

Popular Topics
Featured Deals
Search Ajax
Also of Interest...
Do you publish a blog? If so, consider joining the Boxxet Network and see your great content showcased and rewarded! Learn more...