<?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 elektroelch.de</title>
	<atom:link href="http://elektroelch.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://elektroelch.de</link>
	<description>Es ist nicht ungefährlich, wenn ein Volk lesen und schreiben kann.</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:15:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Kommentar zu Using Komodo&#8217;s calltips with WordPress von latz</title>
		<link>http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/#comment-295</link>
		<dc:creator>latz</dc:creator>
		<pubDate>Sun, 15 Jan 2012 16:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/#comment-295</guid>
		<description>The WordPress files need to be available to the filesystem (so you may mount a remote directory usinf the filesystem). The editor will then give you a selection of available functions that match the part you already entered and if you entered the complete function name it will display the phpdoc as illustrated in the post. 
To make a long story short: Komodo will treat the functions of WordPress like any other genuine php function.</description>
		<content:encoded><![CDATA[<p>The WordPress files need to be available to the filesystem (so you may mount a remote directory usinf the filesystem). The editor will then give you a selection of available functions that match the part you already entered and if you entered the complete function name it will display the phpdoc as illustrated in the post.<br />
To make a long story short: Komodo will treat the functions of WordPress like any other genuine php function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu E-Mails mit WordPress versenden von Michael</title>
		<link>http://elektroelch.de/blog/2010/11/08/e-mails-mit-wordpress-versenden/#comment-294</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 15 Jan 2012 14:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/?p=614#comment-294</guid>
		<description>Danke für den Artikel.
Damit ist es nun recht einfach möglich, einen Newsletterversand für mein AVZ anzubieten. Denn ich könnte zwar auch ein Mailtool nutzen, aber für manche Dinge möchte ich einfach ein internes Tool.</description>
		<content:encoded><![CDATA[<p>Danke für den Artikel.<br />
Damit ist es nun recht einfach möglich, einen Newsletterversand für mein AVZ anzubieten. Denn ich könnte zwar auch ein Mailtool nutzen, aber für manche Dinge möchte ich einfach ein internes Tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Using Komodo&#8217;s calltips with WordPress von Johngo</title>
		<link>http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/#comment-293</link>
		<dc:creator>Johngo</dc:creator>
		<pubDate>Sat, 14 Jan 2012 05:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/#comment-293</guid>
		<description>I&#039;m trying to understand this. So, KomodoEdit scans the wordpress directory on a server (could also be a remote directory?) and understands the php functions specific for Wordpress?

What about shortcodes?</description>
		<content:encoded><![CDATA[<p>I&#8216;m trying to understand this. So, KomodoEdit scans the wordpress directory on a server (could also be a remote directory?) and understands the php functions specific for WordPress?</p>
<p>What about shortcodes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu pagebar v2.55 von Jens</title>
		<link>http://elektroelch.de/blog/2009/08/25/pagebar-v2-55/#comment-292</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Wed, 28 Dec 2011 16:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/?p=540#comment-292</guid>
		<description>Hallo, bekomme es trotz Anleitung nicht hin die Commentbar in mein Theme einzufügen hier meine comments.php. Wo muss ich den Code einfügen? Bitte um Hilfe.

Danke Jens

post_password) )
	{ // if there&#039;s a password
		if ( $_COOKIE[&#039;wp-postpass_&#039; . COOKIEHASH] != $post-&gt;post_password )
		{  // and it doesn&#039;t match the cookie
			echo &#039;	&#039; . __(&#039;This post is password protected. Enter the password to view comments.&#039;, &#039;german_newspaper&#039;) . &#039;&#039; . &quot;\n&quot;;

			return;
		}
	}

	/* This variable is for alternating comment background */
	$oddcomment = &#039;class=&quot;alt&quot; &#039;;


	//		&lt;!-- You can start editing here. --&gt;



if ( $comments )


{
	echo &#039;	&#039;;
	comments_number(__(&#039;No Responses&#039;, &#039;german_newspaper&#039;), __(&#039;One Response&#039;, &#039;german_newspaper&#039;), __(&#039;% Responses&#039;, &#039;german_newspaper&#039;));
	echo &#039; &#039;;
	printf(__(&#039;to &#8220;%s&#8221;&#039;, &#039;german_newspaper&#039;), the_title(&#039;&#039;, &#039;&#039;, false));
	echo &#039;	&#039; . &quot;\n\n&quot;;
	echo &#039;	&#039; . &quot;\n&quot;;
	
	foreach ( $comments as $comment )
{
	  echo &#039;	&#039; . get_avatar( $comment, 32 ) . &quot;\n&quot;;
	  printf(__(&#039;&lt;cite&gt;%s&lt;/cite&gt; Says:&#039;, &#039;german_newspaper&#039;), get_comment_author_link());


		if ( $comment-&gt;comment_approved == &#039;0&#039; )
		{
			echo &#039;	&lt;em&gt;&#039; . __(&#039;Your comment is awaiting moderation.&#039;, &#039;german_newspaper&#039;) . &#039;&lt;/em&gt;&#039; . &quot;\n&quot;;
		}

		echo &#039;	&#039; . &quot;\n&quot;;
		echo &#039;	&lt;a href=&quot;#comment-&#039; . get_comment_ID() . &#039;&quot; title=&quot;&quot; rel=&quot;nofollow&quot;&gt;&#039;;
              		printf(__(&#039;%1$s at %2$s&#039;, &#039;german_newspaper&#039;), get_comment_date(__(&#039;F jS, Y&#039;, &#039;german_newspaper&#039;)), get_comment_time());
		echo &#039;&lt;/a&gt; &#039;;
		edit_comment_link(__(&#039;edit&#039;, &#039;german_newspaper&#039;),&#039;&#160;&#160;&#039;,&#039;&#039;);
		echo &#039;&#039; . &quot;\n\n\n&quot;;

		comment_text();
		
		echo &quot;\n\n\n&quot; . &#039;  &#039; . &quot;\n&quot;;


	      
		/* Changes every other comment to a different class */
		$oddcomment = ( empty( $oddcomment ) ) ? &#039;class=&quot;alt&quot; &#039; : &#039;&#039;;
              
              }
	
	echo &#039;&#039; . &quot;\n\n&quot;;


}


else
{
	// this is displayed if there are no comments so far

	if ( &#039;open&#039; == $post-&gt;comment_status )
	{
	  //		&lt;!-- If comments are open, but there are no comments. --&gt;
	}
	else
	{
		// comments are closed
		//		&lt;!-- If comments are closed. --&gt;
		echo &#039;	&#039; . __(&#039;Comments are closed.&#039;, &#039;german_newspaper&#039;) . &#039;&#039; . &quot;\n&quot;;
	}
}



if ( &#039;open&#039; == $post-&gt;comment_status )
{
	echo &#039;	&#039; . __(&#039;Leave a Reply&#039;, &#039;german_newspaper&#039;) . &#039;&#039; . &quot;\n&quot;;
	
 	if ( get_option(&#039;comment_registration&#039;) &amp;&amp; !$user_ID )
	{
		echo &#039;	&#039;;
		printf(__(&#039;You must be &lt;a href=&quot;%s&quot; rel=&quot;nofollow&quot;&gt;logged in&lt;/a&gt; to post a comment.&#039;, &#039;german_newspaper&#039;), get_option(&#039;siteurl&#039;) . &#039;/wp-login.php?redirect_to=&#039; . urlencode(get_permalink()));
		echo &#039;	&#039; . &quot;\n&quot;;
	}
	else
	{
		echo &#039;	&#039; . &quot;\n&quot;;
		
    if ( $user_ID )
    {
    	echo &#039;		&#039;;
			printf(__(&#039;Logged in as &lt;a href=&quot;%1$s&quot; rel=&quot;nofollow&quot;&gt;%2$s&lt;/a&gt;.&#039;, &#039;german_newspaper&#039;), get_option(&#039;siteurl&#039;) . &#039;/wp-admin/profile.php&#039;, $user_identity);
			echo &#039; &lt;a href=&quot;&#039; . get_option(&#039;siteurl&#039;) . &#039;/wp-login.php?action=logout&quot; title=&quot;&#039; . __(&#039;Log out of this account&#039;, &#039;german_newspaper&#039;) . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . __(&#039;Log out &#187;&#039;, &#039;german_newspaper&#039;) . &#039;&lt;/a&gt;&#039; . &quot;\n&quot;;
		}
		else
		{
			echo &#039;&#039; . &quot;\n&quot;;
			echo &#039;&#039; . __(&#039;Name&#039;, &#039;german_newspaper&#039;) . &#039; &#039;;

			if ( $req ) _e(&quot;(required)&quot;, &quot;german_newspaper&quot;);

			echo &#039;&#039; . &quot;\n&quot;;
			echo &#039;&#039; . &quot;\n&quot;;
			echo &#039;&#039; . __(&#039;Mail (will not be published)&#039;, &#039;german_newspaper&#039;) . &#039; &#039;;
			if ($req) _e(&quot;(required)&quot;, &quot;german_newspaper&quot;);

			echo &#039;&#039; . &quot;\n&quot;;
			echo &#039;&#039; . &quot;\n&quot;;
			echo &#039;&#039; . __(&#039;Website&#039;, &#039;german_newspaper&#039;) . &#039;&#039; . &quot;\n&quot;;
		}

		echo &#039;&lt;!--&#039;;
		printf(__(&#039;&lt;strong&gt;XHTML:&lt;/strong&gt; You can use these tags: &lt;code&gt;%s&lt;/code&gt;&#039;, &#039;german_newspaper&#039;), allowed_tags());
		echo &#039;--&gt;&#039; . &quot;\n&quot;;
		echo &#039;&#039; . &quot;\n&quot;;
		echo &#039;&#039; . &quot;\n&quot;;
		echo &#039;&#039; . &quot;\n&quot;;
		echo &#039;&#039; . &quot;\n&quot;;
		
		do_action(&#039;comment_form&#039;, $post-&gt;ID);
		
		echo &#039;&#039; . &quot;\n\n&quot;;

	}


	
	// If registration required and not logged in
}


?&gt;</description>
		<content:encoded><![CDATA[<p>Hallo, bekomme es trotz Anleitung nicht hin die Commentbar in mein Theme einzufügen hier meine comments.php. Wo muss ich den Code einfügen? Bitte um Hilfe.</p>
<p>Danke Jens</p>
<p>post_password) )<br />
	{ // if there&#8217;s a password<br />
		if ( $_COOKIE[&#8216;wp-postpass_&#8216; . COOKIEHASH] != $post-&gt;post_password )<br />
		{  // and it doesn&#8217;t match the cookie<br />
			echo &#8218;	&#8218; . __(&#8216;This post is password protected. Enter the password to view comments.&#8216;, &#8218;german_newspaper&#8216;) . &#8218;&#8216; . &#8222;\n&#8220;;</p>
<p>			return;<br />
		}<br />
	}</p>
<p>	/* This variable is for alternating comment background */<br />
	$oddcomment = &#8218;class=&#8220;alt&#8220; &#8218;;</p>
<p>	//		<!-- You can start editing here. --></p>
<p>if ( $comments )</p>
<p>{<br />
	echo &#8218;	&#8218;;<br />
	comments_number(__(&#8216;No Responses&#8216;, &#8218;german_newspaper&#8216;), __(&#8216;One Response&#8216;, &#8218;german_newspaper&#8216;), __(&#8216;% Responses&#8216;, &#8218;german_newspaper&#8216;));<br />
	echo &#8218; &#8218;;<br />
	printf(__(&#8216;to &#8220;%s&#8221;&#8216;, &#8218;german_newspaper&#8216;), the_title('&#8216;, &#8218;&#8216;, false));<br />
	echo &#8218;	&#8218; . &#8222;\n\n&#8220;;<br />
	echo &#8218;	&#8218; . &#8222;\n&#8220;;</p>
<p>	foreach ( $comments as $comment )<br />
{<br />
	  echo &#8218;	&#8218; . get_avatar( $comment, 32 ) . &#8222;\n&#8220;;<br />
	  printf(__(&#8216;<cite>%s</cite> Says:&#8216;, &#8218;german_newspaper&#8216;), get_comment_author_link());</p>
<p>		if ( $comment-&gt;comment_approved == &#8218;0&#8242; )<br />
		{<br />
			echo &#8218;	<em>&#8218; . __(&#8216;Your comment is awaiting moderation.&#8216;, &#8218;german_newspaper&#8216;) . &#8218;</em>&#8218; . &#8222;\n&#8220;;<br />
		}</p>
<p>		echo &#8218;	&#8218; . &#8222;\n&#8220;;<br />
		echo &#8218;	<a href="#comment-' . get_comment_ID() . '" title="" rel="nofollow">&#8218;;<br />
              		printf(__(&#8216;%1$s at %2$s&#8216;, &#8218;german_newspaper&#8216;), get_comment_date(__(&#8216;F jS, Y&#8216;, &#8218;german_newspaper&#8216;)), get_comment_time());<br />
		echo &#8218;</a> &#8218;;<br />
		edit_comment_link(__(&#8216;edit&#8216;, &#8218;german_newspaper&#8216;),&#8216;&nbsp;&nbsp;&#8216;,'&#8216;);<br />
		echo &#8218;&#8216; . &#8222;\n\n\n&#8220;;</p>
<p>		comment_text();</p>
<p>		echo &#8222;\n\n\n&#8220; . &#8218;  &#8218; . &#8222;\n&#8220;;</p>
<p>		/* Changes every other comment to a different class */<br />
		$oddcomment = ( empty( $oddcomment ) ) ? &#8218;class=&#8220;alt&#8220; &#8218; : &#8218;&#8216;;</p>
<p>              }</p>
<p>	echo &#8218;&#8216; . &#8222;\n\n&#8220;;</p>
<p>}</p>
<p>else<br />
{<br />
	// this is displayed if there are no comments so far</p>
<p>	if ( &#8218;open&#8216; == $post-&gt;comment_status )<br />
	{<br />
	  //		<!-- If comments are open, but there are no comments. --><br />
	}<br />
	else<br />
	{<br />
		// comments are closed<br />
		//		<!-- If comments are closed. --><br />
		echo &#8218;	&#8218; . __(&#8216;Comments are closed.&#8216;, &#8218;german_newspaper&#8216;) . &#8218;&#8216; . &#8222;\n&#8220;;<br />
	}<br />
}</p>
<p>if ( &#8218;open&#8216; == $post-&gt;comment_status )<br />
{<br />
	echo &#8218;	&#8218; . __(&#8216;Leave a Reply&#8216;, &#8218;german_newspaper&#8216;) . &#8218;&#8216; . &#8222;\n&#8220;;</p>
<p> 	if ( get_option(&#8216;comment_registration&#8216;) &amp;&amp; !$user_ID )<br />
	{<br />
		echo &#8218;	&#8218;;<br />
		printf(__(&#8216;You must be <a href="%s" rel="nofollow">logged in</a> to post a comment.&#8216;, &#8218;german_newspaper&#8216;), get_option(&#8217;siteurl&#8216;) . &#8218;/wp-login.php?redirect_to=&#8216; . urlencode(get_permalink()));<br />
		echo &#8218;	&#8218; . &#8222;\n&#8220;;<br />
	}<br />
	else<br />
	{<br />
		echo &#8218;	&#8218; . &#8222;\n&#8220;;</p>
<p>    if ( $user_ID )<br />
    {<br />
    	echo &#8218;		&#8218;;<br />
			printf(__(&#8216;Logged in as <a href="%1$s" rel="nofollow">%2$s</a>.&#8216;, &#8218;german_newspaper&#8216;), get_option(&#8217;siteurl&#8216;) . &#8218;/wp-admin/profile.php&#8216;, $user_identity);<br />
			echo &#8218; <a href="' . get_option('siteurl') . '/wp-login.php?action=logout" title="' . __('Log out of this account', 'german_newspaper') . '" rel="nofollow">&#8218; . __(&#8216;Log out &raquo;&#8216;, &#8218;german_newspaper&#8216;) . &#8218;</a>&#8218; . &#8222;\n&#8220;;<br />
		}<br />
		else<br />
		{<br />
			echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
			echo &#8218;&#8216; . __(&#8216;Name&#8216;, &#8218;german_newspaper&#8216;) . &#8218; &#8218;;</p>
<p>			if ( $req ) _e(&#8220;(required)&#8220;, &#8222;german_newspaper&#8220;);</p>
<p>			echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
			echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
			echo &#8218;&#8216; . __(&#8216;Mail (will not be published)&#8216;, &#8218;german_newspaper&#8216;) . &#8218; &#8218;;<br />
			if ($req) _e(&#8220;(required)&#8220;, &#8222;german_newspaper&#8220;);</p>
<p>			echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
			echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
			echo &#8218;&#8216; . __(&#8216;Website&#8216;, &#8218;german_newspaper&#8216;) . &#8218;&#8216; . &#8222;\n&#8220;;<br />
		}</p>
<p>		echo &#8218;&lt;!&#8211;&#8216;;<br />
		printf(__(&#8216;<strong>XHTML:</strong> You can use these tags: <code>%s</code>&#8218;, &#8218;german_newspaper&#8216;), allowed_tags());<br />
		echo &#8218;&#8211;&gt;&#8216; . &#8222;\n&#8220;;<br />
		echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
		echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
		echo &#8218;&#8216; . &#8222;\n&#8220;;<br />
		echo &#8218;&#8216; . &#8222;\n&#8220;;</p>
<p>		do_action(&#8216;comment_form&#8216;, $post-&gt;ID);</p>
<p>		echo &#8218;&#8216; . &#8222;\n\n&#8220;;</p>
<p>	}</p>
<p>	// If registration required and not logged in<br />
}</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu WordPress: Überschriften mit Untertiteln von Tanja</title>
		<link>http://elektroelch.de/blog/2009/07/14/wordpress-ueberschriften-mit-untertiteln/#comment-291</link>
		<dc:creator>Tanja</dc:creator>
		<pubDate>Sat, 24 Dec 2011 14:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/blog/?p=516#comment-291</guid>
		<description>Bitte die beiden Trackbacks hier löschen. Die zwei Seiten sind von mir und existieren nicht mehr (ein neuer TB vom umgezogenen Artikel müsste eintreffen).</description>
		<content:encoded><![CDATA[<p>Bitte die beiden Trackbacks hier löschen. Die zwei Seiten sind von mir und existieren nicht mehr (ein neuer TB vom umgezogenen Artikel müsste eintreffen).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu WordPress: Benutzern das Passwort-Feld entziehen von anonymer</title>
		<link>http://elektroelch.de/blog/2011/09/29/wordpress-benutzern-das-passwort-feld-entziehen/#comment-290</link>
		<dc:creator>anonymer</dc:creator>
		<pubDate>Sat, 24 Dec 2011 06:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/?p=2427#comment-290</guid>
		<description>guter trick in jedem fall , habe es mal eingebaut danke für den tipp</description>
		<content:encoded><![CDATA[<p>guter trick in jedem fall , habe es mal eingebaut danke für den tipp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Tabelle zeilenweise ausblenden mit jQuery von Webentwicklung</title>
		<link>http://elektroelch.de/blog/2009/03/11/tabelle-zeilenweise-ausblenden-mit-jquery/#comment-288</link>
		<dc:creator>Webentwicklung</dc:creator>
		<pubDate>Wed, 07 Dec 2011 19:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/blog/?p=504#comment-288</guid>
		<description>Hi,

wieso setzt ihr nicht einfach eine id=&quot;zeileX&quot; in das  und versteckt es einfach mit $(&quot;#zeileX&quot;).hide() ?  ;-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>wieso setzt ihr nicht einfach eine id=&#8220;zeileX&#8220; in das  und versteckt es einfach mit $(&#8220;#zeileX&#8220;).hide() ?  <img src='http://elektroelch.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu WordPress Plugin Spam, Teil 2 von newz</title>
		<link>http://elektroelch.de/blog/2010/12/08/wordpress-plugin-spam-teil-2/#comment-287</link>
		<dc:creator>newz</dc:creator>
		<pubDate>Fri, 02 Dec 2011 20:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/?p=616#comment-287</guid>
		<description>wirklich gut zu wissen danke für den beitrag</description>
		<content:encoded><![CDATA[<p>wirklich gut zu wissen danke für den beitrag</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu WordPress Plugin Spam, Teil 2 von elektroinstallateur.org</title>
		<link>http://elektroelch.de/blog/2010/12/08/wordpress-plugin-spam-teil-2/#comment-286</link>
		<dc:creator>elektroinstallateur.org</dc:creator>
		<pubDate>Fri, 02 Dec 2011 20:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/?p=616#comment-286</guid>
		<description>klasse zum glück habe ich das plugin nicht eingestzt gut das ich diesen Artikel gefunden habe</description>
		<content:encoded><![CDATA[<p>klasse zum glück habe ich das plugin nicht eingestzt gut das ich diesen Artikel gefunden habe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kommentar zu Using Komodo&#8217;s calltips with WordPress von Komodo Code Completion for WordPress - Jean Galea &#124; Web Designer and Developer in Malta &#124; WordPress Consultant</title>
		<link>http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/#comment-285</link>
		<dc:creator>Komodo Code Completion for WordPress - Jean Galea &#124; Web Designer and Developer in Malta &#124; WordPress Consultant</dc:creator>
		<pubDate>Tue, 08 Nov 2011 16:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/#comment-285</guid>
		<description>[...] Komodo Code Completion for WordPress      On November 8, 2011 In Wordpress With No Comments      http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Komodo Code Completion for WordPress      On November 8, 2011 In WordPress With No Comments      <a href="http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/" rel="nofollow">http://elektroelch.de/blog/2008/06/26/using-komodos-calltips-with-wordpress/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

