<?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: CSSHttpRequest: cross-domain Ajax using CSS for transport.</title>
	<atom:link href="http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: borisreitman</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-273285</link>
		<dc:creator>borisreitman</dc:creator>
		<pubDate>Sun, 03 May 2009 13:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-273285</guid>
		<description>Checkout http://code.google.com/p/crossxhr/ for an alternate implementation based on flash.</description>
		<content:encoded><![CDATA[<p>Checkout <a href="http://code.google.com/p/crossxhr/" rel="nofollow">http://code.google.com/p/crossxhr/</a> for an alternate implementation based on flash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aimos</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268406</link>
		<dc:creator>Aimos</dc:creator>
		<pubDate>Sat, 25 Oct 2008 12:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268406</guid>
		<description>I could write CSS as JSON like here http://www.featureblend.com/css-json.html and ajax it with jquery onReady and attach like so all css at the end. CSS these days gets very huge. The only problem would be the caching of the actual css file. If it would be possible to do that and at the end attach via jquery an external css file to the dom and the browser caches that file. It could be fast. May be ... no idea :D</description>
		<content:encoded><![CDATA[<p>I could write CSS as JSON like here <a href="http://www.featureblend.com/css-json.html" rel="nofollow">http://www.featureblend.com/css-json.html</a> and ajax it with jquery onReady and attach like so all css at the end. CSS these days gets very huge. The only problem would be the caching of the actual css file. If it would be possible to do that and at the end attach via jquery an external css file to the dom and the browser caches that file. It could be fast. May be &#8230; no idea :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268403</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Sat, 25 Oct 2008 05:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268403</guid>
		<description>&quot;...untrusted third-party JavaScript cannot execute in the context of the calling page.&quot;

What about loading a CSS file with:

body {width:expression(&quot;alert(&#039;code&#039;);&quot;)}</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;untrusted third-party JavaScript cannot execute in the context of the calling page.&#8221;</p>
<p>What about loading a CSS file with:</p>
<p>body {width:expression(&#8220;alert(&#8216;code&#8217;);&#8221;)}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PeterMichaux</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268401</link>
		<dc:creator>PeterMichaux</dc:creator>
		<pubDate>Fri, 24 Oct 2008 21:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268401</guid>
		<description>VK on comp.lang.javascript did similar hacky things

http://jsnet.sourceforge.net/

I wouldn&#039;t use this technique. Too hacky.</description>
		<content:encoded><![CDATA[<p>VK on comp.lang.javascript did similar hacky things</p>
<p><a href="http://jsnet.sourceforge.net/" rel="nofollow">http://jsnet.sourceforge.net/</a></p>
<p>I wouldn&#8217;t use this technique. Too hacky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schmucker</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268400</link>
		<dc:creator>Hans Schmucker</dc:creator>
		<pubDate>Fri, 24 Oct 2008 20:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268400</guid>
		<description>Whenever a non local image is drawn onto a canvas it becomes &quot;tainted&quot; and won&#039;t allow for pixel level manipulation anymore. They thought of that :)</description>
		<content:encoded><![CDATA[<p>Whenever a non local image is drawn onto a canvas it becomes &#8220;tainted&#8221; and won&#8217;t allow for pixel level manipulation anymore. They thought of that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spocke</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268399</link>
		<dc:creator>Spocke</dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268399</guid>
		<description>Hacks like this isn&#039;t that future proof. But they are still interesting. :) But I think the window.name approach is cleaner even though it is also a hack.</description>
		<content:encoded><![CDATA[<p>Hacks like this isn&#8217;t that future proof. But they are still interesting. :) But I think the window.name approach is cleaner even though it is also a hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blinkingmarquee</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268398</link>
		<dc:creator>blinkingmarquee</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268398</guid>
		<description>of the CANVAS tag the above should have said</description>
		<content:encoded><![CDATA[<p>of the CANVAS tag the above should have said</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blinkingmarquee</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268397</link>
		<dc:creator>blinkingmarquee</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268397</guid>
		<description>Does not work in Opera 9.6 unfortunately.

Could an exploit of the  tag&#039;s getPixel() allow similar data passing cross domain from picture files?       Seems like this has already been thought of in Opera 9.x</description>
		<content:encoded><![CDATA[<p>Does not work in Opera 9.6 unfortunately.</p>
<p>Could an exploit of the  tag&#8217;s getPixel() allow similar data passing cross domain from picture files?       Seems like this has already been thought of in Opera 9.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThomasHansen</title>
		<link>http://ajaxian.com/archives/csshttprequest-cross-domain-ajax-using-css-for-transport/comment-page-1#comment-268394</link>
		<dc:creator>ThomasHansen</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4880#comment-268394</guid>
		<description>Funny, unfortunately probably not anything more than funny though ... ;)
My guess is that this will only work until most browser vendors figures it&#039;s actually a security hole or something...</description>
		<content:encoded><![CDATA[<p>Funny, unfortunately probably not anything more than funny though &#8230; ;)<br />
My guess is that this will only work until most browser vendors figures it&#8217;s actually a security hole or something&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

