<?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>K2 &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/k2/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>Sat, 18 Nov 2023 17:42:13 +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>K2 &#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/k2/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>K2 Sidebar Hack #2</title>
		<link>https://notiz.blog/2007/09/23/k2-sidebar-hack-2/</link>
					<comments>https://notiz.blog/2007/09/23/k2-sidebar-hack-2/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 23 Sep 2007 08:13:02 +0000</pubDate>
				<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äßig vorgegeben links und rechts vom Content, müsst ihr eurem Custom Style einfach folgende Zeilen hinzufügen: Da sich das StyleSheet in der Version 1.0 nochmal geändert hat, funktioniert der alte Code nicht mehr. Download hack.css als Custom Style [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Um die zwei Sidebars des <a href="https://web.archive.org/web/20060305050026/https://www.getk2.com/">K2 (WordPress) Themes</a> auf die rechte Seite zu bekommen, und nicht wie standardmäßig vorgegeben links und rechts vom Content, müsst ihr eurem <a href="https://web.archive.org/web/20071002063102/http://k2.stikipad.com:80/docs/show/K2+Styles+and+Mods">Custom Style</a> einfach folgende Zeilen hinzufügen:</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.columns-three</span> <span class="hljs-selector-id">#primary</span> {
	<span class="hljs-attribute">margin-left</span>: <span class="hljs-number">0px</span> <span class="hljs-meta">!important</span>;
	}
	
<span class="hljs-selector-class">.columns-three</span> <span class="hljs-selector-id">#sidebar-alt</span> {
	<span class="hljs-attribute">left</span>: <span class="hljs-number">0px</span> <span class="hljs-meta">!important</span>;
	<span class="hljs-attribute">margin-left</span>: <span class="hljs-number">0px</span> <span class="hljs-meta">!important</span>;
	}</code></span></pre>


<p>Da sich das StyleSheet in der Version 1.0 nochmal geändert hat, funktioniert der <a href="https://notiz.blog/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/">alte Code</a> nicht mehr.
</p>



<p>Download <a href="https://notiz.blog/wp-content/uploads/2007/10/hack.css">hack.css</a> als Custom Style (CSS Sidebar Hack .2)</p>
<p>You are a master of efficiency! By using RSS, you save time and avoid distractions. 👏</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/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>https://notiz.blog/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/</link>
					<comments>https://notiz.blog/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 25 Jun 2007 20:32:50 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[primary]]></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: [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>The CSS Code has changed with Version 1, so try this <a href="https://notiz.blog/2007/09/23/k2-sidebar-hack-2/">new code</a>.</p>



<p>The new version of the <strong><a href="https://web.archive.org/web/20060305050026/https://www.getk2.com/">K2</a></strong> <a href="https://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="https://web.archive.org/web/20181001045943/http://obharath.net/blog/3columnk2/">3 column K2</a></strong> Theme) but K2 only supports <em>sidebar-content sidebar</em>.</p>



<p><strong>Original Version:</strong></p>



<figure class="wp-block-image alignwide size-large"><img data-dominant-color="c7d3de" data-has-transparency="false" style="--dominant-color: #c7d3de;" fetchpriority="high" decoding="async" width="900" height="768" sizes="(max-width: 900px) 100vw, 900px" src="https://notiz.blog/wp-content/uploads/2023/11/623460625_f4f967fb8b_o-900x768.jpg" alt="" class="wp-image-24357 not-transparent" srcset="https://notiz.blog/wp-content/uploads/2023/11/623460625_f4f967fb8b_o-900x768.jpg 900w, https://notiz.blog/wp-content/uploads/2023/11/623460625_f4f967fb8b_o-700x598.jpg 700w, https://notiz.blog/wp-content/uploads/2023/11/623460625_f4f967fb8b_o-768x656.jpg 768w, https://notiz.blog/wp-content/uploads/2023/11/623460625_f4f967fb8b_o.jpg 1094w" /></figure>



<p><strong>New Version:</strong></p>



<figure class="wp-block-image alignwide size-large"><img data-dominant-color="c7d4de" data-has-transparency="false" style="--dominant-color: #c7d4de;" decoding="async" width="900" height="768" sizes="(max-width: 900px) 100vw, 900px" src="https://notiz.blog/wp-content/uploads/2023/11/623461381_90c24647bf_o-900x768.jpg" alt="" class="wp-image-24358 not-transparent" srcset="https://notiz.blog/wp-content/uploads/2023/11/623461381_90c24647bf_o-900x768.jpg 900w, https://notiz.blog/wp-content/uploads/2023/11/623461381_90c24647bf_o-700x598.jpg 700w, https://notiz.blog/wp-content/uploads/2023/11/623461381_90c24647bf_o-768x656.jpg 768w, https://notiz.blog/wp-content/uploads/2023/11/623461381_90c24647bf_o.jpg 1094w" /></figure>



