<?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 domain iframe communication without location polling</title>
	<atom:link href="http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: oyvindkinsey</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275210</link>
		<dc:creator>oyvindkinsey</dc:creator>
		<pubDate>Tue, 25 Aug 2009 22:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275210</guid>
		<description>this just what easyXDM is, a library that uses the best metod, postMessage or hash/fragment to communicate.</description>
		<content:encoded><![CDATA[<p>this just what easyXDM is, a library that uses the best metod, postMessage or hash/fragment to communicate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soldair</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275204</link>
		<dc:creator>soldair</dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275204</guid>
		<description>A while back there was a post about how to use postMessage for x domain iframe communication. A solution like this should check for postMessage support and not bother creating proxy frames. perhaps it could even provide backwards support for the html5 post message api. 
I have put an example of 2 way communication with HTML5 postMessage on  http://ryanday.org i hope it helps someone =).</description>
		<content:encoded><![CDATA[<p>A while back there was a post about how to use postMessage for x domain iframe communication. A solution like this should check for postMessage support and not bother creating proxy frames. perhaps it could even provide backwards support for the html5 post message api.<br />
I have put an example of 2 way communication with HTML5 postMessage on  <a href="http://ryanday.org" rel="nofollow">http://ryanday.org</a> i hope it helps someone =).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dawesi</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275199</link>
		<dc:creator>dawesi</dc:creator>
		<pubDate>Tue, 25 Aug 2009 01:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275199</guid>
		<description>Never had problems with cross domain stuff using ExtJS... just use the inbuilt proxies...</description>
		<content:encoded><![CDATA[<p>Never had problems with cross domain stuff using ExtJS&#8230; just use the inbuilt proxies&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oyvindkinsey</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275196</link>
		<dc:creator>oyvindkinsey</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275196</guid>
		<description>Unfortunately this example seems not to work in IE6, an my own experiments with the resize event has also so far been unsuccessfull with IE6.
I have on the other hand had success using a #top fragment coupled with a onscroll event, working on integrating that into easyXDM (http://kinsey.no/blog/index.php/2009/08/20/easyxdm/) now.</description>
		<content:encoded><![CDATA[<p>Unfortunately this example seems not to work in IE6, an my own experiments with the resize event has also so far been unsuccessfull with IE6.<br />
I have on the other hand had success using a #top fragment coupled with a onscroll event, working on integrating that into easyXDM (<a href="http://kinsey.no/blog/index.php/2009/08/20/easyxdm/" rel="nofollow">http://kinsey.no/blog/index.php/2009/08/20/easyxdm/</a>) now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275194</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Mon, 24 Aug 2009 19:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275194</guid>
		<description>&quot;IFrames are expensive in terms of memory and time to create and destroy. Probably not an issue for a one-off message you want to throw over the wall, but throw-away iframes become an issue in a high volume long life reliable data channel between A and B.&quot;

Nevermind leaks!</description>
		<content:encoded><![CDATA[<p>&#8220;IFrames are expensive in terms of memory and time to create and destroy. Probably not an issue for a one-off message you want to throw over the wall, but throw-away iframes become an issue in a high volume long life reliable data channel between A and B.&#8221;</p>
<p>Nevermind leaks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dannythorpe</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275192</link>
		<dc:creator>dannythorpe</dc:creator>
		<pubDate>Mon, 24 Aug 2009 17:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275192</guid>
		<description>The cross-domain channel library developed for Windows Live&#039;s contacts web control back in 2006/2007 used a permanent iframe endpoint. Here&#039;s an article about it:
http://msdn.microsoft.com/en-us/library/bb735305.aspx  Derivatives of this library are now being used by other Microsoft web applications (alongside HTML5 message passing and other techniques when available - the iframe technique is the absolute last resort, but it does work everywhere).

IFrames are expensive in terms of memory and time to create and destroy.  Probably not an issue for a one-off message you want to throw over the wall, but throw-away iframes become an issue in a high volume long life reliable data channel between A and B.

-Danny</description>
		<content:encoded><![CDATA[<p>The cross-domain channel library developed for Windows Live&#8217;s contacts web control back in 2006/2007 used a permanent iframe endpoint. Here&#8217;s an article about it:<br />
<a href="http://msdn.microsoft.com/en-us/library/bb735305.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb735305.aspx</a>  Derivatives of this library are now being used by other Microsoft web applications (alongside HTML5 message passing and other techniques when available &#8211; the iframe technique is the absolute last resort, but it does work everywhere).</p>
<p>IFrames are expensive in terms of memory and time to create and destroy.  Probably not an issue for a one-off message you want to throw over the wall, but throw-away iframes become an issue in a high volume long life reliable data channel between A and B.</p>
<p>-Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlonbtx</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275190</link>
		<dc:creator>marlonbtx</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275190</guid>
		<description>does anyone knows how to upload files using crossdomain ? and handling the readystate or onload event</description>
		<content:encoded><![CDATA[<p>does anyone knows how to upload files using crossdomain ? and handling the readystate or onload event</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oyvindkinsey</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275187</link>
		<dc:creator>oyvindkinsey</dc:creator>
		<pubDate>Mon, 24 Aug 2009 14:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275187</guid>
		<description>I am actually working on using the resize technique in the easyXDM library, I had a working prototype of it earlier but it got lost.

Btw, any chance your gonna post about easyXDM anytime soon?</description>
		<content:encoded><![CDATA[<p>I am actually working on using the resize technique in the easyXDM library, I had a working prototype of it earlier but it got lost.</p>
<p>Btw, any chance your gonna post about easyXDM anytime soon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meandmycode</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275184</link>
		<dc:creator>meandmycode</dc:creator>
		<pubDate>Mon, 24 Aug 2009 10:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275184</guid>
		<description>I&#039;ve got to be honest, whilst polling for a change isn&#039;t the proudest moment, it works fine.. a year from now we can probably expect most browsers to have native events anyway.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got to be honest, whilst polling for a change isn&#8217;t the proudest moment, it works fine.. a year from now we can probably expect most browsers to have native events anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steida</title>
		<link>http://ajaxian.com/archives/cross-domain-iframe-communication-without-location-polling/comment-page-1#comment-275183</link>
		<dc:creator>steida</dc:creator>
		<pubDate>Mon, 24 Aug 2009 10:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7276#comment-275183</guid>
		<description>Such technique will never work in IE7. Some tomfool from MS IE team decided that changing location should make disturbing click sound. This repulsive behavior can&#039;t be disabled, so for each message, a new iframe has to be created, which is the only way to suppress clicking sounds.</description>
		<content:encoded><![CDATA[<p>Such technique will never work in IE7. Some tomfool from MS IE team decided that changing location should make disturbing click sound. This repulsive behavior can&#8217;t be disabled, so for each message, a new iframe has to be created, which is the only way to suppress clicking sounds.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

