<?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: Challenge Map I &#8211; Python Web Scraping</title>
	<atom:link href="http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping</link>
	<description>Rachel Blum on Software, Games And The Rest Of Life</description>
	<lastBuildDate>Mon, 09 Jan 2012 17:39:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Rene</title>
		<link>http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping/comment-page-1#comment-80711</link>
		<dc:creator>Rene</dc:creator>
		<pubDate>Wed, 17 Jun 2009 00:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping#comment-80711</guid>
		<description>&lt;p&gt;Would you share this code?&lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Would you share this code?</p>

<p>thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Blum</title>
		<link>http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping/comment-page-1#comment-37</link>
		<dc:creator>Robert Blum</dc:creator>
		<pubDate>Tue, 22 Nov 2005 13:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping#comment-37</guid>
		<description>&lt;p&gt;Thanks for the encouragement!&lt;/p&gt;

&lt;p&gt;I saw that Frappr did non-US places, but you could only place by city, which is a bit coarse for me. I just noticed that the newest Frappr then allows you to move the marker by hand - but still, it&#039;s a lot of manual work, and I wanted the challenge results to be as easy as possible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the encouragement!</p>

<p>I saw that Frappr did non-US places, but you could only place by city, which is a bit coarse for me. I just noticed that the newest Frappr then allows you to move the marker by hand &#8211; but still, it&#8217;s a lot of manual work, and I wanted the challenge results to be as easy as possible.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gibarian</title>
		<link>http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping/comment-page-1#comment-36</link>
		<dc:creator>Gibarian</dc:creator>
		<pubDate>Tue, 22 Nov 2005 11:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping#comment-36</guid>
		<description>&lt;p&gt;Nice idea, that map. I just wanted to write that another advantage of your implementation is the fact that other places than the US can be incorporated as well, but then I checked out Frappr once again, and noticed that they do in fact support other places (and somehow I must have missed that during earlier visits). Well, I still like your map. Good work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice idea, that map. I just wanted to write that another advantage of your implementation is the fact that other places than the US can be incorporated as well, but then I checked out Frappr once again, and noticed that they do in fact support other places (and somehow I must have missed that during earlier visits). Well, I still like your map. Good work.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Blum</title>
		<link>http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping/comment-page-1#comment-35</link>
		<dc:creator>Robert Blum</dc:creator>
		<pubDate>Tue, 22 Nov 2005 04:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping#comment-35</guid>
		<description>&lt;p&gt;Thanks for pointing out the link - fixed.&lt;/p&gt;

&lt;p&gt;And yes, I have checked out Frappr. That&#039;s what made me do this. While Frappr is cool, it&#039;s a pain to add additional places, and it only allows you to specify ZIP codes - which is not precise enough. There&#039;s about 300 Starbucks per ZIP in LA ;)&lt;/p&gt;

&lt;p&gt;I stumbled upon the mess that is JavaScript, Geocoder and IE while doing research - I&#039;m glad I could avoid it. This site has all the data pre-coded in an xml file. (Which, at least technically, makes it all Ajax-y ;), so I just load that and go. More details in the next post.&lt;/p&gt;

&lt;p&gt;So you&#039;re in the web design business now, I take it? Hope things are working out?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for pointing out the link &#8211; fixed.</p>

<p>And yes, I have checked out Frappr. That&#8217;s what made me do this. While Frappr is cool, it&#8217;s a pain to add additional places, and it only allows you to specify ZIP codes &#8211; which is not precise enough. There&#8217;s about 300 Starbucks per ZIP in LA <img src='http://www.robertblum.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>I stumbled upon the mess that is JavaScript, Geocoder and IE while doing research &#8211; I&#8217;m glad I could avoid it. This site has all the data pre-coded in an xml file. (Which, at least technically, makes it all Ajax-y <img src='http://www.robertblum.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , so I just load that and go. More details in the next post.</p>

<p>So you&#8217;re in the web design business now, I take it? Hope things are working out?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping/comment-page-1#comment-34</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 21 Nov 2005 19:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertblum.com/articles/2005/11/21/challenge-map-i-python-web-scraping#comment-34</guid>
		<description>&lt;p&gt;Have you checked out Frappr? I thought it was a clever idea. It will only be a short while before Google does something similar tied into GoogleBase. 
http://www.frappr.com/&lt;/p&gt;

&lt;p&gt;I had to incorporate Google maps on a client&#039;s PHP based site a couple months ago. I wound up using a PHP include to hit geocoder.us and embed the result in the page and then parse it with Javascript on the client side. Javascript XML parsing is passable. Except it works slightly different in IE (of course). We&#039;ve had a couple of misses with geocoder missing some addresses recently so I&#039;m going to take a peek at the Yahoo geocoding API pretty soon.&lt;/p&gt;

&lt;p&gt;BTW, your link to &quot;Fair Trade Coffee&quot; is broken at the moment.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you checked out Frappr? I thought it was a clever idea. It will only be a short while before Google does something similar tied into GoogleBase. 
<a href="http://www.frappr.com/" rel="nofollow">http://www.frappr.com/</a></p>

<p>I had to incorporate Google maps on a client&#8217;s PHP based site a couple months ago. I wound up using a PHP include to hit geocoder.us and embed the result in the page and then parse it with Javascript on the client side. Javascript XML parsing is passable. Except it works slightly different in IE (of course). We&#8217;ve had a couple of misses with geocoder missing some addresses recently so I&#8217;m going to take a peek at the Yahoo geocoding API pretty soon.</p>

<p>BTW, your link to &#8220;Fair Trade Coffee&#8221; is broken at the moment.</p>]]></content:encoded>
	</item>
</channel>
</rss>

