<?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>Comments on: My First Plugin</title>
	<atom:link href="http://pieceofshep.com/2005/04/my-first-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://pieceofshep.com/2005/04/my-first-plugin/</link>
	<description>this is me</description>
	<lastBuildDate>Thu, 18 Mar 2010 19:07:54 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeroen Onstenk</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-2372</link>
		<dc:creator>Jeroen Onstenk</dc:creator>
		<pubDate>Sat, 23 Sep 2006 23:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-2372</guid>
		<description>Hi Mike,

Inspired by your plugin, I made some modifications and turned it into a widgetized current day sidebar plugin.

You can check it out http://jeroenonstenk.nl/maakt/wordpress/1/</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Inspired by your plugin, I made some modifications and turned it into a widgetized current day sidebar plugin.</p>
<p>You can check it out <a href="http://jeroenonstenk.nl/maakt/wordpress/1/" rel="nofollow">http://jeroenonstenk.nl/maakt/wordpress/1/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benfiter</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-2099</link>
		<dc:creator>Benfiter</dc:creator>
		<pubDate>Mon, 21 Aug 2006 20:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-2099</guid>
		<description>The script doesn&#039;t seem to work on the Spanish version of WordPress available at http://wordpress-es.sourceforge.net, so I did a WP es_ES version:

 
&lt;code&gt;*/
function this_day($dia,$mes) {
	$fecha = $dia.&quot;_de_&quot;.strtolower($mes);
	echo &quot;&lt;a&gt;seg&#250;n la Wikipedia&lt;/a&gt;&quot;;
	}
?&gt;&lt;/code&gt;

