<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Innovative Thought &#187; Microformats</title>
	<atom:link href="http://innovativethought.net/tag/microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://innovativethought.net</link>
	<description>think. code. design. innovate.</description>
	<lastBuildDate>Fri, 13 Jan 2012 16:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='innovativethought.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Innovative Thought &#187; Microformats</title>
		<link>http://innovativethought.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://innovativethought.net/osd.xml" title="Innovative Thought" />
	<atom:link rel='hub' href='http://innovativethought.net/?pushpress=hub'/>
		<item>
		<title>Geocoding in Microformats with Google</title>
		<link>http://innovativethought.net/2007/05/11/geocoding-in-microformats-with-google/</link>
		<comments>http://innovativethought.net/2007/05/11/geocoding-in-microformats-with-google/#comments</comments>
		<pubDate>Sat, 12 May 2007 03:03:59 +0000</pubDate>
		<dc:creator>Tim Knight</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[Microformats]]></category>

		<guid isPermaLink="false">http://innovativethought.wordpress.com/2007/05/11/geocoding-in-microformats-with-google/</guid>
		<description><![CDATA[So I finished a few TextMate snippets last night to help me in the production of microformats for my client&#8217;s websites. A few little tweaks left, but all and all I&#8217;m happy with them. Today I decided to try something new and to add some geocoding data to a new site&#8217;s &#8220;Contact Us&#8221; page address [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innovativethought.net&amp;blog=965151&amp;post=20&amp;subd=innovativethought&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I finished a few <a href="http://macromates.com/" target="_blank">TextMate</a>  snippets last night to help me in the production of microformats for my client&#8217;s websites.  A few little tweaks left, but all and all I&#8217;m happy with them.</p>
<p>Today I decided to try something new and to add some geocoding data to a new site&#8217;s &#8220;Contact Us&#8221; page address hCard.  For those of you that haven&#8217;t yet really experimented with using geocoding within a microformat it is actually done quite easily.  All you do is add the following code to your hCard:</p>
<pre><code>&lt;div class="geo"&gt;
	&lt;span class="latitude"&gt;[lat number]&lt;/span&gt;
	&lt;span class="longitude"&gt;[long number]&lt;/span&gt;
&lt;/div&gt;</code></pre>
<p>So, how do you get lat/long codes?  Simple &#8211; you use Google Maps&#8230;  Just go to http://maps.google.com and look up the location that you want to geocode.  It&#8217;s good to give the found location a double-click in the map just to make sure that it is the center focused it.  Then click on the &#8220;Link to this Page&#8221; button.  Look up in the URL and you&#8217;ll see a ton of various query strings.  Look for the ll= NOT the sll= or anything like that&#8230; it will say &amp;ll= with a number, like so:</p>
<p>&amp;ll=38.898114,-77.037163</p>
<p>Just after the last number will be another &#8220;&amp;&#8221; to start the next query option, make sure you leave that last &#8220;&amp;&#8221; out.  That&#8217;s it &#8211; the first number in that string is your latitude and the second number (after the comma) in the longitude.</p>
<p>Happy Geocoding!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/innovativethought.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/innovativethought.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/innovativethought.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/innovativethought.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/innovativethought.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/innovativethought.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/innovativethought.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/innovativethought.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/innovativethought.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/innovativethought.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=innovativethought.net&amp;blog=965151&amp;post=20&amp;subd=innovativethought&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://innovativethought.net/2007/05/11/geocoding-in-microformats-with-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2722012beb9afcad75df5c9f2229fd8c?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Tim Knight</media:title>
		</media:content>
	</item>
	</channel>
</rss>
