<?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; K2</title>
	<atom:link href="http://notizblog.org/tag/k2/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>Tue, 22 May 2012 14:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</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>K2 Sidebar Hack #2</title>
		<link>http://notizblog.org/2007/09/23/k2-sidebar-hack-2/</link>
		<comments>http://notizblog.org/2007/09/23/k2-sidebar-hack-2/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 08:13:02 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://notizblog.org/2007/09/23/k2-sidebar-hack-2/</guid>
		<description><![CDATA[Um die zwei Sidebars des K2 (WordPress) Themes auf die rechte Seite zu bekommen, und nicht wie standardm&#228;&#223;ig vorgegeben links und rechts vom Content, m&#252;sst ihr eurem Custom Style einfach folgende Zeilen hinzuf&#252;gen: .columns-three #primary { margin-left: 0px !important; } .columns-three #sidebar-alt { left: 0px !important; margin-left: 0px !important; } Da sich das StyleSheet in [...]]]></description>
			<content:encoded><![CDATA[<p>Um die zwei Sidebars des <a href="http://getk2.com/">K2 (WordPress) Themes</a> auf die rechte Seite zu bekommen, und nicht wie standardm&#228;&#223;ig vorgegeben links und rechts vom Content, m&#252;sst ihr eurem <a href="http://k2.stikipad.com/docs/show/K2+Styles+and+Mods">Custom Style</a> einfach folgende Zeilen hinzuf&#252;gen:</p>
<pre class="code">.columns-three #primary {
	margin-left: 0px !important;
	}

.columns-three #sidebar-alt {
	left: 0px !important;
	margin-left: 0px !important;
	}</pre>
<p>Da sich das StyleSheet in der Version 1.0 nochmal ge&#228;ndert hat, funktioniert der <a href="http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/">alte Code</a> nicht mehr.</p>
<p class="download">Download <a href='http://notizblog.org/wp-content/uploads/2007/10/hack.css' title=''>hack.css</a> als Custom Style (CSS Sidebar Hack .2)</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="K2 Sidebar Hack #2"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2007/09/23/k2-sidebar-hack-2/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2007/09/23/k2-sidebar-hack-2/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2007/09/23/k2-sidebar-hack-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
	</item>
		<item>
		<title>Change sidebar order in the new three column K2</title>
		<link>http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/</link>
		<comments>http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 20:32:50 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/</guid>
		<description><![CDATA[The CSS Code has changed with Version 1, so try this new code. The new version of the K2 WordPress Theme supports a three column layout (you can change it in the K2 Options). I prefer both sidebars on one side (like the 3 column K2 Theme) but K2 only supports sidebar-content sidebar. Original Version [...]]]></description>
			<content:encoded><![CDATA[<p class="info">The CSS Code has changed with Version 1, so try this <a href="http://notizblog.org/2007/09/23/k2-sidebar-hack-2/">new code</a>.</p>
<p>The new version of the <strong><a href="http://getk2.com/">K2</a></strong> <a href="http://wordpress.org">WordPress</a> Theme supports a three column layout (you can change it in the K2 Options). I prefer both sidebars on one side (like the <strong><a href="http://www.obharath.net/blog/3columnk2/">3 column K2</a></strong> Theme) but K2 only supports <em>sidebar-content sidebar</em>.</p>
<p><a href="http://www.flickr.com/photos/pfefferle/623460625/" title="Fotosharing"><img src="http://farm2.static.flickr.com/1141/623460625_b42fef2ebe_t.jpg" width="100" height="85" alt="Original K2" /><br />
Original Version</a></p>
<p><a href="http://www.flickr.com/photos/pfefferle/623461381/" title="Fotosharing"><img src="http://farm2.static.flickr.com/1109/623461381_1b35a53d74_t.jpg" width="100" height="85" alt="Both sidebars on one side" /><br />
New Version</a> </p>
<p>To change this default order to content-sidbar-sidebar, you can download my small custom theme hack.</p>
<p class="download"><a href='http://notizblog.org/wp-content/uploads/2007/06/hack.css' title='hack.css'>hack.css</a></p>
<p><small>put this file into the &#8220;styles&#8221; folder and activate it through the K2-Options panel</small></p>
<p>Or you can change it by hand:</p>
<p>open <code>styles.css</code> and search</p>
<pre class="code">.sidebar-dual #primary {
	margin-left: 170px;
	padding: 10px;
	}
</pre>
<p>and replace it with</p>
<pre class="code">.sidebar-dual #primary {
	padding: 10px;
	}
</pre>
<p>and search</p>
<pre class="code">#sidebar-alt {
	float: left;
	width: 150px;
	padding: 10px;
	left: -740px;
	margin-left: -170px;
	}
</pre>
<p>and replace it with</p>
<pre class="code">#sidebar-alt {
	float: left;
	width: 150px;
	padding: 10px;
	}
