<?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: Javascript Doppler Radar Object</title>
	<atom:link href="http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/</link>
	<description>Matt Long's Blog About Programming and Stuff</description>
	<lastBuildDate>Sun, 26 Jun 2011 16:26:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: perlmunger</title>
		<link>http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/comment-page-1/#comment-4118</link>
		<dc:creator>perlmunger</dc:creator>
		<pubDate>Thu, 05 Jul 2007 13:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/#comment-4118</guid>
		<description>I just looked at the site you linked to and it seems to render just fine in Firefox, Camino, and Safari. It doesn&#039;t, however, seem to work in IE, which is strange since it does render ok in IE in my blog post. I think it has to do with positioning. If you view source on this page, you&#039;ll notice that my own usage of it has set the positioning set to relative. Create this style in your page:
&lt;code&gt;
&lt;style&gt;#bkgrnd {height:555px; width:605px; position:relative; left:0px; top:0px;}&lt;/style&gt;
&lt;/code&gt;

Then set your td (table data) id field = bkgrnd like this:
&lt;code&gt;
&lt;td id=&quot;bkgrnd&quot;&gt;(radar code here)&lt;/td&gt;
&lt;/code&gt;

If that doesn&#039;t work, put a div inside of your td tag using the style specified above as its id instead of the td.

Hope that helps.

-Matt</description>
		<content:encoded><![CDATA[<p>I just looked at the site you linked to and it seems to render just fine in Firefox, Camino, and Safari. It doesn&#8217;t, however, seem to work in IE, which is strange since it does render ok in IE in my blog post. I think it has to do with positioning. If you view source on this page, you&#8217;ll notice that my own usage of it has set the positioning set to relative. Create this style in your page:<br />
<code><br />
&lt;style&gt;#bkgrnd {height:555px; width:605px; position:relative; left:0px; top:0px;}&lt;/style&gt;<br />
</code></p>
<p>Then set your td (table data) id field = bkgrnd like this:<br />
<code><br />
&lt;td id="bkgrnd"&gt;(radar code here)&lt;/td&gt;<br />
</code></p>
<p>If that doesn&#8217;t work, put a div inside of your td tag using the style specified above as its id instead of the td.</p>
<p>Hope that helps.</p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heartotexas</title>
		<link>http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/comment-page-1/#comment-4106</link>
		<dc:creator>heartotexas</dc:creator>
		<pubDate>Thu, 05 Jul 2007 04:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/#comment-4106</guid>
		<description>I must be really stupid or something.  This is exactly what I want to put on my website, but I cannot make this thing work.  The page is just blank..www.heartotexas.com/moreweather.htm  Any ideas on what is wrong?</description>
		<content:encoded><![CDATA[<p>I must be really stupid or something.  This is exactly what I want to put on my website, but I cannot make this thing work.  The page is just blank..www.heartotexas.com/moreweather.htm  Any ideas on what is wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