<p>To change this default order to content-sidbar-sidebar, you can download my small custom theme hack.</p>



<p><a href="https://notiz.blog/wp-content/uploads/2007/06/hack.css">hack.css</a></p>



<p>put this file into the &#8222;styles&#8220; folder and activate it through the K2-Options panel</p>



<p>Or you can change it by hand:</p>



<p>open <code>styles.css</code> and search</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.sidebar-dual</span> <span class="hljs-selector-id">#primary</span> {
	<span class="hljs-attribute">margin-left</span>: <span class="hljs-number">170px</span>;
	<span class="hljs-attribute">padding</span>: <span class="hljs-number">10px</span>;
	}
</code></span></pre>


<p>and replace it with</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.sidebar-dual</span> <span class="hljs-selector-id">#primary</span> {
	<span class="hljs-attribute">padding</span>: <span class="hljs-number">10px</span>;
	}
</code></span></pre>


<p>and search</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-id">#sidebar-alt</span> {
	<span class="hljs-attribute">float</span>: left;
	<span class="hljs-attribute">width</span>: <span class="hljs-number">150px</span>;
	<span class="hljs-attribute">padding</span>: <span class="hljs-number">10px</span>;
	<span class="hljs-attribute">left</span>: -<span class="hljs-number">740px</span>;
	<span class="hljs-attribute">margin-left</span>: -<span class="hljs-number">170px</span>;
	}
</code></span></pre>


<p>and replace it with</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-id">#sidebar-alt</span> {
	<span class="hljs-attribute">float</span>: left;
	<span class="hljs-attribute">width</span>: <span class="hljs-number">150px</span>;
	<span class="hljs-attribute">padding</span>: <span class="hljs-number">10px</span>;
	}
</code></span></pre>


