<?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: SIMILE Actions for Operator</title>
	<atom:link href="http://mike.kaply.com/2007/08/01/simile-actions-for-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/</link>
	<description>Mozilla, money, microformats and more</description>
	<lastBuildDate>Thu, 17 May 2012 12:38:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Rosie Morales</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-555</link>
		<dc:creator>Rosie Morales</dc:creator>
		<pubDate>Tue, 07 Aug 2007 11:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-555</guid>
		<description>Søren,

The errors are in the function timelineData(semanticObject, semanticObjectType). The last record is the JSON file does have all of the properties for an event.

The original for loop

for (var i in hcalendars1)

is executing one too many times so the JSON data file does not build correctly.

I made two changes to the timelineData function.

The first on is the for loop, which should look like this:

  for (var i in hcalendars-1)  {

and the second is for the variable event at the end of the function, before the
if statement used to add the last comma to the JSON file.
I added an if statement to prevent adding a null vevent.

if (event.length &gt; 0)
      {  events += event + dtEnd +  title + description + link + color  + &quot;}&quot; + &quot;\r\n&quot;;
    zones += zone ;
    zones2 += zone2 ;}

I&#039;ll check the problems with the special characters.

Thanks for help, and yes I understand your description.</description>
		<content:encoded><![CDATA[<p>Søren,</p>
<p>The errors are in the function timelineData(semanticObject, semanticObjectType). The last record is the JSON file does have all of the properties for an event.</p>
<p>The original for loop</p>
<p>for (var i in hcalendars1)</p>
<p>is executing one too many times so the JSON data file does not build correctly.</p>
<p>I made two changes to the timelineData function.</p>
<p>The first on is the for loop, which should look like this:</p>
<p>  for (var i in hcalendars-1)  {</p>
<p>and the second is for the variable event at the end of the function, before the<br />
if statement used to add the last comma to the JSON file.<br />
I added an if statement to prevent adding a null vevent.</p>
<p>if (event.length &gt; 0)<br />
      {  events += event + dtEnd +  title + description + link + color  + &#8220;}&#8221; + &#8220;\r\n&#8221;;<br />
    zones += zone ;<br />
    zones2 += zone2 ;}</p>
<p>I&#8217;ll check the problems with the special characters.</p>
<p>Thanks for help, and yes I understand your description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Søren Johannessen</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-554</link>
		<dc:creator>Søren Johannessen</dc:creator>
		<pubDate>Fri, 03 Aug 2007 14:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-554</guid>
		<description>Hi again

None of the timeline scripts works yet - I have testet  hCalendar page
http://mangospot.dk/Steder/156/FatterEskil.aspx and http://www.microformats.dk/2007/07/03/næsten-midt-i-en-jazztid/

However the  Exhibit action works but the special danish charcters æ,ø,å Æ,Ø,Å does not show up correct
see screendump http://www.microformats.dk/teknik/hcard/testscript.jpg
I have look at the JSON output  fx &quot;address:	&quot;  Nytorv 3 K?benhavn K  1450 &quot;,

but following way must be the correct way to do it
&quot;address:	&quot;  Nytorv 3 K\u00F8benhavn K  1450 &quot;,

so the ø in København shows up correctly?

hope you understood my description above</description>
		<content:encoded><![CDATA[<p>Hi again</p>
<p>None of the timeline scripts works yet &#8211; I have testet  hCalendar page<br />
<a href="http://mangospot.dk/Steder/156/FatterEskil.aspx" rel="nofollow">http://mangospot.dk/Steder/156/FatterEskil.aspx</a> and <a href="http://www.microformats.dk/2007/07/03/næsten-midt-i-en-jazztid/" rel="nofollow">http://www.microformats.dk/2007/07/03/næsten-midt-i-en-jazztid/</a></p>
<p>However the  Exhibit action works but the special danish charcters æ,ø,å Æ,Ø,Å does not show up correct<br />
see screendump <a href="http://www.microformats.dk/teknik/hcard/testscript.jpg" rel="nofollow">http://www.microformats.dk/teknik/hcard/testscript.jpg</a><br />
I have look at the JSON output  fx &#8220;address:	&#8221;  Nytorv 3 K?benhavn K  1450 &#8220;,</p>
<p>but following way must be the correct way to do it<br />
&#8220;address:	&#8221;  Nytorv 3 K\u00F8benhavn K  1450 &#8220;,</p>
<p>so the ø in København shows up correctly?</p>
<p>hope you understood my description above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosie Morales</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-553</link>
		<dc:creator>Rosie Morales</dc:creator>
		<pubDate>Fri, 03 Aug 2007 01:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-553</guid>
		<description>I have fixed the problem with the timeline script.
The JSON file for the timeline was not being parsed correctly.</description>
		<content:encoded><![CDATA[<p>I have fixed the problem with the timeline script.<br />
The JSON file for the timeline was not being parsed correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosie Morales</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-552</link>
		<dc:creator>Rosie Morales</dc:creator>
		<pubDate>Thu, 02 Aug 2007 15:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-552</guid>
		<description>The timeline API is hosted by MIT and not Mitre.
The URL for the API is http://simile.mit.edu/timeline/api/timeline-api.js&quot;
The URL for timeline documentation is http://simile.mit.edu/timeline/docs/create-timelines.html

Can you provide the URL for the web page with hcalendar microformats you we&#039;re trying to view with timeline so I can fix the bug?

Thanks</description>
		<content:encoded><![CDATA[<p>The timeline API is hosted by MIT and not Mitre.<br />
The URL for the API is <a href="http://simile.mit.edu/timeline/api/timeline-api.js" rel="nofollow">http://simile.mit.edu/timeline/api/timeline-api.js</a>&#8221;<br />
The URL for timeline documentation is <a href="http://simile.mit.edu/timeline/docs/create-timelines.html" rel="nofollow">http://simile.mit.edu/timeline/docs/create-timelines.html</a></p>
<p>Can you provide the URL for the web page with hcalendar microformats you we&#8217;re trying to view with timeline so I can fix the bug?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beltzner</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-551</link>
		<dc:creator>beltzner</dc:creator>
		<pubDate>Thu, 02 Aug 2007 13:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-551</guid>
		<description>This is way hot, and a great example of the &quot;faceted browsing&quot; use case that Alex has long-positied would be the thing that makes uFormats incredibly useful.

From a quick read-through, the JS seems to reach out across the network to send data to and fetch the rendered timeline from a web service offered by MITRE. Is there any way to locally cache that functionality (which is probably fairly static) to reduce bandwidth and potentially improve speed?</description>
		<content:encoded><![CDATA[<p>This is way hot, and a great example of the &#8220;faceted browsing&#8221; use case that Alex has long-positied would be the thing that makes uFormats incredibly useful.</p>
<p>From a quick read-through, the JS seems to reach out across the network to send data to and fetch the rendered timeline from a web service offered by MITRE. Is there any way to locally cache that functionality (which is probably fairly static) to reduce bandwidth and potentially improve speed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Søren Johannessen</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-550</link>
		<dc:creator>Søren Johannessen</dc:creator>
		<pubDate>Thu, 02 Aug 2007 12:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-550</guid>
		<description>Does not work for me. It&#039;s open a blank browser window without any content in it.

I am using danish Firefox 2.0.0.6 on a danish Windows XP SP2.

the idea looks very cool :-)</description>
		<content:encoded><![CDATA[<p>Does not work for me. It&#8217;s open a blank browser window without any content in it.</p>
<p>I am using danish Firefox 2.0.0.6 on a danish Windows XP SP2.</p>
<p>the idea looks very cool <img src='http://mike.kaply.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pelle</title>
		<link>http://mike.kaply.com/2007/08/01/simile-actions-for-operator/#comment-549</link>
		<dc:creator>Pelle</dc:creator>
		<pubDate>Thu, 02 Aug 2007 05:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kaply.com/weblog/2007/08/01/simile-actions-for-operator/#comment-549</guid>
		<description>Cool Userscripts :) Although they don&#039;t work for me at all, nothing happens when I choose the actions.</description>
		<content:encoded><![CDATA[<p>Cool Userscripts <img src='http://mike.kaply.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Although they don&#8217;t work for me at all, nothing happens when I choose the actions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  mike.kaply.com/2007/08/01/simile-actions-for-operator/feed/ ) in 0.69580 seconds, on May 21st, 2012 at 7:13 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 21st, 2012 at 8:13 am UTC -->
