<?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 Wyatt Baldwin</title>
	<atom:link href="http://wyattbaldwin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wyattbaldwin.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Nov 2009 13:46:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Implementation of Dijkstra&#8217;s Single-Source Shortest-Paths in JavaScript by Peter Bodo</title>
		<link>http://wyattbaldwin.com/2008/08/19/implementation-of-dijkstras-single-source-shortest-paths-in-javascript/comment-page-1/#comment-7406</link>
		<dc:creator>Peter Bodo</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=223#comment-7406</guid>
		<description>Mystery is solved: I needed to add &quot;return&quot; within the sorter function...
FF was smarter, for sure :)</description>
		<content:encoded><![CDATA[<p>Mystery is solved: I needed to add &#8220;return&#8221; within the sorter function&#8230;<br />
FF was smarter, for sure <img src='http://wyattbaldwin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementation of Dijkstra&#8217;s Single-Source Shortest-Paths in JavaScript by Peter Bodo</title>
		<link>http://wyattbaldwin.com/2008/08/19/implementation-of-dijkstras-single-source-shortest-paths-in-javascript/comment-page-1/#comment-7404</link>
		<dc:creator>Peter Bodo</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=223#comment-7404</guid>
		<description>Hi Wyatt!

Thanks for the excellent script. I am also applying it to a bike route planner in Budapest, and in normal browsers it works really fine, however in IE8 it throws the following error, which I could not solve.

Üzenet: A várt elem szám (number expected)
Sor: 58
Karakter: 7
Kód: 0
URI: dijkstra.js

This is the line:
      key = keys.sort(sorter)[0];

I hope you will have some ideas, because I am getting mad :)

Thanks again for the nice work.
Cheers,
Peter</description>
		<content:encoded><![CDATA[<p>Hi Wyatt!</p>
<p>Thanks for the excellent script. I am also applying it to a bike route planner in Budapest, and in normal browsers it works really fine, however in IE8 it throws the following error, which I could not solve.</p>
<p>Üzenet: A várt elem szám (number expected)<br />
Sor: 58<br />
Karakter: 7<br />
Kód: 0<br />
URI: dijkstra.js</p>
<p>This is the line:<br />
      key = keys.sort(sorter)[0];</p>
<p>I hope you will have some ideas, because I am getting mad <img src='http://wyattbaldwin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again for the nice work.<br />
Cheers,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse for Python Web Development on Ubuntu by Mari</title>
		<link>http://wyattbaldwin.com/2009/06/29/eclipse-for-python-web-development-on-ubuntu/comment-page-1/#comment-5228</link>
		<dc:creator>Mari</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=308#comment-5228</guid>
		<description>Aptana just released Studio 1.5, and the plug-in site has changed to: http://update.aptana.com/update/studio. You can also access plug-in information on our wiki at: http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration. Thank you!</description>
		<content:encoded><![CDATA[<p>Aptana just released Studio 1.5, and the plug-in site has changed to: <a href="http://update.aptana.com/update/studio" rel="nofollow">http://update.aptana.com/update/studio</a>. You can also access plug-in information on our wiki at: <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration" rel="nofollow">http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration</a>. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse for Python Web Development on Ubuntu by Wyatt</title>
		<link>http://wyattbaldwin.com/2009/06/29/eclipse-for-python-web-development-on-ubuntu/comment-page-1/#comment-4701</link>
		<dc:creator>Wyatt</dc:creator>
		<pubDate>Thu, 02 Jul 2009 01:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=308#comment-4701</guid>
		<description>Note regarding 3.5: I found that the installation of Subclipse and other add-ons was different when I installed Eclipse 3.5 on a machine that had no previous Eclipse installation. On a machine that had 3.4 installed, the above instructions still applied. On a machine with no previous Eclipse install, instead of going to Help &gt; Software Updates, I went to Help &gt; Install New Software. From there, it&#039;s pretty much the same, but the interface is a bit nicer.

Also, I haven&#039;t seen any issues running Aptana on 3.5.</description>
		<content:encoded><![CDATA[<p>Note regarding 3.5: I found that the installation of Subclipse and other add-ons was different when I installed Eclipse 3.5 on a machine that had no previous Eclipse installation. On a machine that had 3.4 installed, the above instructions still applied. On a machine with no previous Eclipse install, instead of going to Help > Software Updates, I went to Help > Install New Software. From there, it&#8217;s pretty much the same, but the interface is a bit nicer.</p>
<p>Also, I haven&#8217;t seen any issues running Aptana on 3.5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YUI TreeView with Ruby on Rails by Wyatt</title>
		<link>http://wyattbaldwin.com/2008/05/26/yui-treeview-with-ruby-on-rails/comment-page-1/#comment-4300</link>
		<dc:creator>Wyatt</dc:creator>
		<pubDate>Tue, 26 May 2009 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=184#comment-4300</guid>
		<description>@Joe

Sorry, I can&#039;t offer any support for this. I haven&#039;t looked at this code in about a year, plus I ditched Ruby on Rails for Python/&lt;a href=&quot;http://pylonshq.com/&quot; rel=&quot;nofollow&quot;&gt;Pylons&lt;/a&gt; around the same time.</description>
		<content:encoded><![CDATA[<p>@Joe</p>
<p>Sorry, I can&#8217;t offer any support for this. I haven&#8217;t looked at this code in about a year, plus I ditched Ruby on Rails for Python/<a href="http://pylonshq.com/" rel="nofollow">Pylons</a> around the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on YUI TreeView with Ruby on Rails by Joe</title>
		<link>http://wyattbaldwin.com/2008/05/26/yui-treeview-with-ruby-on-rails/comment-page-1/#comment-4091</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 30 Apr 2009 22:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=184#comment-4091</guid>
		<description>I&#039;m getting problems running that generate_page_nodes method in the javascript block. 
undefined method `generate_page_nodes&#039;

help with this please</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting problems running that generate_page_nodes method in the javascript block.<br />
undefined method `generate_page_nodes&#8217;</p>
<p>help with this please</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Encoded Polylines by Randle Taylor</title>
		<link>http://wyattbaldwin.com/2007/04/19/google-maps-encoded-polylines/comment-page-1/#comment-3120</link>
		<dc:creator>Randle Taylor</dc:creator>
		<pubDate>Tue, 27 Jan 2009 17:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/2007/04/19/google-maps-encoded-polylines/#comment-3120</guid>
		<description>Just a heads up that you need to escape slashes in the encoded strings. 

I had a large number of points to display and the encoded string had several back slashes in it.  Google maps just died with a &quot;a is undefined&quot; error and it took me a long time to figure out that I needed to escape the slashes.

You should just be able to do a replace(&#039;\\&#039;,&#039;\\\\&#039;) on the encoded string before returning it.

Other than that, works a charm!
Thanks,
R. Taylor</description>
		<content:encoded><![CDATA[<p>Just a heads up that you need to escape slashes in the encoded strings. </p>
<p>I had a large number of points to display and the encoded string had several back slashes in it.  Google maps just died with a &#8220;a is undefined&#8221; error and it took me a long time to figure out that I needed to escape the slashes.</p>
<p>You should just be able to do a replace(&#8216;\\&#8217;,'\\\\&#8217;) on the encoded string before returning it.</p>
<p>Other than that, works a charm!<br />
Thanks,<br />
R. Taylor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on oTidyBrowser is not defined by Patrick</title>
		<link>http://wyattbaldwin.com/2008/12/02/otidybrowser-is-not-defined/comment-page-1/#comment-2372</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 11 Dec 2008 23:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/?p=255#comment-2372</guid>
		<description>Cool, I often wondered about that and have found it a bit annoying.  Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Cool, I often wondered about that and have found it a bit annoying.  Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Encoded Polylines by Christian</title>
		<link>http://wyattbaldwin.com/2007/04/19/google-maps-encoded-polylines/comment-page-1/#comment-2105</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 07 Nov 2008 13:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/2007/04/19/google-maps-encoded-polylines/#comment-2105</guid>
		<description>Hi!

Perfect tool for my app - i was not too eager to implement the encoding-algorithm on my own when i first saw it, but thx to you i don&#039;t have too :-)
Could you add a license and version header plz?

Cheers
Christian</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Perfect tool for my app &#8211; i was not too eager to implement the encoding-algorithm on my own when i first saw it, but thx to you i don&#8217;t have too <img src='http://wyattbaldwin.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Could you add a license and version header plz?</p>
<p>Cheers<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps Encoded Polylines by Russ</title>
		<link>http://wyattbaldwin.com/2007/04/19/google-maps-encoded-polylines/comment-page-1/#comment-1360</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Fri, 26 Sep 2008 00:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://wyattbaldwin.com/2007/04/19/google-maps-encoded-polylines/#comment-1360</guid>
		<description>glineenc.py links seem to be broken again...</description>
		<content:encoded><![CDATA[<p>glineenc.py links seem to be broken again&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
