<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>notizBlog &#187; W3C</title>
	<atom:link href="http://notizblog.org/tag/w3c/feed/" rel="self" type="application/rss+xml" />
	<link>http://notizblog.org</link>
	<description>a weblog about the open, portable, social, synaptic, semantic, structured, distributed, decentralized, microformatted and federated social web</description>
	<lastBuildDate>Mon, 23 Jan 2012 10:31:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="search"
           href="http://notizblog.org/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='notizblog.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<atom:link rel='salmon' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-replies' href='http://notizblog.org/?salmon=endpoint'/><atom:link rel='http://salmon-protocol.org/ns/salmon-mention' href='http://notizblog.org/?salmon=endpoint'/>		<item>
		<title>OpenID Connect Complex</title>
		<link>http://notizblog.org/2012/01/18/openid-connect-complex/</link>
		<comments>http://notizblog.org/2012/01/18/openid-connect-complex/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 10:31:08 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[JanRain]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[OpenID Connect]]></category>
		<category><![CDATA[Simple Web Discovery]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Webfinger]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=4130</guid>
		<description><![CDATA[Hat der erste Entwurf von OpenID Connect noch auf eine (&#252;bersichtliche) Seite gepasst, braucht der Draft der OpenID Foundation schon 7 unterschiedliche Spezifikationen. Wieso m&#252;ssen &#8220;Standard&#8221;-Organisationen wie das W3C (z.B. RDFa) oder der OpenID Foundation denn alles so unn&#246;tig kompliziert machen? Immerhin schafft es ja sogar Facebook seinen Authentifizierungsprozess auf einer Seite zu erkl&#228;ren. &#8230;und [...]]]></description>
			<content:encoded><![CDATA[<p><img width="600" height="250" src="http://notizblog.org/wp-content/uploads/2012/01/openid-complex.jpg" class="aligncenter size-medium wp-post-image" alt="openid-complex" title="openid-complex" /></p>
<p>Hat der erste Entwurf von <a href="http://web.archive.org/web/20110720081501/http://openidconnect.com/"><em>OpenID Connect</em></a> noch auf eine (&#252;bersichtliche) Seite gepasst, braucht der <a href="http://openid.net/connect/">Draft</a> der OpenID Foundation schon <strong>7 unterschiedliche Spezifikationen</strong>.</p>
<p>Wieso m&#252;ssen &#8220;Standard&#8221;-Organisationen wie das W3C (z.B. RDFa) oder der OpenID Foundation denn alles so unn&#246;tig kompliziert machen? Immerhin schafft es ja sogar Facebook seinen Authentifizierungsprozess auf <a href="http://developers.facebook.com/docs/authentication/">einer Seite</a> zu erkl&#228;ren. &#8230;und noch besser! Er l&#228;sst in drei S&#228;tzen zusammenfassen:</p>
<ol>
<li>Hol dir &#252;ber folgende URL einen Access-Token:<br />
<code>https://www.facebook.com/dialog/oauth?<br />
     client_id=YOUR_APP_ID&#038;redirect_uri=YOUR_URL</code></li>
<li>H&#228;ng ihn an folgende URL, auf den du den User weiterleitest:<br />
<code>https://www.facebook.com/dialog/oauth?<br />
     client_id=YOUR_APP_ID&#038;redirect_uri=YOUR_URL&#038;scope=email,read_stream</code></li>
<li>Fertsch!</li>
</ol>
<p>&#8230;dazu kommen eine weitere <a href="http://openid.net/specs/openid-connect-discovery-1_0.html">Discovery-Variante</a> die Webfinger, host-meta, XRD, XRDS oder YADIS komplett ignoriert und eine <a href="http://openid.net/specs/openid-connect-messages-1_0.html#anchor14">Identity-API</a> die SREG oder AX noch nicht einmal &#228;hnelt!</p>
<p>Mike Jones, einer der Hauptentwickler der Spezifikation, <a href="http://self-issued.info/?p=619">schreibt zwar</a>:</p>
<blockquote><p>The design philosophy behind OpenID Connect is “make simple things simple and make complex things possible”.</p></blockquote>
<p>Das ist aber nur die halbe Wahrheit. Webseitenbetreiber, die zuk&#252;nftig einen <em>OpenID Connect</em> Login anbieten wollen, haben es in der Tat etwas einfacher, da sie sich auf die &#8220;<a href="http://openid.net/specs/openid-connect-basic-1_0.html">Minimalanforderungen</a>&#8221; konzentrieren k&#246;nnen. Seiten die einen <em>OpenID Connect</em> Provider stellen wollen haben aber <a href="http://openid.net/specs/openid-connect-basic-1_0.html#anchor2">folgendes Problem</a>:</p>
<blockquote><p>Authorization Requests can follow one of two paths; the Implicit Flow or the Authorization Code Flow. [...]<br />
The OpenID Connect Basic Client profile only documents Clients using the Implicit Flow. OpenID Providers MUST support both flows. [...]</p></blockquote>
<p>Damit begeht die <em>OpenID Foundation</em> wieder den gleichen Fehler wie bei OpenID 2.0. Am Schluss gibt es so viele unterschiedliche und halbfertige Implemenrierungen, dass man wieder auf <abbr title="Software As A Service">SaaS</abbr>-Dienste wie <a href="http://www.janrain.com/products/engage/social-login">Janrain</a> oder <a href="http://www.gigya.com/">Gigaya</a> zur&#252;ckgreifen muss. Wozu braucht es dann noch einen &#8220;Standard&#8221;?</p>
<p>Warum denn immer <a href="http://notizblog.org/2011/11/15/oalternative/">1000 Alternativen</a> anbieten? Bei Facebook klappts ja auch ohne&#8230;</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenID &lt;del datetime=&quot;2012-01-18T09:33:25+00:00&quot;&gt;Connect&lt;/del&gt; Complex"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2012/01/18/openid-connect-complex/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2012/01/18/openid-connect-complex/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2012/01/18/openid-connect-complex/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2012/01/openid-complex.jpg" />
		<media:content url="http://notizblog.org/wp-content/uploads/2012/01/openid-complex.jpg" medium="image">
			<media:title type="html">openid-complex</media:title>
		</media:content>
	</item>
		<item>
		<title>Tantek &#252;ber seine Erfahrungen mit OpenWeb-Standards</title>
		<link>http://notizblog.org/2011/06/21/tantek-uber-seine-erfahrungen-mit-openweb-standards/</link>
		<comments>http://notizblog.org/2011/06/21/tantek-uber-seine-erfahrungen-mit-openweb-standards/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 17:15:02 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[IETF]]></category>
		<category><![CDATA[Open Web Foundation]]></category>
		<category><![CDATA[OpenWeb]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3757</guid>
		<description><![CDATA[Mr. Microformat, Tantek Çelik, schreibt &#252;ber &#8220;10 Practices for Good Open Web Standards Development&#8220;&#8230; und &#252;ber Apfelkuchen, &#214;ko-Produkte und W&#252;rstchen. Flattr this!]]></description>
			<content:encoded><![CDATA[<p>Mr. Microformat, Tantek Çelik, schreibt &#252;ber &#8220;<a href="http://tantek.com/2011/168/b1/practices-good-open-web-standards-development">10 Practices for Good Open Web Standards Development</a>&#8220;&#8230; und &#252;ber Apfelkuchen, &#214;ko-Produkte und W&#252;rstchen.</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Tantek &amp;#252;ber seine Erfahrungen mit OpenWeb-Standards"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2011/06/21/tantek-uber-seine-erfahrungen-mit-openweb-standards/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2011/06/21/tantek-uber-seine-erfahrungen-mit-openweb-standards/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2011/06/21/tantek-uber-seine-erfahrungen-mit-openweb-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>W3C Workshop on Identity in the Browser</title>
		<link>http://notizblog.org/2011/05/01/w3c-workshop-on-identity-in-the-browser/</link>
		<comments>http://notizblog.org/2011/05/01/w3c-workshop-on-identity-in-the-browser/#comments</comments>
		<pubDate>Sun, 01 May 2011 09:11:33 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Identity in the Browser]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3682</guid>
		<description><![CDATA[Das W3C startet einen Identity in the Browser Workshop: As the Web becomes increasingly a focal point for economic and social activity, there is an urgent need for trustworthy, widely-applicable digital identity management. This includes the need for authentication and authorization to work across multiple web-sites, enterprises, devices, and browsers in a uniform and easy-to-use [...]]]></description>
			<content:encoded><![CDATA[<p>Das W3C startet einen <a href="http://www.w3.org/2011/identity-ws/"><em>Identity in the Browser</em> Workshop</a>:</p>
<blockquote><p>As the Web becomes increasingly a focal point for economic and social activity, there is an urgent need for trustworthy, widely-applicable digital identity management. This includes the need for authentication and authorization to work across multiple web-sites, enterprises, devices, and browsers in a uniform and easy-to-use manner.</p></blockquote>
<p>Leider scheint <a href="http://chrismessina.me">Chris Messina</a> nicht dabei zu sein&#8230; mir hat seine damalige <a href="http://factoryjoe.com/social-agent/">Konzeptstudie</a> sehr gut gefallen!</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="W3C Workshop on Identity in the Browser"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2011/05/01/w3c-workshop-on-identity-in-the-browser/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2011/05/01/w3c-workshop-on-identity-in-the-browser/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2011/05/01/w3c-workshop-on-identity-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>OpenWeb-Notizen: Own Your Data, HTML5, DataPortability</title>
		<link>http://notizblog.org/2011/01/20/openweb-notizen-own-your-data-html5-dataportability/</link>
		<comments>http://notizblog.org/2011/01/20/openweb-notizen-own-your-data-html5-dataportability/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 20:42:35 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Microdata]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3499</guid>
		<description><![CDATA[How to "Own Your Data", aus HTML5 wird HTML und die DataPortability Org. hat neue Chefs]]></description>
			<content:encoded><![CDATA[<h4>Own Your Data</h4>
<p>Am Tag als delicious starb machten sich alle (zu recht) sorgen um ihre Bookmarks und es entfachte eine kleine Diskussion unter Geeks, wo denn die eigenen Daten am sichersten w&#228;ren: Jeremy Keith verwaltet seine Bookmarks nun selbst und schickt nur Kopien an delicious &#038; Co., Tantek Celik tweetet auf seinem eigenen Webspace und sendet nur eine Kopie an Twitter, &#8230;<br />
Fr&#252;her hatte man seine Daten in Sozialen Netzen und benutzte APIs um sie in die Sidebar des eigenen Blogs zu bekommen und jetzt l&#228;uft alles andersrum?</p>
<p>&raquo; <a href="http://notes.tomhenrich.com/post/2675663088/own-your-data/" rel="bookmark">Own Your Data</a></p>
<h4>HTML5 und so</h4>
<p>HTML5 hei&#223;t jetzt nur noch HTML und zur Feier der Umbenennung spendiert das W3C ein neues HTML<strong>5</strong> Logo <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Gro&#223;artig!</p>
<p>&raquo; <a href="http://blog.whatwg.org/html-is-the-new-html5" rel="bookmark">HTML is the new HTML5</a><br />
&raquo; <a href="http://www.w3.org/News/2011.html#entry-8992" rel="bookmark">W3C Introduces an HTML5 Logo</a></p>
<p>&#8230;au&#223;erdem wurden die <em>Working Drafts</em> von RDFa 1.1 und Microdata angepasst:</p>
<p>&raquo; <a href="http://www.w3.org/News/2011.html#entry-8990" rel="bookmark">Eight HTML5 Drafts Updated</a></p>
<h4>Steering Committee</h4>
<p>Die DataPortability Org. hat die neuen Chefs gew&#228;hlt und bekannt gegeben&#8230; Mr. Topf is leider raus <img src='http://notizblog.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>&raquo; <a href="http://blog.dataportability.org/2011/01/17/2011-election-results/">2011 Steering Committee Election Results</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: Own Your Data, HTML5, DataPortability"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2011/01/20/openweb-notizen-own-your-data-html5-dataportability/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2011/01/20/openweb-notizen-own-your-data-html5-dataportability/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2011/01/20/openweb-notizen-own-your-data-html5-dataportability/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
	</item>
		<item>
		<title>OpenWeb-Notizen: Contacts in the Browser, Open Web Apps, PubSubJubhub, FederatedSocialWebCharter</title>
		<link>http://notizblog.org/2010/10/27/openweb-notizen-contacts-in-the-browser-open-web-apps-pubsubjubhub-federatedsocialwebcharter/</link>
		<comments>http://notizblog.org/2010/10/27/openweb-notizen-contacts-in-the-browser-open-web-apps-pubsubjubhub-federatedsocialwebcharter/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 21:18:39 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[federated social web]]></category>
		<category><![CDATA[FederatedSocialWebCharter]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[pubsubhubbub]]></category>
		<category><![CDATA[PubSubJubBub]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3344</guid>
		<description><![CDATA[Neue Version von &#8220;Contacts in the Browser&#8221; Contacts in the Browser kann jetzt auch OAuth: Where possible, Contacts now uses the industry-standard OAuth login mechanism to access websites. You will need to re-connect your browser to your services once to set it up. &#187; Contacts in the Browser 0.4 released Mozillas &#8220;Prototype of an Open [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Neue Version von &#8220;Contacts in the Browser&#8221;</strong><br />
<em>Contacts in the Browser</em> kann jetzt auch OAuth:</p>
<blockquote><p>Where possible, Contacts now uses the industry-standard OAuth login mechanism to access websites. You will need to re-connect your browser to your services once to set it up.</p></blockquote>
<p>&raquo; <a href="http://mozillalabs.com/contacts/2010/10/22/contacts-in-the-browser-0-4-released/">Contacts in the Browser 0.4 released</a></p>
<p><strong>Mozillas &#8220;Prototype of an Open Web App Ecosystem&#8221;</strong><br />
Und nochmal Firefox: Mozilla arbeitet an der Verschmelzung von Webservices und dem Browser:</p>
<blockquote><p>Apps built using HTML/CSS/JavaScript that work both on computers and mobile phones, have many of the characteristics that users find compelling about native apps and provide developers with open and flexible distribution options.</p></blockquote>
<p>&raquo; <a href="http://blog.mozilla.com/blog/2010/10/19/prototype-of-an-open-web-app-ecosystem/" rel="bookmark">Prototype of an Open Web App Ecosystem</a></p>
<p><strong>PubSubJubhub</strong><br />
PubSubHubBub mit JavaScript abonnieren:</p>
<blockquote><p>A little web service that allows you to subscribe to PubSubHubbub feeds from Javascript! </p></blockquote>
<p>&raquo; <a href="http://pubsubjubhub.appspot.com/" rel="bookmark">PubSubJubhub</a></p>
<p><strong>W3Cs FederatedSocialWebCharter</strong><br />
Das W3C will jetzt auch im <em>OpenWeb</em> mit mischen und ruft das (oder den) <em>FederatedSocialWebCharter</em> ins leben:</p>
<blockquote><p>The mission of the Federated Social Web Incubator Group is to provide a set of community-driven specifications and a test-case suite for a federated social web.</p></blockquote>
<p>&raquo; <a href="http://www.w3.org/2005/Incubator/socialweb/wiki/FederatedSocialWebCharter" rel="bookmark">FederatedSocialWebCharter</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: Contacts in the Browser, Open Web Apps, PubSubJubhub, FederatedSocialWebCharter"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/10/27/openweb-notizen-contacts-in-the-browser-open-web-apps-pubsubjubhub-federatedsocialwebcharter/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/10/27/openweb-notizen-contacts-in-the-browser-open-web-apps-pubsubjubhub-federatedsocialwebcharter/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/10/27/openweb-notizen-contacts-in-the-browser-open-web-apps-pubsubjubhub-federatedsocialwebcharter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>OpenWeb-Notizen: PseudoID, Contacts API, Microformats</title>
		<link>http://notizblog.org/2010/08/19/openweb-notizen-pseudoid-contacts-api-microformats/</link>
		<comments>http://notizblog.org/2010/08/19/openweb-notizen-pseudoid-contacts-api-microformats/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 21:09:17 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[Contacts-API]]></category>
		<category><![CDATA[CORS]]></category>
		<category><![CDATA[Cross-Origin Resource Sharing]]></category>
		<category><![CDATA[DiSo]]></category>
		<category><![CDATA[federated social web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[PseudoID]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3165</guid>
		<description><![CDATA[Google PseudoID Google arbeitet an einem Projekt namens &#8220;PseudoID&#8221;, einer Art Privacy Enhancement f&#252;r OpenID &#038; Co. &#187; PseudoID: Enhancing Privacy for Federated Login Contacts API Draft Das W3C arbeitet gerade an einem &#8220;unified address book&#8221; welches alle Adressb&#252;cher eines Users vereint und dieses &#252;ber eine API auch wieder f&#252;r dritte zug&#228;nglich macht. Every operating [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Google PseudoID</strong><br />
Google arbeitet an einem Projekt namens &#8220;PseudoID&#8221;, einer Art <em>Privacy Enhancement</em> f&#252;r OpenID &#038; Co.</p>
<p><object type="application/x-shockwave-flash" style="width:480px; height:385px" data="http://www.youtube.com/v/fCBPuGsO_I4"><param name="movie" value="http://www.youtube.com/v/fCBPuGsO_I4"></param></object></p>
<p>&raquo; <a href="http://www.pseudoid.net/" rel="bookmark">PseudoID: Enhancing Privacy for Federated Login</a></p>
<p><strong>Contacts API Draft</strong><br />
Das W3C arbeitet gerade an einem &#8220;unified address book&#8221; welches alle Adressb&#252;cher eines Users vereint und dieses &#252;ber eine API auch wieder f&#252;r dritte zug&#228;nglich macht.</p>
<blockquote><p>Every operating system and a large number of web-based service providers have different ways of representing address book information. [...] This specification defines the concept of a user&#8217;s unified address book &#8211; where address book data may be sourced from a plurality of sources &#8211; both online and locally. This specification then defines the interfaces on which 3rd party applications can access a user&#8217;s unified address book; with explicit user permission and filtering.</p></blockquote>
<p>H&#246;rt sich ein wenig nach <em>Synaptic</em> bzw. <em>Fedarated</em> bzw. <em>Distributed</em> bzw. <em>Decentralized Web</em> an&#8230;</p>
<p>&raquo; <a href="http://www.w3.org/TR/2010/WD-contacts-api-20100817/" rel="bookmark">Contacts API</a></p>
<p><strong>CORS, Scraping, and Microformats</strong><br />
Michaels Mahemoff beschreibt wie man mit Hilfe von <em>Cross-Origin Resource Sharing</em> und <em>Microformats</em> das Web zu einer einzigen API machen k&#246;nnte.</p>
<blockquote><p>Cross-Origin Resource Sharing  makes it possible to do arbitrary calls from a web page to any server, if the server consents. It&#8217;s a typical HTML5 play: We could do similar things before, but they were with hacks like JSONP. Cross-Origin Resource Sharing lets us can achieve more and do it cleanly.</p></blockquote>
<p>Nicht ganz unbedenklich&#8230; aber definitiv ein interessanter Gedankengang!</p>
<p><small>via <a href="http://www.snirgel.de/">snirgel</a></small></p>
<p>&raquo; <a href="http://softwareas.com/cors-scraping-and-microformats" rel="bookmark">CORS, Scraping, and Microformats</a><br />
&raquo; <a href="http://www.w3.org/TR/2010/WD-cors-20100727/" rel="bookmark">Cross-Origin Resource Sharing</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: PseudoID, Contacts API, Microformats"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/08/19/openweb-notizen-pseudoid-contacts-api-microformats/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/08/19/openweb-notizen-pseudoid-contacts-api-microformats/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/08/19/openweb-notizen-pseudoid-contacts-api-microformats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>OpenWeb-Notizen: W3C, UfXtract, WebID, OExchange</title>
		<link>http://notizblog.org/2010/07/28/openweb-notizen-w3c-ufxtract-webid-oexchange/</link>
		<comments>http://notizblog.org/2010/07/28/openweb-notizen-w3c-ufxtract-webid-oexchange/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 21:12:16 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[FoaF]]></category>
		<category><![CDATA[foaf+ssl]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[OExchange]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ufXtract]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[WebID]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3113</guid>
		<description><![CDATA[Das W3C und das Open Web Das World Wide Web Consortium will sich in Zukunft nicht mehr ausschlie&#223;lich auf Webstandards konzentrieren, sondern einen &#8220;attraktiven Platz&#8221; f&#252;r offene Standards aller Art schaffen. Beispielhaft erw&#228;hnte Formate sind z.B. OStatus (Salmon Protocol, ActivityStreams, Pubsubhubub, &#8230;), OneSocialWeb, OExchange, WebFinger uvm. &#187; Making W3C the Place for New Web Standards [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Das W3C und das Open Web</strong><br />
Das <em>World Wide Web Consortium</em> will sich in Zukunft nicht mehr ausschlie&#223;lich auf <em>Webstandards</em> konzentrieren, sondern einen &#8220;attraktiven Platz&#8221; f&#252;r offene Standards aller Art schaffen. Beispielhaft erw&#228;hnte Formate sind z.B. OStatus (Salmon Protocol, ActivityStreams, Pubsubhubub, &#8230;), OneSocialWeb, OExchange, WebFinger uvm.</p>
<p>&raquo; <a href="http://www.w3.org/2010/Talks/ij-newstd-201005/" rel="bookmark">Making W3C the Place for New Web Standards</a><br />
&raquo; <a href="http://www.w3.org/2010/04/w3c-vision-public/wiki/Newstd">Wiki-Seite</a></p>
<p><strong>UfXtract jetzt Open Source</strong><br />
Glenn Jones hat den Quellcode seines Microformats-Parsers <em>UfXtract</em> ver&#246;ffentlicht. </p>
<blockquote><p>UfXtract is a fast and easy to use .Net microformats parser. With a few lines of code you can load and parse microformats from Urls or HTML strings. You can then extract the data directly in .Net or convert it into JSON, JSON-P or XML.</p></blockquote>
<p>&raquo; <a href="http://github.com/glennjones/ufxtract/" rel="bookmark">GitHub Repository</a><br />
&raquo; <a href="http://www.ufxtract.com/">ufXtract Webservice</a></p>
<p><strong>Aus foaf+ssl wird WebID</strong><br />
Die <em>OpenID Community</em> hat ja bereits erkannt dass der Otto-Normal-User einige Probleme mit URLs als Identifier hat. Das scheint das W3C aber nicht weiter zu st&#246;ren.</p>
<blockquote><p>A Web ID is an &#8220;Identifier&#8221; (an &#8220;HTTP URI&#8221; in fact), for Entity &#8220;You&#8221; [...] It looks like a URL and feels like a URL, but isn&#8217;t solely a URL, due to the inherent Identity/Access duality of HTTP scheme URIs.</p></blockquote>
<p>H&#246;rt sich simpel an <img src='http://notizblog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&raquo; <a href="http://esw.w3.org/WebID">A Web ID</a><br />
&raquo; <a href="http://blog.openwebpodcast.de/283/episode-24%E2%80%93foafssl/">OpenWeb-Podcast: Episode 25 – FoaF+SSL</a></p>
<p><strong>AddThis baut ausschlie&#223;lich auf OExchange</strong><br />
AddThis integriert in Zukunft nur noch Dienste die das OExchange-Protokoll unterst&#252;tzen. Mal schau&#8217;n wie konsequent sie sind <img src='http://notizblog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<blockquote><p>Today, we’ve released a new workflow for submitting new services (i.e. social networks, online communities, etc) to the AddThis Service Directory that requires all new services support the sharing protocol OExchange.</p></blockquote>
<p>&raquo; <a href="http://addthis.com/blog/2010/07/22/oexchange-support-now-required-for-new-service-submission/" rel="bookmark">OExchange Support Now Required for New Service Submission</a><br />
&raquo; <a href="http://addthis.com/services/submit">OExchange Submission Flow</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: W3C, UfXtract, WebID, OExchange"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/07/28/openweb-notizen-w3c-ufxtract-webid-oexchange/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/07/28/openweb-notizen-w3c-ufxtract-webid-oexchange/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/07/28/openweb-notizen-w3c-ufxtract-webid-oexchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Microformats-Wiki Relaunch</title>
		<link>http://notizblog.org/2008/11/17/microformats-wiki-relaunch/</link>
		<comments>http://notizblog.org/2008/11/17/microformats-wiki-relaunch/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 21:51:54 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Relauch]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1288</guid>
		<description><![CDATA[&#8230;ganz im Stil der W3C-Specs Ist auf alle F&#228;lle sehr schick geworden! Mehr &#252;ber das neue Design im neuen Wiki. Flattr this!]]></description>
			<content:encoded><![CDATA[<p>&#8230;ganz im Stil der W3C-Specs <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://notizblog.org/wp-content/uploads/2008/11/microformats-wiki.jpg" alt="Microformats-Wiki.jpg" width="480" height="400" /></p>
<p>Ist auf alle F&#228;lle sehr schick geworden!</p>
<p><small><a href="http://microformats.org/wiki/wiki-2">Mehr &#252;ber das neue Design im neuen Wiki.</a></small></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Microformats-Wiki Relaunch"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/11/17/microformats-wiki-relaunch/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/11/17/microformats-wiki-relaunch/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/11/17/microformats-wiki-relaunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2008/11/microformats-wiki.jpg" />
		<media:content url="http://notizblog.org/wp-content/uploads/2008/11/microformats-wiki.jpg" medium="image">
			<media:title type="html">Microformats-Wiki.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Firefox HTML Validator mit RDFa &#8211; Support</title>
		<link>http://notizblog.org/2008/04/24/firefox-html-validator-mit-rdfa-support/</link>
		<comments>http://notizblog.org/2008/04/24/firefox-html-validator-mit-rdfa-support/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 07:01:04 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Addon]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[HTML Validator]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=832</guid>
		<description><![CDATA[Nachdem sich Benjamin Nowack gestern (via twitter) noch gefragt hat ob es m&#246;glich ist, einem Firefox-HTML-Validator RDFa beizubringen&#8230; wondering if the FF HTML Validator extension could be hacked to support RDFa. Basic QA is a bit too complicated with only the w3.org checker &#8230;hat er ihn heute auf seiner Webseite ver&#246;ffentlicht Benjamin Nowacks angepasster Validator [...]]]></description>
			<content:encoded><![CDATA[<p>Nachdem sich <a href="http://bnode.org">Benjamin Nowack</a> gestern (<a href="http://twitter.com/bengee/statuses/795012932">via twitter</a>) noch gefragt hat  ob es m&#246;glich ist, einem Firefox-<a href="http://notizblog.org/2008/03/02/rdfa-in-xhtml-10-verwenden/">HTML-Validator RDFa</a> beizubringen&#8230;</p>
<blockquote><p>wondering if the FF HTML Validator extension could be hacked to support RDFa. Basic QA is a bit too complicated with only the w3.org checker</p></blockquote>
<p>&#8230;hat er ihn heute auf seiner Webseite ver&#246;ffentlicht <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Benjamin Nowacks angepasster Validator basiert auf der <a href="http://users.skynet.be/mgueury/mozilla/index.html">HTML Validator Extension for Firefox</a> von Marc Gueury und funktioniert leider vorerst nur Windows.</p>
<p><a href="http://bnode.org/blog/2008/04/23/adding-partial-rdfa-support-to-the-firefox-html-validator-extension">Zum Download</a></p>
<p>Weitere sehr interessante Projekte von Herrn Nowack die man sich auch unbedingt anschauen sollte:</p>
<ul>
<li><a href="http://arc.semsol.org/">ARC</a> &#8211; Easy RDF and SPARQL for LAMP systems</li>
<li><a href="http://sparqlbot.semsol.org/">SPARQLBot</a> &#8211; Your Semantic Web Command Line</li>
</ul>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Firefox HTML Validator mit RDFa &amp;#8211; Support"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/04/24/firefox-html-validator-mit-rdfa-support/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/04/24/firefox-html-validator-mit-rdfa-support/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/04/24/firefox-html-validator-mit-rdfa-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Microformats Profile URIs</title>
		<link>http://notizblog.org/2008/04/01/microformats-profile-uris/</link>
		<comments>http://notizblog.org/2008/04/01/microformats-profile-uris/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 14:08:32 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Profile URIs]]></category>
		<category><![CDATA[Purl]]></category>
		<category><![CDATA[W3C]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=788</guid>
		<description><![CDATA[Um auf die im HTML-Quellcode verwendeten Microformats hinweisen zu k&#246;nnen, wurden vom Microformats-Team jetzt einheitliche Profile URIs ver&#246;ffentlicht. Ber&#252;cksichtigt wurden alle non-draft Microformats (Stand: M&#228;rz 2008) ausgenommen XOXO und XMDP: Specification Profile(s) geo http://purl.org/uF/geo/0.9/ hAtom http://purl.org/uF/hAtom/0.1/ hCalendar http://purl.org/uF/hCalendar/1.0/ hCard http://www.w3.org/2006/03/hcard or http://purl.org/uF/hCard/1.0/ hResume http://microformats.org/wiki/hresume-profile rel-license http://purl.org/uF/rel-license/1.0/ rel-nofollow http://purl.org/uF/rel-nofollow/1.0/ rel-tag http://purl.org/uF/rel-tag/1.0/ VoteLinks http://purl.org/uF/VoteLinks/1.0/ XFN http://gmpg.org/xfn/11 Eine [...]]]></description>
			<content:encoded><![CDATA[<p>Um auf die im HTML-Quellcode verwendeten <a href="http://microformats.org/wiki/microformats">Microformats</a> hinweisen zu k&#246;nnen, wurden vom Microformats-Team jetzt einheitliche <a href="http://de.selfhtml.org/html/kopfdaten/meta.htm#profil">Profile <abbr title="Uniform Resource Identifier">URI</abbr>s</a> ver&#246;ffentlicht. Ber&#252;cksichtigt wurden alle non-draft Microformats (Stand: M&#228;rz 2008) ausgenommen <a href="http://microformats.org/wiki/XOXO">XOXO</a> und <a href="http://gmpg.org/xmdp/">XMDP</a>:</p>
<table>
<thead>
<tr>
<th>Specification</th>
<th style="text-align: center;">Profile(s)</th>
</tr>
</thead>
<tbody>
<tr>
<td> <a href="http://microformats.org/wiki/geo" title="geo">geo</a></td>
<td> <a href="http://purl.org/uF/geo/0.9/" class="external" rel="nofollow">http://purl.org/uF/geo/0.9/</a></td>
</tr>
<tr class="alt">
<td> <a href="http://microformats.org/wiki/hAtom" title="hAtom">hAtom</a></td>
<td> <a href="http://purl.org/uF/hAtom/0.1/" class="external" rel="nofollow">http://purl.org/uF/hAtom/0.1/</a></td>
</tr>
<tr>
<td> <a href="http://microformats.org/wiki/hCalendar" title="hCalendar">hCalendar</a></td>
<td> <a href="http://purl.org/uF/hCalendar/1.0/" class="external" rel="nofollow">http://purl.org/uF/hCalendar/1.0/</a></td>
</tr>
<tr class="alt">
<td> <a href="http://microformats.org/wiki/hCard" title="hCard">hCard</a></td>
<td> <a href="http://www.w3.org/2006/03/hcard" class="external" rel="nofollow">http://www.w3.org/2006/03/hcard</a> <strong>or</strong> <a href="http://purl.org/uF/hCard/1.0/" class="external" rel="nofollow">http://purl.org/uF/hCard/1.0/</a></td>
</tr>
<tr>
<td> <a href="http://microformats.org/wiki/hResume" title="hResume">hResume</a></td>
<td> <a href="http://microformats.org/wiki/hresume-profile" class="external" rel="nofollow">http://microformats.org/wiki/hresume-profile</a></td>
</tr>
<tr class="alt">
<td> <a href="http://microformats.org/wiki/rel-license" title="rel-license">rel-license</a></td>
<td> <a href="http://purl.org/uF/rel-license/1.0/" class="external" rel="nofollow">http://purl.org/uF/rel-license/1.0/</a></td>
</tr>
<tr>
<td> <a href="http://microformats.org/wiki/rel-nofollow" title="rel-nofollow">rel-nofollow</a></td>
<td> <a href="http://purl.org/uF/rel-nofollow/1.0/" class="external" rel="nofollow">http://purl.org/uF/rel-nofollow/1.0/</a></td>
</tr>
<tr class="alt">
<td> <a href="http://microformats.org/wiki/rel-tag" title="rel-tag">rel-tag</a></td>
<td> <a href="http://purl.org/uF/rel-tag/1.0/" class="external" rel="nofollow">http://purl.org/uF/rel-tag/1.0/</a></td>
</tr>
<tr>
<td> <a href="http://microformats.org/wiki/vote-links" title="vote-links">VoteLinks</a></td>
<td> <a href="http://purl.org/uF/VoteLinks/1.0/" class="external" rel="nofollow">http://purl.org/uF/VoteLinks/1.0/</a></td>
</tr>
<tr class="alt">
<td> <a href="http://microformats.org/wiki/xfn" title="xfn">XFN</a></td>
<td> <a href="http://gmpg.org/xfn/11" class="external" rel="nofollow">http://gmpg.org/xfn/11</a></td>
</tr>
</tbody>
</table>
<p>Eine komplette &#220;bersicht findet man auch &#252;ber <a href="http://purl.org/uF/2008/03/">purl.org/uF/2008/03/</a> oder im <a href="http://microformats.org/wiki/profile-uris">Microformats Wiki</a>.</p>
<p>Diese URIs k&#246;nnen, gem&#228;&#223; der <a href="http://www.w3.org/2005/07/13-nsuri" class="external" title="http://www.w3.org/1999/10/nsuri" rel="nofollow">W3C namespace policy</a> <code>&lt;head /&gt;</code> der HTML Datei angegeben werden. Beispiel:</p>
<p><code>&lt;head profile="http://www.ietf.org/rfc/rfc2731.txt http://www.w3.org/2006/03/hcard http://purl.org/uF/hAtom/0.1/"&gt;</code></p>
<p>Quelle: ‘<a href="http://microformats.org/blog/2008/04/01/this-fortnight-in-microformats-march-17th%e2%80%9330th/">This Week in Microformats</a>’ f&#252;r M&#228;rz.</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Microformats Profile URIs"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/04/01/microformats-profile-uris/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/04/01/microformats-profile-uris/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/04/01/microformats-profile-uris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

