<?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: Resize a Crossdomain iFrame</title>
	<atom:link href="http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/feed/" rel="self" type="application/rss+xml" />
	<link>http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/</link>
	<description>Rants on technology, Ruby on Rails, Javascript and UI Design by Adam Fortuna</description>
	<lastBuildDate>Mon, 30 Aug 2010 20:26:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dallin</title>
		<link>http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/#comment-182736</link>
		<dc:creator>Dallin</dc:creator>
		<pubDate>Tue, 27 Oct 2009 22:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://adamfortuna.com/?p=396#comment-182736</guid>
		<description>How about cross domain communication. Here is a page that gives a solution:

http://geekswithblogs.net/rashid/archive/2007/01/13/103518.aspx

I haven&#039;t tried this, but it seems to look like it would work.</description>
		<content:encoded><![CDATA[<p>How about cross domain communication. Here is a page that gives a solution:</p>
<p><a href="http://geekswithblogs.net/rashid/archive/2007/01/13/103518.aspx" rel="nofollow">http://geekswithblogs.net/rashid/archive/2007/01/13/103518.aspx</a></p>
<p>I haven&#8217;t tried this, but it seems to look like it would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dejavu</title>
		<link>http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/#comment-182563</link>
		<dc:creator>dejavu</dc:creator>
		<pubDate>Mon, 19 Oct 2009 12:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://adamfortuna.com/?p=396#comment-182563</guid>
		<description>Interesting article but... what a fraud! Title looks like the promised land, article begins well... only to end up finding no solution to the matter stated in the title!</description>
		<content:encoded><![CDATA[<p>Interesting article but&#8230; what a fraud! Title looks like the promised land, article begins well&#8230; only to end up finding no solution to the matter stated in the title!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dallas</title>
		<link>http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/#comment-182278</link>
		<dc:creator>Dallas</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://adamfortuna.com/?p=396#comment-182278</guid>
		<description>Ok. Either way, your solution rocks and does what I&#039;ve seen others not be able to do. I&#039;ll keep it filed away in my goodie bag for future use. Thanks for the help, Adam.</description>
		<content:encoded><![CDATA[<p>Ok. Either way, your solution rocks and does what I&#8217;ve seen others not be able to do. I&#8217;ll keep it filed away in my goodie bag for future use. Thanks for the help, Adam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Fortuna</title>
		<link>http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/#comment-182277</link>
		<dc:creator>Adam Fortuna</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://adamfortuna.com/?p=396#comment-182277</guid>
		<description>Dallas, 

Hmm yeah that&#039;ll be a problem ;/ This solution requires you to have control over the code of both the page containing the frame and the frame itself.

So you&#039;d need to have control over:
http://acme.com (your page)
http://xyz.com (the content of the iframe)
http://acme.com/iframe.html (your page that brings it all together)

I don&#039;t think there&#039;s a way to do this if you don&#039;t have control over both domains unfortunately. Or at the very none that I know of. :/</description>
		<content:encoded><![CDATA[<p>Dallas, </p>
<p>Hmm yeah that&#8217;ll be a problem ;/ This solution requires you to have control over the code of both the page containing the frame and the frame itself.</p>
<p>So you&#8217;d need to have control over:<br />
<a href="http://acme.com" rel="nofollow">http://acme.com</a> (your page)<br />
<a href="http://xyz.com" rel="nofollow">http://xyz.com</a> (the content of the iframe)<br />
<a href="http://acme.com/iframe.html" rel="nofollow">http://acme.com/iframe.html</a> (your page that brings it all together)</p>
<p>I don&#8217;t think there&#8217;s a way to do this if you don&#8217;t have control over both domains unfortunately. Or at the very none that I know of. :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dallas</title>
		<link>http://adamfortuna.com/2009/09/30/resize-a-crossdomain-iframe/#comment-182276</link>
		<dc:creator>Dallas</dc:creator>
		<pubDate>Thu, 01 Oct 2009 16:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://adamfortuna.com/?p=396#comment-182276</guid>
		<description>I only have the link to the external source. I do not have access to acme.com/iframe.html, only the link to it. I cannot add anything to that particular page. So, I don&#039;t see how I will be able to create an iframe on acme.com.

Hopefully it&#039;s not too confusing.  It would be like trying to display google.com content after displaying search results.  You don&#039;t have access to the google domain to add another iframe to communicate back to xyz.com.

That would be my scenario.  Maybe I&#039;m missing something.</description>
		<content:encoded><![CDATA[<p>I only have the link to the external source. I do not have access to acme.com/iframe.html, only the link to it. I cannot add anything to that particular page. So, I don&#8217;t see how I will be able to create an iframe on acme.com.</p>
<p>Hopefully it&#8217;s not too confusing.  It would be like trying to display google.com content after displaying search results.  You don&#8217;t have access to the google domain to add another iframe to communicate back to xyz.com.</p>
<p>That would be my scenario.  Maybe I&#8217;m missing something.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
