<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Mike Nimer&apos;s Blog - Travel</title>
			<link>http://blog.mikenimer.com/index.cfm</link>
			<description>Random posting about Flex, ColdFusion, Travel, Java, and anything else I can think of. Follow me on twitter @mnimer.</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 11:39:05 -0400</pubDate>
			<lastBuildDate>Sat, 13 Jan 2007 14:05:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mikenimer@yahoo.com</managingEditor>
			<webMaster>mikenimer@yahoo.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>mikenimer@yahoo.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Mike Nimer&apos;s Blog</title>
				<link>http://blog.mikenimer.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>I want to see this - looks like I need to go to Berlin</title>
				<link>http://blog.mikenimer.com/index.cfm/2007/1/13/I-want-to-see-this--looks-like-I-need-to-go-to-Berlin</link>
				<description>
				
				&quot;Placed at the lobby of the Radisson SAS Hotel in Berlin, the 25 meters high AquaDom is the largest cylindrical aquarium ever built.&quot;
&lt;a href=&quot;http://fogonazos.blogspot.com/2007/01/aquadom-worlds-largest-cylindrical.html#&quot;&gt;http://fogonazos.blogspot.com/2007/01/aquadom-worlds-largest-cylindrical.html&lt;/a&gt; 
				</description>
				
				<category>Travel</category>				
				
				<pubDate>Sat, 13 Jan 2007 14:05:00 -0400</pubDate>
				<guid>http://blog.mikenimer.com/index.cfm/2007/1/13/I-want-to-see-this--looks-like-I-need-to-go-to-Berlin</guid>
				
			</item>
			
			<item>
				<title>My world, according to Flickr</title>
				<link>http://blog.mikenimer.com/index.cfm/2006/8/31/My-world-according-to-Flickr</link>
				<description>
				
				I&apos;ve written 2 versions of this app myself and now Flickr has done it. This week Flickr added support for geo tagging photos. 

There are still some things I don&apos;t like about the Flickr version. For instance I hate that all of the photos are broken into pages of 250 photos. My current count is 4000+ geo tagged photos, which means 20+ pages. And I&apos;d love to add a time line so I can see photos taken by a date range. Perhaps a little animation so I can watch photos of my travels - I went there, then there, then there.  

But, this is Flickr. The company with a simple api. And with the new support for Geo data in the api building an application like this will be even easier. 

My last version took 1 http request to get the photos and 1-2 more http requests per photo to get the geo data, depending on if it was stored in the EXIF data or as a Tag. As you can guess that could result in hundreds of http requests for 1 search. The updates the Flickr Api, should let me consolidate this down to 1 http request.

Guess it&apos;s time to start on the 3rd version of my Flickr/Flex2/Map Mashup. 

Check it out. My World, according to Flickr.
&lt;a href=&quot;http://www.flickr.com/photos/nimer/map/&quot;&gt;http://www.flickr.com/photos/nimer/map/&lt;/a&gt; 
				</description>
				
				<category>Personal</category>				
				
				<category>General</category>				
				
				<category>Travel</category>				
				
				<pubDate>Thu, 31 Aug 2006 20:28:00 -0400</pubDate>
				<guid>http://blog.mikenimer.com/index.cfm/2006/8/31/My-world-according-to-Flickr</guid>
				
			</item>
			
			<item>
				<title>Flex2 (beta 2), Flickr, Gooogle mashup</title>
				<link>http://blog.mikenimer.com/index.cfm/2006/4/24/Flex2-beta-2-Flickr-Gooogle-mashup</link>
				<description>
				
				I thought I would share this photo/map application that I&apos;ve been working on for a few a few weekends now. It&apos;s my buzzword bingo app, a Flex2, Flickr, Gooogle mashup. 

&lt;a href=&quot;http://www.mikenimer.com/flickrmap/index.cfm?tags=snoopy&quot;&gt;Snoopy in the desert&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://labs.macromedia.com/technologies/flashplayer8_5/&quot;&gt;download the flex 2 beta 2 player&lt;/a&gt;&lt;br&gt;


Some of you might remember a photo/map application I did a few years back. (Yes I&apos;m a sucker for maps.) However, that was before the flick api and google maps were released. Not to mention it was very slow. With Flex2 and the flickr/google apis that are out there now, this was a lot easier to do. Thanks to flex2 I had a working prototype in just a few hours. And the experience is a lot better too. The first time around just finding and displaying a map was a pain, this time it was the easy part. And with the flickr api I didn&apos;t have to write any back end code to parse thousands of photos. Instead I just needed to spend many nights uploading them all to flickr (I still have more to upload but I reached my flickr monthly limit already, I need to wait for May to finish).

I&apos;m not done yet, some of my future plans include:
&lt;ul&gt;
&lt;li&gt; Allow others to link to this app, to show their own geotagged flickr photos. (I need to speed it up, and document the url params)&lt;/li&gt;
&lt;li&gt; Speed up the flickr http calls with some server side threading. (flickr wants you to make a separate request for each photo to get the exif/tag data = SLOW)&lt;/li&gt;
&lt;li&gt; Add support for Yahoo and ESRI maps too. &lt;/li&gt;
&lt;li&gt; Add a regular flickr photo browser&lt;/li&gt;
&lt;li&gt; Make a better looking slideshow popup (anyone have one already?)&lt;/li&gt;
&lt;li&gt; Add some kind of timeline slider, like the one on google finance. (anyone have one already?)&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&quot;/images/flickmap_screenshot.png&quot; width=&quot;500&quot; height=&quot;472&quot;/&gt; 
				</description>
				
				<category>Personal</category>				
				
				<category>General</category>				
				
				<category>Flex Builder and ColdFusion</category>				
				
				<category>Travel</category>				
				
				<pubDate>Mon, 24 Apr 2006 15:11:00 -0400</pubDate>
				<guid>http://blog.mikenimer.com/index.cfm/2006/4/24/Flex2-beta-2-Flickr-Gooogle-mashup</guid>
				
			</item>
			
			<item>
				<title>I love the fact that this is possible</title>
				<link>http://blog.mikenimer.com/index.cfm?mode=entry&amp;entry=E82945C1-4E22-1671-538316262B855997</link>
				<description>
				
				Last night, while we were in the Key West (a very cool city), we found out we need to get to Salt Lake City by Thursday. (why? that&apos;s another story)

Anyway back to the subject, right now I&apos;m driving through Florida using my Motorola MPx220 for dialup while we dive. I&apos;m getting about 230k transfer speed over the GPRS network. 

I&apos;ve also found FireFox works better with Google maps over the slower speed (what a shock, I know). 

On a side note: we do have the GPS in the car, something I will never buy a car without again, we don&apos;t like the &quot;fastest route&quot; so I wanted to try some variations of the route to see if we can get a more scenic route with out loosing much time. 
				</description>
				
				<category>Travel</category>				
				
				<pubDate>Mon, 16 May 2005 22:45:00 -0400</pubDate>
				<guid>http://blog.mikenimer.com/index.cfm?mode=entry&amp;entry=E82945C1-4E22-1671-538316262B855997</guid>
				
			</item>
			</channel></rss>