<?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 for Everything old is new again</title>
	<atom:link href="http://www.svendtofte.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svendtofte.com</link>
	<description>rantings &#38; scraps on code and web development</description>
	<lastBuildDate>Sun, 11 Jul 2010 11:58:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Anyone else tired of w3schools? by James</title>
		<link>http://www.svendtofte.com/other/anyone-else-tired-of-w3schools/comment-page-1/#comment-216</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 11 Jul 2010 11:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=16#comment-216</guid>
		<description>W3Schools will never light a candle to BigNoseBird!</description>
		<content:encoded><![CDATA[<p>W3Schools will never light a candle to BigNoseBird!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript date string formatting by bendanan</title>
		<link>http://www.svendtofte.com/javascript/javascript-date-string-formatting/comment-page-1/#comment-213</link>
		<dc:creator>bendanan</dc:creator>
		<pubDate>Tue, 25 May 2010 02:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=18#comment-213</guid>
		<description>Hi, nice script.
And what if I want the string representing the date in UTC?
Should I dupplicate the switches and use the getUTCxxx variants or is there a simple solution?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, nice script.<br />
And what if I want the string representing the date in UTC?<br />
Should I dupplicate the switches and use the getUTCxxx variants or is there a simple solution?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim stuff by Chris</title>
		<link>http://www.svendtofte.com/other/vim-stuff/comment-page-1/#comment-212</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 24 May 2010 17:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=302#comment-212</guid>
		<description>Indeed, good stuff. Vim is a great tool, it&#039;s actually my preference when it comes to editors.</description>
		<content:encoded><![CDATA[<p>Indeed, good stuff. Vim is a great tool, it&#8217;s actually my preference when it comes to editors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim stuff by kesavan</title>
		<link>http://www.svendtofte.com/other/vim-stuff/comment-page-1/#comment-204</link>
		<dc:creator>kesavan</dc:creator>
		<pubDate>Tue, 27 Apr 2010 12:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=302#comment-204</guid>
		<description>Great stuff! I am looking forward to using this plugin!</description>
		<content:encoded><![CDATA[<p>Great stuff! I am looking forward to using this plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript ghost debugging by Helton Valentini</title>
		<link>http://www.svendtofte.com/javascript/javascript-ghost-debugging/comment-page-1/#comment-200</link>
		<dc:creator>Helton Valentini</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=262#comment-200</guid>
		<description>The callback won&#039;t execute in Firefox since it doesn&#039;t handle onreadystatechange event, must use onload event of the script element you created.</description>
		<content:encoded><![CDATA[<p>The callback won&#8217;t execute in Firefox since it doesn&#8217;t handle onreadystatechange event, must use onload event of the script element you created.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript ghost debugging by DD</title>
		<link>http://www.svendtofte.com/javascript/javascript-ghost-debugging/comment-page-1/#comment-199</link>
		<dc:creator>DD</dc:creator>
		<pubDate>Mon, 29 Mar 2010 20:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=262#comment-199</guid>
		<description>Have you taken a look at http://labjs.com/</description>
		<content:encoded><![CDATA[<p>Have you taken a look at <a href="http://labjs.com/" rel="nofollow">http://labjs.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript date string formatting by Olli Puurunen</title>
		<link>http://www.svendtofte.com/javascript/javascript-date-string-formatting/comment-page-1/#comment-195</link>
		<dc:creator>Olli Puurunen</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=18#comment-195</guid>
		<description>This script is just awesome, thank you very much!</description>
		<content:encoded><![CDATA[<p>This script is just awesome, thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript date string formatting by Ngan Ortolano</title>
		<link>http://www.svendtofte.com/javascript/javascript-date-string-formatting/comment-page-1/#comment-193</link>
		<dc:creator>Ngan Ortolano</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=18#comment-193</guid>
		<description>Hi, I came across this post while searching for help with JavaScript. I have recently switched browsers from Opera to IE. Just recently I seem to have a issue with loading JavaScript. Every time I go on a website that needs Javascript, my computer doesn&#039;t load and I get a &quot;runtime error javascript.JSException: Unknown name&quot;. I can&#039;t seem to find out how to fix it. Any aid is very appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I came across this post while searching for help with JavaScript. I have recently switched browsers from Opera to IE. Just recently I seem to have a issue with loading JavaScript. Every time I go on a website that needs Javascript, my computer doesn&#8217;t load and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I can&#8217;t seem to find out how to fix it. Any aid is very appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim stuff by Eduardas Gricius</title>
		<link>http://www.svendtofte.com/other/vim-stuff/comment-page-1/#comment-191</link>
		<dc:creator>Eduardas Gricius</dc:creator>
		<pubDate>Sun, 28 Feb 2010 22:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=302#comment-191</guid>
		<description>Rescue party for Teenee, rescue party for Teenee. Gief cool new programming posts!!!</description>
		<content:encoded><![CDATA[<p>Rescue party for Teenee, rescue party for Teenee. Gief cool new programming posts!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript ghost debugging by Joel</title>
		<link>http://www.svendtofte.com/javascript/javascript-ghost-debugging/comment-page-1/#comment-188</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Fri, 05 Feb 2010 21:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.svendtofte.com/?p=262#comment-188</guid>
		<description>Great post.  I&#039;ll use it in my current deployment.  I was going with method 3 but didn&#039;t know how to get the callback.  Good work.</description>
		<content:encoded><![CDATA[<p>Great post.  I&#8217;ll use it in my current deployment.  I was going with method 3 but didn&#8217;t know how to get the callback.  Good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