Thank you for the great idea though ;)</description>
		<content:encoded><![CDATA[<p>The script doesn&#8217;t seem to work on the Spanish version of WordPress available at <a href="http://wordpress-es.sourceforge.net" rel="nofollow">http://wordpress-es.sourceforge.net</a>, so I did a WP es_ES version:</p>
<p><code>*/<br />
function this_day($dia,$mes) {<br />
	$fecha = $dia."_de_".strtolower($mes);<br />
	echo "<a>seg&uacute;n la Wikipedia</a>";<br />
	}<br />
?&gt;</code></p>
<p>Thank you for the great idea though ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shep</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1694</link>
		<dc:creator>shep</dc:creator>
		<pubDate>Sun, 20 Nov 2005 02:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1694</guid>
		<description>nix, i noticed that too.  i&#039;m not sure why it&#039;s doing that.  the way it works is it automatically links to the day of whatever post it appears on.  maybe because the plugin isn&#039;t running from each post, but instead your sidebar, it&#039;s causing a problem.  email me if you like (use contact form) and i might be able to look at your code.

cheers man.</description>
		<content:encoded><![CDATA[<p>nix, i noticed that too.  i&#8217;m not sure why it&#8217;s doing that.  the way it works is it automatically links to the day of whatever post it appears on.  maybe because the plugin isn&#8217;t running from each post, but instead your sidebar, it&#8217;s causing a problem.  email me if you like (use contact form) and i might be able to look at your code.</p>
<p>cheers man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1693</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Sun, 20 Nov 2005 00:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1693</guid>
		<description>Although, what I&#039;d like to know is why the date is 18 days out? 

I put the same code on both of my blogs and on the WP2.0 beta site the date is correct but on my main blog I am living historically.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Although, what I&#8217;d like to know is why the date is 18 days out? </p>
<p>I put the same code on both of my blogs and on the WP2.0 beta site the date is correct but on my main blog I am living historically.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1692</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Sun, 20 Nov 2005 00:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1692</guid>
		<description>Although, what I&#039;d like to know is why the date is 18 days out? 

I put the same code on both of my blogs and on the WP2.0 beta site the date is correct but on my main blog I am living historically.

Any ideas</description>
		<content:encoded><![CDATA[<p>Although, what I&#8217;d like to know is why the date is 18 days out? </p>
<p>I put the same code on both of my blogs and on the WP2.0 beta site the date is correct but on my main blog I am living historically.</p>
<p>Any ideas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1690</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Sat, 19 Nov 2005 08:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1690</guid>
		<description>Nice one - I&#039;ve got it on my blog at

http://nixit.co.nz/wordpress

it works on WP 2.0 Beta too:

http://nixit.co.nz/new</description>
		<content:encoded><![CDATA[<p>Nice one &#8211; I&#8217;ve got it on my blog at</p>
<p><a href="http://nixit.co.nz/wordpress" rel="nofollow">http://nixit.co.nz/wordpress</a></p>
<p>it works on WP 2.0 Beta too:</p>
<p><a href="http://nixit.co.nz/new" rel="nofollow">http://nixit.co.nz/new</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shep</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1671</link>
		<dc:creator>shep</dc:creator>
		<pubDate>Sun, 16 Oct 2005 14:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1671</guid>
		<description>immi, php&#039;s date function doesn&#039;t go back past 1970.</description>
		<content:encoded><![CDATA[<p>immi, php&#8217;s date function doesn&#8217;t go back past 1970.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: immi</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1670</link>
		<dc:creator>immi</dc:creator>
		<pubDate>Sun, 16 Oct 2005 08:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1670</guid>
		<description>Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in .. ?</description>
		<content:encoded><![CDATA[<p>Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in .. ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Psykotik</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1669</link>
		<dc:creator>Psykotik</dc:creator>
		<pubDate>Fri, 14 Oct 2005 02:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1669</guid>
		<description>Nice plugin ! I enjoyed it so much I translated it to french, adding some extra options.

French people, feel you free to visit &lt;a&gt;this_day in history en français&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Nice plugin ! I enjoyed it so much I translated it to french, adding some extra options.</p>
<p>French people, feel you free to visit <a>this_day in history en français</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten Ringe</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1588</link>
		<dc:creator>Carsten Ringe</dc:creator>
		<pubDate>Wed, 20 Jul 2005 13:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1588</guid>
		<description>Thanks for this plugin (and for the german translation, of course). I use it for my site now!</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin (and for the german translation, of course). I use it for my site now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _41</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1469</link>
		<dc:creator>_41</dc:creator>
		<pubDate>Sun, 17 Apr 2005 22:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1469</guid>
		<description>i use your plugin on comments! stays very nice.

tks!</description>
		<content:encoded><![CDATA[<p>i use your plugin on comments! stays very nice.</p>
<p>tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poeti</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1459</link>
		<dc:creator>Poeti</dc:creator>
		<pubDate>Wed, 13 Apr 2005 15:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1459</guid>
		<description>Nice plugin!

Thus it runs also in Germany
&lt;?php
/* &lt;WP plugin data&gt;
* Plugin Name: This Date in History
* Version: 1
* Description: Displays a link to what happened on this date in history
* Author: Mike Schepker
* Author URI: http://www.pieceofshep.com/
* special thanks to skippy and bigjibby
* fuer Deutschland modifiziert von www.poeti.de

* add the following to the Loop: this_day(get_the_time(&#039;Y-m-j&#039;));
*/

function this_day($date) 
{
    $timestamp = strtotime($date);
    setlocale(LC_TIME, &quot;de_DE&quot;);
    $day = date(j,$timestamp);
    $upper_month = strftime(&quot;%B&quot;, $timestamp);
    $month = date(m, $timestamp);
    $year = date(Y, $timestamp);
    $url_date = $day.&quot;._&quot;.$upper_month;
    
    echo &quot;&lt;a href=&quot;http://www.welt.de/data/$year/$month/$day/&quot; title=&quot;Die Meldungen dieses Tages in der Welt&quot;&gt;Heute&lt;/a&gt;  &quot;;
    echo &quot;&lt;a href=&quot;http://www.wikipedia.de/wiki/$url_date&quot; title=&quot;Die geschichtlichen Ereignisse dieses Tages bei Wikipedia.de&quot;&gt;Geschichte&lt;/a&gt;&quot;;
}
?&gt;</description>
		<content:encoded><![CDATA[<p>Nice plugin!</p>
<p>Thus it runs also in Germany<br />
&lt;?php<br />
/* &lt;WP plugin data&gt;<br />
* Plugin Name: This Date in History<br />
* Version: 1<br />
* Description: Displays a link to what happened on this date in history<br />
* Author: Mike Schepker<br />
* Author URI: <a href="http://www.pieceofshep.com/" rel="nofollow">http://www.pieceofshep.com/</a><br />
* special thanks to skippy and bigjibby<br />
* fuer Deutschland modifiziert von <a href="http://www.poeti.de" rel="nofollow">http://www.poeti.de</a></p>
<p>* add the following to the Loop: this_day(get_the_time(&#8216;Y-m-j&#8217;));<br />
*/</p>
<p>function this_day($date)<br />
{<br />
    $timestamp = strtotime($date);<br />
    setlocale(LC_TIME, &#8220;de_DE&#8221;);<br />
    $day = date(j,$timestamp);<br />
    $upper_month = strftime(&#8220;%B&#8221;, $timestamp);<br />
    $month = date(m, $timestamp);<br />
    $year = date(Y, $timestamp);<br />
    $url_date = $day.&#8221;._&#8221;.$upper_month;</p>
<p>    echo &#8220;&lt;a href=&#8221;http://www.welt.de/data/$year/$month/$day/&#8221; title=&#8221;Die Meldungen dieses Tages in der Welt&#8221;&gt;Heute&lt;/a&gt;  &#8220;;<br />
    echo &#8220;&lt;a href=&#8221;http://www.wikipedia.de/wiki/$url_date&#8221; title=&#8221;Die geschichtlichen Ereignisse dieses Tages bei Wikipedia.de&#8221;&gt;Geschichte&lt;/a&gt;&#8221;;<br />
}<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BillH</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1457</link>
		<dc:creator>BillH</dc:creator>
		<pubDate>Tue, 12 Apr 2005 18:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1457</guid>
		<description>Caleb, there is a plugin called &#039;Random Quote of the Day&#039; that will randomize any number of quotes. You simply enter the quotes and then add a PHP statement outside The Loop to display a quote at random. The name is a bit of a misnomer as it actually displays a different quote each time you reload the page. Random Quote of the Day is found at http://www.mcmike.nl/</description>
		<content:encoded><![CDATA[<p>Caleb, there is a plugin called &#8216;Random Quote of the Day&#8217; that will randomize any number of quotes. You simply enter the quotes and then add a PHP statement outside The Loop to display a quote at random. The name is a bit of a misnomer as it actually displays a different quote each time you reload the page. Random Quote of the Day is found at <a href="http://www.mcmike.nl/" rel="nofollow">http://www.mcmike.nl/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Cloer</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1454</link>
		<dc:creator>Thomas Cloer</dc:creator>
		<pubDate>Tue, 12 Apr 2005 09:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1454</guid>
		<description>Great idea! I have just installed it at &lt;a href=&quot;http://www.teezeh.info&quot; rel=&quot;nofollow&quot;&gt;my site&lt;/a&gt; (with some slight modifications...)</description>
		<content:encoded><![CDATA[<p>Great idea! I have just installed it at <a href="http://www.teezeh.info" rel="nofollow">my site</a> (with some slight modifications&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marchal</title>
		<link>http://pieceofshep.com/2005/04/my-first-plugin/comment-page-1/#comment-1453</link>
		<dc:creator>Marchal</dc:creator>
		<pubDate>Tue, 12 Apr 2005 03:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeschepker.com/wordpress/2005/04/my-first-plugin/#comment-1453</guid>
		<description>I like this plugin! I just installed in on my site. Thank you.</description>
		<content:encoded><![CDATA[<p>I like this plugin! I just installed in on my site. Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
