Published in
Ruby, microformats
Besides consuming Microformats - it’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 - and should be easy to add some more microformats. Check out his Microformat Helper Cheatsheet if you’re addicted to that sort of thing.
Out of the Ruby realm, BlogHelper has a good set of tools and howtos for Using Microformats in WordPress.
Published in
GeoRSS, Maps, microformats
As most people who read this blog are probably aware, Flickr added mapping directly. What they didn’t advertise or get talked about is the formatting they’re supporting.
Hidden underneath the “taken…” line is a bit of Microformat geo:
<span class=”geo” style=”display:none”>
<span class=”latitude”>38.017804</span>,
<span class=”longitude”>-78.475342</span>
</span>
Additionally, in the RSS output, you can get GeoRSS tags. You need to add the following to your URL: &georss=1.
It’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.
Published in
Google, Maps
In my last post I referred to an article that compares various online mapping servers.
Now you can see the effect for your self. ocarto allows you to overlay 7 layers of maps from Google, Yahoo, MS Virtual Earth, and Terraserver.
Search for: 44.300572,-78.339096 in ocarto, and zoom in all the way. It’s the town of Peterborough, Ontario, Canada.
You can search for the nearby town of Royal Oak, MI to see a lot of new development, roads that don’t exist on many maps, existing on Google. (I’ll send them a cookie)