<?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: Embedding Google Maps: iframe to object with XHTML Strict</title>
	<atom:link href="http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 17:27:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: smoon</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-1732</link>
		<dc:creator>smoon</dc:creator>
		<pubDate>Sun, 09 Oct 2011 13:37:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-1732</guid>
		<description>Thank you so much!!! </description>
		<content:encoded><![CDATA[<p>Thank you so much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Altar</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-1730</link>
		<dc:creator>Altar</dc:creator>
		<pubDate>Sun, 02 Oct 2011 14:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-1730</guid>
		<description>Hello,  
 
Nice work of you, but unfortunatelly frameborde 0 doesnt work tu IE 8 for me. Ive added it in javascript. 
Have you any suggestions ? </description>
		<content:encoded><![CDATA[<p>Hello,  </p>
<p>Nice work of you, but unfortunatelly frameborde 0 doesnt work tu IE 8 for me. Ive added it in javascript.<br />
Have you any suggestions ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Social Pop</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-1640</link>
		<dc:creator>Social Pop</dc:creator>
		<pubDate>Thu, 10 Mar 2011 16:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-1640</guid>
		<description>@HHamming, thanks for the update! Remember that if for whatever reason you do not want to replace all the object tags, you can gather all maps by a unique class rather than an id. </description>
		<content:encoded><![CDATA[<p>@HHamming, thanks for the update! Remember that if for whatever reason you do not want to replace all the object tags, you can gather all maps by a unique class rather than an id.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HHamming</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-1639</link>
		<dc:creator>HHamming</dc:creator>
		<pubDate>Thu, 10 Mar 2011 10:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-1639</guid>
		<description>I have modified the code too. You might have more object elements and do not want to place the code for every object element. You now do not need a id at the object. 
&lt;!--[if lte IE 8]&gt;&lt;script type=&quot;text/javascript&quot;&gt;(function(){var o=document.getElementsByTagName(&#039;object&#039;);for(var u=0;u&lt;o.length;u++){var i=document.createElement(&#039;iframe&#039;);i.setAttribute(&#039;src&#039;,o[u].getAttribute(&#039;data&#039;));i.style.width=o[u].style.width;i.style.height=o[u].style.height;o[u].parentNode.replaceChild(i,o[u]);}})();&lt;/script&gt;&lt;![endif]--&gt; 
I changed the code to work with IE8 too. </description>
		<content:encoded><![CDATA[<p>I have modified the code too. You might have more object elements and do not want to place the code for every object element. You now do not need a id at the object.<br />
&lt;!&#8211;[if lte IE 8]&gt;&lt;script type=&quot;text/javascript&quot;&gt;(function(){var o=document.getElementsByTagName(&#39;object&#39;);for(var u=0;u&lt;o.length;u++){var i=document.createElement(&#39;iframe&#39;);i.setAttribute(&#39;src&#39;,o[u].getAttribute(&#39;data&#39;));i.style.width=o[u].style.width;i.style.height=o[u].style.height;o[u].parentNode.replaceChild(i,o[u]);}})();&lt;/script&gt;&lt;![endif]&#8211;&gt;<br />
I changed the code to work with IE8 too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HHamming</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-1638</link>
		<dc:creator>HHamming</dc:creator>
		<pubDate>Thu, 10 Mar 2011 10:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-1638</guid>
		<description>Im afraid there&#039;s not a way to make it work without Javascript? 
Google maps itself works fine without JS, You only can&#039;t navigate there. </description>
		<content:encoded><![CDATA[<p>Im afraid there&#39;s not a way to make it work without Javascript?<br />
Google maps itself works fine without JS, You only can&#39;t navigate there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-1545</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Fri, 05 Nov 2010 13:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-1545</guid>
		<description>Use this JS instead:

&lt;!--[if lte IE 7]&gt;window.onload=function(){var o=document.getElementById(&#039;map&#039;);var i=document.createElement(&#039;iframe&#039;);i.setAttribute(&#039;src&#039;,o.getAttribute(&#039;data&#039;));i.style.width=o.style.width;i.style.height=o.style.	height;o.parentNode.replaceChild(i,o);};&lt;![endif]--&gt;

The one they have posted declares the function strangely. This way the function is called when window.onload event triggers. The downside to this solution of course is that you&#039;re assuming IE7 or IE6&#039;s Javascript is enabled. I guess the optimal solution would be to add a third condition checking for JS and if it isn&#039;t there you show a png or jpg.</description>
		<content:encoded><![CDATA[<p>Use this JS instead:</p>
<p><!--[if lte IE 7]&gt;window.onload=function(){var o=document.getElementById('map');var i=document.createElement('iframe');i.setAttribute('src',o.getAttribute('data'));i.style.width=o.style.width;i.style.height=o.style.	height;o.parentNode.replaceChild(i,o);};&lt;![endif]--></p>
<p>The one they have posted declares the function strangely. This way the function is called when window.onload event triggers. The downside to this solution of course is that you&#8217;re assuming IE7 or IE6&#8217;s Javascript is enabled. I guess the optimal solution would be to add a third condition checking for JS and if it isn&#8217;t there you show a png or jpg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Tandersten</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-739</link>
		<dc:creator>Andreas Tandersten</dc:creator>
		<pubDate>Mon, 05 Oct 2009 07:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-739</guid>
		<description>Hi.

I can´t make this solution work in Liferay environment for our librarys homepage. No workaround is needed in IE8 for Iframe/object solution, but in IE6 and IE7 it still only show a white blank frame when applying the script.

I believe it has something to do with the fact that liferay environment is built up by small scripts/portlets.

Any sugggestion.

The google map embeded object is in the portlet:&quot;Hur du hittar till biblioteket i Tyresö&quot;</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I can´t make this solution work in Liferay environment for our librarys homepage. No workaround is needed in IE8 for Iframe/object solution, but in IE6 and IE7 it still only show a white blank frame when applying the script.</p>
<p>I believe it has something to do with the fact that liferay environment is built up by small scripts/portlets.</p>
<p>Any sugggestion.</p>
<p>The google map embeded object is in the portlet:&#8221;Hur du hittar till biblioteket i Tyresö&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sal Baldovinos</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-696</link>
		<dc:creator>Sal Baldovinos</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-696</guid>
		<description>The credit goes to Chris Pratt, our Team Lead. I just put the tutorial together so we all could share :) Thanks for stopping by!</description>
		<content:encoded><![CDATA[<p>The credit goes to Chris Pratt, our Team Lead. I just put the tutorial together so we all could share <img src='http://blog.poplabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for stopping by!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MikeD</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-695</link>
		<dc:creator>MikeD</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-695</guid>
		<description>@Jesse: your new conditional tag doesn&#039;t appear because you enclosed it in comments ;) .....

reading the source code of this page, what you did was ....[if lte IE 8]....

I was even a bit more rigorous replacing this by ....[if IE].... asuming that this code will see still more IE versions of bade hope ....

@Sal: congrats - brilliant job

Kind regards
Mike</description>
		<content:encoded><![CDATA[<p>@Jesse: your new conditional tag doesn&#8217;t appear because you enclosed it in comments <img src='http://blog.poplabs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8230;..</p>
<p>reading the source code of this page, what you did was &#8230;.[if lte IE 8]&#8230;.</p>
<p>I was even a bit more rigorous replacing this by &#8230;.[if IE]&#8230;. asuming that this code will see still more IE versions of bade hope &#8230;.</p>
<p>@Sal: congrats &#8211; brilliant job</p>
<p>Kind regards<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sal Baldovinos</title>
		<link>http://blog.poplabs.com/2009/08/embedding-google-maps-iframe-to-object-with-xhtml-strict/comment-page-1/#comment-668</link>
		<dc:creator>Sal Baldovinos</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.poplabs.com/?p=101#comment-668</guid>
		<description>@Jesse - Awesome, glad that worked out. It&#039;s important to keep all browsers in mind so, yes IE8 should be added to that conditional statement. 

@Jade - Thanks for the feedback! We hope it helps</description>
		<content:encoded><![CDATA[<p>@Jesse &#8211; Awesome, glad that worked out. It&#8217;s important to keep all browsers in mind so, yes IE8 should be added to that conditional statement. </p>
<p>@Jade &#8211; Thanks for the feedback! We hope it helps</p>
]]></content:encoded>
	</item>
</channel>
</rss>

