<?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: 5 tips to tackle the problem with iframes</title>
	<atom:link href="http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/</link>
	<description>Frank Goossens&#039; Twitterless twaddle</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:48:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: ben</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-21691</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 28 Dec 2011 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-21691</guid>
		<description>you too!</description>
		<content:encoded><![CDATA[<p>you too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-21673</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-21673</guid>
		<description>you&#039;re most welcome, have a great end-of-year!</description>
		<content:encoded><![CDATA[<p>you&#8217;re most welcome, have a great end-of-year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-21672</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Wed, 28 Dec 2011 14:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-21672</guid>
		<description>well thank you sir!</description>
		<content:encoded><![CDATA[<p>well thank you sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-21660</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Wed, 28 Dec 2011 05:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-21660</guid>
		<description>that should go in the head-section of your html ben; 

&lt;code&gt;&lt;html&gt;&lt;head&gt;&lt;script type=&quot;text/javascript&quot;&gt;if(self.location==top.location) top.location.replace(‘http://contain.er/page-url/here‘);&lt;/script&gt; ...&lt;/head&gt;&lt;body&gt;...&lt;/body&gt;&lt;/html&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>that should go in the head-section of your html ben; </p>
<p><code>&lt;html>&lt;head>&lt;script type="text/javascript">if(self.location==top.location) top.location.replace(‘http://contain.er/page-url/here‘);&lt;/script> ...&lt;/head>&lt;body>...&lt;/body>&lt;/html></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-21618</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 28 Dec 2011 02:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-21618</guid>
		<description>for #2  where on the iframed page would you place the following exactly:  &quot;if(self.location==top.location) top.location.replace(&#039;http://contain.er/page-url/here&#039;);&quot;?

Our website http://www.rock.fm uses iframes for our player content and slideshows...</description>
		<content:encoded><![CDATA[<p>for #2  where on the iframed page would you place the following exactly:  &#8220;if(self.location==top.location) top.location.replace(&#8216;<a href="http://contain.er/page-url/here" rel="nofollow">http://contain.er/page-url/here</a>&#8216;);&#8221;?</p>
<p>Our website <a href="http://www.rock.fm" rel="nofollow">http://www.rock.fm</a> uses iframes for our player content and slideshows&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To: Social Plugins</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-15917</link>
		<dc:creator>How To: Social Plugins</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-15917</guid>
		<description>[...] IFrames are HTML tags that allow other pages to be embedded as a frame within another page. These are quick and easy to implement, but carry accessibility and SEO concerns. [...]</description>
		<content:encoded><![CDATA[<p>[...] IFrames are HTML tags that allow other pages to be embedded as a frame within another page. These are quick and easy to implement, but carry accessibility and SEO concerns. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To: Social Plugins &#124; Reverence Media Consulting</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-15906</link>
		<dc:creator>How To: Social Plugins &#124; Reverence Media Consulting</dc:creator>
		<pubDate>Thu, 28 Jul 2011 23:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-15906</guid>
		<description>[...] IFrames are HTML tags that allow other pages to be embedded as a frame within another page. These are quick and easy to implement, but carry accessibility and SEO concerns. [...]</description>
		<content:encoded><![CDATA[<p>[...] IFrames are HTML tags that allow other pages to be embedded as a frame within another page. These are quick and easy to implement, but carry accessibility and SEO concerns. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frank</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-14910</link>
		<dc:creator>frank</dc:creator>
		<pubDate>Fri, 18 Mar 2011 12:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-14910</guid>
		<description>Well, I&#039;m not sure I&#039;ll be able to help, but what browser are you using and what URL do you encounter the problem on?</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m not sure I&#8217;ll be able to help, but what browser are you using and what URL do you encounter the problem on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FJ Sonnex</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-14909</link>
		<dc:creator>FJ Sonnex</dc:creator>
		<pubDate>Fri, 18 Mar 2011 12:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-14909</guid>
		<description>I am not into the workings of PC systems &amp; I sometimes get blank iframes in web pages.I guess I have somehow chosen a wrong setting in error .How can I correct this error?
Sorry if this is not really related to your discussion. I would be pleased for any guidance.
Regards FJ Sonnex</description>
		<content:encoded><![CDATA[<p>I am not into the workings of PC systems &amp; I sometimes get blank iframes in web pages.I guess I have somehow chosen a wrong setting in error .How can I correct this error?<br />
Sorry if this is not really related to your discussion. I would be pleased for any guidance.<br />
Regards FJ Sonnex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin</title>
		<link>http://blog.futtta.be/2010/03/03/5-tips-to-tackle-the-problem-with-iframes/#comment-14307</link>
		<dc:creator>sachin</dc:creator>
		<pubDate>Fri, 11 Feb 2011 11:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.futtta.be/?p=2838#comment-14307</guid>
		<description>nice, you can also use iframe&#039;s name attribute fro solving google rebot search problem</description>
		<content:encoded><![CDATA[<p>nice, you can also use iframe&#8217;s name attribute fro solving google rebot search problem</p>
]]></content:encoded>
	</item>
</channel>
</rss>

