<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>webDevBlog: Technology and Web News - Microformats</title>
			<link>http://www.ll.georgetown.edu/webdevblog/index.cfm</link>
			<description>The webDevBlog presents news about technology and web development by and about the Georgetown Law Library.</description>
			<language>en-us</language>
			<pubDate>Sat, 21 Nov 2009 15:15:50 -0500</pubDate>
			<lastBuildDate>Thu, 06 Nov 2008 11:21:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>rvs5@law.georgetown.edu</managingEditor>
			<webMaster>rvs5@law.georgetown.edu</webMaster>
			
			<item>
				<title>Microsoft puts Some Oompf into Microformats</title>
				<link>http://www.ll.georgetown.edu/webdevblog/index.cfm/2008/11/6/Microsoft-puts-Some-Oompf-into-Microformats</link>
				<description>
				
				&lt;p&gt;&lt;img hspace=&quot;5&quot; vspace=&quot;2&quot; align=&quot;left&quot; alt=&quot;Oomph logo&quot; src=&quot;http://www.ll.georgetown.edu/webdevblog/images/lab_oomph_consume.jpg&quot; /&gt;Internet Explorer users have a new tool to make use of &lt;a href=&quot;http://microformats.org&quot;&gt;Microformats&lt;/a&gt; even easier. The tool is called &lt;a href=&quot;http://visitmix.com/Lab/Oomph&quot;&gt;Oomph: A Microformats Toolkit&lt;/a&gt;, which was released as test software. Once installed, this runs as an addon in Internet Explorer to recognize pages that contain contact information or event details marked up with Microformat code.  Then a nice little microformat icon shows up and you can interact with the data to save contacts to your address book or put events on your calendar.&lt;/p&gt;
&lt;p&gt;Read more about the new tool in a blog post &lt;a href=&quot;http://microformatique.com/?p=270&quot;&gt;Microsoft and Microformats&lt;/a&gt; from John Allsopp, who literally wrote the &lt;a href=&quot;http://www.amazon.com/Microformats-Empowering-Your-Markup-Web/dp/1590598148/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1225989572&amp;amp;sr=8-1&quot;&gt;book on microformats&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here are some pictures:&lt;/p&gt;
&lt;lightbox name=&quot;oompf&quot;&gt;Some screenshots of demonstrating microformat interaction in Internet Explorer.&lt;/lightbox&gt;
&lt;p&gt;You can already take advantage of microformats, even without creating them yourself.  For instance, you might find events in &lt;a href=&quot;http://upcoming.yahoo.com/&quot;&gt;Yahoo! Upcoming&lt;/a&gt; and add them directly to your calendar.  Or you can search &lt;a href=&quot;http://maps.google.com&quot;&gt;Google Maps&lt;/a&gt; or &lt;a href=&quot;http://maps.yahoo.com&quot;&gt;Yahoo! Maps&lt;/a&gt; and add them to your phone.  There&apos;s a strange limitation to Yahoo! and Google address mark-up however.  They don&apos;t include phone numbers or zip codes.  I think this is by design and not a mistake.  It&apos;s still pretty useful though.&lt;/p&gt;
&lt;p&gt;Firefox users should still rely on the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4106&quot;&gt;Operator Addon&lt;/a&gt;.  Operator recognizes more microformats than Oomph, and there are more debugging tools for developers.&lt;/p&gt; 
				</description>
				
				<category>Metadata</category>				
				
				<category>Software</category>				
				
				<category>Microformats</category>				
				
				<pubDate>Thu, 06 Nov 2008 11:21:00 -0500</pubDate>
				<guid>http://www.ll.georgetown.edu/webdevblog/index.cfm/2008/11/6/Microsoft-puts-Some-Oompf-into-Microformats</guid>
				
			</item>
			
			<item>
				<title>hCalendar Microformat: Better Than vCal?</title>
				<link>http://www.ll.georgetown.edu/webdevblog/index.cfm/2008/9/10/hCalendar-Microformat-Better-Than-vCal</link>
				<description>
				
				&lt;p&gt;There is much hype written about the &lt;a href=&quot;http://en.wikipedia.org/wiki/Semantic_Web&quot;&gt;semantic web&lt;/a&gt;, which is supposed to add context to content online, aiding computers and humans in better understanding information presented online.&amp;nbsp; One area &lt;img hspace=&quot;5&quot; height=&quot;311&quot; align=&quot;left&quot; width=&quot;400&quot; vspace=&quot;5&quot; src=&quot;/documents/image/OperatorEventAdd.jpg&quot; alt=&quot;&quot; /&gt;where it&apos;s fairly easy to add content and context is by using &lt;a href=&quot;http://www.microformats.org&quot;&gt;microformats&lt;/a&gt;. This is a way to mark up information online so other applications can recognize events, contact details or reviews.&amp;nbsp; The mark-up is in the form of a common set of class codes that do nothing to change visual display, but can be read by computer programs recognizing this format.&lt;/p&gt;
&lt;p&gt;We recently created a faculty events system for tracking on campus workshops and conferences. &amp;nbsp; For all events, we create a &lt;a href=&quot;http://en.wikipedia.org/wiki/VCalendar#vCalendar_1.0&quot;&gt;vCalendar file&lt;/a&gt; (used with a .vcs file extension) for import to programs like Microsoft Outlook and Entourage.&amp;nbsp; The problem is that Firefox and Internet Explorer handle .vcs files differently, forcing some users to first download the calendar file, then import it to another application. Also, .vcs files are not easy to import to services like Google Calendar.&lt;/p&gt;
&lt;p&gt;Thankfully, we mark up all events with the &lt;a href=&quot;http://microformats.org/wiki/hcalendar&quot;&gt;hCalendar microformat&lt;/a&gt;, which contains all event details, even some not visible on the screen.&amp;nbsp; The easiest way to take advantage of this markup is to use the &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4106&quot;&gt;Operator Toolbar&lt;/a&gt;, which is a Firefox extension. This recognizes the hCalendar format, and lets visitors save items directly to Outlook, Google Calendar, Yahoo Calendar and other places.&amp;nbsp; The picture here shows the Operator toolbar in action.&lt;/p&gt;
&lt;br /&gt;
&lt;p&gt;Jesse Rodgers, a web developer at the University of Waterloo has written about &lt;a href=&quot;http://whoyoucallingajesse.com/past/2008/8/14/how_can_microformats_help_higher/&quot;&gt;How can Microformats help Higher Education&lt;/a&gt;, pointing out that and their university has an &lt;a href=&quot;http://calendar.uwevents.uwaterloo.ca/&quot;&gt;events system&lt;/a&gt; that has all events marked up with microformats.&amp;nbsp; It looks like they have decided to forego creating downloadable calendar files (e.g. vCal or iCal) altogether. Read Rodgers&apos; &lt;a href=&quot;http://whoyoucallingajesse.com/past/2008/7/16/a_look_at_microformats_for/&quot;&gt;research paper on microformats in higher education&lt;/a&gt; for a literature review on the topic, as well as a model for implementing microformats.&lt;/p&gt;
&lt;br type=&quot;_moz&quot; /&gt; 
				</description>
				
				<category>Metadata</category>				
				
				<category>Web Standards</category>				
				
				<category>Web Development</category>				
				
				<category>Microformats</category>				
				
				<pubDate>Wed, 10 Sep 2008 10:52:00 -0500</pubDate>
				<guid>http://www.ll.georgetown.edu/webdevblog/index.cfm/2008/9/10/hCalendar-Microformat-Better-Than-vCal</guid>
				
			</item>
			</channel></rss>