<?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: Cross-site Ajax in Firefox 3</title>
	<atom:link href="http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Mon, 23 Nov 2009 05:23:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chief Odie</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-896634</link>
		<dc:creator>Chief Odie</dc:creator>
		<pubDate>Wed, 18 Mar 2009 16:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-896634</guid>
		<description>&lt;blockquote&gt;I don’t see any advantage to this other than simplicity.&lt;/blockquote&gt;

To add to what Dan said, it&#039;s also a case of security...  You may be consuming a service that requires your clients to log-in individually.  This allows the service to manage it&#039;s own security without your site being the &quot;Man in the middle&quot;

Enjoy
Chief</description>
		<content:encoded><![CDATA[<blockquote><p>I don’t see any advantage to this other than simplicity.</p></blockquote>
<p>To add to what Dan said, it&#8217;s also a case of security&#8230;  You may be consuming a service that requires your clients to log-in individually.  This allows the service to manage it&#8217;s own security without your site being the &#8220;Man in the middle&#8221;</p>
<p>Enjoy<br />
Chief</p>]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-727375</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 20 May 2008 10:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-727375</guid>
		<description>Cross-site XmlHttpRequest feature is not supported anymore. Firefox 3 build 5 doesn&#039;t support it!</description>
		<content:encoded><![CDATA[<p>Cross-site XmlHttpRequest feature is not supported anymore. Firefox 3 build 5 doesn&#8217;t support it!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dnix</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-711243</link>
		<dc:creator>dnix</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-711243</guid>
		<description>Some of you guys are being fanboyish...IE has a rich administrative feature set that allows the cross domain issue to be managed atomically. FireFox got this wrong the first time around and enough folks with real jobs have complained about it all over the web to make it an issue.</description>
		<content:encoded><![CDATA[<p>Some of you guys are being fanboyish&#8230;IE has a rich administrative feature set that allows the cross domain issue to be managed atomically. FireFox got this wrong the first time around and enough folks with real jobs have complained about it all over the web to make it an issue.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: nathj07</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-608429</link>
		<dc:creator>nathj07</dc:creator>
		<pubDate>Mon, 21 Jan 2008 08:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-608429</guid>
		<description>Desktop software has been able to do this sort of thing for while now. I think that is really a great step forwards. As a developer of many sites that often share information it would no doubt make my life easier. An obvious implementation is to have a page that returns XML with the standard data in it. The receiving page would then read this and format it using it&#039;s own CSS.</description>
		<content:encoded><![CDATA[<p>Desktop software has been able to do this sort of thing for while now. I think that is really a great step forwards. As a developer of many sites that often share information it would no doubt make my life easier. An obvious implementation is to have a page that returns XML with the standard data in it. The receiving page would then read this and format it using it&#8217;s own CSS.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-607319</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 20 Jan 2008 03:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-607319</guid>
		<description>@Dan Grossman - Great point on the bandwidth issue. However I don&#039;t see the latter point as being all that strong. Just because.. and correct me if I&#039;m wrong.. but it seems to me if you were utilizing a third party site / service it would most likely be open and/or you&#039;d have permission to use it. Still a relevant point though.

If you delve in to the linked article it looks like they are working on implementing some simple access control for xml files, so that you can either allow anyone or only specific domains. pretty cool.. I haven&#039;t seen that before.</description>
		<content:encoded><![CDATA[<p>@Dan Grossman &#8211; Great point on the bandwidth issue. However I don&#8217;t see the latter point as being all that strong. Just because.. and correct me if I&#8217;m wrong.. but it seems to me if you were utilizing a third party site / service it would most likely be open and/or you&#8217;d have permission to use it. Still a relevant point though.</p>
<p>If you delve in to the linked article it looks like they are working on implementing some simple access control for xml files, so that you can either allow anyone or only specific domains. pretty cool.. I haven&#8217;t seen that before.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Grossman</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-607043</link>
		<dc:creator>Dan Grossman</dc:creator>
		<pubDate>Sat, 19 Jan 2008 20:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-607043</guid>
		<description>But doing that in PHP means *you* use, and pay for, double the bandwidth of each request (download it from the remote server then serve it to your user). If you could do it with JS alone, the client takes the burden of the bandwidth bill. And it also prevents the 3rd party site from shutting all your users out by banning your IP -- each request is coming from the individual browser.</description>
		<content:encoded><![CDATA[<p>But doing that in PHP means *you* use, and pay for, double the bandwidth of each request (download it from the remote server then serve it to your user). If you could do it with JS alone, the client takes the burden of the bandwidth bill. And it also prevents the 3rd party site from shutting all your users out by banning your IP &#8212; each request is coming from the individual browser.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-606250</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 18 Jan 2008 19:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-606250</guid>
		<description>I&#039;d have to agree with php_penguin.. I don&#039;t see any advantage to this other than simplicity. (Not that the alternative is really that hard...) By the way there is a great PHP class called snoopy, (source forge) that ties
in nicely with what we&#039;re talking about...</description>
		<content:encoded><![CDATA[<p>I&#8217;d have to agree with php_penguin.. I don&#8217;t see any advantage to this other than simplicity. (Not that the alternative is really that hard&#8230;) By the way there is a great PHP class called snoopy, (source forge) that ties<br />
in nicely with what we&#8217;re talking about&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-605511</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Thu, 17 Jan 2008 10:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-605511</guid>
		<description>Check my blog posts on the topic:

http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/

and

http://www.mellowmorning.com/2007/11/07/updated-cross-site-ajax-plugin-for-prototype/</description>
		<content:encoded><![CDATA[<p>Check my blog posts on the topic:</p>
<p><a href="http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/" rel="nofollow">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/</a></p>
<p>and</p>
<p><a href="http://www.mellowmorning.com/2007/11/07/updated-cross-site-ajax-plugin-for-prototype/" rel="nofollow">http://www.mellowmorning.com/2007/11/07/updated-cross-site-ajax-plugin-for-prototype/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: XraySierra</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-603341</link>
		<dc:creator>XraySierra</dc:creator>
		<pubDate>Tue, 15 Jan 2008 15:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-603341</guid>
		<description>I have to agree with Ruben. If this is not yet supported across most browsers (not even FireFox 2) then it is years off from practical use, am I wrong?</description>
		<content:encoded><![CDATA[<p>I have to agree with Ruben. If this is not yet supported across most browsers (not even FireFox 2) then it is years off from practical use, am I wrong?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: php_penguin</title>
		<link>http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/comment-page-1/#comment-603253</link>
		<dc:creator>php_penguin</dc:creator>
		<pubDate>Tue, 15 Jan 2008 12:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/2008/01/15/cross-site-ajax-in-firefox-3/#comment-603253</guid>
		<description>So why dont you just use PHP (or other SS language) as a proxy so it works with everything?</description>
		<content:encoded><![CDATA[<p>So why dont you just use PHP (or other SS language) as a proxy so it works with everything?</p>]]></content:encoded>
	</item>
</channel>
</rss>