</pre>
<p>That&#8217;s All Folks&#8230;</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Change sidebar order in the new three column K2"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:thumbnail url="http://farm2.static.flickr.com/1141/623460625_b42fef2ebe_t.jpg" />
		<media:content url="http://farm2.static.flickr.com/1141/623460625_b42fef2ebe_t.jpg" medium="image">
			<media:title type="html">Original K2</media:title>
		</media:content>
		<media:content url="http://farm2.static.flickr.com/1109/623461381_1b35a53d74_t.jpg" medium="image">
			<media:title type="html">Both sidebars on one side</media:title>
		</media:content>
	</item>
		<item>
		<title>MicroK2 &#8211; a custom theme for K2</title>
		<link>http://notizblog.org/2007/05/21/microk2-a-custom-theme-for-k2/</link>
		<comments>http://notizblog.org/2007/05/21/microk2-a-custom-theme-for-k2/#comments</comments>
		<pubDate>Mon, 21 May 2007 15:33:33 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[MicroK2]]></category>
		<category><![CDATA[rel]]></category>
		<category><![CDATA[XFN]]></category>

		<guid isPermaLink="false">http://notizblog.org/2007/05/21/microk2-a-custom-theme-for-k2/</guid>
		<description><![CDATA[Ich hab ja schon mal versucht die XFN-Links mit CSS und den Icons von Wolfgang Bartelme und Chris Messina zu verbinden, da es jetzt immer mehr Microformat Icons gibt, habe ich mich mal hingesetzt und ein kleines Custom Theme f&#252;r K2 (ist aber auch einfach in jedes andere CSS integrierbar) erstellt. Is wirklich nichts wildes, [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hab ja schon mal versucht die <a href="http://www.gmpg.org/xfn/">XFN-Links</a> mit <a href="http://notizblog.org/2006/12/05/css-fuer-xfn-rel-tags/">CSS</a> und den <a href="http://www.factorycity.net/projects/microformats-icons/">Icons</a> von <a href="http://www.bartelme.at/">Wolfgang Bartelme</a> und <a href="http://factoryjoe.com/blog/">Chris Messina</a> zu verbinden, da es jetzt immer mehr Microformat Icons gibt, habe ich mich mal hingesetzt und ein kleines Custom Theme f&#252;r <a href="http://getk2.com">K2</a> (ist aber auch einfach in jedes andere CSS integrierbar) erstellt.<br />
Is wirklich nichts wildes, aber falls ihr Interesse habt probiert&#8217;s einfach mal aus: <a href="http://notizblog.org/projects/microk2-custom-theme/">MicroK2</a>.</p>
<p>Beispiele:</p>
<ul>
<li>XFN: <a href="http://notizblog.org" rel="me">ME</a> (mouse over)</li>
<li>Vote-Links: <a rev="vote-for" href="http://www.topblogs.de/sitedetails_404.html" title="vote for me">vote for notizBlog</a></li>
<li>GEO: <span class="geo">GEO: <span class="latitude">37.386013</span>, <span class="longitude">-122.082932</span></span></li>
</ul>
<p>Als n&#228;chstes versuche ich mal noch hCal und hCard ein wenig sch&#246;ner aufzubereiten, f&#252;r Tags gibt es ja leider noch kein sch&#246;nes Icon.</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="MicroK2 &amp;#8211; a custom theme for K2"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2007/05/21/microk2-a-custom-theme-for-k2/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2007/05/21/microk2-a-custom-theme-for-k2/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2007/05/21/microk2-a-custom-theme-for-k2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>WordPress 2.2</title>
		<link>http://notizblog.org/2007/05/16/wordpress-22/</link>
		<comments>http://notizblog.org/2007/05/16/wordpress-22/#comments</comments>
		<pubDate>Wed, 16 May 2007 12:39:44 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Sidebar-Widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://notizblog.org/2007/05/16/wordpress-22/</guid>
		<description><![CDATA[Seit heute steht die neue WordPress Version 2.2 “Getz” zum Download bereit, mit einem f&#252;r K2 Nutzer problematischen Feature. Ab der Version 2.2 sind die Sidebar-Widgets nicht mehr &#252;ber ein Plugin zuschaltbar sondern fest in WordPress integriert, das hei&#223;t es gibt Probleme mit den K2 Widgets. L&#246;sung des Problems ist ein einfaches Plugin aus dem [...]]]></description>
			<content:encoded><![CDATA[<p>Seit heute steht die neue <a href="http://wordpress.org/development/2007/05/wordpress-22/">WordPress Version 2.2</a> “Getz” zum <a href="http://wordpress.org/download/">Download</a> bereit, mit einem f&#252;r <a href="http://getk2.com">K2</a> Nutzer problematischen Feature. Ab der Version 2.2 sind die Sidebar-Widgets nicht mehr &#252;ber ein Plugin zuschaltbar sondern fest in WordPress integriert, das hei&#223;t es gibt <a href="http://getk2.com/2007/05/k2-for-wordpress-22-compatibility/">Probleme mit den K2 Widgets</a>. </p>
<p>L&#246;sung des Problems ist ein <a href="http://getk2.com/forum/showthread.php?t=4143">einfaches Plugin</a> aus dem K2 Forum.</p>
<p>Funktioniert perfekt&#8230;</p>

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

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2007/05/16/wordpress-22/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2007/05/16/wordpress-22/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Microformats in WordPress nutzen</title>
		<link>http://notizblog.org/2006/12/03/microformats-in-wordpress-nutzen/</link>
		<comments>http://notizblog.org/2006/12/03/microformats-in-wordpress-nutzen/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 11:53:04 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[hAtom]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[hReview]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[Kubrick]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[XFN]]></category>
		<category><![CDATA[XOXO]]></category>

		<guid isPermaLink="false">http://notizblog.org/2006/12/03/microformats-in-wordpress-nutzen/</guid>
		<description><![CDATA[Wer zu faul ist seine Blog-Posts im richtigen Microformat zu formatieren oder es in sein Theme zu implementieren, der bekommt hier ein paar Erleichterungen. Plugins hReview WordPress Plugin ist ein simples Plugin um hReviews in normalen Eintr&#228;gen zu erstellen. Nach dem aktivieren erscheint in &#8220;Write Posts&#8221; ein neuer Butten &#252;ber dem Textfeld. Also zuerst den [...]]]></description>
			<content:encoded><![CDATA[<p>Wer zu faul ist seine Blog-Posts im richtigen Microformat zu formatieren oder es in sein Theme zu implementieren, der bekommt hier ein paar Erleichterungen.</p>
<p><strong>Plugins</strong></p>
<p><strong><a href="http://www.aes.id.au/?page_id=28">hReview WordPress Plugin</a></strong> ist ein simples Plugin um hReviews in normalen Eintr&#228;gen zu erstellen. Nach dem aktivieren erscheint in &#8220;Write Posts&#8221; ein neuer Butten &#252;ber dem Textfeld. Also zuerst den normalen Text schreiben, dann hReview Knopf dr&#252;cken Formular ausf&#252;llen und ab damit. Andrew E. Scott hatte gerne <a href="http://www.aes.id.au/?page_id=28#comments">R&#252;ckmeldung</a> ob alles sauber funktioniert, also macht ihm doch den gefallen.</p>
<p><strong><a href="http://factorycity.net/projects/wp-microformatted-blogroll/">WP Microformatted Blogroll 0.2</a></strong> l&#228;sst euch Linklisten (<a href="http://de.wikipedia.org/wiki/Blogrolle">Blogrollen</a>), gekennzeichnet durch <a href="http://microformats.org/wiki/xoxo">XOXO</a>, <a href="http://microformats.org/wiki/hcard">hCard</a> und <a href="http://xmpg.org/xfn">XFN</a> erstellen.</p>
<p><strong><a href="http://www.richardkmiller.com/blog/archives/2006/03/microid-plugin-for-wordpress">MicroID Plugin for WordPress</a></strong> Von <a href="http://www.microid.org/">MicroID</a> hatte ich bisher noch nicht geh&#246;rt, aber es ist ziemlich simpel. Es erstellt einen Hash-Wert aus der E-Mail Adresse und der eigenen URL, welchen man zur Identifizierung verwenden kann. Also im Prinzip so &#228;hnlich wie die <a href="http://www.gravatar.com">Gravatare</a>. Meiner z.B. ist <code>9198c94d942fa09454fa84b2ce447362d70abc1a</code>. Das Plugin, schreibt diesen Wert in die Metatags von WordPress</p>
<p class="code">&lt;meta name=&#8221;microid&#8221; content=&#8221;9198c94d942fa09454fa84b2ce447362d70abc1a&#8221; /&gt;</p>
<p> zum Kennzeichnen des Blogs oder von Autoren eines einzelnen Eintrags.</p>
<p>Und zu <a href="http://microformats.org/wiki/geo">GEO</a>-Informationen gibt es ne ganze Menge <a href="http://wp-plugins.net/?filter=geo">Plugins</a>.</p>
<p><strong>Themes</strong></p>
<p>Folgende Themes unterst&#252;tzen hAtom:</p>
<ul>
<li><a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> ein Theme f&#252;r Themer</li>
<li><a href="http://www.whump.com/dropbox/Strangelove.zip">Strangelove</a> ein modifiziertes <a href="http://binarybonsai.com/wordpress/kubrick/">Kubrick Theme</a></li>
</ul>
<p>Das <a href="http://getk2.com">K2 Theme</a> von <a href="http://binarybonsai.com/about/">Michael Heilemann</a> zeigt die Autoren aller Eintr&#228;ge im hCard Format an und das Datum in Form der <a href="http://microformats.org/wiki/abbr-design-pattern">abbr-design-pattern</a>.</p>
<p>Oder f&#252;r die, die ihre Microformats mit einem StyleSheet selbst formatieren wollen gibt es unter <a href="http://www.mindgarden.de/downloads/microformats.css">mindgarden.de</a> ein sch&#246;nes CSS Template.</p>
<p><small>Abschlie&#223;end noch: Die <a href="http://kitchen.technorati.com/search/notizblog.org">Technorati Microformats-Suche</a> funktioniert mittlerweile einwandfrei.</small></p>

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

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2006/12/03/microformats-in-wordpress-nutzen/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2006/12/03/microformats-in-wordpress-nutzen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
		<item>
		<title>Neues Design</title>
		<link>http://notizblog.org/2006/11/17/neues-design/</link>
		<comments>http://notizblog.org/2006/11/17/neues-design/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 16:52:12 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[notizblog]]></category>
		<category><![CDATA[scheme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.notizblog.org/2006/11/17/neues-design/</guid>
		<description><![CDATA[Ich hab mich mal bissle von Matts neuem Design inspirieren lassen und bin selbst wieder kreativ geworden. F&#252;r ein komplettes Theme hat es leider nicht gereicht, au&#223;erdem bin ich mit dem K2 Theme und seinen Features mehr als nur zufriesen. Mit dem Aktuellen notizBlog Scheme f&#252;r K2 habe ich versucht das urspr&#252;ngliche notizBlog Design weitestgehend [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hab mich mal bissle von <a href="http://photomatt.net/2006/11/13/new-blog-design/">Matts</a> neuem Design inspirieren lassen und bin selbst wieder kreativ geworden.<br />
F&#252;r ein komplettes Theme hat es leider nicht gereicht, au&#223;erdem bin ich mit dem <a href="http://getk2.com/">K2 Theme</a> und seinen <a href="http://k2.stikipad.com/docs/show/HomePage">Features</a> mehr als nur zufriesen. Mit dem Aktuellen notizBlog Scheme f&#252;r K2 habe ich versucht das urspr&#252;ngliche <a href="http://www.notizblog.org/2006/03/02/notizblog-theme/">notizBlog Design</a> weitestgehend umzusetzen, ich hoffe es ist mir gelungen. <img src='http://notizblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Wenn ich mal wieder bissle Zeit habe, werde ich mich mal mit nem richtigen Design besch&#228;ftigen.<br />
<small>&#8230;das kann aber noch bissle dauern&#8230;</small></p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Neues Design"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2006/11/17/neues-design/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2006/11/17/neues-design/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2006/11/17/neues-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
		<item>
		<title>Simple linklog using the K2 theme</title>
		<link>http://notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/</link>
		<comments>http://notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 09:44:35 +0000</pubDate>
		<dc:creator>Matthias Pfefferle</dc:creator>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[kottke]]></category>
		<category><![CDATA[linkblog]]></category>
		<category><![CDATA[linkdump]]></category>
		<category><![CDATA[nur mal kurz]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/</guid>
		<description><![CDATA[HowTo get a linklog like Kottkes remaindered links or something like the asides hack from Matt using wordpress, the K2 theme and some CSS. First of all you have to create a category you want to use, for example &#8220;linkdump&#8221;, then create your own custom style (K2 page structure). Add the following code to your [...]]]></description>
			<content:encoded><![CDATA[<p>HowTo get a linklog like <a href="http://www.kottke.org">Kottkes</a> <a href="http://kottke.org/remainder/">remaindered links</a> or something like the asides hack from <a href="http://photomatt.net/2004/05/19/asides/">Matt</a> using <a href="http://wordpress.org">wordpress</a>, the <a href="http://getk2.com">K2 theme</a> and some CSS.</p>
<p>First of all you have to create a category you want to use, for example <em>&#8220;linkdump&#8221;</em>, then create your own <a href="http://www.johntp.com/2006/06/09/how-to-create-a-custom-k2-scheme-part-1/">custom style</a> (<a href="http://k2.stikipad.com/docs/show/Page+Structure">K2 page structure</a>).</p>
<p>Add the following code to your custom css&#8230;</p>
<p>CSS code to hide the title (header), the noteworthy-link and the entry meta:</p>
<pre class="code">.category-linkdump .entry-title, .category-linkdump
.noteworthyLink, .category-linkdump .entry-meta {
	display: none;
	}</pre>
<p>Example code to format the new linkdump category:</p>
<pre class="code">.category-linkdump .entry-content a, .category-linkdump
.entry-content a:hover {
	border-bottom: 1px dotted #CCC;
	text-decoration: none !important;
	}</pre>
<pre class="code">.category-linkdump .entry-content {
	/*background-color: #F8F8F8;*/
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 15px;
	font-size: 10px;
	}</pre>
<p>Demo: <a href="http://www.notizblog.org/category/links/">http://www.notizblog.org/category/links/</a></p>
<p>If you want to use your del.icio.us account for the linkdump/linklog try &#8220;<a href="http://nozell.com/blog/2005/01/30/updated-yet-another-daily-delicious-hack/">Yet Another Weekly del.icio.us</a>&#8220;</p>

<div class="social-buttons">
  <a class="FlattrButton" style="display:none;"
     title="Simple linklog using the K2 theme"
     data-flattr-button="compact"
     data-flattr-uid="pfefferle"
     data-flattr-category="text"
     data-flattr-language="de_DE"
     href="http://notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/"
     rel="donation payment">Flattr this!</a>

  <div class="g-plusone" data-size="medium" data-lang="de-DE" data-href="http://notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/"></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
	</item>
	</channel>
</rss>

