<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare für Ja nee</title>
	<atom:link href="http://www.ja-nee.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ja-nee.net</link>
	<description>Das aufgelegte Würstchen war nicht mehr genießbar</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:08:02 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Kommentar zu Schlüssel raten von Anders</title>
		<link>http://www.ja-nee.net/2010/01/28/schlussel-raten/comment-page-1/#comment-3610</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Fri, 12 Mar 2010 03:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=542#comment-3610</guid>
		<description>I have just got a blog and use about 50 different plugins. Thank you very much for your plugin. It complete my website</description>
		<content:encoded><![CDATA[<p>I have just got a blog and use about 50 different plugins. Thank you very much for your plugin. It complete my website</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Wordpress: Seiten und Kategorien in einer Liste darstellen von sesli chat</title>
		<link>http://www.ja-nee.net/2009/11/27/wordpress-seiten-und-kategorien-in-einer-liste-darstellen/comment-page-1/#comment-3354</link>
		<dc:creator>sesli chat</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=485#comment-3354</guid>
		<description>thank yOu admin</description>
		<content:encoded><![CDATA[<p>thank yOu admin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Page-Cat-List von Konrad Mohrfeldt</title>
		<link>http://www.ja-nee.net/projekte/page-cat-list/comment-page-1/#comment-3288</link>
		<dc:creator>Konrad Mohrfeldt</dc:creator>
		<pubDate>Sat, 20 Feb 2010 00:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?page_id=499#comment-3288</guid>
		<description>Hi,

I&#039;m glad you made it through the code. When I started writing the plugin it felt a bit like a cloak-and-dagger operation ;).

However, thanks for the comment. Consider your change implemented in the next version :).

Bye Konrad

PS: Can you give me a link to the site where you&#039;re using the plugin?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8216;m glad you made it through the code. When I started writing the plugin it felt a bit like a cloak-and-dagger operation ;).</p>
<p>However, thanks for the comment. Consider your change implemented in the next version :).</p>
<p>Bye Konrad</p>
<p>PS: Can you give me a link to the site where you&#8216;re using the plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Page-Cat-List von Ian Beck</title>
		<link>http://www.ja-nee.net/projekte/page-cat-list/comment-page-1/#comment-3287</link>
		<dc:creator>Ian Beck</dc:creator>
		<pubDate>Fri, 19 Feb 2010 23:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?page_id=499#comment-3287</guid>
		<description>Thanks for making this widget, it was exactly what I needed for my current project.  However, I needed to highlight the active nav element using your plugin, so I modified it as follows:

&lt;strong&gt;Replace line 201&lt;/strong&gt;
&lt;code&gt;$output .= &#039;&lt;li class=&quot;nav-item nav-item-&#039;.$item[&#039;id&#039;].&#039;&quot;&gt;&lt;a href=&quot;&#039;.$item[&#039;url&#039;].&#039;&quot; title=&quot;&quot;&gt;&#039;.$item[&#039;title&#039;].&#039;&lt;/a&gt;&#039;;&lt;/code&gt;

&lt;strong&gt;Replacement code&lt;/strong&gt;
&lt;code&gt;$li_class = &#039;nav-item nav-item-&#039;.$item[&#039;id&#039;];
if (is_page(str_replace(&#039;p&#039;, &#039;&#039;, $item[&#039;id&#039;])) &#124;&#124; is_category($item[&#039;id&#039;])) {
    $li_class .= &#039; current-nav-item&#039;;
}
$output .= &#039;&lt;li class=&quot;&#039;.$li_class.&#039;&quot;&gt;&lt;a href=&quot;&#039;.$item[&#039;url&#039;].&#039;&quot; title=&quot;&quot;&gt;&#039;.$item[&#039;title&#039;].&#039;&lt;/a&gt;&#039;;&lt;/code&gt;

This allows the user to style the active element by targeting &lt;code&gt;.current-nav-item&lt;/code&gt;.  Hopefully this will be useful to others, or make it into the main plugin!

Ian</description>
		<content:encoded><![CDATA[<p>Thanks for making this widget, it was exactly what I needed for my current project.  However, I needed to highlight the active nav element using your plugin, so I modified it as follows:</p>
<p><strong>Replace line 201</strong><br />
<code>$output .= '&lt;li class="nav-item nav-item-'.$item['id'].&#8216;&#8220;&gt;&lt;a href=&#8220;&#8218;.$item[&#8216;url&#8216;].&#8216;&#8220; title=&#8220;&#8220;&gt;&#8216;.$item[&#8216;title&#8216;].&#8216;&lt;/a&gt;&#8216;;</code></p>
<p><strong>Replacement code</strong><br />
<code>$li_class = 'nav-item nav-item-'.$item['id'];<br />
if (is_page(str_replace(&#8216;p', &#8218;&#8216;, $item[&#8216;id&#8216;])) || is_category($item[&#8216;id&#8216;])) {<br />
    $li_class .= &#8218; current-nav-item&#8216;;<br />
}<br />
$output .= &#8218;&lt;li class=&#8220;&#8218;.$li_class.&#8216;&#8220;&gt;&lt;a href=&#8220;&#8218;.$item[&#8216;url&#8216;].&#8216;&#8220; title=&#8220;&#8220;&gt;&#8216;.$item[&#8216;title&#8216;].&#8216;&lt;/a&gt;&#8216;;</code></p>
<p>This allows the user to style the active element by targeting <code>.current-nav-item</code>.  Hopefully this will be useful to others, or make it into the main plugin!</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Schlüssel raten von Konrad Mohrfeldt</title>
		<link>http://www.ja-nee.net/2010/01/28/schlussel-raten/comment-page-1/#comment-3047</link>
		<dc:creator>Konrad Mohrfeldt</dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=542#comment-3047</guid>
		<description>Hmm nein :D.

@Annemie: Ich sage dir: dieser ganze Technikfoo hier an der TU-Berlin ist kein Heilsbringer. Ein Kommilitone von mir hat hier mit den Datennetzen, die hier so rumstehn.....ich fang lieber gar nicht erst an.

Ach und selbst die Informatikprofessoren können die Technik in den Sälen übrigens nicht bedienen. Ist schon etwas eigenartig, wenn Frau &quot;Software Engineering for Embedded Systems&quot; mitmal die Technik wegen eines Beamers ruft ^^.</description>
		<content:encoded><![CDATA[<p>Hmm nein :D.</p>
<p>@Annemie: Ich sage dir: dieser ganze Technikfoo hier an der TU-Berlin ist kein Heilsbringer. Ein Kommilitone von mir hat hier mit den Datennetzen, die hier so rumstehn&#8230;..ich fang lieber gar nicht erst an.</p>
<p>Ach und selbst die Informatikprofessoren können die Technik in den Sälen übrigens nicht bedienen. Ist schon etwas eigenartig, wenn Frau &#8222;Software Engineering for Embedded Systems&#8220; mitmal die Technik wegen eines Beamers ruft ^^.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Schlüssel raten von Danny</title>
		<link>http://www.ja-nee.net/2010/01/28/schlussel-raten/comment-page-1/#comment-3046</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=542#comment-3046</guid>
		<description>Hmmm, ich könnte schwören es hat was mit dem - und dem + zu tun... :D</description>
		<content:encoded><![CDATA[<p>Hmmm, ich könnte schwören es hat was mit dem &#8211; und dem + zu tun&#8230; :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Auf der Suche nach ner Fahrt von Berlin nach Rostock: Epic Quote #1 von Danny</title>
		<link>http://www.ja-nee.net/2009/12/18/auf-der-suche-nach-ner-fahrt-von-berlin-nach-rostock-epic-quote-1/comment-page-1/#comment-3045</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=514#comment-3045</guid>
		<description>ahhhhhhhhhh wie geil</description>
		<content:encoded><![CDATA[<p>ahhhhhhhhhh wie geil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Schlüssel raten von Annemie</title>
		<link>http://www.ja-nee.net/2010/01/28/schlussel-raten/comment-page-1/#comment-2973</link>
		<dc:creator>Annemie</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=542#comment-2973</guid>
		<description>TU? Mensch, ein Glück gibt es in Rostock sowas noch garnicht :D Zahlencodes.... *pah*</description>
		<content:encoded><![CDATA[<p>TU? Mensch, ein Glück gibt es in Rostock sowas noch garnicht :D Zahlencodes&#8230;. *pah*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Schlüssel raten von mike</title>
		<link>http://www.ja-nee.net/2010/01/28/schlussel-raten/comment-page-1/#comment-2942</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=542#comment-2942</guid>
		<description>Haha!</description>
		<content:encoded><![CDATA[<p>Haha!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Antifa Anti-Agressionstraining von Antifa Anti-Agressionstraining &#124; SysAdminBlog</title>
		<link>http://www.ja-nee.net/2010/01/12/antifa-anti-agressionstraining/comment-page-1/#comment-2741</link>
		<dc:creator>Antifa Anti-Agressionstraining &#124; SysAdminBlog</dc:creator>
		<pubDate>Sat, 16 Jan 2010 13:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ja-nee.net/?p=519#comment-2741</guid>
		<description>[...] Ja-Nee   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] Ja-Nee   Share and [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
