<?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: Alaska Bound!</title>
	<atom:link href="http://sylvanworks.com/alaska-bound/feed/" rel="self" type="application/rss+xml" />
	<link>http://sylvanworks.com/alaska-bound/</link>
	<description>Photography by Rob Sylvan</description>
	<lastBuildDate>Mon, 26 Jan 2009 14:57:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Paul</title>
		<link>http://sylvanworks.com/alaska-bound/comment-page-1/#comment-456</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 06 Nov 2008 03:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://sylvanworks.com/alaska-bound/#comment-456</guid>
		<description>Hey Rob,

Any luck playing with this any more?

Thanks,
Paul</description>
		<content:encoded><![CDATA[<p>Hey Rob,</p>
<p>Any luck playing with this any more?</p>
<p>Thanks,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://sylvanworks.com/alaska-bound/comment-page-1/#comment-424</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://sylvanworks.com/alaska-bound/#comment-424</guid>
		<description>Hey Rob. Sorry for bothering you again.

I was hoping that you could shed a bit more light on this. I&#039;ve been messing with it for about 8 hours now, with not much luck. Guess I need to take a programming class :)

I can see that the problem is that the first &quot; (aka seconds) in the GPS coordinates is clipping my link short. 

Here is all I can do:
&lt;a href=&quot;http://maps.google.com/maps?q=43°35&#039;2&quot; rel=&quot;nofollow&quot;&gt;View where this image was taken&lt;/a&gt;

I was really hoping that you could fill me in on how you removed the &quot; marks in your GPS coordinates in the code? 

Thanks again!
Paul</description>
		<content:encoded><![CDATA[<p>Hey Rob. Sorry for bothering you again.</p>
<p>I was hoping that you could shed a bit more light on this. I&#8217;ve been messing with it for about 8 hours now, with not much luck. Guess I need to take a programming class <img src='http://sylvanworks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I can see that the problem is that the first &#8221; (aka seconds) in the GPS coordinates is clipping my link short. </p>
<p>Here is all I can do:<br />
<a href="http://maps.google.com/maps?q=43°35'2" rel="nofollow">View where this image was taken</a></p>
<p>I was really hoping that you could fill me in on how you removed the &#8221; marks in your GPS coordinates in the code? </p>
<p>Thanks again!<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://sylvanworks.com/alaska-bound/comment-page-1/#comment-423</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 07 Jul 2008 23:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://sylvanworks.com/alaska-bound/#comment-423</guid>
		<description>Thanks Rob!

I figured that you would need to do a little code hacking. I like the TTG galleries as well, so I&#039;m excited.

For some reason I haven&#039;t got your email yet. Just wondering if I typed it in wrong the first time.

I&#039;ve just got thousands of images that I&#039;ve GPS tagged (thank you Nikon for building in GPS support on the D300!). I&#039;ve found other galleries to make GPS galleries, but would much rather keep everything in Lightroom. 

Thanks again!

Paul</description>
		<content:encoded><![CDATA[<p>Thanks Rob!</p>
<p>I figured that you would need to do a little code hacking. I like the TTG galleries as well, so I&#8217;m excited.</p>
<p>For some reason I haven&#8217;t got your email yet. Just wondering if I typed it in wrong the first time.</p>
<p>I&#8217;ve just got thousands of images that I&#8217;ve GPS tagged (thank you Nikon for building in GPS support on the D300!). I&#8217;ve found other galleries to make GPS galleries, but would much rather keep everything in Lightroom. </p>
<p>Thanks again!</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://sylvanworks.com/alaska-bound/comment-page-1/#comment-422</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Jul 2008 22:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://sylvanworks.com/alaska-bound/#comment-422</guid>
		<description>Hi Paul,

I downloaded the TTG HTML gallery:

http://theturninggate.net/lightroom/ttg-html-gallery

Then went under the hood and modified the code a little so that if a Text Template using GPS data was added to the Title label it would format correctly and then be used as a link to GoogleMaps. It was a bit of a workaround, but ... it works. I&#039;ve emailed all the code changes I made to Matthew Campagna (the guy behind the TTG HTML Gallery) since it was his code I tweaked. Hopefully he&#039;ll integrate it into a future TTG release.

I&#039;m a bit short on time as I am preparing for this trip, but I&#039;d be happy to go into more detail on what I did when I get back! :-)</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>I downloaded the TTG HTML gallery:</p>
<p><a href="http://theturninggate.net/lightroom/ttg-html-gallery" rel="nofollow">http://theturninggate.net/lightroom/ttg-html-gallery</a></p>
<p>Then went under the hood and modified the code a little so that if a Text Template using GPS data was added to the Title label it would format correctly and then be used as a link to GoogleMaps. It was a bit of a workaround, but &#8230; it works. I&#8217;ve emailed all the code changes I made to Matthew Campagna (the guy behind the TTG HTML Gallery) since it was his code I tweaked. Hopefully he&#8217;ll integrate it into a future TTG release.</p>
<p>I&#8217;m a bit short on time as I am preparing for this trip, but I&#8217;d be happy to go into more detail on what I did when I get back! <img src='http://sylvanworks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://sylvanworks.com/alaska-bound/comment-page-1/#comment-421</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 07 Jul 2008 22:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://sylvanworks.com/alaska-bound/#comment-421</guid>
		<description>Hi Rob,

I&#039;m jealous of your upcoming trip! Some day...

I was curious what used to add the &quot;Map This&quot; link to your gallery. I&#039;ve been searching night and day for a good Lightroom web gallery with at least some GPS location support.

Thanks a bunch and have fun in Alaska!

Paul</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I&#8217;m jealous of your upcoming trip! Some day&#8230;</p>
<p>I was curious what used to add the &#8220;Map This&#8221; link to your gallery. I&#8217;ve been searching night and day for a good Lightroom web gallery with at least some GPS location support.</p>
<p>Thanks a bunch and have fun in Alaska!</p>
<p>Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>
