<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Operator 0.6.2 is available</title>
	<atom:link href="http://mike.kaply.com/2007/01/21/operator-062-is-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/</link>
	<description>Mozilla, money, microformats and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:32:05 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-155</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Wed, 21 Feb 2007 17:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-155</guid>
		<description>Yeah, I definitely am going to work around this in my code.</description>
		<content:encoded><![CDATA[<p>Yeah, I definitely am going to work around this in my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-154</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Wed, 21 Feb 2007 16:20:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-154</guid>
		<description>This is interesting. McAfee attaches &quot;inArray&quot; to every object which is screwing up things. There some info in Japanese on various pages about this.

I think I can work around it.</description>
		<content:encoded><![CDATA[<p>This is interesting. McAfee attaches &#8220;inArray&#8221; to every object which is screwing up things. There some info in Japanese on various pages about this.</p>
<p>I think I can work around it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Martin</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-153</link>
		<dc:creator>Paul Martin</dc:creator>
		<pubDate>Wed, 21 Feb 2007 03:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-153</guid>
		<description>I have found another conflict which prevents Operator from working. I traced it down to a conflict with McAfee Site Advisor 26.1. I uninstalled Site Advisor and Operator is working like a champ. McAfee has been notified of the problem.</description>
		<content:encoded><![CDATA[<p>I have found another conflict which prevents Operator from working. I traced it down to a conflict with McAfee Site Advisor 26.1. I uninstalled Site Advisor and Operator is working like a champ. McAfee has been notified of the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-152</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Fri, 16 Feb 2007 16:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-152</guid>
		<description>Having hCalendar sort was a mistake on my part when I was testing out my new sorting algorithm.

The only thing I intended to sort was tag.

This will be fixed in the next operator.</description>
		<content:encoded><![CDATA[<p>Having hCalendar sort was a mistake on my part when I was testing out my new sorting algorithm.</p>
<p>The only thing I intended to sort was tag.</p>
<p>This will be fixed in the next operator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aswitzer</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-151</link>
		<dc:creator>aswitzer</dc:creator>
		<pubDate>Fri, 16 Feb 2007 16:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-151</guid>
		<description>Thank you for your great work on Operator.

I implemented hCalendar microformats on a NBA fansite that I run. (I can send you the link but didn&#039;t want to plug it needlessly here) I use your extension to add them to Google Calendar, which works great. Because I have a microformat for every game in the remaining NBA season, there are 30+ that show up in the list. Between Operator version 0.6.1 and 0.6.2 it appears that the sorting changed. In the prior version, my hCalendar microformats were sorted chronologically, which was great. In the newer version, they are sorted alphabetically by the event title, which makes it really hard to use. I have to go looking thru the list of events to find the next game to add to my calendar, and in some cases, guess as to which event I want when the title is the same.

So, my question is did I miss something in my hCalendar implementation, or would you consider going back to the previous method of sorting in Operator?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you for your great work on Operator.</p>
<p>I implemented hCalendar microformats on a NBA fansite that I run. (I can send you the link but didn&#8217;t want to plug it needlessly here) I use your extension to add them to Google Calendar, which works great. Because I have a microformat for every game in the remaining NBA season, there are 30+ that show up in the list. Between Operator version 0.6.1 and 0.6.2 it appears that the sorting changed. In the prior version, my hCalendar microformats were sorted chronologically, which was great. In the newer version, they are sorted alphabetically by the event title, which makes it really hard to use. I have to go looking thru the list of events to find the next game to add to my calendar, and in some cases, guess as to which event I want when the title is the same.</p>
<p>So, my question is did I miss something in my hCalendar implementation, or would you consider going back to the previous method of sorting in Operator?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Champion</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-150</link>
		<dc:creator>Dan Champion</dc:creator>
		<pubDate>Mon, 12 Feb 2007 20:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-150</guid>
		<description>Hi Mike

Just wanted to say what a great tool Operator is, and how useful I&#039;m finding it for my current project. The debug mode is a god-send.

More handlers/actions for hReview would be very cool (post to digg/delicious especially).

Dan</description>
		<content:encoded><![CDATA[<p>Hi Mike</p>
<p>Just wanted to say what a great tool Operator is, and how useful I&#8217;m finding it for my current project. The debug mode is a god-send.</p>
<p>More handlers/actions for hReview would be very cool (post to digg/delicious especially).</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Beadle</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-149</link>
		<dc:creator>Tim Beadle</dc:creator>
		<pubDate>Fri, 09 Feb 2007 10:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-149</guid>
		<description>Hi Mike,

Great extension, by the way - just what was needed to up the ante re. uf adoption.

I&#039;m seeing an issue with vcard export, though: no address fields seem to be exported to the vcard. I&#039;ve tried this with my own app (p/w protected, unfortunately) and the hCard creator - http://microformats.org/code/hcard/creator - and got the same result.

Is this a known bug?</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Great extension, by the way &#8211; just what was needed to up the ante re. uf adoption.</p>
<p>I&#8217;m seeing an issue with vcard export, though: no address fields seem to be exported to the vcard. I&#8217;ve tried this with my own app (p/w protected, unfortunately) and the hCard creator &#8211; <a href="http://microformats.org/code/hcard/creator" rel="nofollow">http://microformats.org/code/hcard/creator</a> &#8211; and got the same result.</p>
<p>Is this a known bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Mabbett</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-148</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Fri, 26 Jan 2007 22:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-148</guid>
		<description>P.S. http://lotusnotessucks.4t.com/ &amp; http://technology.guardian.co.uk/weekly/story/0,,1705106,00.html</description>
		<content:encoded><![CDATA[<p>P.S. <a href="http://lotusnotessucks.4t.com/" rel="nofollow">http://lotusnotessucks.4t.com/</a> &amp; <a href="http://technology.guardian.co.uk/weekly/story/0,,1705106,00.html" rel="nofollow">http://technology.guardian.co.uk/weekly/story/0,,1705106,00.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Mabbett</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-147</link>
		<dc:creator>Andy Mabbett</dc:creator>
		<pubDate>Fri, 26 Jan 2007 22:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-147</guid>
		<description>Lotus Notes is an abomination - I have to use it every day, at work :-(</description>
		<content:encoded><![CDATA[<p>Lotus Notes is an abomination &#8211; I have to use it every day, at work <img src='http://mike.kaply.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkaply</title>
		<link>http://mike.kaply.com/2007/01/21/operator-062-is-available/#comment-146</link>
		<dc:creator>mkaply</dc:creator>
		<pubDate>Fri, 26 Jan 2007 16:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/01/21/operator-062-is-available/#comment-146</guid>
		<description>Unfortunately, while Notes does import vcards, it doesn&#039;t support doing so from a command line. You have to go to address book and select import.

Right now I don&#039;t have a way to just save the file to disk - that will be in the next version.</description>
		<content:encoded><![CDATA[<p>Unfortunately, while Notes does import vcards, it doesn&#8217;t support doing so from a command line. You have to go to address book and select import.</p>
<p>Right now I don&#8217;t have a way to just save the file to disk &#8211; that will be in the next version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  mike.kaply.com/2007/01/21/operator-062-is-available/feed/ ) in 0.37848 seconds, on Feb 7th, 2012 at 2:14 am CST. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 7th, 2012 at 3:14 am CST -->
