<?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: How to Create a Javascript Speedometer</title>
	<atom:link href="http://windyroad.org/2007/04/13/javascript-speedometer-poc/feed/" rel="self" type="application/rss+xml" />
	<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/</link>
	<description>Extraordinary IT.</description>
	<lastBuildDate>Fri, 16 Jul 2010 18:39:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-9780</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 08 Aug 2007 13:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-9780</guid>
		<description>Looks like I broke it at some stage.  Until I have a chance to fix it, just use the zip file and the code above to embed.</description>
		<content:encoded><![CDATA[<p>Looks like I broke it at some stage.  Until I have a chance to fix it, just use the zip file and the code above to embed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salam</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-9473</link>
		<dc:creator>Salam</dc:creator>
		<pubDate>Mon, 06 Aug 2007 07:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-9473</guid>
		<description>the speedometer sample does not show any output only the background image is visible wherease the needle does not appear visible could u please explain the reason</description>
		<content:encoded><![CDATA[<p>the speedometer sample does not show any output only the background image is visible wherease the needle does not appear visible could u please explain the reason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-8320</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 17 Jul 2007 12:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-8320</guid>
		<description>Just include the html listed above in the reply to Ronn in your JSP page.</description>
		<content:encoded><![CDATA[<p>Just include the html listed above in the reply to Ronn in your JSP page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salam</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-8314</link>
		<dc:creator>Salam</dc:creator>
		<pubDate>Tue, 17 Jul 2007 08:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-8314</guid>
		<description>Can anybody tell how to run the speedometer script in a jsp page?</description>
		<content:encoded><![CDATA[<p>Can anybody tell how to run the speedometer script in a jsp page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronn</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-5926</link>
		<dc:creator>ronn</dc:creator>
		<pubDate>Sat, 26 May 2007 08:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-5926</guid>
		<description>:) thank Tom.. EN

:) bedankt Tom.. NL</description>
		<content:encoded><![CDATA[<p> <img src='http://windyroad.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thank Tom.. EN</p>
<p> <img src='http://windyroad.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  bedankt Tom.. NL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-5858</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 23 May 2007 20:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-5858</guid>
		<description>Hi Ronn, there is an option in the browser to view the source of a page...

&lt;blockquote&gt;&lt;code&gt;&lt;script src=&quot;/wp-content/uploads/2007/04/speedo.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;div class=&quot;speedo&quot; style=&quot;background: transparent url(&#039;/wp-content/uploads/2007/04/speedo.gif&#039;) repeat scroll 0% 50%; width: 260px; height: 210px&quot;&gt;&lt;div id=&quot;speed&quot; style=&quot;background: transparent url(&#039;/wp-content/uploads/2007/04/0.gif&#039;) repeat scroll 0% 50%; overflow: hidden;  width: 260px; height: 50px; padding-top: 160px; text-align: center; font-family: monospace; color: white&quot;&gt;000.0 km/h&lt;/div&gt;&lt;/div&gt;
&lt;button onclick=&quot;startSpeedo();&quot; id=&quot;speedoControl&quot;&gt;Start Speedo&lt;/button&gt;&lt;/code&gt;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi Ronn, there is an option in the browser to view the source of a page&#8230;</p>
<blockquote><p><code>&lt;script src="/wp-content/uploads/2007/04/speedo.js" type="text/javascript"&gt;&lt;/script&gt;<br />
&lt;div class="speedo" style="background: transparent url('/wp-content/uploads/2007/04/speedo.gif') repeat scroll 0% 50%; width: 260px; height: 210px"&gt;&lt;div id="speed" style="background: transparent url('/wp-content/uploads/2007/04/0.gif') repeat scroll 0% 50%; overflow: hidden;  width: 260px; height: 50px; padding-top: 160px; text-align: center; font-family: monospace; color: white"&gt;000.0 km/h&lt;/div&gt;&lt;/div&gt;<br />
&lt;button onclick="startSpeedo();" id="speedoControl"&gt;Start Speedo&lt;/button&gt;</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronn</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-5857</link>
		<dc:creator>Ronn</dc:creator>
		<pubDate>Wed, 23 May 2007 18:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-5857</guid>
		<description>Yes that to see I.. But what is script which you must use to get it active..

Ronn:)</description>
		<content:encoded><![CDATA[<p>Yes that to see I.. But what is script which you must use to get it active..</p>
<p>Ronn:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-5840</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 23 May 2007 04:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-5840</guid>
		<description>Hi Ronn, The code is in the zip file above.</description>
		<content:encoded><![CDATA[<p>Hi Ronn, The code is in the zip file above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronn</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-5685</link>
		<dc:creator>Ronn</dc:creator>
		<pubDate>Tue, 15 May 2007 20:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-5685</guid>
		<description>what is the code script of these speedklok can you script emailen</description>
		<content:encoded><![CDATA[<p>what is the code script of these speedklok can you script emailen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://windyroad.org/2007/04/13/javascript-speedometer-poc/comment-page-1/#comment-5651</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Sun, 13 May 2007 23:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://windyroad.org/2007/04/13/javascript-speedometer-poc/#comment-5651</guid>
		<description>Hi Ronn, I think WordPress truncated your comments.  Could you try again?</description>
		<content:encoded><![CDATA[<p>Hi Ronn, I think WordPress truncated your comments.  Could you try again?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
