<?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"
	>
<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>
	<pubDate>Mon, 13 Oct 2008 01:30:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: perlmunger</title>
		<link>http://www.matthew-long.com/2007/04/13/javascript-doppler-radar-object/#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'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'll notice that my own usage of it has set the positioning set to relative. Create this style in your page:
&lt;code&gt;
&#60;style&#62;#bkgrnd {height:555px; width:605px; position:relative; left:0px; top:0px;}&#60;/style&#62;
&lt;/code&gt;

Then set your td (table data) id field = bkgrnd like this:
&lt;code&gt;
&#60;td id="bkgrnd"&#62;(radar code here)&#60;/td&#62;
&lt;/code&gt;

If that doesn'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=&#8221;bkgrnd&#8221;&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-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>
