<?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; hCard</title>
	<atom:link href="http://notizblog.org/tag/hcard/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>HTML5, Input-Types, Form-Validierung und WordPress</title>
		<link>http://notizblog.org/2011/07/11/html5-input-types-form-validierung-und-wordpress/</link>
		<comments>http://notizblog.org/2011/07/11/html5-input-types-form-validierung-und-wordpress/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 18:46:37 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[input-types]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3840</guid>
		<description><![CDATA[Dass HTML5 ein paar neue input-types definiert, habe ich durch die hcard-input-brainstorming so am Rande auf geschnappt, mir aber nichts weiter dabei gedacht&#8230; Durch Zufall bin ich heute aber &#252;ber folgenden Tweet von Sylvia Egger gesto&#223;en: Just implemented native #HTML5 form validation on #wp comments form &#8211; it&#8217; quite simple &#038; should be in #wp [...]]]></description>
			<content:encoded><![CDATA[<p><img width="256" height="256" src="http://notizblog.org/wp-content/uploads/2011/07/HTML5_Logo_256.png" class="alignright size-medium wp-post-image" alt="HTML5 Logo" title="HTML5 Logo" /></p>
<p>Dass HTML5 ein paar neue input-types definiert, habe ich durch die <a href="http://microformats.org/wiki/hcard-input-brainstorming#HTML5_input_types">hcard-input-brainstorming</a> so am Rande auf geschnappt, mir aber nichts weiter dabei gedacht&#8230; Durch Zufall bin ich heute aber &#252;ber folgenden <a href="http://twitter.com/sprungmarkers/status/90305500108947457">Tweet</a> von Sylvia Egger gesto&#223;en:</p>
<blockquote><p>Just implemented native #HTML5 form validation on #wp comments form &#8211; it&#8217; quite simple &#038; should be in #wp default theme</p></blockquote>
<p>und habe bissle recherchiert&#8230; Mit den neuen Input-Types ist es doch tats&#228;chlich m&#246;glich Input-Felder &#252;ber den Browser validieren zu lassen&#8230; Ich bin begeistert! <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tr&#228;gt man beispielsweise eine Nicht-Email-Adresse in folgendes Feld&#8230;</p>
<pre><code>&lt;input type="email" /></code></pre>
<p>bekommt man&#8230;</p>
<p><img src="http://notizblog.org/wp-content/uploads/2011/07/firefox-email-validation.jpg" alt="Email Validation im Firefox" title="Email Validation im Firefox" width="500" height="120" class="aligncenter size-full wp-image-3855" /></p>
<p>Sch&#246;n wenn man sich noch &#252;ber solche Kleinigkeiten freuen kann oder <img src='http://notizblog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Lange rede kurzer Sinn: Da WordPress alle Formulare an zentraler Stelle definiert, ist es ziemlich einfach sie mit ein paar neuen Input-Types zu versehen. Mit dem folgenden Code wird das Kommentar-Formular mit den Typen &#8220;email&#8221; und &#8220;url&#8221; und das Suchformular mit dem Typ &#8220;search&#8221; (funktioniert nur in den WebKit-Browsern) erweitert:</p>
<p><ins datetime="2011-07-12T06:58:09+00:00"><strong>Code-Update</strong>: <a href="http://yatil.de/">Eric Eggert</a> hat mich in den <a href="http://notizblog.org/2011/07/11/html5-input-types-form-validierung-und-wordpress/#comment-173210">Kommentaren</a> darauf hingewiesen, dass man mit <code>&lt;input required /&gt;</code> auch noch die Pflichtfelder validieren kann. Danke!</ins></p>
<p><ins datetime="2011-07-12T06:58:09+00:00"><strong>Code-Update 2</strong>: Dank <a href="http://www.im-tal.net" rel="external" class="url">maxe</a> werden jetzt auch die WordPress Settings ber&#252;cksichtigt (Comment author must fill out name and e-mail) und das &#8220;Comment&#8221;-Feld ist nat&#252;rlich auch <code>required</code></ins></p>
<pre><code>&lt;?php
/*
Plugin Name: html5 input-types
Plugin URI: http://notizblog.org/
Description: Adds the new HTML5 input-types to WordPress' default forms
Version: 0.1
Author: pfefferle
Author URI: http://notizblog.org/
*/

add_filter("comment_form_default_fields", "change_comment_input_types");

function change_comment_input_types($fields) {
  if (get_option("require_name_email", false)) {
    $fields['author'] = preg_replace('/&lt;input/', '&lt;input required', $fields['author']);
    $fields['email'] = preg_replace('/"text"/', '"email" required', $fields['email']);
  } else {
    $fields['email'] = preg_replace('/"text"/', '"email"', $fields['email']);
  }

  $fields['url'] = preg_replace('/"text"/', '"url"', $fields['url']);

  return $fields;
}

add_filter("get_search_form", "change_search_form_input_types");

function change_search_form_input_types($form) {
  return preg_replace('/"text"/', '"search"', $form);
}

add_filter("comment_form_field_comment", "change_comment_field_input_types");

function change_comment_field_input_types($field) {
  return preg_replace('/&lt;textarea/', '&lt;textarea required', $field);
}
?&gt;</code></pre>
<p>Funktioniert als Plugin und in Child-Themes (einfach in die <code>functions.php</code> kopieren).</p>
<p>Danke auch an <a href="http://marcgoertz.de/">Marc G&#246;rtz</a> der mich &#252;ber <a href="http://twitter.com/dreamseer">Twitter</a> reichlich mit Links zu dem Thema versorgt hat:</p>
<ul>
<li><a href="http://diveintohtml5.org/forms.html">A Form of Madness (den hab ich selber gefunden)</a></li>
<li><a href="http://html5pattern.com/">HTML5 Pattern</a></li>
<li><a href="http://flowplayer.org/tools/demos/validator/index.html">Fallback jQuery Validator</a></li>
</ul>
<p>Testen k&#246;nnt ihr das &#252;brigens hier auf notizblog.org.</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="HTML5, Input-Types, Form-Validierung und WordPress"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2011/07/11/html5-input-types-form-validierung-und-wordpress/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2011/07/11/html5-input-types-form-validierung-und-wordpress/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2011/07/11/html5-input-types-form-validierung-und-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2011/07/HTML5_Logo_256.png" />
		<media:content url="http://notizblog.org/wp-content/uploads/2011/07/HTML5_Logo_256.png" medium="image">
			<media:title type="html">HTML5 Logo</media:title>
		</media:content>
		<media:content url="http://notizblog.org/wp-content/uploads/2011/07/firefox-email-validation.jpg" medium="image">
			<media:title type="html">Email Validation im Firefox</media:title>
			<media:thumbnail url="http://notizblog.org/wp-content/uploads/2011/07/firefox-email-validation-150x120.jpg" />
		</media:content>
	</item>
		<item>
		<title>microformats v2</title>
		<link>http://notizblog.org/2011/04/27/microformats-v2/</link>
		<comments>http://notizblog.org/2011/04/27/microformats-v2/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 21:27:07 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Microformats]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3635</guid>
		<description><![CDATA[microformats v2 &#8211; Ein paar Gedanken zur Weiterentwicklung der microformats, von etlichen Vereinfachungen (&#60;span class="vcard"&#62;Karl Napf&#60;/span&#62;) bis hin zu eventuellen Namespaces (&#8220;h-*&#8221; for root class names, e.g. &#8220;h-card&#8221;, &#8220;h-event&#8221;, &#8220;h-entry&#8221;). Flattr this!]]></description>
			<content:encoded><![CDATA[<p><a href='http://microformats.org/wiki/microformats-2'>microformats v2</a> &#8211; Ein paar Gedanken zur Weiterentwicklung der <strong>microformats</strong>, von etlichen Vereinfachungen (<code>&lt;span class="vcard"&gt;Karl Napf&lt;/span&gt;</code>) bis hin zu eventuellen Namespaces (&#8220;h-*&#8221; for root class names, e.g. &#8220;h-card&#8221;, &#8220;h-event&#8221;, &#8220;h-entry&#8221;).</p>

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

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2011/04/27/microformats-v2/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2011/04/27/microformats-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>hAwesome</title>
		<link>http://notizblog.org/2011/02/16/hawesome/</link>
		<comments>http://notizblog.org/2011/02/16/hawesome/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 22:18:46 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Parser]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3514</guid>
		<description><![CDATA[Da findet man ein paar echt schicke Sachen im Web und nimmt sich vor mal dar&#252;ber zu bloggen&#8230; richtig dr&#252;ber zu bloggen&#8230; nicht als OpenWeb-Notizen oder solches Zusammenfass-Zeugs&#8230; richtig dr&#252;ber bloggen! &#8230;und dann vergisst man &#8216;s oder hat keine Zeit! Also hier ein paar echt gro&#223;artige Microformats-News&#8230; Zusammengefasst! Microformats Shiv Glenn Jones, der hier schon [...]]]></description>
			<content:encoded><![CDATA[<p>Da findet man ein paar echt schicke Sachen im Web und nimmt sich vor mal dar&#252;ber zu bloggen&#8230; richtig dr&#252;ber zu bloggen&#8230; nicht als OpenWeb-Notizen oder solches Zusammenfass-Zeugs&#8230; richtig dr&#252;ber bloggen! &#8230;und dann vergisst man &#8216;s oder hat keine Zeit!</p>
<p>Also hier ein paar echt gro&#223;artige Microformats-News&#8230; <strong>Zusammengefasst</strong>!</p>
<h4>Microformats Shiv</h4>
<p><a href="http://www.glennjones.net/">Glenn Jones</a>, der hier schon wegen etlicher <a href="http://notizblog.org/?s=Glenn+Jones">Dinge, Scripte, Addons, usw.</a> erw&#228;hnt wurde, bastelt an einem &#8220;<cite>[...] light weight cross brower JavaScript Microformats parser</cite>&#8220;. <a href="http://microformatshiv.com/">Der Parser</a> basiert auf der Microformats API von Mozilla und funktioniert in allen <a href="http://microformatshiv.com/compatibility.htm">g&#228;ngigen Browsern</a>. Unterst&#252;tzte Formate: <a href="http://microformatshiv.com/hcard.htm">hCard</a>, <a href="http://microformatshiv.com/hcalendar.htm">hCalendar</a>, <a href="http://microformatshiv.com/hresume.htm">hResume</a>, <a href="http://microformatshiv.com/hreview.htm">hReview</a>, <a href="http://microformatshiv.com/hatom.htm">hAtom</a>, <a href="http://microformatshiv.com/xfn.htm">XFN</a>, <a href="http://microformatshiv.com/adr.htm">adr</a>, <a href="http://microformatshiv.com/geo.htm">geo</a>, <a href="http://microformatshiv.com/tag.htm">tag</a>.</p>
<h4>Draggables</h4>
<p>Und schon wieder Glenn Jones, diesmal mit einem <a href="http://draggables.com/">Microformats/HTML5/JavaScript/Drag&#038;Drop &#8211; Dingens</a>. Mit dem Script ist es m&#246;glich, Microformats zwischen unterschiedlichen Seiten per <em>drag&#038;drop</em> auszutauschen:</p>
<blockquote><p>Having observed users connect to sites using OAuth without really understanding what exchange of data has taken place, I decided to investigate other metaphors/conventions that might be more transparent. Draggables is a series of demos that explore the use of drag and drop to directly exchange data between web sites.</p></blockquote>
<p>Das ist nicht <a href="http://metadata.cetis.ac.uk/members/scott/blogview?entry=20090624222327">ganz neu</a>, aber gar keine schlechte Idee&#8230; ein Profil mit der Maus auf das Adressbuch zu ziehen ist sicherlich verst&#228;ndlicher als die ganze OAuth oder OpenID <a href="http://code.google.com/intl/de-DE/appengine/articles/openid.html#fo">Hin-und-Her-Leiterei</a>&#8230; zumindest f&#252;r Web-Neulinge!</p>
<h4>hForms</h4>
<p>&#8230;und nochmal Glenn Jones. Zu guter Letzt treibt er noch das <a href="http://microformats.org/wiki/hcard-input-brainstorming">hcard-input-brainstorming</a> voran um auch Profil- oder Event-Eingaben zu standardisieren&#8230; <a href="http://notizblog.org/2008/06/28/hforms-semantische-formulare/">hForms</a> oder Microforms so zu sagen <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<blockquote><p>Use hCard properties as class names on form elements inside a container (such as a containing <code>&lt;fieldset&gt;</code> or the containing <code>&lt;form&gt;</code>) to indicate that those form elements accept values with the semantics of the respective hCard properties.</p></blockquote>
<p>So, genug f&#252;r heute! Demn&#228;chst gibt&#8217;s dann auch noch ein bisschen mehr zu <em><a href="http://wordpress.org/extend/plugins/ostatus-for-wordpress/">OStatus for WordPress</a></em>&#8230; nat&#252;rlich ausf&#252;hrlich und nicht zusammengefasst <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Schlaft sch&#246;n!</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="hAwesome"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2011/02/16/hawesome/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2011/02/16/hawesome/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2011/02/16/hawesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>OpenWeb-Notizen: .tel Portability, 5 Jahre Microformats, Identity Infographic</title>
		<link>http://notizblog.org/2010/07/08/openweb-notizen-tel-portability-5-jahre-microformats-identity-infograpic/</link>
		<comments>http://notizblog.org/2010/07/08/openweb-notizen-tel-portability-5-jahre-microformats-identity-infograpic/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 21:21:54 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[Online Identity]]></category>
		<category><![CDATA[OpenID]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=3043</guid>
		<description><![CDATA[Open .tel Telnic Limited, der Registrar der .tel Domains, k&#252;ndigt hCard, OAuth and OpenID Support an. Two of the things we’re working on at present to enhance .tel services are integrating OAuth (Open Authentication) and OpenID into .tel. I’m personally excited about this as I think that this will bring huge benefits to many people [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Open .tel</strong><br />
Telnic Limited, der Registrar der .tel Domains, k&#252;ndigt hCard, OAuth and OpenID Support an.</p>
<blockquote><p>Two of the things we’re working on at present to enhance .tel services are integrating OAuth (Open Authentication) and OpenID into .tel.  I’m personally excited about this as I think that this will bring huge benefits to many people and realize a vision for .tel that encourages people to see it, not as a traditional domain name, but as more of a communications solution.</p></blockquote>
<p>&raquo; <a href="http://www.telnic.org/blog/2010/06/04/developments-in-oauth-and-openid/">Developments in OAuth and OpenID</a><br />
&raquo; <a href="http://www.telnic.org/portabilitypolicy.html">Telnics <em>Portability Policy</em></a></p>
<p><strong>Happy Birthday Microformats</strong><br />
Die <em>Microformats</em> werden f&#252;nf Jahre alt und der geistige Vater, Tantek Çelik zieht Resumé.</p>
<blockquote><p>[...] the number of pages published with one or more hCards recently crossed the 2 billion mark a few days ago according to Yahoo Search Monkey [...] 94% of the time that data for rich snippets is marked up with microformats [...]</p></blockquote>
<p>&raquo; <a href="http://microformats.org/2010/07/08/microformats-org-at-5-hcards-rich-snippets">microformats.org at 5: Two Billion Pages With hCards, 94% of Rich Snippets</a></p>
<p><strong>OpenID, Facebook oder Twitter?</strong><br />
Die <em>social optimization platform</em> Gigya zeigt mit einer Infografik, welche <em>Online Identities</em> ihre User zum Anmelden nutzen. Im Gegensatz zu <a href="http://blog.aboutecho.com/2010/03/29/yahoo-login-is-more-popular-than-facebook-are-you-covered/">Echo</a> (haupts&#228;chlich Yahoo! Anmeldungen) und <a href="http://www.janrain.com/blogs/data-reveals-trends-among-social-media-platforms">RPX</a> (haupts&#228;chlich Google Anmeldungen) hat bei Gigya erstmals Facebook die Nase vorne!</p>
<p>&raquo; <a href="http://blog.gigya.com/?p=3461">Which Identities Are We Using to Sign in Around the Web?</a><br />
&raquo; <a href="http://info.gigya.com/Identity.html">Identity Infographic</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: .tel Portability, 5 Jahre Microformats, Identity Infographic"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/07/08/openweb-notizen-tel-portability-5-jahre-microformats-identity-infograpic/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/07/08/openweb-notizen-tel-portability-5-jahre-microformats-identity-infograpic/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/07/08/openweb-notizen-tel-portability-5-jahre-microformats-identity-infograpic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>OpenWeb-Notizen: Webstandards-Magazin, Portability Policy, OpenTransact, Gravatar</title>
		<link>http://notizblog.org/2010/06/23/openweb-notizen-webstandards-magazin-portability-policy-opentransact-gravatar/</link>
		<comments>http://notizblog.org/2010/06/23/openweb-notizen-webstandards-magazin-portability-policy-opentransact-gravatar/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 21:57:09 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[OpenWeb Notizen]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Kolumne]]></category>
		<category><![CDATA[OpenTransact]]></category>
		<category><![CDATA[Portability Policy]]></category>
		<category><![CDATA[Webstandards Magazin]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=2964</guid>
		<description><![CDATA[Kolumne: Pfefferles OpenWeb Am Freitag (den 25.06.) ist die neue Ausgabe des Webstandards-Magazin im (Bahnhofs- und Flughafen-) Handel erh&#228;ltlich. Auf Seite 88/89 gibt&#8217;s die Print-Version der OpenWeb-Notizen (naja fast) zu den Themen: NASCAR Problem, XAuth, OExchange, Mozillas Online Identity Concept Series und Facebooks OpenGraphProtocol. Kaufen! &#187; Webstandards-Magazin: Ausgabe 06.2010 Portability Policy Die DataPortability Group ver&#246;ffentlicht [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Kolumne: Pfefferles OpenWeb</strong><br />
Am Freitag (den 25.06.) ist die neue Ausgabe des Webstandards-Magazin im (Bahnhofs- und Flughafen-) Handel erh&#228;ltlich. Auf Seite 88/89 gibt&#8217;s die Print-Version der OpenWeb-Notizen (naja fast) zu den Themen: NASCAR Problem, XAuth, OExchange, Mozillas <em>Online Identity</em> Concept Series und Facebooks OpenGraphProtocol. </p>
<p><em>Kaufen</em>!</p>
<p>&raquo; <a href="http://www.webstandards-magazin.de/index.php/index/ausgabe-06-10-sicherheit" rel="bookmark">Webstandards-Magazin: Ausgabe 06.2010</a></p>
<p><strong>Portability Policy</strong><br />
Die DataPortability Group ver&#246;ffentlicht jetzt offiziell die <em>Portability Policy</em>.</p>
<blockquote><p>In the same way that your Privacy Policy tells visitors what you can do with information they provide, your product’s Portability Policy tells visitors what they can do with it.</p></blockquote>
<p>&raquo; <a href="http://blog.dataportability.org/2010/06/23/announcing-the-portability-policy/" rel="bookmark">Announcing the Portability Policy</a><br />
&raquo; <a href="http://portabilitypolicy.org/generator.html" rel="bookmark">Policy Generator</a><br />
&raquo; <a href="http://blog.dataportability.org/2010/06/15/deleting-your-account-data-portability-policy-questions-for-a-graceful-exit/" rel="bookmark">Deleting Your Account: Data portability policy questions for a graceful exit</a></p>
<p><strong>OpenTransact</strong><br />
Nicht mehr ganz neu, aber ich hab&#8217;s erst jetzt entdeckt: OpenTransact will eine Art <em>Offener Standard</em> f&#252;r Payments sein.</p>
<blockquote><p>OpenTransact aims to create the equivalent of the HTTP standard for financial transactions. It is based on established well known HTTP, REST and OAUTH standards.</p></blockquote>
<p>&raquo; <a href="http://www.opentransact.org/" rel="bookmark">OpenTransact</a><br />
&raquo; <a href="http://www.youtube.com/watch?v=orEe9dg5gRI" rel="bookmark">Video: OpenTransact: rel-payment and OpenID</a></p>
<p><strong>OpenID Delegation</strong><br />
Nat Sakimura erkl&#228;rt wie man die eigene Domain mit relativ wenig Aufwand zu einer OpenID macht. Das Thema <em>OpenID Delegation</em> wurde bisher leider etwas stiefm&#252;tterlich behandelt, obwohl es wahrscheinlich die einfachste und sicherste <em>OpenID Variante</em> ist.</p>
<p>&raquo; <a href="http://www.sakimura.org/en/modules/wordpress/how-to-set-up-openid-on-your-own-domain-with-fallback-proivder/" rel="bookmark">How to Set Up OpenID on Your Own Domain with fallback proivder</a></p>
<p><strong>Gravatar &lt;3 hCard</strong><br />
Automattic zeichnet die Gravatar-Profilseiten mit dem hCard Microformat aus&#8230; sch&#246;n <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&raquo; <a href="http://blog.gravatar.com/2010/06/22/hcard-profile-pages/" rel="bookmark">Profile Pages &lt;3 hCard</a><br />
&raquo; <a href="http://microformats.org/wiki/hcard" rel="bookmark">Microformat: hCard</a></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="OpenWeb-Notizen: Webstandards-Magazin, Portability Policy, OpenTransact, Gravatar"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/06/23/openweb-notizen-webstandards-magazin-portability-policy-opentransact-gravatar/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/06/23/openweb-notizen-webstandards-magazin-portability-policy-opentransact-gravatar/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/06/23/openweb-notizen-webstandards-magazin-portability-policy-opentransact-gravatar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>DER microformats transformr</title>
		<link>http://notizblog.org/2010/06/15/der-microformats-transformr/</link>
		<comments>http://notizblog.org/2010/06/15/der-microformats-transformr/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 19:07:54 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[arc]]></category>
		<category><![CDATA[eRDF]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[OpenGraphProtocol]]></category>
		<category><![CDATA[QR-Code]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[SPARQL]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=2690</guid>
		<description><![CDATA[Nach etwas mehr als zwei Jahren und diversen Hosting-Problemen ist Martin McEvoys microformats transformr jetzt unter microform.at erreichbar. Aber nicht nur die Domain hat sich ge&#228;ndert. Martin (aka Weborganics) hat noch einmal extrem viel Arbeit in den transformr gesteckt, so dass er mittlerweile nahezu alles transformiert was sich so im HTML-Quellcode versteckt: Microformats: hCard, hCalendar, [...]]]></description>
			<content:encoded><![CDATA[<p>Nach etwas mehr als <a href="http://notizblog.org/2008/05/19/yamt-yet-another-microformats-transformr/">zwei Jahren</a> und diversen Hosting-Problemen ist <span class="vcard"><span class="fn">Martin McEvoy</span>s</span> <em><a href="http://github.com/WebOrganics/TransFormr">microformats transformr</a></em> jetzt unter <a href="http://microform.at">microform.at</a> erreichbar.</p>
<p><img src="http://notizblog.org/wp-content/uploads/2010/06/martin-mcevoy-transformr.jpg" alt="Martin McEvoys tweet" title="Martin McEvoys tweet" width="480" height="209" class="aligncenter size-full wp-image-2885" /></p>
<p>Aber nicht nur die Domain hat sich ge&#228;ndert. Martin (aka <a href="http://weborganics.co.uk" rel="contact" class="url">Weborganics</a>) hat noch einmal extrem viel Arbeit in den <strong>transformr</strong> gesteckt, so dass er mittlerweile nahezu alles transformiert was sich so im HTML-Quellcode versteckt:</p>
<ul>
<li><strong>Microformats</strong>: <a href="http://microformats.org/wiki/hcard">hCard</a>, <a href="http://microformats.org/wiki/hcalendar">hCalendar</a>, <a href="http://microformats.org/wiki/hreview">hReview</a>, <a href="http://microformats.org/wiki/hatom">hAtom</a>, <a href="http://microformats.org/wiki/geo">geo</a>, <a href="http://microformats.org/wiki/haudio">hAudio</a>, <a href="http://microformats.org/wiki/xoxo">XOXO</a>, <a href="http://microformats.org/wiki/hmedia">hMedia</a>, <a href="http://gmpg.org/xfn/">XFN</a>, <a href="http://microformats.org/wiki/rel-enclosure">rel-enclosure</a></li>
<li><strong>Andere Formate</strong>: <a href="http://rdfa.info/">RDFa 1.0 + 1.1 @vocab @prefix</a>, <a href="http://research.talis.com/2005/erdf/wiki/Main/RdfInHtml">eRDF</a>, <a href="http://opengraphprotocol.org/" title=" Open Graph Protocol ">OGP</a>.</li>
</ul>
<p>&#8230;und die Liste der <a href="http://wiki.github.com/WebOrganics/TransFormr/">Ausgabe-Formate</a> ist mindestens ebenso eindrucksvoll.</p>
<p>Meine Favoriten sind der (von Martin &#252;berarbeitete) <a href="http://notizblog.org/2007/06/22/hcard-to-qr-code-script/"><em>hCard2QRCode</em></a>-transformr und der <em><a href="http://microform.at/sparql/endpoint?">SPARQL Endpoint</a></em> &#252;ber den man vollen Zugriff auf alle zuvor transformierten Seiten hat.</p>
<p>Vergesst <a href="http://microformatique.com/optimus/">Optimus</a>, <a href="http://www.h2vx.com/">H2VX</a>, <a href="http://tools.microformatic.com/">microformatic</a> und <a href="http://ufxtract.com/">ufXtract</a>!</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="DER microformats transformr"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2010/06/15/der-microformats-transformr/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2010/06/15/der-microformats-transformr/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2010/06/15/der-microformats-transformr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/06/martin-mcevoy-transformr-150x150.jpg" />
		<media:content url="http://notizblog.org/wp-content/uploads/2010/06/martin-mcevoy-transformr.jpg" medium="image">
			<media:title type="html">Martin McEvoy</media:title>
			<media:thumbnail url="http://notizblog.org/wp-content/uploads/2010/06/martin-mcevoy-transformr-150x150.jpg" />
		</media:content>
	</item>
		<item>
		<title>Microdata: Update und Usability-Studie</title>
		<link>http://notizblog.org/2009/10/10/microdata-update-und-usability-studie/</link>
		<comments>http://notizblog.org/2009/10/10/microdata-update-und-usability-studie/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 15:20:50 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Microdata]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[vCard]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=2059</guid>
		<description><![CDATA[Endlich denkt beim Thema &#8220;Usability&#8221; auch mal jemand an die Entwickler Google hat &#252;ber die letzten Wochen eine Usability-Studie zu Microdata durchgef&#252;hrt und die Spezifikation wurde auch gleich entsprechend der Ergebnisse angepasst. &#60;address itemscope itemtype="http://microformats.org/profile/hcard"&#62; &#60;strong itemprop="fn"&#62;Alfred Person&#60;/strong&#62; &#60;span itemprop="adr" itemscope&#62; &#60;span itemprop="street-address"&#62;1600 Amphitheatre Parkway&#60;/span&#62; &#60;br&#62; &#60;span itemprop="street-address"&#62;Building 43, Second Floor&#60;/span&#62; &#60;br&#62; &#60;span itemprop="locality"&#62;Mountain View&#60;/span&#62;, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Endlich denkt beim Thema &#8220;Usability&#8221; auch mal jemand an die Entwickler <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p>Google hat &#252;ber die letzten Wochen eine <a href="http://blog.whatwg.org/usability-testing-html5">Usability-Studie zu Microdata</a> durchgef&#252;hrt und die <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html">Spezifikation</a> wurde auch gleich entsprechend der Ergebnisse angepasst.</p>
<pre>&lt;address <strong>itemscope</strong> <strong>itemtype</strong>="http://microformats.org/profile/hcard"&gt;
 &lt;strong <strong>itemprop</strong>="fn"&gt;Alfred Person&lt;/strong&gt;
 &lt;span <strong>itemprop</strong>="adr" <strong>itemscope</strong>&gt;
  &lt;span <strong>itemprop</strong>="street-address"&gt;1600 Amphitheatre Parkway&lt;/span&gt; &lt;br&gt;
  &lt;span <strong>itemprop</strong>="street-address"&gt;Building 43, Second Floor&lt;/span&gt; &lt;br&gt;
  &lt;span <strong>itemprop</strong>="locality"&gt;Mountain View&lt;/span&gt;,
  &lt;span <strong>itemprop</strong>="region"&gt;CA&lt;/span&gt; &lt;span itemprop="postal-code"&gt;94043&lt;/span&gt;
 &lt;/span&gt;
&lt;/address&gt;</pre>
<p>Die &#196;nderungen:</p>
<ul>
<li>Aus <strong><code>item</code></strong> wird <strong><code>itemscope</code></strong>.</li>
<li>Der Typ wird &#252;ber <strong><code>itemtype</code></strong> und nicht mehr &#252;ber <strong><code>item</code></strong> bzw. <strong><code>itemscope</code></strong> angegeben.</li>
<li>Das Attribut <strong><code>itemid</code></strong> wurde eingef&#252;hrt, um z.B. auf ISBN-Nummer zu verweisen <strong><code>itemid="urn:isbn:0-330-34032-8"</code></strong>.</li>
</ul>
<p>&#220;ber den neuen <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#itemfor">HTML-Tag</a> <strong><code>&lt;itemref /&gt;</code></strong> (alternativ: <strong><code>&lt;itemfor /&gt;</code></strong>) werde ich im zweiten Teil von &#8220;<em>Microdata – wie Microformats blo&#223; besser…</em>&#8221; eingehen (<a href="http://notizblog.org/2009/08/10/microdata-wie-microformats-bloss-besser-teil-1/">zum ersten Teil</a>).</p>
<p>Jetzt muss ich nur noch meine alten Artikel zu Microdata anpassen&#8230; das hat man nun davon, wenn man &#252;ber Drafts berichtet <img src='http://notizblog.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Microdata: Update und Usability-Studie"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2009/10/10/microdata-update-und-usability-studie/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2009/10/10/microdata-update-und-usability-studie/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2009/10/10/microdata-update-und-usability-studie/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
	</item>
		<item>
		<title>Social Graph API mit hCard Support?</title>
		<link>http://notizblog.org/2009/01/19/social-graph-api-mit-hcard-support/</link>
		<comments>http://notizblog.org/2009/01/19/social-graph-api-mit-hcard-support/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 12:18:41 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[SocialGraph]]></category>
		<category><![CDATA[SocialGraph API]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1394</guid>
		<description><![CDATA[Ich bin durch Zufall mal wieder auf der SG-API Seite gelandet und war wirklich positiv &#252;berrascht dass die API noch stetig weiterentwickelt wird. Besonders spannend finde ich die Integration zweier hCard-Attribute: fn und photo. { "http://example-bob.livejournal.com/": { "attributes": { "atom": "http://example-bob.livejournal.com/data/atom", "foaf": "http://example-bob.livejournal.com/data/foaf", "rss": "http://example-bob.livejournal.com/data/rss", "fn": "Mr. Example Bob", "photo": "http://p-userpic.livejournal.com/example-bob", "url": "http://example-bob.livejournal.com/", "profile": "http://example-bob.livejournal.com/profile" [...]]]></description>
			<content:encoded><![CDATA[<p>Ich bin durch Zufall mal wieder auf der <a href="http://code.google.com/apis/socialgraph/docs/api.html"><abbr title="SocialGraph">SG</abbr>-API</a> Seite gelandet und war wirklich positiv &#252;berrascht dass die <abbr title="Application Programming Interface">API</abbr> noch stetig weiterentwickelt wird. Besonders spannend finde ich die Integration zweier <a href="http://buzzword.org.uk/profiles/hCard/1.0/">hCard-Attribute</a>: <abbr title="formatted name"><a href="http://www.w3.org/2006/03/hcard#fn">fn</a></abbr> und <a href="http://www.w3.org/2006/03/hcard#photo">photo</a>.</p>
<pre>{
 "http://example-bob.livejournal.com/": {
  "attributes": {
   "atom": "http://example-bob.livejournal.com/data/atom",
   "foaf": "http://example-bob.livejournal.com/data/foaf",
   "rss": "http://example-bob.livejournal.com/data/rss",
   <strong>"fn": "Mr. Example Bob"</strong>,
   <strong>"photo": "http://p-userpic.livejournal.com/example-bob"</strong>,
   "url": "http://example-bob.livejournal.com/",
   "profile": "http://example-bob.livejournal.com/profile"
  }
 }
}</pre>
<p>Ich denke nicht, dass Google die hCard vollst&#228;ndig in den <em>Sozialen Graphen</em> integrieren wird, aber es zeigt sehr sch&#246;n, dass der Google-Index &#252;ber alle notwendigen Informationen verf&#252;gt und die Integration von Microformats in die <a href="http://www.google.de">klassische <em>Google Suche</em></a> (à la <a href="http://notizblog.org/2008/06/19/searchmonkey-fuer-anwender/">SearchMonkey</a>) vielleicht doch nicht ganz abwegig ist.</p>
<p>Um richtig coole Dinge damit anstellen zu k&#246;nnen fehlen mir pers&#246;nlich jetzt noch zwei weitere hCard-Attribute und zwar <a href="http://www.w3.org/2006/03/hcard#nickname"><em>nickname</em></a> und <a href="http://www.w3.org/2006/03/hcard#email"><em>email</em></a>&#8230; aber man will ja nicht undankbar sein <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Social Graph API mit hCard Support?"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2009/01/19/social-graph-api-mit-hcard-support/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2009/01/19/social-graph-api-mit-hcard-support/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2009/01/19/social-graph-api-mit-hcard-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
		<item>
		<title>Microformats in Zahlen</title>
		<link>http://notizblog.org/2008/11/12/microformats-in-zahlen/</link>
		<comments>http://notizblog.org/2008/11/12/microformats-in-zahlen/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 11:55:53 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[eRDF]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Searchmonkey]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1262</guid>
		<description><![CDATA[F&#252;r den Podcast zum Thema Microformats hab ich mich mal schlau gemacht wie weit verbreitet die einzelnen Formate gerade sind. Microformats Verbreitung hCard 1,590,000,000 hAtom 374,000,000 XFN 283,000,000 hResume 155,000,000 hReview 75,100,000 hCalendar 55,100,000 Quelle: SearchMonkey (Yahoo!) Mehr als 1.5 Milliarden hCards, ich finde das Ergebnis kann sich sehen lassen Sehr (positiv) &#252;berrascht war ich [...]]]></description>
			<content:encoded><![CDATA[<p>F&#252;r den <a href="http://openweb.mixxt.de/networks/wiki/index.episode-5">Podcast</a> zum Thema <em><a href="http://microformats.org/wiki/Main_Page">Microformats</a></em> hab ich mich mal schlau gemacht wie weit verbreitet die einzelnen Formate gerade sind.</p>
<table>
<thead>
<tr>
<th>Microformats</th>
<th>Verbreitung</th>
</tr>
</thead>
<tbody>
<tr class="alt">
<td>hCard</td>
<td>1,590,000,000</td>
</tr>
<tr>
<td>hAtom</td>
<td>374,000,000</td>
</tr>
<tr class="alt">
<td>XFN</td>
<td>283,000,000</td>
</tr>
<tr>
<td>hResume</td>
<td>155,000,000</td>
</tr>
<tr class="alt">
<td>hReview</td>
<td>75,100,000</td>
</tr>
<tr>
<td>hCalendar</td>
<td>55,100,000</td>
</tr>
</tbody>
</table>
<p><small>Quelle: <a href="http://notizblog.org/2008/06/05/monkey-finds-microformats/">SearchMonkey (Yahoo!)</a></small> </p>
<p>Mehr als 1.5 Milliarden <em><a href="http://microformats.org/wiki/hCard">hCards</a></em>, ich finde das Ergebnis kann sich sehen lassen <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sehr (positiv) &#252;berrascht war ich auch &#252;ber die Verbreitung einzelner <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> und <a href="http://getsemantic.com/wiki/ERDF">eRDF</a> Formate:</p>
<ul>
<li>RDFa: 427,000,000</li>
<li>eRDF: 470,000,000</li>
</ul>
<p>(X)HTML wird vielleicht doch noch ein <abbr title="Resource Description Framework">RDF</abbr>/<abbr title="Web Ontology Language">OWL</abbr> Ersatz <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

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

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/11/12/microformats-in-zahlen/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/11/12/microformats-in-zahlen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Microformats und die Portable Contacts API</title>
		<link>http://notizblog.org/2008/10/17/microformats-und-die-portable-contacts-api/</link>
		<comments>http://notizblog.org/2008/10/17/microformats-und-die-portable-contacts-api/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 17:13:48 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Building-Blocks]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[hResume]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Portable Contacts]]></category>
		<category><![CDATA[ufXtract]]></category>
		<category><![CDATA[XFN]]></category>

		<guid isPermaLink="false">http://notizblog.org/?p=1209</guid>
		<description><![CDATA[Dass sich das Portable Contacts Schema trotz der Aussage: Third, we&#8217;re reusing existing standards wherever possible, including vCard, OpenSocial, XRDS-Simple, OAuth, etc. von dem des v/hCard Schema unterscheidet, habe ich ja schon vor einigen Wochen erl&#228;utert: Schade dass die vCard nicht zu 100% &#252;bernommen wurde… sonst h&#228;tte man ohne gr&#246;&#223;ere &#196;nderungen auch die JSON-Serialisierte hCard [...]]]></description>
			<content:encoded><![CDATA[<p>Dass sich das <a href="http://portablecontacts.net/draft-spec.html#structure">Portable Contacts Schema</a> trotz der Aussage:</p>
<blockquote cite="http://portablecontacts.net/draft-spec.html#anchor5"><p>Third, we&#8217;re reusing existing standards wherever possible, including vCard, OpenSocial, XRDS-Simple, OAuth, etc.</p></blockquote>
<p>von dem des <a href="http://microformats.org/wiki/jcard">v/hCard Schema</a> unterscheidet, habe ich ja schon <a href="http://notizblog.org/2008/08/08/portable-contacts-schicker-als-ich-dachte/#portable-microformats">vor einigen Wochen erl&#228;utert</a>:</p>
<blockquote><p>Schade dass die vCard nicht zu 100% &#252;bernommen wurde… sonst h&#228;tte man ohne gr&#246;&#223;ere &#196;nderungen auch die JSON-Serialisierte hCard (jCard) in den Prozess integrieren k&#246;nnen. Spannend w&#228;re es vor allem f&#252;r Services wie Twitter, die das Freundesnetzwerk sowieso mit hCards auszeichnen.</p></blockquote>
<p>Aber das sch&#246;ne an Standards ist, dass sie sich ohne gro&#223;en Aufwand in andere transformieren lassen. <a href="http://lab.madgex.com/">Magdex</a> (die Firma hinter <a href="http://lab.madgex.com/ufxtract/">UfXtract</a> und <a href="">OAuth.net</a>) bietet eine <a href="http://lab.madgex.com/portablecontacts/">Reihe dieser Transformatoren</a> um z.B. <a href="http://lab.madgex.com/portablecontacts/hcardtopoco.aspx">hCards</a>, <a href="http://lab.madgex.com/portablecontacts/hcardxfntopoco.aspx">hCards + XFN</a> oder <a href="http://lab.madgex.com/portablecontacts/hresumetopoco.aspx">hResumes</a> in das <em>Portable Contacts</em> &#8211; Format zu bringen.</p>
<p>&#8230;jetzt das ganze nur noch mit <a href="http://portablecontacts.net/draft-spec.html#anchor10">OAuth</a> sch&#252;tzen und fertig ist die <em>Portable Contacts</em> API <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(<a href="http://www.glennjones.net/Post/838/MicroformatstoPortableContactsAPIconverters.htm">via</a>)</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Microformats und die Portable Contacts API"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2008/10/17/microformats-und-die-portable-contacts-api/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2008/10/17/microformats-und-die-portable-contacts-api/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2008/10/17/microformats-und-die-portable-contacts-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	</channel>
</rss>

