<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<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:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>hCalendar &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/hcalendar/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Wed, 03 Apr 2024 10:47:53 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>hCalendar &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/hcalendar/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>Microformats: Value Class Pattern</title>
		<link>https://notiz.blog/2009/05/12/microformats-value-class-pattern/</link>
					<comments>https://notiz.blog/2009/05/12/microformats-value-class-pattern/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 12 May 2009 17:33:05 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[hAccessibility]]></category>
		<category><![CDATA[hAtom]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[value class pattern]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1539</guid>

					<description><![CDATA[Das bisher wohl größte Problem bei der Verwendung von Microformats ist (oder besser wahr) die Accessibility durch die etwas zweckentfremdete Verwendung des &#60;abbr />-Tags. Das so genanntes abbr-design-pattern diente hauptsächlich dazu (es gibt noch einige andere Anwendungsfälle), ein für den Menschen lesbares Datum auch für die Maschine lesbar zu machen und ist Bestandteil von Mikroformaten [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Das bisher wohl größte Problem bei der Verwendung von <strong>Microformats</strong> ist (oder besser wahr) die <a href="https://notiz.blog/?s=haccessibility">Accessibility</a> durch die etwas zweckentfremdete Verwendung des <a href="http://microformats.org/wiki/abbr-design-pattern"><code>&lt;abbr /></code>-Tags</a>.</p>



<p>Das so genanntes <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> diente hauptsächlich dazu (es gibt noch einige andere Anwendungsfälle), ein für den Menschen lesbares Datum auch für die Maschine lesbar zu machen und ist Bestandteil von <strong>Mikroformaten</strong> wie z.B. <a href="http://microformats.org/wiki/hCalendar">hCalendar</a>, <a href="http://microformats.org/wiki/hAtom">hAtom</a> oder <a href="http://microformats.org/wiki/hReview">hReview</a>.</p>



<p>Ein Beispiel: <code>&lt;abbr class="dtstart" title="2009-05-12">heute&lt;/abbr></code></p>



<p><a href="https://wiki.selfhtml.org/wiki/HTML/Elemente/abbr">SelfHTML über das abbr-Element</a>:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>zeichnet einen Text aus mit der Bedeutung &#8222;dies ist eine Abkürzung&#8220;</p></blockquote>



<p>Selbst wenn man davon ausgeht, dass das Wort <em>heute</em> eine Abkürzung für das volle Datum <em>2009-05-12</em> ist, gibt es ein großes Problem mit Screen-Readern. Die meisten Screen-Reader sind so konfiguriert, dass sie statt der Abkürzung, das im title-Attribut angegebene, vollständige Wort lesen.<br/> Im Falle der <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> im oben genannten Beispiel wäre das <em>2009-05-12</em> (gelesen &#8222;Zweitausendneun minus Fünf minus Zwölf&#8220;), also viel missverständlicher als <em>heute</em>.</p>



<p>Das <a href="http://microformats.org/blog/2009/05/12/value-class-pattern/">gerade angekündigte</a> <strong><a href="http://microformats.org/wiki/value-class-pattern">value-class-pattern</a></strong> soll dieses (und einige andere) Problem jetzt beheben.</p>



<p>Ein Datum, wie im Beispiel oben, würde mit dem <strong>value-class-pattern</strong> folgendermaßen aussehen:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">'dtstart'</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">'value-title'</span> <span class="hljs-attr">title</span>=<span class="hljs-string">'2009-05-12'</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>
  heute
<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span></code></span></pre>


<p>Erklärung:</p>



<ul class="wp-block-list">
	<li><em>dtstart</em> gibt immer noch an, dass es sich bei dem folgenden um ein Datum handelt</li>
	<li>Die folgende Klasse: <em>value-title</em> gibt an, dass sich <em>dtstart</em> auf das <em>title</em>-Attribut des <em>spans</em> bezieht</li>
	<li>Im <em>title</em> steht der maschinen-lesbare text</li>
</ul>



<p>Das neue Pattern beschreibt aber noch eine ganze Reihe an anderen Anwendungsfällen, am besten ihr überfliegt die Seite einfach mal selbst: <a href="http://microformats.org/wiki/value-class-pattern">http://microformats.org/wiki/value-class-pattern</a></p>



<p>&#8230;es sind übrigens alle Microformats-Nutzer aufgerufen, ihre Seiten und Parser auf das neue Pattern umzustellen, also viel Spaß dabei 🙂</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2009/05/12/microformats-value-class-pattern/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>HTML5 is made for Microformats</title>
		<link>https://notiz.blog/2008/07/30/html5-is-made-for-microformats/</link>
					<comments>https://notiz.blog/2008/07/30/html5-is-made-for-microformats/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 30 Jul 2008 18:34:52 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[GEO]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDFa]]></category>
		<category><![CDATA[Semantic HTML]]></category>
		<category><![CDATA[XHTML]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=1003</guid>

					<description><![CDATA[Naja, nicht wirklich aber immerhin hat es RDFa bis dato nicht in die HTML5 Spezifikation geschafft. Es gibt zwar einen Milestone&#8230; The HTML WG is encouraged to provide a mechanism to permit independently developed vocabularies such as Internationalization Tag Set (ITS), Ruby, and RDFa to be mixed into HTML documents. &#8230;aber wer weiß wie lange [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Naja, nicht wirklich aber immerhin hat es <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> bis dato nicht in die <a href="http://www.w3.org/html/wg/html5/">HTML5 Spezifikation</a> geschafft. Es gibt zwar einen <a href="http://www.w3.org/2007/03/HTML-WG-charter.html#deliverables">Milestone</a>&#8230;</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>The HTML WG is encouraged to provide a mechanism to permit independently developed vocabularies such as Internationalization Tag Set (ITS), Ruby, and RDFa to be mixed into HTML documents.</p></blockquote>



<p>&#8230;aber wer weiß wie lange das noch dauert. Das heißt wohl, dass die Microformats noch eine gewisse Zeit lang als Übergangslösung her halten müssen. Aber das ist ne andere Geschichte&#8230;</p>



<p>Eigentlich wollte ich auf zwei HTML5 &#8211; Elemente eingehen, die eine schicke Alternative zu den bisherigen (in <a href="http://microformats.org/wiki/geo">vielen</a> <a href="http://microformats.org/wiki/hCal">Microformats</a> verwendeten) <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> bietet.</p>



<h4 class="wp-block-heading">Der &lt;time />-Tag</h4>



<p>Das <code><a href="http://www.w3.org/html/wg/html5/#time">time</a></code> Element ermöglicht das kennzeichnen eines Datums in z.B. Blogposts o.Ä.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>The primary use cases for these elements are for marking up publication dates e.g. in blog entries, and for marking event dates in hCalendar markup.</p></blockquote>



<p>Also:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">time</span> <span class="hljs-attr">datetime</span>=<span class="hljs-string">"2006-09-23"</span>&gt;</span>a Saturday<span class="hljs-tag">&lt;/<span class="hljs-name">time</span>&gt;</span></code></span></pre>


<p>statt:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">abbr</span> <span class="hljs-attr">title</span>=<span class="hljs-string">"2006-09-23"</span>&gt;</span>a Saturday<span class="hljs-tag">&lt;/<span class="hljs-name">abbr</span>&gt;</span></code></span></pre>


<p>Ein <a href="http://microformats.org/wiki/hCal">hCalendar</a> könnte dann so aussehen:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"vevent"</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"summary"</span>&gt;</span>event title<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">time</span> <span class="hljs-attr">datetime</span>=<span class="hljs-string">"2006-09-23"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"dtstart dtend"</span>&gt;</span>a Saturday<span class="hljs-tag">&lt;/<span class="hljs-name">time</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<h4 class="wp-block-heading">Custom data attributes (data-)</h4>



<p>Ein <em>custom data attribute</em> ist ein frei benutzbares Attribut um Elemente mit <a href="https://de.wikipedia.org/wiki/Metadaten">Metadaten</a> anzureichern. Die einzige Vorgabe ist, dass es mit <code>data-</code> beginnen muss. Ein Beispiel:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"monkey"</span> <span class="hljs-attr">data-arms</span>=<span class="hljs-string">"2"</span>
     <span class="hljs-attr">data-legs</span>=<span class="hljs-string">"2"</span> <span class="hljs-attr">data-race</span>=<span class="hljs-string">"chimp"</span>&gt;</span>
  Cheetah
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<p>Ideal auch als <code>&lt;abbr /></code>-Ersatz bei z.B. dem <a href="http://microformats.org/wiki/geo">Geo-Microformat</a>.</p>



<p>Also:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"geo"</span> <span class="hljs-attr">data-latitude</span>=<span class="hljs-string">"49.5483"</span> <span class="hljs-attr">data-longitude</span>=<span class="hljs-string">"8.6661"</span>&gt;</span>Weinheim<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<p>statt:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">abbr</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"geo"</span> <span class="hljs-attr">title</span>=<span class="hljs-string">"49.5483;8.6661"</span>&gt;</span>Weinheim<span class="hljs-tag">&lt;/<span class="hljs-name">abbr</span>&gt;</span></code></span></pre>


<h4 class="wp-block-heading">Fazit</h4>



<p>(X)HTML (egal ob XHTML2 mit RDFa oder X/HTML5) wird also definitiv ein semantisches Feuerwerk, ganz im Sinne von Tim Berners Lee&#8230;</p>



<p>Ich freu mich 🙂</p>
<p>Hey there, RSS reader! You’re cool. Keep being awesome! 😎</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/07/30/html5-is-made-for-microformats/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Stadt Karlsruhe verwendet Mikroformate</title>
		<link>https://notiz.blog/2008/07/28/stadt-karlsruhe-verwendet-mikroformate/</link>
					<comments>https://notiz.blog/2008/07/28/stadt-karlsruhe-verwendet-mikroformate/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 28 Jul 2008 07:02:31 +0000</pubDate>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Kalender]]></category>
		<category><![CDATA[Karlsruhe]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=994</guid>

					<description><![CDATA[Der Veranstaltungskalender der Stadt Karlsruhe enthält ab Mitte Mai 2008 Daten zu Veranstaltungen, Veranstaltungsorten und Veranstaltern im Mikroformat. Ein Beispiel: Das Zeltival 2008 Vorbildlich!]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Der Veranstaltungskalender der Stadt Karlsruhe enthält ab Mitte Mai 2008 Daten zu Veranstaltungen, Veranstaltungsorten und Veranstaltern im Mikroformat.</p>
</blockquote>



<p>Ein Beispiel: <a href="https://web.archive.org/web/20150915224706/http://kalender.karlsruhe.de/kalender/db/termine/kultur/festivals/zeltival.html">Das Zeltival 2008</a> </p>



<p>Vorbildlich!</p>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/07/28/stadt-karlsruhe-verwendet-mikroformate/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Der Safari ist schuld!</title>
		<link>https://notiz.blog/2008/07/22/der-safari-ist-schuld/</link>
					<comments>https://notiz.blog/2008/07/22/der-safari-ist-schuld/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 22 Jul 2008 06:41:08 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[object]]></category>
		<category><![CDATA[Safari]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=964</guid>

					<description><![CDATA[Gestern habe ich durch Zufall den Schuldigen für die abbr-desing-pattern &#8211; Misere gefunden&#8230; Der Safari ist Schuld! Ursprünglich war das object-Tag zum Anzeigen des Datums vorgesehen: Aber&#8230; Unfortunately, to put it mildly, Safari&#8217;s &#60;object> support sucks. It doesn&#8217;t handle &#60;object> fallbacks, it doesn&#8217;t know when not to handle &#60;object> mime types that it doesn&#8217;t support, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Gestern habe ich durch Zufall den Schuldigen für die <a href="https://notiz.blog/2008/06/24/bbc-und-das-alte-haccessibility-problemchen/"><em>abbr-desing-pattern</em> &#8211; Misere</a> gefunden&#8230; Der Safari ist Schuld!</p>



<p>Ursprünglich war das <code>object</code>-Tag zum Anzeigen des Datums vorgesehen:</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">object</span> <span class="hljs-attr">data</span>=<span class="hljs-string">"20050125"</span>&gt;</span>January 25<span class="hljs-tag">&lt;/<span class="hljs-name">object</span>&gt;</span></code></span></pre>


<p>Aber&#8230;</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>Unfortunately, to put it mildly, Safari&#8217;s <code>&lt;object></code> support <em>sucks</em>. It doesn&#8217;t handle <code>&lt;object></code> fallbacks, it doesn&#8217;t know when not to handle <code>&lt;object></code> mime types that it doesn&#8217;t support, it doesn&#8217;t support <code>display:inline</code> on <code>&lt;object></code>, and it doesn&#8217;t do proper intrinsic sizing of <code>&lt;object></code> replaced elements.</p>
</blockquote>



<p>DANKE SAFARI! 😉</p>



<p>Quelle: <a href="http://tantek.com/log/2005/01.html#d26t0100">Tantek&#8217;s Thoughts</a></p>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/07/22/der-safari-ist-schuld/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>TinyMCE Microformats Plugins</title>
		<link>https://notiz.blog/2008/07/15/tinymce-microformats-plugins/</link>
					<comments>https://notiz.blog/2008/07/15/tinymce-microformats-plugins/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 15 Jul 2008 16:35:52 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=956</guid>

					<description><![CDATA[hCard&#8211; und hCalendar-Plugin für TinyMCE&#8230; und da TinyMCE auch der WordPress-WYSIWYG-Editor ist, gibts das Paket zusätzlich noch als WordPress-Plugin.]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/07/tripelt-create-new-post-wordpress.jpg" alt="TinyMCE Microformats Plugin for WordPress" /></figure>



<p><a href="https://web.archive.org/web/20080802002540/http://www.undergroundwebdesigns.com/tinyMCE-hcard-plugin.html">hCard</a>&#8211; und <a href="https://web.archive.org/web/20080720182908/http://www.undergroundwebdesigns.com/tinyMCE-hcalendar-plugin.html">hCalendar-Plugin</a> für <a href="https://www.tiny.cloud/">TinyMCE</a>&#8230; und da <a href="https://codex.wordpress.org/TinyMCE">TinyMCE auch der WordPress-WYSIWYG-Editor</a> ist, gibts das Paket zusätzlich noch als <a href="https://web.archive.org/web/20080802002521/http://www.undergroundwebdesigns.com/micro-anywhere-wordpress.html">WordPress-Plugin</a>.</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/07/15/tinymce-microformats-plugins/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>BBC und das alte hAccessibility Problemchen</title>
		<link>https://notiz.blog/2008/06/24/bbc-und-das-alte-haccessibility-problemchen/</link>
					<comments>https://notiz.blog/2008/06/24/bbc-und-das-alte-haccessibility-problemchen/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Tue, 24 Jun 2008 16:15:52 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[abbr]]></category>
		<category><![CDATA[abbr design pattern]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=920</guid>

					<description><![CDATA[Dass die abbr-design-pattern nicht das gelbe vom Ei sind (massive Probleme mit Screen-Readern), hat das Web Standards Project (WaSP) schon vor mehr als einem Jahr festgestellt, aber es bedarf meistens etwas Druck von außen damit sich wirklich etwas ändert. Nach der Ankündigung der BBC, alle Microformats (die das abbr-design-pattern verwenden) von ihren Seiten (speziell bbc.co.uk/programmes) [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Dass die <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a> nicht das gelbe vom Ei sind (massive Probleme mit Screen-Readern), hat das Web Standards Project (WaSP) schon vor <a href="https://notiz.blog/2007/04/28/die-abbr-design-pattern/">mehr als einem Jahr festgestellt</a>, aber es bedarf meistens etwas Druck von außen damit sich wirklich etwas ändert.</p>



<p>Nach der <a href="https://www.bbc.co.uk/blogs/radiolabs/2008/06/removing_microformats_from_bbc.shtml">Ankündigung der <abbr title="British Broadcasting Corporation">BBC</abbr></a>, alle <a href="http://microformats.org">Microformats</a> (die das abbr-design-pattern verwenden) von ihren Seiten (speziell bbc.co.uk/programmes) zu nehmen, ist <a href="http://microformats.org/discuss/mail/microformats-discuss/2007-April/009350.html">die alte Diskussion</a> <a href="http://microformats.org/discuss/mail/microformats-dev/2008-June/000552.html">wieder in vollem Gange</a>.</p>



<p>Diskutierte Lösungen:</p>



<ul class="wp-block-list">
	<li><code>&lt;span class="dtstart data-20051010T10:10:10-0100">10 o'clock on the 10th&lt;/span></code></li>
	<li><code>&lt;span class="dtstart{2005-10-10T10:10:10-0100}">10 o'clock&lt;/span></code></li>
	<li><code>&lt;abbr class="dtstart data{2008-06-23}" title=June 23rd, 2008">Today&lt;/abbr></code></li>
	<li><code>&lt;abbr class="fancy data{2008-06-23} dstart" title=June 23rd, 2008">Today&lt;/abbr></code></li>
	<li><code>&lt;span class="dtstart" content="2008-06-23">Today&lt;/span></code> (Nicht XHTML 1.x valide)</li>
</ul>



<p>Noch mehr Infos zu dem Thema bekommt man im <a href="http://microformats.org/wiki/datetime-design-pattern#Machine-data_in_class">Wiki</a> oder über die <a href="http://microformats.org/discuss/mail/microformats-dev/2008-June/000552.html">Mailing-Liste</a>.</p>



<p>(via <a href="http://hackr.de/2008/06/24/accessibility-vs-machines">hackr</a>)</p>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/06/24/bbc-und-das-alte-haccessibility-problemchen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microformats und das iPhone &#8211; Es könnte so einfach sein</title>
		<link>https://notiz.blog/2008/06/20/microformats-und-das-iphone-es-koennte-so-einfach-sein/</link>
					<comments>https://notiz.blog/2008/06/20/microformats-und-das-iphone-es-koennte-so-einfach-sein/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 20 Jun 2008 06:59:28 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[iCalendar]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[vCard]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=918</guid>

					<description><![CDATA[Eigentlich bringt das iPhone, mit WLAN und einem (fast) vollwertigen Safari, die besten Voraussetzungen um Microformats zu verarbeiten. Nach der Frage von Rauno&#8230; [&#8230;] Weißt du von einer Möglichkeit, Microformats aus Firefox in den iPhonekalender zu exportieren? [&#8230;] und nach Wojteks Kommentar&#8230; [&#8230;] I prefer bookmarklets but this will come handy for sure too. [&#8230;] [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Eigentlich bringt das <a href="http://www.apple.com/de/iphone/">iPhone</a>, mit WLAN und einem (fast) vollwertigen Safari, die besten Voraussetzungen um Microformats zu verarbeiten.</p>



<p>Nach der Frage von <a href="https://notiz.blog/2007/10/26/iwphone-update/#comment-8987">Rauno</a>&#8230;</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>[&#8230;] Weißt du von einer Möglichkeit, Microformats aus Firefox in den iPhonekalender zu exportieren? [&#8230;]</p>
</blockquote>



<p>und nach <a href="https://notiz.blog/2008/06/17/hcard-validator-script-for-operator/#comment-9068">Wojteks</a> Kommentar&#8230; </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>[&#8230;] I prefer bookmarklets but this will come handy for sure too. [&#8230;]</p>
</blockquote>



<p>habe ich mir überlegt, es sollte doch möglich sein, <a href="http://microformats.org/">Microformats</a> mit einem <a href="https://de.wikipedia.org/wiki/Bookmarklet">Bookmarklet</a> direkt auf dem iPhone nutzbar zu machen&#8230;</p>



<p>Prinzip ist einfach, Bookmarklet (z.B. von <a href="https://notiz.blog/2007/06/23/microformats-bookmarklet/">Leftlogic</a> oder <a href="https://web.archive.org/web/20091002090934/http://technorati.com:80/contacts">Technorati</a>) im <em>normalen</em> Safari Bookmarken, iPhone Safari mit normalem Safari über iTunes syncen, das wars&#8230; (wem das zu schnell ging kann sich das <a href="https://web.archive.org/web/20110924043958/http://blog.delicious.com:80/blog/2008/01/using-delicious-on-your-iphone.html">hier</a> nochmal in Ruhe am Beispiel eines <a href="http://del.icio.us">del.icio.us</a> Bookmarklets anschauen.)</p>



<p>Das Bookmarklet funktioniert super:</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/06/img-0056.jpg" alt="IMG_0056.JPG" /></figure>



<p>&#8230;aber der §$%!&amp; <a href="http://www.apple.com/iphone/features/safari.html">iPhone Safari</a> kann keine vCard oder iCalendar Dateien verarbeiten!</p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2008/06/img-0057.jpg" alt="IMG_0057.JPG" /></figure>



<p>Mach ich irgendwas falsch? Sogar mein popliges Sony Ericsson Handy erkennt vCards und weiß dass sie ins Adress-Buch gehören!</p>



<p>Naja&#8230; Wie schon im Titel erwähnt: <em>Es <strong>könnte</strong> so einfach sein</em>.</p>



<p>(Dickes Danke an Florian (.dean) fürs testen und die Screenshots und an Marco, dessen iPhone ich kurz entführen durfte)</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/06/20/microformats-und-das-iphone-es-koennte-so-einfach-sein/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>hSpielplan</title>
		<link>https://notiz.blog/2008/06/09/hspielplan/</link>
					<comments>https://notiz.blog/2008/06/09/hspielplan/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 09 Jun 2008 05:55:07 +0000</pubDate>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[EM]]></category>
		<category><![CDATA[Europameisterschaft]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Spielplan]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=900</guid>

					<description><![CDATA[Für alle EM begeisterten Geeks gibt es bei EuroKickOff einen, mit hCalendar ausgezeichneten, EM-Spielplan 🙂 Man kann die Spieldaten natürlich auch im klassischen iCal-Format abonnieren oder runterladen oder per JSON weiterverarbeiten.]]></description>
										<content:encoded><![CDATA[
<p>Für alle <abbr title="Europameisterschaft">EM</abbr> begeisterten Geeks gibt es bei <a href="https://web.archive.org/web/20080701190955/http://www.eurokickoff.com/de/">EuroKickOff</a> einen, mit <a href="http://microformats.org/wiki/hCal">hCalendar</a> ausgezeichneten, EM-Spielplan 🙂</p>



<p>Man kann die Spieldaten natürlich auch im klassischen iCal-Format abonnieren oder runterladen oder per <a href="https://web.archive.org/web/20080612005725/http://www.eurokickoff.com:80/de/api/">JSON</a> weiterverarbeiten.</p>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/06/09/hspielplan/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bluetooth-Export für Microformats</title>
		<link>https://notiz.blog/2008/05/25/bluetooth-export-fuer-microformats/</link>
					<comments>https://notiz.blog/2008/05/25/bluetooth-export-fuer-microformats/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 25 May 2008 13:04:31 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[handy]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[iCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[vCard]]></category>
		<guid isPermaLink="false">http://notizblog.org/?p=879</guid>

					<description><![CDATA[Vor ungefähr einem Jahr habe ich schonmal über einen Microformats Bluetooth-Export mit Hilfe von Tails-Export geschrieben. Da sich aber nach und nach der Operator als DAS Microformats-Addon für den Firefox durchgesetzt hat, wurde natürlich auch das Bluetooth-Script portiert. Das Mac-Script findet man auf der Seite von Michael Kaply (direkter Link). “Send to Bluetooth Device” action [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Vor ungefähr einem Jahr habe ich schonmal über einen <a href="https://notiz.blog/2007/05/19/microformats-und-bluetooth/">Microformats Bluetooth-Export mit Hilfe von Tails-Export</a> geschrieben. Da sich aber nach und nach der <a href="https://web.archive.org/web/20101120155908/http://kaply.com:80/weblog/operator/">Operator</a> als <strong>DAS</strong> Microformats-Addon für den Firefox durchgesetzt hat, wurde natürlich auch das Bluetooth-Script portiert.</p>



<p>Das Mac-Script findet man auf der Seite von Michael Kaply (<a href="https://web.archive.org/web/20071005023316/http://www.kaply.com/weblog/wp-content/uploads/2007/05/bluetooth.js">direkter Link</a>).</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>“Send to Bluetooth Device” action for sending ICS and VCF files via Bluetooth. Works with the hCard and hCalendar microformats.</p>
</blockquote>



<p>&#8230;und seit letztem Monat gibt es auch ein <a href="http://www.ts0.com/2008/04/microformats-to-bluetooth.asp">Windows-Script</a> von Thom Shannon (<a href="http://www.ts0.com/bluetoothwin.js">direkter Link</a>).</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
	<p>I&#8217;ve modified the Mac only bluetooth user script for operator to work on windows. It&#8217;s based on this script, and originally inspired by Johns hack of Tails.</p>
</blockquote>
<p>RSS readers like you are the secret sauce of the internet. Keep rocking and staying informed!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2008/05/25/bluetooth-export-fuer-microformats/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Safari Microformats plugin</title>
		<link>https://notiz.blog/2007/11/19/safari-microformats-plugin/</link>
					<comments>https://notiz.blog/2007/11/19/safari-microformats-plugin/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 19 Nov 2007 19:24:14 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Safari]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/11/19/safari-microformats-plugin/</guid>

					<description><![CDATA[Neben zwei Notlösungen, Microformats in Safari zu nutzen, gibt es jetzt eine weitere Version für das Cocoa Plugin System SIMBL. Das Safari Microformats plugin erkennt die Microformats hCard und hCalendar und zeigt sie über ein kleines Microformats-Logo in der Adresszeile an. Per Klick auf das Logo, lassen sich die gefundenen Formate bequem in ein entsprechendes, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2007/11/safari_adresszeile.png" alt="Safari Microformats plugin"/></figure></div>



<p>Neben <a href="https://notiz.blog/2007/06/23/microformats-bookmarklet/">zwei</a> <a href="https://notiz.blog/2007/09/05/microformats-plugin-fuer-safari/">Notlösungen</a>, Microformats in Safari zu nutzen, gibt es jetzt eine weitere Version für das Cocoa Plugin System <a href="https://web.archive.org/web/20191204150927/http://culater.net:80/software/SIMBL/SIMBL.php"><abbr title="Smart InputManager Bundle Loader">SIMBL</abbr></a>.</p>



<p>Das <a href="https://web.archive.org/web/20100225104047/http://www.zappatic.net:80/safarimicroformats/">Safari Microformats plugin</a> erkennt die Microformats <a href="http://microformats.org/wiki/hCard">hCard</a> und <a href="http://microformats.org/wiki/hCalendar">hCalendar</a> und zeigt sie über ein kleines Microformats-Logo in der Adresszeile an.</p>



<div class="wp-block-image"><figure class="aligncenter is-resized"><img fetchpriority="high" decoding="async" src="https://notiz.blog/wp-content/uploads/2007/11/microformats_plugin.png" alt="Safari Microformats plugin" width="480" height="312"/></figure></div>



<p>Per Klick auf das Logo, lassen sich die gefundenen Formate bequem in ein entsprechendes, lokal installiertes Programm wie iCal oder Address Book importieren. Wer <a href="http://growl.info/">Growl</a> installiert hat, erhält außerdem eine Growl-Meldung, wenn die Daten erfolgreich importiert wurden.<br/> Via: <a href="http://feeds.feedburner.com/dataportability">Dataportability Feed</a></p>



<p>Leider funktioniert das Plugin nur mit der aktuellen Version von Safari (V. 3) in Verbindung mit <a href="http://www.apple.com/de/macosx/leopard/">Mac OS X Leopard</a>, deshalb konnte ich es auch noch nicht testen.</p>



<p>Wenn ihr Fragen zum Plugin habt, versuchts einfach mal bei <a href="https://web.archive.org/web/20080106161658/http://www.pixelgraphix.de:80/log/2007-11/mikroformate-in-safari-anzeigen.php">Manuela Hoffmann</a>.</p>
<p>Congratulations on being an RSS reader! You are part of an elite group of people who know how to stay updated in style.</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/11/19/safari-microformats-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>hTimetable</title>
		<link>https://notiz.blog/2007/11/14/htimetable/</link>
					<comments>https://notiz.blog/2007/11/14/htimetable/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 14 Nov 2007 08:19:34 +0000</pubDate>
				<category><![CDATA[Webkultur]]></category>
		<category><![CDATA[Bahn]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[iCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Mikroformate]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/11/14/htimetable/</guid>

					<description><![CDATA[&#8230;oder &#8222;Warum nutzt Bahn.de keine Microformats&#8220;? Ich war am Wochenende ein wenig unterwegs und wegen nicht vorhandenem Auto auf öffentliche Verkehrsmittel angewiesen. Das ist ja an sich nichts schlimmes, nur wenn dann noch eine gewisse Ortsunkundigkeit hinzu kommt, wird es problematisch. Dank einem Busfahrer, der die Haltestelle an der ich aussteigen musste (um einen Anschlusszug [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p><strong>&#8230;oder &#8222;Warum nutzt Bahn.de keine Microformats&#8220;?</strong></p>



<p>Ich war am Wochenende ein wenig unterwegs und wegen nicht vorhandenem Auto auf öffentliche Verkehrsmittel angewiesen. Das ist ja an sich nichts schlimmes, nur wenn dann noch eine gewisse Ortsunkundigkeit hinzu kommt, wird es problematisch. Dank einem Busfahrer, der die Haltestelle an der ich aussteigen musste (um einen Anschlusszug zu bekommen) einfach ignorierte, durfte ich dann etwas mehr von der Weinheimer Umgebung kennen lernen als mir lieb war.<br/> Jetzt bin ich einer von der Sorte, der aus Zeitgründen natürlich nur die nötigsten Verbindungen raus schreibt&#8230; Ich hätte also völlig Hilflos mitten in der Pampa enden können&#8230; Gut, es nochmal alles gut gegangen, da ein ich paar Orte weiter eine <abbr title="Oberrheinische Eisenbahngesellschaft AG">OEG</abbr> Haltestelle fand, aber es geht hier ja ums Prinzip.</p>



<p>Und da sind wir schon bei meiner Kritik:</p>



<p><em>Wieso kann ich mir Bahnverbindungen nicht ohne größeren Aufwand aufs Handy, den PDA oder meinen iPod laden.</em></p>



<p>Klar könnte ich mir verschiedene, alternative Verbindungen raus suchen und ausdrucken, aber das setzt einen Drucker voraus.</p>



<span id="more-646"></span>



<p>Viel einfacher wäre es doch, wenn die Bahn ihren Fahrplan mit <a href="http://microformats.org/wiki/hcalendar">hCalendar</a> auszeichnen würde, so könnte ich mir meine Verbindung schön aussuchen und mit <a href="https://web.archive.org/web/20101120155908/http://kaply.com:80/weblog/operator/">Operator</a> als <a href="http://www.ietf.org/rfc/rfc2445.txt">iCalendar</a> abspeichern&#8230;</p>



<div class="wp-block-image"><figure class="aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2007/11/bild-3.png" alt="hTimetable"/></figure></div>



<p>&#8230;oder mir <a href="http://www.johnmckerrell.com/files/tailsexport-0.3.1-jmck2.xpi">Tails-Export</a> direkt über <a href="https://notiz.blog/2007/05/19/microformats-und-bluetooth/">Bluetooth</a> ans Handy schicken.</p>



<p>Der Code könnte wie folgend aussehen:
</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">tr</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"vevent"</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">td</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"summary"</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"url"</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"http://example.com"</span>&gt;</span><span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"location"</span>&gt;</span>Abfahrtsort <span class="hljs-tag">&lt;<span class="hljs-name">br</span> /&gt;</span>
    Zielort<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span>
  <span class="hljs-tag">&lt;/<span class="hljs-name">td</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">td</span>&gt;</span>
    Ab <span class="hljs-tag">&lt;<span class="hljs-name">abbr</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"dtstart"</span> <span class="hljs-attr">title</span>=<span class="hljs-string">"2007-10-13"</span>&gt;</span>13. Oktober 22:43<span class="hljs-tag">&lt;/<span class="hljs-name">abbr</span>&gt;</span>  <span class="hljs-tag">&lt;<span class="hljs-name">br</span> /&gt;</span>
    An <span class="hljs-tag">&lt;<span class="hljs-name">abbr</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"dtend"</span> <span class="hljs-attr">title</span>=<span class="hljs-string">"2007-10-13"</span>&gt;</span>13. Oktober 22:43<span class="hljs-tag">&lt;/<span class="hljs-name">abbr</span>&gt;</span>
  <span class="hljs-tag">&lt;/<span class="hljs-name">td</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">td</span>&gt;</span>
    ...
  <span class="hljs-tag">&lt;/<span class="hljs-name">td</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">tr</span>&gt;</span></code></span></pre>


<p>Liebe <abbr title="Deutsche Bahn">DB</abbr> bitte ändert euer Template und führt Microformats ein.</p>



<p>Und am Wochenende muss ich mit der Bahn in den tiefsten Schwarzwald und es sind Streiks angesagt&#8230; Ich hoffe das geht gut 🙂</p>
<p>You are a true RSS aficionado! While others are drowning in social media noise, you enjoy the simplicity and control of RSS. Congrats!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/11/14/htimetable/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>hCard and hCal support for MicroK2</title>
		<link>https://notiz.blog/2007/06/07/hcard-and-hcal-support-for-microk2/</link>
					<comments>https://notiz.blog/2007/06/07/hcard-and-hcal-support-for-microk2/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 07 Jun 2007 21:06:15 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[styles]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/06/07/hcard-and-hcal-support-for-microk2/</guid>

					<description><![CDATA[I want to add hCard and hCalendar style support to MicroK2 (K2 custom theme), but I&#8217;m not sure wich style I should use&#8230; I hope you could help me. The colors are not final, first I only want to know which alignment is better&#8230; First example: Its like the style of hicks design with the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>I want to add hCard and hCalendar style support to <a href="https://notiz.blog/projects/microk2-custom-theme/">MicroK2</a> (K2 custom theme), but I&#8217;m not sure wich style I should use&#8230; I hope you could help me.<br/> The colors are not final, first I only want to know which alignment is better&#8230;</p>



<p><strong>First example:</strong></p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2007/06/microk2_v1.png" alt="example 1" /></figure>



<p><br/> Its like the style of <a href="https://web.archive.org/web/20200102151049/https://hicksdesign.co.uk/journal/highlight-microformats-with-css">hicks design</a> with the nice famfamfam silk-icons.</p>



<p><strong>Second Example:</strong></p>



<figure class="wp-block-image aligncenter"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2007/06/microk2_v2.png" alt="Example 2" /></figure>



<p>Please vote or let me know your ideas, otherwise I use the one I prefer 😉</p>



<p>Links:</p>



<ul class="wp-block-list">
	<li><a href="https://wordpress.org">WordPress</a> &#8211; Blogging Software</li>
	<li><a href="https://web.archive.org/web/20070202023213/http://getk2.com/">K2</a> &#8211; A WordPress theme</li>
</ul>
<p>RSS readers like you are the unsung heroes of the internet. Keep up the good work!</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/06/07/hcard-and-hcal-support-for-microk2/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Kollaborativer Eventkalender &#8211; wevent</title>
		<link>https://notiz.blog/2007/03/23/kollaborativer-eventkalender-wevent/</link>
					<comments>https://notiz.blog/2007/03/23/kollaborativer-eventkalender-wevent/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 23 Mar 2007 22:56:51 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[Eventkalender]]></category>
		<category><![CDATA[hCal]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Web2.0]]></category>
		<guid isPermaLink="false">http://notizblog.org/2007/03/23/kollaborativer-eventkalender-wevent/</guid>

					<description><![CDATA[Die Beta des Eventkalenders im Stil von Upcoming.org ist seit ein paar Tagen in der Testphase. Wer sich nicht gleich anmelden will, kann sich erstmal den wevent Screencast ansehen. [via] Das System unterstützt das hCalendar Microformat, was sich bei einem Kalender natürlich anbietet.]]></description>
										<content:encoded><![CDATA[
<p>Die <a href="https://web.archive.org/web/20070428233444/http://beta.wevent.org/">Beta des Eventkalenders</a> im Stil von <a href="https://upcoming.org/">Upcoming.org</a> ist seit ein paar Tagen in der Testphase. Wer sich nicht gleich anmelden will, kann sich erstmal den <a href="https://web.archive.org/web/20090414111648/http://blog.wevent.org:80/2007/03/release-the-dogs/">wevent Screencast</a> ansehen. [<a href="https://web.archive.org/web/20071002130933/http://pixelsebi.com/2007-03-22/wevent-goes-beta-mit-mikroformaten/">via</a>]</p>



<figure class="wp-block-image aligncenter"><a href="https://web.archive.org/web/20090414111648/http://blog.wevent.org:80/2007/03/release-the-dogs/"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2007/03/screenshot_weventcast.jpg" alt="screenshot_weventcast.jpg"/></a></figure>



<p>Das System unterstützt das <a href="http://microformats.org/wiki/hcal">hCalendar</a> Microformat, was sich bei einem Kalender natürlich anbietet.</p>
<p>Thanks for reading this post via RSS. RSS is great, and you’re great for using it. ♥️</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/03/23/kollaborativer-eventkalender-wevent/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Microformats</title>
		<link>https://notiz.blog/2006/11/20/microformats/</link>
					<comments>https://notiz.blog/2006/11/20/microformats/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 20 Nov 2006 18:53:43 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[hCalendar]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[XFN]]></category>
		<category><![CDATA[XHTML]]></category>
		<guid isPermaLink="false">http://notizblog.org/2006/11/20/microformats/</guid>

					<description><![CDATA[Wenn man in letzter Zeit durchs Internet surft, stolpert man immer häufiger über den Begriff &#8222;Microformats&#8220; oder sieht das grüne Symbol auf Kontaktseiten. Aber was genau sind Microformats und für was sind sie gut? Wikipedia meint dazu: Ein Mikroformat ist ein Markup-Format zur semantischen Annotation von HTML oder XHTML. Mikroformat-Annotationen können leicht aus Webseiten extrahiert [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="alignright"><img decoding="async" src="https://notiz.blog/wp-content/uploads/2006/11/microformats.jpg" alt="microformats.jpg"/></figure></div>



<p>Wenn man in letzter Zeit durchs Internet surft, stolpert man immer häufiger über den Begriff &#8222;<a href="http://microformats.org/">Microformats</a>&#8220; oder sieht das grüne Symbol auf Kontaktseiten. Aber was genau sind Microformats und für was sind sie gut?</p>



<p><a href="https://de.wikipedia.org/wiki/Microformats">Wikipedia</a> meint dazu:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Ein Mikroformat ist ein Markup-Format zur semantischen Annotation von HTML oder XHTML. Mikroformat-Annotationen können leicht aus Webseiten extrahiert werden und machen weiteren Programmen (etwa Suchmaschinen) die Bedeutung des Seiteninhalts verständlich.</p></blockquote>



<p>Das heißt, es werden vorhantenen Attributen (class, rel, rev) von <abbr title="(Extensible) HyperText Markup Language">(X)HTML</abbr> verwendet um neue Formate zu speziellen Themen- oder Wissensgebieten zu erstellen.</p>



<span id="more-257"></span>



<p>Eines der ersten Formate war <abbr title="Xhtml Friends Network"><a href="http://gmpg.org/xfn/">XFN</a></abbr>, es verwendt den &#8222;rel&#8220; Tag um persönliche Verbindungen über Links anzuzeigen. &lt;a href=&#8220;http://pinki-tine.blogspot.com/&#8220; rel=&#8220;friend met colleague&#8220;&gt;&#8230;
</p>



<p>Eine Anleitung und eine Liste von möglichen &#8222;rel&#8220;-Tags findet ihr <a href="http://gmpg.org/xfn/join">hier</a>.</p>



<p>Ein zweites erwähnenswertes Format ist &#8222;<a href="http://microformats.org/wiki/hcard">hCard</a>&#8222;. Es ist ein Versuch einen Onlinestandard für Kontakte zu erstellen.
</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"vcard"</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"url fn"</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"http://example.com"</span>&gt;</span>
    Max Mustermann<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"email"</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"
    mailto:max.mustermann@example.com"</span>&gt;</span>
    max.mustermann@example.com<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"adr"</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"street-address"</span>&gt;</span>Musterstr.<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"locality"</span>&gt;</span>Musterstadt<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>,
    <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"region"</span>&gt;</span>MP<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>, 
    <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"postal-code"</span>&gt;</span>11111<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>
    <span class="hljs-tag">&lt;<span class="hljs-name">span</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"country-name"</span>&gt;</span>Germany<span class="hljs-tag">&lt;/<span class="hljs-name">span</span>&gt;</span>
  <span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
  <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"tel"</span>&gt;</span>111 111 111<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span>
<span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></span></pre>


<p>(Für Faule: Ein <a href="http://microformats.org/code/hcard/creator">hCard Creator</a>)</p>



<p>Der Vorteil eines solchen Formates, er ist maschinen-lesbar. Das heißt es ist möglich über z.B. <abbr title="Extensible Stylesheet Language">XSL</abbr> Schnittstellen eine <a href="https://de.wikipedia.org/wiki/VCard">vCard</a> zu erstellen. <a href="https://web.archive.org/web/20050731235029/http://www.technorati.com/">Technorati</a> z.B. bietet eine solche <a href="https://web.archive.org/web/20070514201631/http://technorati.com/contact">Schnittstelle</a>: http://technorati.com/contact/https://notiz.blog/contact/ </p>



<p>Die Technorati Engine sucht auf der übermittelten Seite nach einer hCard und wandelt diese in eine vCard um. Auch die Firma Apple, welche die vCard für ihr Adressbuch verwendet, nutzt das <a href="https://microformats.org/blog/2006/10/31/dotmac-webmail-implements-hcard/">hCard-Format für ihr Onlineangebot</a> <a href="http://www.apple.com/de/dotmac/">.Mac</a>.</p>



<p>Auf der Seite <a href="https://suda.co.uk/projects/X2V/">suda.co.uk</a> gibt es Links und Informationen zu weiteren Implementierungs-Möglichkeiten.</p>



<p>Das Problem bei dem ganzen ist, dass es Spammer dadurch noch leichter haben an komplette Adressen zu kommen&#8230;</p>



<p>Ein enormer Vorteil dieser Formate ist die Möglichkeit Search Engines in soweit anzupassen, dass sie anhand von XFN Soziale Netzte abzubilden oder dank hCard sogar telefonbuch.de abzulösen. Mal schaun wohin die Reise geht&#8230;</p>



<p>Weitere Formate sind <a href="http://microformats.org/wiki/hcalendar">vCalendar</a>, <a href="http://microformats.org/wiki/xoxo">XOXO</a>, <a href="http://microformats.org/wiki/hreview">hReview</a>, <a href="https://microformats.org/wiki/Main_Page">uvm.</a></p>
<p>Hey there, RSS reader! You’re cool. Keep being awesome! 😎</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/11/20/microformats/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
