<?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: Dynamic Resizing of Cross-Domain Iframes</title>
	<atom:link href="http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/</link>
	<description>It&#039;s Pronounced &#34;Pah-vert.&#34;  You povert.</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:11:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: newme</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-18266</link>
		<dc:creator>newme</dc:creator>
		<pubDate>Mon, 26 Oct 2009 03:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-18266</guid>
		<description>me either, doesn&#039;t work in IE7</description>
		<content:encoded><![CDATA[<p>me either, doesn&#8217;t work in IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh Gupta</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-16031</link>
		<dc:creator>Naresh Gupta</dc:creator>
		<pubDate>Fri, 26 Jun 2009 01:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-16031</guid>
		<description>I tried the sample, it works in Firefox but not resizing in IE8. Any ideas?</description>
		<content:encoded><![CDATA[<p>I tried the sample, it works in Firefox but not resizing in IE8. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-15902</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 22 Jun 2009 15:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-15902</guid>
		<description>I&#039;ve updated the example to resize based on height of the content.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the example to resize based on height of the content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-15800</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sat, 20 Jun 2009 00:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-15800</guid>
		<description>I have the same question as Ethan.

Everything works great, I just cant figure out how to make it dynamic to the content. right now i can get it to resize to whatever i replace 300x300. but how can i make it 300 x &quot;height of my tumblr contents&quot;</description>
		<content:encoded><![CDATA[<p>I have the same question as Ethan.</p>
<p>Everything works great, I just cant figure out how to make it dynamic to the content. right now i can get it to resize to whatever i replace 300&#215;300. but how can i make it 300 x &#8220;height of my tumblr contents&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-14286</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Mon, 27 Apr 2009 18:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-14286</guid>
		<description>I need to set the height based on contents, so not a static height.  this works... height=&#039; + document.height; but it seems to be calculating the height of the iframe plus something else, so I guess I need to specify that I want the height of only the iframe. Any ideas?</description>
		<content:encoded><![CDATA[<p>I need to set the height based on contents, so not a static height.  this works&#8230; height=&#8217; + document.height; but it seems to be calculating the height of the iframe plus something else, so I guess I need to specify that I want the height of only the iframe. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-12295</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-12295</guid>
		<description>Martin -- The iframed page (example.html) creates another iframe pointing to pipe.html.  That&#039;s where setDimensions() is called.</description>
		<content:encoded><![CDATA[<p>Martin &#8212; The iframed page (example.html) creates another iframe pointing to pipe.html.  That&#8217;s where setDimensions() is called.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-12279</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 04 Oct 2008 23:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-12279</guid>
		<description>Hi, I cheked your code but i didn&#039;t see where you call the function setDimensions ??????</description>
		<content:encoded><![CDATA[<p>Hi, I cheked your code but i didn&#8217;t see where you call the function setDimensions ??????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-12064</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 11 Sep 2008 18:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-12064</guid>
		<description>Sorry Daniel -- If I understand you correctly, there&#039;s no way to do exactly that.

To be clear, the child iframe can pass information to the parent, and that&#039;s all.  The parent can&#039;t initiate it or request information or anything.

In other words, you need to have control of (or have the ear of the person who has control of) the iframe&#039;s contents.  They can then pass data to the parent using a child in the same domain, as described above.</description>
		<content:encoded><![CDATA[<p>Sorry Daniel &#8212; If I understand you correctly, there&#8217;s no way to do exactly that.</p>
<p>To be clear, the child iframe can pass information to the parent, and that&#8217;s all.  The parent can&#8217;t initiate it or request information or anything.</p>
<p>In other words, you need to have control of (or have the ear of the person who has control of) the iframe&#8217;s contents.  They can then pass data to the parent using a child in the same domain, as described above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Buchner</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-12058</link>
		<dc:creator>Daniel Buchner</dc:creator>
		<pubDate>Sun, 07 Sep 2008 18:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-12058</guid>
		<description>As a precursor to trying an iframey route, does your method allow the parent site, say mine.html to access a child frame&#039;s (theirs.html) details like the frame&#039;s document height?

Basically I would like to find the computed height of the document in the theirs.html iframe inside of my page.  I am framing a couple of sites for my users like their flicker page and another.  Can I effectively get the height of that iframed document so as to resize the iframe to accommodate its content?

Fingers crossed!</description>
		<content:encoded><![CDATA[<p>As a precursor to trying an iframey route, does your method allow the parent site, say mine.html to access a child frame&#8217;s (theirs.html) details like the frame&#8217;s document height?</p>
<p>Basically I would like to find the computed height of the document in the theirs.html iframe inside of my page.  I am framing a couple of sites for my users like their flicker page and another.  Can I effectively get the height of that iframed document so as to resize the iframe to accommodate its content?</p>
<p>Fingers crossed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandra</title>
		<link>http://www.povert.com/2008/05/19/dynamic-resizing-of-cross-domain-iframes/comment-page-1/#comment-11819</link>
		<dc:creator>chandra</dc:creator>
		<pubDate>Wed, 23 Jul 2008 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.povert.com/?p=770#comment-11819</guid>
		<description>Your are awesome!
you have saved my day.</description>
		<content:encoded><![CDATA[<p>Your are awesome!<br />
you have saved my day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
