<?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/"
	>

<channel>
	<title>nick has a blog! &#187; microformats</title>
	<atom:link href="http://www.nickpeters.net/category/microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickpeters.net</link>
	<description></description>
	<lastBuildDate>Thu, 16 Dec 2010 07:07:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>A Look at the Practical Applications of Microformats</title>
		<link>http://www.nickpeters.net/2007/06/16/a-look-at-the-practical-applications-of-microformats/</link>
		<comments>http://www.nickpeters.net/2007/06/16/a-look-at-the-practical-applications-of-microformats/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 01:01:39 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[operator]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/06/16/a-look-at-the-practical-applications-of-microformats/</guid>
		<description><![CDATA[HTML used to semantically describe what information looks like. HTML is now leaving the styling of information up to Cascading Style Sheets and is becoming more interested in describing what the data is. There are tags to let the browser know what information is a header, paragraph, list, etc. Microformats take the concept of describing [...]]]></description>
			<content:encoded><![CDATA[<p>HTML used to semantically describe what information looks like.  HTML is now leaving the styling of information up to Cascading Style Sheets and is becoming more interested in describing what the data is.  There are tags to let the browser know what information is a header, paragraph, list, etc.  <a href="http://microformats.org/">Microformats</a> take the concept of describing data up a notch.  Microformats are pieces of semantic data embedded into HTML that uses existing standards to describe what the information is.  Once a user agent (such as a web browser) knows what certain pieces of data are, it can export the data to a more appropriate context.  In this article we&#8217;re going to look at two microformats in particular: <a href="http://microformats.org/wiki/hcard">hCard</a>, <a href="http://microformats.org/wiki/hcalendar">hCalendar</a>.</p>
<p>Both hCard and hCalendar are based off of already existing standards (<a href="http://www.ietf.org/rfc/rfc2426.txt">vCard &#8211; RFC#2426</a> and <a href="http://www.ietf.org/rfc/rfc2445.txt">iCalelndar &#8211; RFC#2445</a> respectively).  With some <a href="http://suda.co.uk/projects/X2V/">XSLT transformations</a> or Javascript parsing, we can export the microformatted data in a webpage to other pages or into other data formats.  For example, sites like <a href="http://upcoming.yahoo.com/">upcoming.org</a> mark up events with the hCalendar microformat.  If we plan on attending these events, we can add it our Google Calendar, Yahoo Calendar, or <a href="http://30boxes.com/">30Boxes</a> to remind us about the event at a later date.</p>
<p>One of, if not the most popular microformat user-agent is the Firefox extension <a href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator</a> by <a href="http://www.kaply.com/weblog/">Michael Kaply</a>.  Currently, Michael is working on <a href="http://www.kaply.com/weblog/2007/05/04/microformats-and-firefox-3-for-users/">adding microformat functionality</a> and <a href="http://www.kaply.com/weblog/2007/05/09/microformats-and-firefox-3-for-developers/">javascript functions for microformats</a> to Firefox 3.  This  means we&#8217;ll be seeing a lot of these features in the next version of Firefox.  Operator supports a wide range of microformats, but as previously mentioned we&#8217;re only going to stick to hCard, hCalendar and we&#8217;re going to talk a bit about <a href="http://microformats.org/wiki/rel-tag">rel-tag</a>.  The premise of operator is simple: if it detects any microformatted data, it allows you to take some sort of action.  If you find a person or place marked up with hCard, you can export it as a vCard or add to yahoo contacts.  Exporting an hCard as a vCard will allow you to save a contact to programs like Address Book, Outlook or any program that supports the vCard standard.</p>
<p>I&#8217;ve already mentioned what you can do with information marked up with hCalendar, so let&#8217;s look at rel-tag.  Rel-tag is simply marking up up the â€œrelâ€ property of a hyperlink with the value â€œtag.â€  Once Operator knows that the link is a tag, it can then look for that same tag at sites like flickr, technorati, and del.icio.us.  A common use for tags is looking up additional information about something you&#8217;re reading.  Blog posts for example are usually tagged, so people can find pictures on <a href="http://www.flickr.com">flickr</a>, related blog posts on <a href="http://www.technorati.com">technorati</a>, or related sites on <a href="http://del.icio.us">del.icio.us</a>.</p>
<p>Let&#8217;s take a moment to recap and see why we like microformats and operator.  For one we don&#8217;t have to input data ourselves.  Since the data is already online we&#8217;re simply copying it to our application of choice.  With this comes the advantage of actions becoming point and click.  If you want to add an event to your Google Calendar, you point and click on the add to Google Calendar option.  Pretty simple.</p>
<p>One area that can benefit from microformats is the cell phone market.  I&#8217;ve already written about the <a href="http://www.nickpeters.net/2007/01/09/iphone-the-microformat-killer-app/">iPhone as a microformat killer-app</a>, but I wanted to expand this idea to include both cellular phones and internet-enabled PDAs.  Cell phones and PDAs both have notoriously horrible input interfaces.  Don&#8217;t you dread typing out a long text message, let alone trying to search for  something on a cell phone browser?  What about trying to write something out in <a href="http://en.wikipedia.org/wiki/Graffiti_%28Palm_OS%29">Graffiti</a>?  What if these devices had the point and click ease of use that operator has?  With REAL browsers coming to next-gen cell phones such as the iPhone, I see no reason why microformats shouldn&#8217;t be a part of this market.  Imagine adding a person&#8217;s contact information into your cell phone via their hCard.  You have all of the information you need about them ready to and be entered into your cell phone at the tap of a stylus.  The same can be said about events and adding it to your calendar application on your cell phone or PDA.</p>
<p>With these smaller devices, ease of input usually suffers.  In this case microformats make a great alternative to user input and can help overcome these shortcomings.  It really can be just as easy as point and click.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/06/16/a-look-at-the-practical-applications-of-microformats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenID + uF epiphany</title>
		<link>http://www.nickpeters.net/2007/02/07/openid-uf-epiphany/</link>
		<comments>http://www.nickpeters.net/2007/02/07/openid-uf-epiphany/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 04:31:08 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[microformats]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/02/07/openid-uf-epiphany/</guid>
		<description><![CDATA[UPDATE: After an email discussion with Adam Darowski, I revised this post to make it a bit more user-friendly. I think I might be going about this idea of consolidating your online identity with the OpenID simple registration extension and microformats wrong. I found this microformat library for PHP; It works by by retrieving the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong>: After an email discussion with <a href="http://www.darowski.com/tracesofinspiration/">Adam Darowski</a>, I revised this post to make it a bit more user-friendly. </p>
<p>I think I might be going about this <a href="http://www.nickpeters.net/2007/02/05/shdh15-and-openid/" title="SHDH15 and OpenID">idea of consolidating your online identity</a> with the <a href="http://openid.net/specs/openid-simple-registration-extension-1_0.html" target="_blank" title="OpenID Simple Registration Extension">OpenID simple registration extension</a> and microformats wrong.  I found <a href="http://allinthehead.com/hkit" target="_blank" title="hKit for PHP5">this microformat library</a> for PHP; It works by by retrieving the microformatted data (in this case hCard) by simply feeding it a URL and it then saves the hCard data for future manipulation.  I&#8217;m starting to realize this same practice may be another way to consolidate your online identity with OpenID.  </p>
<p>Before we get ahead of ourselves, let&#8217;s see how the applicable portion of the OpenID protocol works.  The first step is to supply our OpenID URL to the consumer site and hit &#8220;submit.&#8221;  For example, I would enter &#8220;nickpeters.net&#8221; as my OpenID URL to the consumer site <a href="http://ma.gnolia.com">ma.gnolia</a>.  What is a consumer site exactly?  According to the <a href="http://openid.net/specs/openid-authentication-1_1.html#anchor2">OpenID Specification</a>, the consumer is:</p>
<blockquote><p>A web service that wants proof that the End User owns the Claimed Identifier.</p></blockquote>
<p>Pretty much it means a site that wants to find out whether or not we are who we say we are by first asking for our OpenID URL.</p>
<p>After we hit the &#8220;Submit&#8221; button, an internal script on the consumer site will redirect itself to the given URL and look for two link tags in the head of the given HTML document.  For the sake of simplicity, we&#8217;re only going to discuss the one of them: rel=&#8221;openid.server.&#8221;  The href value of this link tag is going to be the script that actually authenticates you by asking you for the username and password you use on all OpenID-enabled sites.  This practice is useful because you can offload the authentication process to a site like Vox or livejournal instead of setting up a server on your own server.  This means I can enter the URL for the livejournal authentication script or a script hosted on my site.  It also means your username and password isn&#8217;t sent to the consumer site and is only sent to the specified script.</p>
<p>That should be enough information for now, so let&#8217;s see how hCards can fit into this.  Let&#8217;s say we log in to our OpenID consumer site (<a href="http://ma.gnolia.com" target="_blank" title="Ma.gnolia: Social Bookmarking">ma.gnolia</a>) and go through the login process as normal.  While the consumer site looks for the and OpenID.server URL in the head of our page, it would also look for some sort of clue as to the location of your hCard information.  Perhaps this &#8220;clue&#8221; could follow in the steps of the existing OpenID protocol and also be a link tag, such as rel=&#8221;hcard&#8221; in the head of the document.  From there, the consumer-site script can retrieve the hCard location by looking at the href value, properly redirect itself, and retrieve your information (Perhaps even using the hKit library).  </p>
<p>The pros of this is that you can add as much or as little information as you want about yourself in your hCard.  The simple registration data fields are very limited and there maybe some information in there that you don&#8217;t want to be shared (such as email address).</p>
<p>The cons is that it requires more administrative overhead.  You&#8217;ll have to edit the header information of your site.  You may not even be able to do this on all OpenID identifiers (such as ones on livejournal) because you don&#8217;t have permission to edit the header information.  </p>
<p>Right now there are discussions going on in the microformat community about authoritative hCards that could possibly guide this idea in the right direction.  I will continue to think about this and would appreciate any ideas from others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/02/07/openid-uf-epiphany/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SHDH15 and OpenID</title>
		<link>http://www.nickpeters.net/2007/02/05/shdh15-and-openid/</link>
		<comments>http://www.nickpeters.net/2007/02/05/shdh15-and-openid/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 03:09:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[microformats]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[shdh]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/02/05/shdh15-and-openid/</guid>
		<description><![CDATA[This DevHouse I spent working on an idea that has begun to taken shape in the blogosphere. The idea was to merge OpenID and microformats to manage your online identity. OpenID has a registration extension that stores commonly asked personal information such as full name, email address, date of birth, and time zone. I feel [...]]]></description>
			<content:encoded><![CDATA[<p><a title="SHDH15" href="http://superhappydevhouse.org/SuperHappyDevHouse15">This DevHouse</a> I spent working on an idea that has begun to taken shape in the blogosphere.  The idea was to merge <a target="_blank" title="OpenID" href="http://openid.net/">OpenID</a> and microformats to manage your online identity.  OpenID has a <a target="_blank" title="Open ID Simple Registration Extension" href="http://openid.net/specs/openid-simple-registration-extension-1_1-01.html">registration extension</a> that stores commonly asked personal information such as full name, email address, date of birth, and time zone.  I feel this information could also be used to consolidate your online identity in the form of an hCard on any OpenID-enabled site.  Further, if you choose to update any of your personal information, you can change it in one location (your OpenID provider) and it can propagate to all OpenID consumer sites you use (depending on how those OpenID consumer sites are setup).</p>
<p>The problem is that some sites on the internet that implement hCards may contain inconsistent data.  This proposed solution will allow sites to retrieve your information from one source.  If someone wants to find your personal information, they can go to any site that has your hCard instead of having to find your authoritative hCard (this will be a topic of another blog post I&#8217;m sure).</p>
<p>Let&#8217;s take the OpenID-enabled site <a title="ma.gnolia" target="_blank" href="http://ma.gnolia.com">ma.gnolia</a> for example.   You can sign-in with OpenID and upon successful login, ma.gnolia can retrieve your personal information from your <a title="OpenID Terminology" target="_blank" href="http://openid.net/specs/openid-authentication-1_1.html#anchor2">OpenID identity provider</a>.  From there it can turn the resulting information into an hCard microformat.  Of course there would have to be some sort of control panel to determine which information gets displayed and which information to hide (such as email).</p>
<p>Now, essentially all I am doing is applying an existing protocol, but I wanted to bring awareness to the idea of using OpenID with the hCard microformat.  I also wanted to bring attention to the idea of using OpenID as a way to centralize your personal identity so you have consistent personal information among sites.</p>
<p>The first step I took was to actually learn the entire OpenID protocol.  I ended up not learning all of the protocol because I felt the documentation was insufficient.  This brings up another project idea: document the OpenID protocol in plain English.  It was fun learning as much as I did and learning how to implement it myself in PHP.  It also gave a chance to learn/use the <a title="cURL" target="_blank" href="http://curl.haxx.se/">cURL</a> <a title="cURL Library in PHP" target="_blank" href="http://us3.php.net/curl">library in PHP</a>.  Perhaps after I learn the protocol, I&#8217;ll use a library to make further development easier.</p>
<p align="left">I spent the rest of my time socializing and meeting new people and talking to people met at previous DevHouses.  Highlights include talking to <a title="Konstantin Koll" target="_blank" href="http://superhappydevhouse.org/KonstantinKoll">Konstantin Koll</a> about <a title="Deskwork OS" href="http://www.deskwork.de/">his OS</a> that implements a <a title="WinFS" target="_blank" href="http://en.wikipedia.org/wiki/WinFS">WinFS</a>-like file system, <a title="Overstimulate" target="_blank" href="http://overstimulate.com/">Jesse Andrews</a> of <a title="Flock - the social web browser" target="_blank" href="http://www.flock.com/">Flock</a> about the next big release of flock (which I eagerly await!), and Chris Moak about his <a title="Polyphasic Sleep" target="_blank" href="http://en.wikipedia.org/wiki/Polyphasic_sleep">new sleeping schedule</a> and <a title="Duct Tape Laptop bag" href="http://www.flickr.com/photos/rantingfan/381136480/">duct tape accessories</a>.</p>
<p>The night was ended by <a title="DevHouse crew at Dennys" href="http://www.flickr.com/photos/strategicpause/379712281/">going out to Dennys</a> where we discussed what made this DevHouse a success and what can be done to improve it for next time.</p>
<p>Pictures can be found at: <a title="SHDH15 Photos" target="_blank" href="http://www.flickr.com/photos/tags/shdh15">http://www.flickr.com/photos/tags/shdh15 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/02/05/shdh15-and-openid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone: The Microformat Killer App?</title>
		<link>http://www.nickpeters.net/2007/01/09/iphone-the-microformat-killer-app/</link>
		<comments>http://www.nickpeters.net/2007/01/09/iphone-the-microformat-killer-app/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 05:35:14 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/2007/01/09/iphone-the-microformat-killer-app/</guid>
		<description><![CDATA[We have all heard the exciting news regarding the official announcement of Apple&#8217;s iPhone. If not, check out the stevenote on Apple&#8217;s website. I know it sounds clichÃ©, but it is truly a revolutionary product in all sense of the word. This product will change the way we use our mobile devices and retrieve information. [...]]]></description>
			<content:encoded><![CDATA[<p>We have all heard the exciting news regarding the official announcement of <a title="Apple - iPhone" target="_blank" href="http://www.apple.com/iphone/">Apple&#8217;s iPhone</a>.  If not, check out the <a title="Macworld 2007 Keynote" target="_blank" href="http://events.apple.com.edgesuite.net/j47d52oo/event/">stevenote on Apple&#8217;s website</a>.   I know it sounds clichÃ©, but it is truly a revolutionary product in all sense of the word.  This product will change the way we use our mobile devices and retrieve information.  No more worrying about having to stop at an internet cafe or stop to get directions while on vacation.  No more having to juggle between multiple devices in our pocket.  No more having to wait for trivial information like movie times and weather.</p>
<p>After absorbing all of this, I started to think about how microformats fit into the picture.  Now that we are able to retrieve a full XHTML webpage with Safari on a mobile device, we are also able to retrieve microformatted data.  What does this mean in terms of how we add contacts to our address book, add events to our calendar or find a location on a map?  It sounds like the processes can be streamlined.  With hCard we can add a new contact (including a photo for quick recognition!) or find out the location of a business with Google Calendar.  With hCalendar we can add an event to our calendar (assuming the calendar supports adding new events).  All of this can be possible without typing anything or syncing data from our Mac/PC.  Of course all of this is theoretical, but imagine how easy organization will be.  It will be exciting to see if microformats ever make it to consumer devices for purposes such as this.</p>
<p>It was already demonstrated that <a title="Google Maps" target="_blank" href="http://www.apple.com/iphone/internet/?feature=feature04">the iPhone already has the ability to dial numbers from locations found on Google Maps</a>.  It seems that Google uses their own closed standards/algorithms to parse the information from websites and somehow sends the extracted information to the iPhone.  What about the rest of the sites out there that have just as good information to offer?  If the move to an open standard like microformats is made, similar functionality can be had on any website that implements the appropriate microformat.</p>
<p>Oh also, I bought an <a title="Apple TV" target="_blank" href="http://www.apple.com/appletv/">Apple TV</a> today as an impulse buy.  It ships out on March 2nd!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/01/09/iphone-the-microformat-killer-app/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Operator 0.6 Released!</title>
		<link>http://www.nickpeters.net/2007/01/03/operator-06-released/</link>
		<comments>http://www.nickpeters.net/2007/01/03/operator-06-released/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 02:06:11 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[operator]]></category>

		<guid isPermaLink="false">http://www.nickpeters.net/?p=43</guid>
		<description><![CDATA[Michael Kaply emailed me today to announce the release of Operator 0.6. Here are a list of changes (taken from his site): Performance Improvements &#8211; I&#8217;ve done a few things here. The main thing is that I was going through the document&#8217;s DOM one time for each microformat. I&#8217;ve reduced that to one time for [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Michael Kapley's Blog" href="http://www.kaply.com/weblog/">Michael Kaply</a> emailed me today to <a title="Operator 0.6" href="https://addons.mozilla.org/firefox/4106/">announce the release of Operator 0.6</a>.  Here are a list of changes (taken from his site):</p>
<blockquote>
<ul>
<li>Performance Improvements &#8211; I&#8217;ve done a few things here. The main thing is that I was going through the document&#8217;s DOM one time for each microformat. I&#8217;ve reduced that to one time for all microformats, and I also cache the list of microformats as best I can (there&#8217;s more work to be done here. I&#8217;ve also modified it so that I don&#8217;t build any menus until the icons are actually clicked. In addition, I removed the code that did a reverse lookup on geos to get the address. This was causing a MAJOR performance problem on pages with geo tags. I think this is a deficiency in the geo spec &#8211; I wish they had a way to specify a name for the geo on the geo tag.</li>
<li>User Interface &#8211; I&#8217;ve added both a toolbar button and a status bar icon that contain all the Operator functionality.</li>
<li>Handlers &#8211; I&#8217;ve made it so that handlers can indicate that they require data in a microformat. If that data is not there, the handler won&#8217;t appear. In addition I&#8217;ve added basic support for 30 Boxes. If any 30 Boxes developers are out there, please feel free to contact me so we can discuss why I can&#8217;t make 30 Boxes work as good as Yahoo or Google Calendar. I&#8217;ve also added support for Yedda.</li>
<li>Microformats &#8211; I&#8217;ve added support for hResume. It&#8217;s not there by default, so if you want to see it, you&#8217;ll have to add it using the Microformats tab in Options.</li>
<li>Debug &#8211; I&#8217;ve modified the debug dialogs so that they now display in a readonly text area that can be copied to the clipboard. They are also formatted better.</li>
<li>Tags &#8211; I&#8217;ve improved the parsing to be more compliant with the spec for valid/invalid tags. You&#8217;ll notice the tags on my blog don&#8217;t display because they are invalid. (Thanks blogger!)</li>
<li>Browsers &#8211; I&#8217;ve verified that Operator works on <a href="http://flock.com/">Flock</a> and modified the install.rdf to support Flock</li>
<li>hCard &#8211; I&#8217;ve added support for the &#8220;<a href="http://microformats.org/wiki/resume-brainstorming#hCard_reference_via_object">hCard reference via object</a>.&#8221;</li>
</ul>
</blockquote>
<p>Before I give any of my opinions I would like to try it out for a few days to really get to know the differences.  Anyways, I suggest you check it out and give Michael feedback as well.</p>
<blockquote>
<ul /></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2007/01/03/operator-06-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Operator: A Firefox Plugin Bringing Functionality to Microformats</title>
		<link>http://www.nickpeters.net/2006/12/23/operator-a-firefox-plugin-bringing-functionality-to-microformats/</link>
		<comments>http://www.nickpeters.net/2006/12/23/operator-a-firefox-plugin-bringing-functionality-to-microformats/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 18:42:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.letmeputitthisway.com/?p=40</guid>
		<description><![CDATA[As previously mentioned I would do a review of the brand new Firefox plugin &#8220;Operator&#8221; by Michael Kaply. Instead, I felt this article at the Mozilla Labs Blog did a better job than I ever could at describing the functionality of Operator. There are a few highlights I would still like to cover though. First [...]]]></description>
			<content:encoded><![CDATA[<p>As previously mentioned I would do a review of the brand new Firefox plugin &#8220;<a href="https://addons.mozilla.org/firefox/4106/" title="Operator for Firefox">Operator</a>&#8221; by <a href="https://addons.mozilla.org/firefox/19155/author/" title="Michael Kaply">Michael Kaply</a>.  Instead, I felt <a href="http://labs.mozilla.com/2006/12/introducing-operator/" title="Introducing Operator">this article</a> at the <a href="http://labs.mozilla.com/" title="Mozilla Labs">Mozilla Labs Blog</a> did a better job than I ever could at describing the functionality of Operator.<br />
There are a few highlights I would still like to cover though.  First there are two modes to the plugin: Actions and Microformats.  The former is where you get the real functionality out of the plugin; You can export contacts to your defualt email application (Outlook, Mail.app, etc.), add events to your Google Calendar, find a location on Google Maps, and look up tags at flickr, del.icio.us, technorati, and upcoming.org.  The latter shows you the microformat type being used on the page and can be used for writing/debuging your own microformats.<br />
Anyways, check out the plugin and <a href="http://labs.mozilla.com/2006/12/introducing-operator/">read the article</a> to discover the potential that microformats have.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2006/12/23/operator-a-firefox-plugin-bringing-functionality-to-microformats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just a General Update &#8211; SHDH14 (Part 1)</title>
		<link>http://www.nickpeters.net/2006/12/22/just-a-general-update-shdh14-part-1/</link>
		<comments>http://www.nickpeters.net/2006/12/22/just-a-general-update-shdh14-part-1/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 04:17:07 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[shdh]]></category>

		<guid isPermaLink="false">http://www.letmeputitthisway.com/?p=37</guid>
		<description><![CDATA[So I&#8217;m pretty sure I&#8217;m done with my transition from godaddy to Bluehost. I just need to wait for the DNS changes for nickpeters.net to propagate across the internets. Anyways, GoDaddy was slow, didn&#8217;t allow SSH access, and just not cutting it for me in terms of features, thus the switch. So here&#8217;s a recap [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m pretty sure I&#8217;m done with my transition from godaddy to <a href="http://www.bluehost.com" title="Bluehost Hosting">Bluehost</a>.  I just need to wait for the DNS changes for nickpeters.net to propagate across <a href="http://www.youtube.com/watch?v=MunMCO3uNdA" title="teh internets">the internets</a>.  Anyways, GoDaddy was slow, didn&#8217;t allow SSH access, and just not cutting it for me in terms of features, thus the switch.<br />
So here&#8217;s a recap of the past few days.<br />
On Saturday I attended <a href="http://superhappydevhouse.org/SuperHappyDevHouse14">SuperHappyDevHouse14</a> at David Weekly&#8217;s (CEO of <a href="http://www.pbwiki.com">PBWiki</a>) house in Hillsborough, CA.  It was about a 3 hour drive, and felt even longer by myself!  I arrived at around 2:00 to the filming of a segment of a documentary on the history of the internet for the discovery channel.  It involved <a href="http://www.youtube.com/watch?v=ZckQH564eHA">David Walking out of his house, inserting a tape into a walkman and putting on his headphones</a>.  I later learned this footage was for a segment on MP3s.<br />
My time at DevHouse was spent on a greasemonkey script called I named &#8220;<a href="http://www.letmeputitthisway.com/?p=35" title="Social xFolk Greasemonkey Script">Social xFolk</a>.&#8221;   This script adds two buttons below bookmarks with the <a href="http://microformats.org/wiki/xfolk" title="xFolk Microformat">xFolk microformat</a>.  The buttons allow you to bookmark the URL in either <a href="http://ma.gnolia.com" title="ma.gnolia">ma.gnola</a> or <a href="http://del.icio.us" title="del.icio.us">del.icio.us</a> with ease.  I was excited that I made my first greasemonkey script and that I also was able to contribute to the microformat community.<br />
My time was also spent conversing with some of the attendees.  Highlights include <a href="http://blogrium.com/" title="Jeff's Blog">Jeff Lindsay</a>, <a href="http://david.weekly.org/" title="David's site that never works, but people seem to link to it anyways">David Weekly, </a><a href="http://tantek.com/" title="Tantek's Thoughts">Tantek Ã‡elik</a>, and <a href="http://tomicles.com/" title="Tom's Blog">Tom Harrison</a>.<br />
I talked to Jeff Lindsay about systems theory and its application to programming and business management.  I even plan on picking up a book he recommended called &#8220;<a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&#038;location=http%3A%2F%2Fwww.amazon.com%2FAckoffs-Best-Management-Ackoff%2Fdp%2F0471316342%2Fsr%3D8-1%2Fqid%3D1166767080%3Fie%3DUTF8%26s%3Dbooks&#038;tag=letmeputitthi-20&#038;linkCode=ur2&#038;camp=1789&#038;creative=9325" title="Ackoff's Best: On Management">Ackoff&#8217;s Best</a><img src="http://www.assoc-amazon.com/e/ir?t=letmeputitthi-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />&#8221; that talks about the subject matter and it&#8217;s application to business management.  I spent most of the time listening, but it was a damn good conversation.<br />
I casually talked to David Weekly while he was BBQing some hot dogs, but he had some thought provoking things to say nonetheless.  Two of the things I found most interesting is his take on <a href="http://en.wikipedia.org/wiki/Scalable_Vector_Graphics" title="Scalable Vector Graphics">SVG</a> and measuring how much of the internet visits your site.  First off, SVG is an XML vector-based graphical format.  Because it&#8217;s XML and vector based, they are lightweight and scale very easily.  However, who cares if the majority (IE users) of your potential visitors don&#8217;t support it.  Even with the release of version 7, Internet Explorer DOES NOT support SVG.  Firefox on the other hand does have native support.  When designing websites, you need to think about your entire visitor-base and take into considerations of what works on what browsers and what does not.  This discussion led to his idea of measuring how much of the internet is visiting your site.  If you look at statistics and see most of your visitors are using firefox, what does that say?  Most of the internet is using Firefox?  No&#8230;<a href="http://www.w3schools.com/browsers/browsers_stats.asp">according to W3Schools</a>, around only 20-30% of the internet is using firefox, thus less than 20-30% of the users on the internet is visiting your site.  Once your visitor-browser ratio  closely reflects actual browser usage is when you know you are getting a larger portion of the internet visiting your site.<br />
I talked to Tantek about&#8230;you guessed it&#8230;Microformats!  I brought up some issues I had with hCard that could extend to Microformats in general (which I might leave for another post) and the project I was working on.  He inspired me to contribute to the <a href="http://microformats.org/wiki/Main_Page">microformat wiki</a> and check out the <a href="irc://irc.freenode.net/microformats">IRC channel</a>, which I plan on doing in the near future.  Also, while talking to him I learned about this really cool Firefox plugin called &#8220;<a href="https://addons.mozilla.org/firefox/4106/">Operator</a>.&#8221;  I actually plan on writing a very positive review of the plugin (maybe with the <a href="http://microformats.org/wiki/hReview">hReview microformat</a>!), so look for it soon!<br />
Tom Harrison, among David Weekly and Jeff Lindsay, is one of the planners of DevHouse and also held <a href="http://superhappydevhouse.org/SuperHappyDevHouse13">the first DevHouse I attended</a> at his parents house in Los Gatos.  One of the things he did for this DevHouse was he made a linux-based gateway that prompted you for your name email address, and zip code when you first went online.  On his end he could see a list of attendees and their corresponding Mac Addresses.  This information was used in the past to see the distribution of machine types at DevHouse.  In addition, this time he plans on making some sort of graphical representation of where everyone comes from (using the provided zip code).  In the near future Tom plans on making n Linux ISO that can be used to aid in setting up your very own DevHouse.  The ISO will be a Linux distro that has the above stated features as well as Squid (for caching) and some more features that I&#8217;m currently not aware of.  Besides the ISO, Tom plans on providing information on marketing your very own DevHouse, how to setup and tips he has learned from his own personal experiences.  This project has been dubbed DevHouse.org.  I&#8217;m personally excited about this because <a href="http://www.sargo.com/joel/">Joel</a> has talked about wanting to setup a DevHouse in San Luis Obispo.  Now that I won&#8217;t be leaving the area anytime soon, I&#8217;ll be here to help facilitate this idea if it ever does indeed get kicked off.<br />
As always, DevHouse was an educational experience and well worth my time.  I plan on attending many more DevHouses in the future and working on more projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2006/12/22/just-a-general-update-shdh14-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Social xFolk</title>
		<link>http://www.nickpeters.net/2006/12/17/social-xfolk/</link>
		<comments>http://www.nickpeters.net/2006/12/17/social-xfolk/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 00:47:16 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[shdh]]></category>

		<guid isPermaLink="false">http://www.letmeputitthisway.com/?p=35</guid>
		<description><![CDATA[Social xFolk is my first Greasemonkey script that looks for xFolk microformatted bookmarks and adds two buttons for easy bookmarking for del.icio.us and ma.gnolia. It was developed at SuperHappyDevHouse14 and inspired by the greasemonkey script Google hCalendar. Anyways, get the script here. Be sure to leave any feedback and let me know what you think. [...]]]></description>
			<content:encoded><![CDATA[<p>Social xFolk is my first <a href="http://greasemonkey.mozdev.org/" title="Greasemonkey">Greasemonkey</a> script that looks for <a href="http://microformats.org/wiki/xfolk" title="xFolk Microformat">xFolk</a> microformatted bookmarks and adds two buttons for easy bookmarking for <a href="http://del.icio.us" title="del.icio.us">del.icio.us</a> and <a href="http://ma.gnolia.com" title="ma.gnolia">ma.gnolia</a>.  It was developed at <a href="http://superhappydevhouse.org/SuperHappyDevHouse14" title="Super Happy Dev House 14">SuperHappyDevHouse14</a> and inspired by the greasemonkey script <a href="http://greasemonkey.makedatamakesense.com/google_hcalendar/" title="Google hCalendar">Google hCalendar</a>.<br />
Anyways, get the script <a href="http://www.nickpeters.net/xfolk.user.js" title="Social xFolk Greasemonkey Script">here</a>.  Be sure to leave any feedback and let me know what you think.</p>
<p>Test it here:<br />
If it works you should see two buttons below the bookmark.</p>
<div class="xfolkentry">
<a class="taggedlink" href="http://www.nickpeters.net" title="Let me put it this way...">nickpeters.net</a>: <span class="description">Mah blawg!</span>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2006/12/17/social-xfolk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Practical Usage of Microformats</title>
		<link>http://www.nickpeters.net/2006/12/03/practical-usage-of-microformats/</link>
		<comments>http://www.nickpeters.net/2006/12/03/practical-usage-of-microformats/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 21:44:52 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[guide]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.letmeputitthisway.com/?p=30</guid>
		<description><![CDATA[My last post was not only an announcement of Taxi Driver playing at The Fremont here in SLO, but also an experiment. I generated the HTML for my post with the hCalendar Microformat creator. Once I created my post and viewed it, a greasemonkey script kicked in and I was able to automatically add it [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="Taxi Driver at the Fremont" href="http://www.letmeputitthisway.com/?p=29">My last post</a> was not only an announcement of <a target="_blank" title="Taxi Driver at IMDb" href="http://www.imdb.com/title/tt0075314/">Taxi Driver</a> playing at <a title="Fremont Theater on Google Maps" href="http://www.google.com/maps?f=q&#038;hl=en&#038;q=Fremont+Theater,+San+Luis+Obispo&#038;sll=37.0625,-95.677068&#038;sspn=46.27475,82.265625&#038;ie=UTF8&#038;ei=k0JzRYCwJ5v2iwO6ncz1Dg&#038;cid=35281922,-120660820,5785195934360616310&#038;li=lmd&#038;z=14&#038;t=m">The Fremont</a> here in SLO, but also an experiment.  I generated the HTML for my post with the <a target="_blank" title="hCalendar" href="http://microformats.org/wiki/hcalendar">hCalendar</a> <a target="_blank" title="Microformats homepage" href="http://microformats.org/">Microformat</a> <a target="_blank" title="hCalendar Creator" href="http://microformats.org/code/hcalendar/creator">creator</a>.  Once I created my post and viewed it, a <a target="_blank" title="Greasemonkey homepage" href="http://greasemonkey.mozdev.org/">greasemonkey</a> <a title="Google hCalendar" href="http://greasemonkey.makedatamakesense.com/google_hcalendar/">script</a> kicked in and I was able to automatically add it to my <a title="Google Calendar" href="http://www.google.com/calendar/render">gCal</a>.  Although many popular browsers don&#8217;t have built in support for Microformats, there are scripts and <a target="_blank" title="Tails Extension for Firefox" href="http://blog.codeeg.com/tails-firefox-extension-03/">plugins</a> to give added functionality for streamlining tasks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2006/12/03/practical-usage-of-microformats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First usage of Microformats: Taxi Driver at The Fremont</title>
		<link>http://www.nickpeters.net/2006/12/03/first-usage-of-microformats-taxi-driver-at-the-fremont/</link>
		<comments>http://www.nickpeters.net/2006/12/03/first-usage-of-microformats-taxi-driver-at-the-fremont/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 21:17:44 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[event]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://www.letmeputitthisway.com/?p=29</guid>
		<description><![CDATA[December 5th 7pm, 9:30pm 2006 &#8212; Taxi Driver&#8212; at Fremont Theater The Robert DeNiro classic &#8220;Taxi Driver&#8221; plays at the big Fremont theater. Let me know if you are interested in going. This hCalendar event brought to you by the hCalendar Creator.]]></description>
			<content:encoded><![CDATA[<div class="vevent">
  <abbr class="dtstart" title="20061205T1900-0800">December 5th 7pm</abbr>,<br />
  <abbr class="dtend" title="20061205T2130-0800"> 9:30pm 2006</abbr> &mdash;<br />
  <span class="summary">Taxi Driver</span>&mdash; at<br />
  <span class="location">Fremont Theater</span></p>
<div class="description">The Robert DeNiro classic &#8220;Taxi Driver&#8221; plays at the big Fremont theater.  Let me know if you are interested in going.</div>
<p style="font-size: smaller;">This<br />
    <a href="http://microformats.org/wiki/hcalendar">hCalendar event</a> brought to you by the<br />
    <a href="http://microformats.org/code/hcalendar/creator">hCalendar Creator</a>.
  </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.nickpeters.net/2006/12/03/first-usage-of-microformats-taxi-driver-at-the-fremont/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

