<?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:gml="http://www.opengis.net/gml"
>

<channel>
	<title>High Earth Orbit &#187; microformats</title>
	<atom:link href="http://highearthorbit.com/category/technology/web/microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://highearthorbit.com</link>
	<description>Transmitting ideas, observations, and images from 42,000 km.</description>
	<lastBuildDate>Thu, 27 Oct 2011 17:23:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Writing Microformats</title>
		<link>http://highearthorbit.com/writing-microformats/</link>
		<comments>http://highearthorbit.com/writing-microformats/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 21:08:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/writing-microformats/</guid>
		<description><![CDATA[Besides consuming Microformats &#8211; it&#8217;s useful to know how to produce them. Assaf Arkin has extracted a  Microformat Helper from his scrAPI plugin. It supports hAtom, basic hCard, and the datetime design pattern currently &#8211; and should be easy to add some more microformats. Check out his Microformat Helper Cheatsheet if you&#8217;re addicted to [...]]]></description>
			<content:encoded><![CDATA[<p>Besides consuming Microformats &#8211; it&#8217;s useful to know how to produce them. Assaf Arkin has extracted a  <a href='http://www.agilewebdevelopment.com/plugins/microformat_helper' title='Rails Microformat Helper'>Microformat Helper</a> from his scrAPI plugin. It supports hAtom, basic hCard, and the datetime design pattern currently &#8211; and should be easy to add some more microformats. Check out his <a href="http://blog.labnotes.org/?s=microformats">Microformat Helper Cheatsheet</a> if you&#8217;re addicted to that sort of thing. </p>
<p>Out of the Ruby realm, BlogHelper has a good set of tools and howtos for <a href="http://bloghelper.is-there.net/using-microformats-in-wordpress/" title="BlogHelper blog">Using Microformats in WordPress</a>.</p>
<p class="tags">Tags: <a href="http://technorati.com/tag/ruby" title="See the Technorati tag page for 'ruby'." rel="tag">ruby</a>, <a href="http://technorati.com/tag/microformatsstandards" title="See the Technorati tag page for 'microformatsstandards'." rel="tag">microformatsstandards</a>, <a href="http://technorati.com/tag/" title="See the Technorati tag page for ''." rel="tag"></a>, <a href="http://technorati.com/tag/hatom" title="See the Technorati tag page for 'hatom'." rel="tag">hatom</a>, <a href="http://technorati.com/tag/assafarkin" title="See the Technorati tag page for 'assafarkin'." rel="tag">assafarkin</a>, <a href="http://technorati.com/tag/cheatsheet" title="See the Technorati tag page for 'cheatsheet'." rel="tag">cheatsheet</a>, <a href="http://technorati.com/tag/wordpress" title="See the Technorati tag page for 'wordpress'." rel="tag">wordpress</a>, <a href="http://technorati.com/tag/bloghelper" title="See the Technorati tag page for 'bloghelper'." rel="tag">bloghelper</a></p>]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/writing-microformats/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The hidden goodness of the new Flickr geo</title>
		<link>http://highearthorbit.com/the-hidden-goodness-of-the-new-flickr-geo/</link>
		<comments>http://highearthorbit.com/the-hidden-goodness-of-the-new-flickr-geo/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 15:37:16 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[GeoRSS]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://highearthorbit.com/the-hidden-goodness-of-the-new-flickr-geo/</guid>
		<description><![CDATA[As most people who read this blog are probably aware, Flickr added mapping directly. What they didn&#8217;t advertise or get talked about is the formatting they&#8217;re supporting.
Hidden underneath the &#8220;taken&#8230;&#8221; line is a bit of Microformat geo:
&#60;span class=&#8221;geo&#8221; style=&#8221;display:none&#8221;&#62;
&#160;&#160;&#60;span class=&#8221;latitude&#8221;&#62;38.017804&#60;/span&#62;,
&#160;&#160;&#60;span class=&#8221;longitude&#8221;&#62;-78.475342&#60;/span&#62;
&#60;/span&#62;
Additionally, in the RSS output, you can get GeoRSS tags. You need to add the [...]]]></description>
			<content:encoded><![CDATA[<p>As most people who read this blog are probably aware, Flickr added mapping directly. What they didn&#8217;t advertise or get talked about is the formatting they&#8217;re supporting.</p>
<p>Hidden underneath the &#8220;taken&#8230;&#8221; line is a bit of <a href='http://microformat.org/wiki/geo' title='Microformat Wiki: geo'>Microformat geo</a>:</p>
<p>&lt;span class=&#8221;geo&#8221; style=&#8221;display:none&#8221;&gt;<br />
&nbsp;&nbsp;&lt;span class=&#8221;latitude&#8221;&gt;38.017804&lt;/span&gt;,<br />
&nbsp;&nbsp;&lt;span class=&#8221;longitude&#8221;&gt;-78.475342&lt;/span&gt;<br />
&lt;/span&gt;</p>
<p>Additionally, in the RSS output, you can get <a href='http://georss.org' title='GeoRSS homepage'>GeoRSS</a> tags. You need to add the following to your URL: <code>&#038;georss=1</code>. </p>
<p>It&#8217;s a great example, and source, of how easy it is to add some simple markup to your HTML and RSS to add geographic annotation. </p>
]]></content:encoded>
			<wfw:commentRss>http://highearthorbit.com/the-hidden-goodness-of-the-new-flickr-geo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