<p>That&#8217;s All Folks&#8230;</p>
<p>Hey there, RSS reader! You’re cool. Keep being awesome! 😎</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2007/06/25/change-sidebar-order-in-the-new-three-column-k2/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>MicroK2 &#8211; a custom theme for K2</title>
		<link>https://notiz.blog/2007/05/21/microk2-a-custom-theme-for-k2/</link>
					<comments>https://notiz.blog/2007/05/21/microk2-a-custom-theme-for-k2/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Mon, 21 May 2007 15:33:33 +0000</pubDate>
				<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ür K2 (ist aber auch einfach in jedes andere CSS integrierbar) erstellt. Is wirklich nichts wildes, [&#8230;]]]></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="https://notiz.blog/2006/12/05/css-fuer-xfn-rel-tags/">CSS</a> und den <a href="http://microformats.org/wiki/icons">Icons</a> von <a href="https://www.bartelme.at/">Wolfgang Bartelme</a> und <a href="https://factoryjoe.com/">Chris Messina</a> zu verbinden, da es jetzt immer mehr Microformat Icons gibt, habe ich mich mal hingesetzt und ein kleines Custom Theme für <a href="https://web.archive.org/web/20070202023213/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="https://notiz.blog/projects/microk2-custom-theme/">MicroK2</a>.</p>



<p>Beispiele:</p>



<ul class="wp-block-list">
	<li>XFN: <a href="https://notiz.blog">ME</a> (mouse over)</li>
	<li>Vote-Links: vote for notizBlog</li>
	<li>GEO: GEO: 37.386013, -122.082932</li>
</ul>



<p>Als nächstes versuche ich mal noch hCal und hCard ein wenig schöner aufzubereiten, für Tags gibt es ja leider noch kein schönes Icon.</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/05/21/microk2-a-custom-theme-for-k2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress 2.2</title>
		<link>https://notiz.blog/2007/05/16/wordpress-22/</link>
					<comments>https://notiz.blog/2007/05/16/wordpress-22/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Wed, 16 May 2007 12:39:44 +0000</pubDate>
				<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ür K2 Nutzer problematischen Feature. Ab der Version 2.2 sind die Sidebar-Widgets nicht mehr über ein Plugin zuschaltbar sondern fest in WordPress integriert, das heißt es gibt Probleme mit den K2 Widgets. Lösung des Problems ist ein einfaches Plugin aus dem [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Seit heute steht die neue <a href="https://wordpress.org/news/2007/05/wordpress-22/">WordPress Version 2.2</a> “Getz” zum <a href="https://wordpress.org/download/">Download</a> bereit, mit einem für <a href="https://web.archive.org/web/20070202023213/http://getk2.com/">K2</a> Nutzer problematischen Feature. Ab der Version 2.2 sind die Sidebar-Widgets nicht mehr über ein Plugin zuschaltbar sondern fest in WordPress integriert, das heißt es gibt <a href="https://web.archive.org/web/20140705230511/http://getk2.com/2007/05/k2-for-wordpress-22-compatibility/">Probleme mit den K2 Widgets</a>. </p>



<p>Lösung des Problems ist ein <a href="https://web.archive.org/web/20090821073109/http://getk2.com:80/forum/showthread.php?t=4143">einfaches Plugin</a> aus dem K2 Forum.</p>



<p>Funktioniert perfekt&#8230;</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/05/16/wordpress-22/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Microformats in WordPress nutzen</title>
		<link>https://notiz.blog/2006/12/03/microformats-in-wordpress-nutzen/</link>
					<comments>https://notiz.blog/2006/12/03/microformats-in-wordpress-nutzen/#respond</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Sun, 03 Dec 2006 11:53:04 +0000</pubDate>
				<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ägen zu erstellen. Nach dem aktivieren erscheint in &#8222;Write Posts&#8220; ein neuer Butten über dem Textfeld. Also zuerst den [&#8230;]]]></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>



<h2 class="wp-block-heading"><strong>Plugins</strong></h2>



<p><strong><a href="https://www.aes.id.au/?page_id=28">hReview WordPress Plugin</a></strong> ist ein simples Plugin um hReviews in normalen Einträgen zu erstellen. Nach dem aktivieren erscheint in &#8222;Write Posts&#8220; ein neuer Butten über dem Textfeld. Also zuerst den normalen Text schreiben, dann hReview Knopf drücken Formular ausfüllen und ab damit. Andrew E. Scott hatte gerne <a href="https://www.aes.id.au/?page_id=28#comments">Rückmeldung</a> ob alles sauber funktioniert, also macht ihm doch den gefallen.</p>



<p><strong><a href="https://microformats.org/wiki/wordpress-plugins#Microformatted_Blogroll">WP Microformatted Blogroll 0.2</a></strong> lässt euch Linklisten (<a href="https://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://gmpg.org/xfn">XFN</a> erstellen.</p>



<p><strong><a href="https://web.archive.org/web/20200805222430/https://richardkmiller.com/164/microid-plugin-for-wordpress">MicroID Plugin for WordPress</a></strong> Von <a href="https://web.archive.org/web/20060701173648/https://microid.org/">MicroID</a> hatte ich bisher noch nicht gehö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 ähnlich wie die <a href="https://de.gravatar.com/">Gravatare</a>. Meiner z.B. ist <code>9198c94d942fa09454fa84b2ce447362d70abc1a</code>. Das Plugin, schreibt diesen Wert in die Metatags von WordPress</p>


<pre class="wp-block-code"><span><code class="hljs language-xml"><span class="hljs-tag">&lt;<span class="hljs-name">meta</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"microid"</span> <span class="hljs-attr">content</span>=<span class="hljs-string">"9198c94d942fa09454fa84b2ce447362d70abc1a"</span> /&gt;</span></code></span></pre>


<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="https://wordpress.org/plugins/?filter=geo">Plugins</a>.</p>



<h2 class="wp-block-heading"><strong>Themes</strong></h2>



<p>Folgende Themes unterstützen hAtom:</p>



<ul class="wp-block-list">
	<li><a href="http://www.plaintxt.org/#sandbox">Sandbox</a> ein Theme für Themer</li>
	<li><a href="http://microformats.org/wiki/wordpress-themes#Strangelove">Strangelove</a> ein modifiziertes <a href="https://web.archive.org/web/20120225090919/http://binarybonsai.com:80/wordpress/kubrick/">Kubrick Theme</a></li>
</ul>



<p>Das <a href="https://web.archive.org/web/20070202023213/http://getk2.com/">K2 Theme</a> von <a href="https://binarybonsai.com/about/">Michael Heilemann</a> zeigt die Autoren aller Einträ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ür die, die ihre Microformats mit einem StyleSheet selbst formatieren wollen gibt es unter <a href="https://web.archive.org/web/20061022145023/http://www.mindgarden.de/downloads/microformats.css">mindgarden.de</a> ein schönes CSS Template.</p>



<p>Abschließend noch: Die Technorati Microformats-Suche funktioniert mittlerweile einwandfrei.</p>
<p>Hey there, RSS reader! You’re cool. Keep being awesome! 😎</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/12/03/microformats-in-wordpress-nutzen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Neues Design</title>
		<link>https://notiz.blog/2006/11/17/neues-design/</link>
					<comments>https://notiz.blog/2006/11/17/neues-design/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Fri, 17 Nov 2006 16:52:12 +0000</pubDate>
				<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ür ein komplettes Theme hat es leider nicht gereicht, außerdem bin ich mit dem K2 Theme und seinen Features mehr als nur zufriesen. Mit dem Aktuellen notizBlog Scheme für K2 habe ich versucht das ursprüngliche notizBlog Design weitestgehend umzusetzen, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Ich hab mich mal bissle von <a href="https://ma.tt/2006/11/new-blog-design/">Matts</a> neuem Design inspirieren lassen und bin selbst wieder kreativ geworden.<br/>Für ein komplettes Theme hat es leider nicht gereicht, außerdem bin ich mit dem <a href="https://web.archive.org/web/20060305050026/https://www.getk2.com/">K2 Theme</a> und seinen <a href="https://web.archive.org/web/20071003015123/http://k2.stikipad.com:80/docs/show/HomePage">Features</a> mehr als nur zufriesen. Mit dem Aktuellen notizBlog Scheme für K2 habe ich versucht das ursprüngliche <a href="https://notiz.blog/2006/03/02/notizblog-theme/">notizBlog Design</a> weitestgehend umzusetzen, ich hoffe es ist mir gelungen. 🙂</p>



<p>Wenn ich mal wieder bissle Zeit habe, werde ich mich mal mit nem richtigen Design beschäftigen.</p>



<p>&#8230;das kann aber noch bissle dauern&#8230;</p>
<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/2006/11/17/neues-design/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Simple linklog using the K2 theme</title>
		<link>https://notiz.blog/2006/10/26/simple-linklog-using-the-k2-theme/</link>
					<comments>https://notiz.blog/2006/10/26/simple-linklog-using-the-k2-theme/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 26 Oct 2006 09:44:35 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[FediBlog]]></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 &#8222;linkdump&#8220;, then create your own custom style (K2 page structure). Add the following code to your [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>HowTo get a linklog like <a href="https://kottke.org/">Kottkes</a> <a href="https://web.archive.org/web/20050204045428/http://www.kottke.org/remainder/">remaindered links</a> or something like the asides hack from <a href="https://ma.tt/2004/05/asides/">Matt</a> using <a href="https://wordpress.org">wordpress</a>, the <a href="https://web.archive.org/web/20070202023213/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>&#8222;linkdump&#8220;</em>, then create your own <a href="https://web.archive.org/web/20120108023729/http://www.johntp.com:80/2006/06/09/how-to-create-a-custom-k2-scheme-part-1/">custom style</a> (<a href="https://web.archive.org/web/20080430150028/http://k2.stikipad.com:80/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="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-title</span>, <span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.noteworthyLink</span>, <span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-meta</span> {
    <span class="hljs-attribute">display</span>: none;
}</code></span></pre>


<p>Example code to format the new linkdump category:</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-content</span> <span class="hljs-selector-tag">a</span>, <span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-content</span> <span class="hljs-selector-tag">a</span><span class="hljs-selector-pseudo">:hover</span> {
    <span class="hljs-attribute">border-bottom</span>: <span class="hljs-number">1px</span> dotted <span class="hljs-number">#CCC</span>; <span class="hljs-attribute">text-decoration</span>: none <span class="hljs-meta">!important</span>;
}</code></span></pre>

<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-content</span> {
    <span class="hljs-comment">/*background-color: #F8F8F8;*/</span>
    <span class="hljs-attribute">border-top</span>: <span class="hljs-number">1px</span> dotted <span class="hljs-number">#CCC</span>;
    <span class="hljs-attribute">border-bottom</span>: <span class="hljs-number">1px</span> dotted <span class="hljs-number">#CCC</span>;
    <span class="hljs-attribute">padding</span>: <span class="hljs-number">15px</span>; <span class="hljs-attribute">font-size</span>: <span class="hljs-number">10px</span>;
}</code></span></pre>


<p>Demo: <a href="https://notiz.blog/category/links/">https://notiz.blog/category/links/</a></p>



<p>If you want to use your del.icio.us account for the linkdump/linklog try &#8222;<a href="https://web.archive.org/web/20070713041307/http://nozell.com/blog/2005/01/30/updated-yet-another-daily-delicious-hack/">Yet Another Weekly del.icio.us</a>&#8222;</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/2006/10/26/simple-linklog-using-the-k2-theme/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
