<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XMLHttpRequest just blew my mind</title>
	<atom:link href="http://minutillo.com/steve/weblog/2003/05/22/xmlhttprequest-just-blew-my-mind/feed/" rel="self" type="application/rss+xml" />
	<link>http://minutillo.com/steve/weblog/2003/05/22/xmlhttprequest-just-blew-my-mind/</link>
	<description>messy things</description>
	<lastBuildDate>Sun, 06 May 2012 04:15:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: foom</title>
		<link>http://minutillo.com/steve/weblog/2003/05/22/xmlhttprequest-just-blew-my-mind/comment-page-1/#comment-1285</link>
		<dc:creator>foom</dc:creator>
		<pubDate>Wed, 04 Feb 2004 17:08:15 +0000</pubDate>
		<guid isPermaLink="false">/?p=345#comment-1285</guid>
		<description>Safari (as of 1.2) appears to support the XMLHttpRequest like mozilla.</description>
		<content:encoded><![CDATA[<p>Safari (as of 1.2) appears to support the XMLHttpRequest like mozilla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andyed</title>
		<link>http://minutillo.com/steve/weblog/2003/05/22/xmlhttprequest-just-blew-my-mind/comment-page-1/#comment-433</link>
		<dc:creator>andyed</dc:creator>
		<pubDate>Fri, 23 May 2003 17:47:08 +0000</pubDate>
		<guid isPermaLink="false">/?p=345#comment-433</guid>
		<description>I used this tech too create an opml renderer almost a year ago :) Link in the url field.</description>
		<content:encoded><![CDATA[<p>I used this tech too create an opml renderer almost a year ago :) Link in the url field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://minutillo.com/steve/weblog/2003/05/22/xmlhttprequest-just-blew-my-mind/comment-page-1/#comment-431</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Thu, 22 May 2003 13:39:58 +0000</pubDate>
		<guid isPermaLink="false">/?p=345#comment-431</guid>
		<description>&lt;a href=\&quot;http://developer.apple.com/internet/javascript/jstests.html#import\&quot;&gt;This&lt;/a&gt; seems to say that Safari doesn\&#039;t support it, at least v60 didn\&#039;t.&lt;br /&gt;
&lt;br /&gt;
This is good because you can make browser based apps that behave more like real apps.  You can click on a button, and it will send a request off to the server and wait for and then process a response, without changing pages.  It adds another way to interact with a server, above and beyond just loading pages.&lt;br /&gt;
&lt;br /&gt;
For instance if I have a webmail program, I can make the \&#039;delete\&#039; button just send a (XML-RPC, SOAP, RESTful) request to the server to delete the message, and then get back an \&#039;OK, deleted\&#039; message.  The browser can then remove that item from the list of messages (using DOM).  This will be faster and nicer than reloading the entire page.</description>
		<content:encoded><![CDATA[<p><a href=\"http://developer.apple.com/internet/javascript/jstests.html#import\">This</a> seems to say that Safari doesn\&#8217;t support it, at least v60 didn\&#8217;t.</p>
<p>This is good because you can make browser based apps that behave more like real apps.  You can click on a button, and it will send a request off to the server and wait for and then process a response, without changing pages.  It adds another way to interact with a server, above and beyond just loading pages.</p>
<p>For instance if I have a webmail program, I can make the \&#8217;delete\&#8217; button just send a (XML-RPC, SOAP, RESTful) request to the server to delete the message, and then get back an \&#8217;OK, deleted\&#8217; message.  The browser can then remove that item from the list of messages (using DOM).  This will be faster and nicer than reloading the entire page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Minutillo</title>
		<link>http://minutillo.com/steve/weblog/2003/05/22/xmlhttprequest-just-blew-my-mind/comment-page-1/#comment-430</link>
		<dc:creator>Nicolas Minutillo</dc:creator>
		<pubDate>Thu, 22 May 2003 12:20:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=345#comment-430</guid>
		<description>I knew about that for the Microsoft browsers. I had no idea that Mozilla supported such a thing. Is this a standard or is it just Mozilla doing it because IE does it. Does any other browser do it (like, say, one based on KHTML)?&lt;br /&gt;
&lt;br /&gt;
Since this was always available server side--what uses do you see browser side that are cool.</description>
		<content:encoded><![CDATA[<p>I knew about that for the Microsoft browsers. I had no idea that Mozilla supported such a thing. Is this a standard or is it just Mozilla doing it because IE does it. Does any other browser do it (like, say, one based on KHTML)?</p>
<p>Since this was always available server side&#8211;what uses do you see browser side that are cool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

