<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Mozilla Jetpack (und Microformats)</title>
	<atom:link href="http://notizblog.org/2009/06/05/mozilla-jetpack-und-microformats/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizblog.org/2009/06/05/mozilla-jetpack-und-microformats/</link>
	<description>a weblog about the open, portable, social, synaptic, semantic, structured, distributed, decentralized, microformatted and federated social web</description>
	<lastBuildDate>Wed, 23 May 2012 05:01:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Matthias Pfefferle</title>
		<link>http://notizblog.org/2009/06/05/mozilla-jetpack-und-microformats/comment-page-1/#comment-36592</link>
		<dc:creator>Matthias Pfefferle</dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1627#comment-36592</guid>
		<description>So, das sollte auch unter Linux funktionieren:

&lt;pre&gt;Components.utils.import(&quot;resource://gre/modules/Microformats.js&quot;);

jetpack.statusBar.append({
  html: &#039;&lt;img src=&quot;http://microformats.org/favicon.ico&quot;&gt;
           hCards: &lt;span id=&quot;hcard-count&quot;&gt;0&lt;/span&gt;&#039;,
  onReady: function(jetpackWidget) {
    function counthCard(){
      //load HTML
      var doc = jetpack.tabs.focused.contentDocument;
      // count microformats
      var uFcount = Microformats.count(&#039;hCard&#039;, doc);
      if (uFcount &gt; 0) {
       $(jetpackWidget).find(&#039;#hcard-count&#039;).html(uFcount);
      }
    }
    jetpack.tabs.onFocus(counthCard);
  }
});&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>So, das sollte auch unter Linux funktionieren:</p>
<pre>Components.utils.import("resource://gre/modules/Microformats.js");

jetpack.statusBar.append({
  html: '&lt;img src="http://microformats.org/favicon.ico"&gt;
           hCards: &lt;span id="hcard-count"&gt;0&lt;/span&gt;',
  onReady: function(jetpackWidget) {
    function counthCard(){
      //load HTML
      var doc = jetpack.tabs.focused.contentDocument;
      // count microformats
      var uFcount = Microformats.count('hCard', doc);
      if (uFcount > 0) {
       $(jetpackWidget).find('#hcard-count').html(uFcount);
      }
    }
    jetpack.tabs.onFocus(counthCard);
  }
});</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: snirgel</title>
		<link>http://notizblog.org/2009/06/05/mozilla-jetpack-und-microformats/comment-page-1/#comment-36587</link>
		<dc:creator>snirgel</dc:creator>
		<pubDate>Fri, 05 Jun 2009 07:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://notizblog.org/?p=1627#comment-36587</guid>
		<description>nice nice, auch wenn dein feature unter linux nicht zu gehn scheint und generell ein wenig oft aufpopt :)</description>
		<content:encoded><![CDATA[<p>nice nice, auch wenn dein feature unter linux nicht zu gehn scheint und generell ein wenig oft aufpopt <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

