<?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: Using HTML 5 postMessage</title>
	<atom:link href="http://ajaxian.com/archives/using-html-5-postmessage/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/using-html-5-postmessage</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: izuzak</title>
		<link>http://ajaxian.com/archives/using-html-5-postmessage/comment-page-1#comment-269195</link>
		<dc:creator>izuzak</dc:creator>
		<pubDate>Tue, 18 Nov 2008 22:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5095#comment-269195</guid>
		<description>I&#039;m using postMessage as the basis for a inter-window cross-domain RPC implementation. The library is available at Google Code: http://code.google.com/p/pmrpc/ and is being used in a few cool projects.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using postMessage as the basis for a inter-window cross-domain RPC implementation. The library is available at Google Code: <a href="http://code.google.com/p/pmrpc/" rel="nofollow">http://code.google.com/p/pmrpc/</a> and is being used in a few cool projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://ajaxian.com/archives/using-html-5-postmessage/comment-page-1#comment-269183</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5095#comment-269183</guid>
		<description>@Malde: I&#039;ve seen your library. Nice work, though I think you should change the name :) BTW, email me at bradneuberg ATATAT g o o g l e . c o m since there might be a breaking change to the Gears cross origin work that might affect your library.</description>
		<content:encoded><![CDATA[<p>@Malde: I&#8217;ve seen your library. Nice work, though I think you should change the name :) BTW, email me at bradneuberg ATATAT g o o g l e . c o m since there might be a breaking change to the Gears cross origin work that might affect your library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malde</title>
		<link>http://ajaxian.com/archives/using-html-5-postmessage/comment-page-1#comment-269180</link>
		<dc:creator>Malde</dc:creator>
		<pubDate>Tue, 18 Nov 2008 17:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5095#comment-269180</guid>
		<description>A little while ago I created a JS library that uses postMessage and tries fall backs when it is not available (Cookies, Google Gears).
http://code.google.com/p/xssinterface/

Unfortunately it is in dire need of a new release (coming this weekend, trunk is fixed) because APIs happy changed between browser releases (deciding back and forth wehther postMessage should belong to document or window).</description>
		<content:encoded><![CDATA[<p>A little while ago I created a JS library that uses postMessage and tries fall backs when it is not available (Cookies, Google Gears).<br />
<a href="http://code.google.com/p/xssinterface/" rel="nofollow">http://code.google.com/p/xssinterface/</a></p>
<p>Unfortunately it is in dire need of a new release (coming this weekend, trunk is fixed) because APIs happy changed between browser releases (deciding back and forth wehther postMessage should belong to document or window).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludoo</title>
		<link>http://ajaxian.com/archives/using-html-5-postmessage/comment-page-1#comment-269159</link>
		<dc:creator>ludoo</dc:creator>
		<pubDate>Tue, 18 Nov 2008 13:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5095#comment-269159</guid>
		<description>Same subject reviewed by J. Resig : http://ejohn.org/blog/postmessage-api-changes/</description>
		<content:encoded><![CDATA[<p>Same subject reviewed by J. Resig : <a href="http://ejohn.org/blog/postmessage-api-changes/" rel="nofollow">http://ejohn.org/blog/postmessage-api-changes/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludoo</title>
		<link>http://ajaxian.com/archives/using-html-5-postmessage/comment-page-1#comment-269158</link>
		<dc:creator>ludoo</dc:creator>
		<pubDate>Tue, 18 Nov 2008 13:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5095#comment-269158</guid>
		<description>Whow ! Really interesting !!
I currently try to realize a communication &quot;tunnel&quot; between webpage and firefox addon using DOM event.
It works but really limited. This concept show me a new way to investigate...

ludoo</description>
		<content:encoded><![CDATA[<p>Whow ! Really interesting !!<br />
I currently try to realize a communication &#8220;tunnel&#8221; between webpage and firefox addon using DOM event.<br />
It works but really limited. This concept show me a new way to investigate&#8230;</p>
<p>ludoo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

