<?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/"
	>

<channel>
	<title>Long Countdown &#187; Open Source</title>
	<atom:link href="http://www.longcountdown.com/category/technology/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.longcountdown.com</link>
	<description>Nick Ramsay, blogging from Japan.</description>
	<lastBuildDate>Sun, 28 Feb 2010 16:30:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pointer to my SWCMS Modules Page</title>
		<link>http://www.longcountdown.com/2008/11/08/pointer-to-my-swcms-modules-page/</link>
		<comments>http://www.longcountdown.com/2008/11/08/pointer-to-my-swcms-modules-page/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 16:39:59 +0000</pubDate>
		<dc:creator>Nick Ramsay</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.longcountdown.com/?p=940</guid>
		<description><![CDATA[I&#8217;ve been continuing to develop modules for the Social Web Content Management System, and have listed the ones I&#8217;ve made so far on a new page: My SWCMS Modules. 
My latest creations are a sin bin for temporarily disabling users, a way to block repeat submissions of deleted stories, a module that builds an RSS [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been continuing to develop modules for the <a href="http://www.socialwebcms.com/">Social Web Content Management System</a>, and have listed the ones I&#8217;ve made so far on a new page: <a href="http://www.longcountdown.com/swcms-modules/">My SWCMS Modules</a>. </p>
<p>My latest creations are a sin bin for temporarily disabling users, a way to block repeat submissions of deleted stories, a module that builds an RSS feed for comments, and I&#8217;ve improved the original private messaging module with bulk message deletion, an outbox and email notification of new messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longcountdown.com/2008/11/08/pointer-to-my-swcms-modules-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My First SWCMS Modules Released</title>
		<link>http://www.longcountdown.com/2008/10/03/my-first-swcms-modules-released/</link>
		<comments>http://www.longcountdown.com/2008/10/03/my-first-swcms-modules-released/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 04:16:39 +0000</pubDate>
		<dc:creator>Nick Ramsay</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[open sources]]></category>
		<category><![CDATA[pligg]]></category>
		<category><![CDATA[rss basic]]></category>
		<category><![CDATA[smilies]]></category>
		<category><![CDATA[SWCMS]]></category>

		<guid isPermaLink="false">http://www.longcountdown.com/?p=819</guid>
		<description><![CDATA[SWCMS stands for Social Web Content Management System, and it is the social news software that powers JapanSoc.com.
SWCMS is open source, meaning anybody can contribute to its development, and I&#8217;ve been busy doing just that. I&#8217;m not a professional developer by any means so I usually report bugs and suggest improvements. Recently, I&#8217;ve tried my [...]]]></description>
			<content:encoded><![CDATA[<p>SWCMS stands for Social Web Content Management System, and it is the social news software that powers <a title="JapanSoc.com" href="http://www.japansoc.com">JapanSoc.com</a>.</p>
<p>SWCMS is open source, meaning anybody can contribute to its development, and I&#8217;ve been busy doing just that. I&#8217;m not a professional developer by any means so I usually report bugs and suggest improvements. Recently, I&#8217;ve tried my hand at making modules (the equivalent of Wordpress plugins) and I&#8217;ve come up with two so far:</p>
<p><strong>Smilies Module </strong></p>
<p>The <a title="Smilies Module" href="http://socialwebcms.com/forum/index.php?topic=104.0">Smilies Module</a> converts <a title="Smiley text chart" href="http://codex.wordpress.org/Using_Smilies#What_Text_Do_I_Type_to_Make_Smileys.3F">smiley text</a> into little faces like this: <img src='http://www.longcountdown.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Smilies are an excellent way to inject some emotion into comments and the occasional <img src='http://www.longcountdown.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  is handy to show you&#8217;re being sarcastic and prevent any unintended arguments with other users.</p>
<p><strong>RSS Basic Module<br />
</strong></p>
<p>Although it started as a simple tool to display an RSS feed on a SWCMS site, the <a title="RSS Basic module for SWCMS" href="http://socialwebcms.com/forum/index.php?topic=184.0">RSS Basic module</a> has grown over successive versions into something quite powerful. The site&#8217;s administrator can import multiple feeds, manage them through a control panel and display them anywhere on a page. The best feature, however, is that users can embed an RSS feed into their SWCMS profiles, just as I have done on <a title="LongCountdown JapanSoc profile" href="http://www.japansoc.com/user.php?login=LongCountdown">my JapanSoc profile</a>.</p>
<p>The RSS Basic module really taught me a lot about SWCMS as I had to learn how to create an admin interface and work with the database. I&#8217;m hoping that I&#8217;ve mastered the basics of module making and will go on to make bigger and better things!</p>
<p>Let me add that I&#8217;m enjoying contributing to the open source project so other users can benefit from my modules rather than me selfishly developing for JapanSoc only.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longcountdown.com/2008/10/03/my-first-swcms-modules-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Put Code Snippets in a Wordpress Blog</title>
		<link>http://www.longcountdown.com/2008/08/23/put-code-snippets-in-a-wordpress-blog/</link>
		<comments>http://www.longcountdown.com/2008/08/23/put-code-snippets-in-a-wordpress-blog/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 09:01:21 +0000</pubDate>
		<dc:creator>Nick Ramsay</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[paste code]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.longcountdown.com/?p=639</guid>
		<description><![CDATA[I&#8217;ve installed WP-Syntax, a great plugin for Wordpress that lets you add code snippets to your blog posts without losing all the formatting.
You can use all manner of languages and even include line numbers if you want. Here&#8217;s a snippet from one of my math worksheet makers written in Perl:

5
use List::Util shuffle;    [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve installed <a href="http://wordpress.org/extend/plugins/wp-syntax/screenshots/">WP-Syntax</a>, a great plugin for Wordpress that lets you add code snippets to your blog posts without losing all the formatting.</p>
<p>You can use all manner of languages and even include line numbers if you want. Here&#8217;s a snippet from one of my math worksheet makers written in Perl:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>5
</pre></td><td class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">use</span> List<span style="color: #339933;">::</span><span style="color: #006600;">Util</span> shuffle<span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;"># Use the Shuffle module</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>166
167
168
169
170
171
</pre></td><td class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># define and populate the arrays</span>
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">@girlsnames</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'Erin'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'Anna'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'Joanne'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'Sally'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'Mary'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    
<span style="color: #b1b100;">my</span> <span style="color: #0000ff;">@boysnames</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #ff0000;">'Adam'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'Ken'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'Tom'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'Paul'</span><span style="color: #339933;">,</span><span style="color: #ff0000;">'David'</span><span style="color: #339933;">,</span> <span style="color: #ff0000;">'Sam'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
&nbsp;
<span style="color: #0000ff;">@girlsnames</span> <span style="color: #339933;">=</span> shuffle <span style="color: #0000ff;">@girlsnames</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;"># shuffle the girls' array</span>
<span style="color: #0000ff;">@boysnames</span> <span style="color: #339933;">=</span> shuffle <span style="color: #0000ff;">@boysnames</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;"># shuffle the boys' array</span></pre></td></tr></table></div>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>377
378
</pre></td><td class="code"><pre class="perl" style="font-family:monospace;"><span style="color: #0000ff;">$name1</span> <span style="color: #339933;">=</span> <span style="color: #000066;">pop</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">@boysnames</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;"># assign last name in array to $name1;</span>
<span style="color: #0000ff;">$name2</span> <span style="color: #339933;">=</span> <span style="color: #000066;">pop</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">@girlsnames</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>    <span style="color: #666666; font-style: italic;"># assign last name in array to $name2;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.longcountdown.com/2008/08/23/put-code-snippets-in-a-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Set Up A JapanBlogger Blogroll in Wordpress</title>
		<link>http://www.longcountdown.com/2008/08/02/set-up-a-japanblogger-blogroll-in-wordpress/</link>
		<comments>http://www.longcountdown.com/2008/08/02/set-up-a-japanblogger-blogroll-in-wordpress/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 11:49:52 +0000</pubDate>
		<dc:creator>Nick Ramsay</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[blogroll]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[japanblogger]]></category>
		<category><![CDATA[JapanSoc]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.longcountdown.com/?p=566</guid>
		<description><![CDATA[
JapanBlogger is the perfect complement to JapanSoc. While the latter promotes individual articles and pages from the Japan-related web, JapanBlogger serves to promote entire sites. This is done by a blogger submitting his or her site, and watching people vote for it and leave feedback.
Harnessing the power of JapanBlogger
Since JapanBlogger sorts its database of blogs [...]]]></description>
			<content:encoded><![CDATA[<p><span style="padding-top: 0px; padding-bottom: 2px; margin-left:10px; margin-right:0px; float:right;"><script type="text/javascript" src="http://www.japansoc.com/index.php?page=evb"></script></span><a href="http://japanblogger.net"><img class="aligncenter size-medium wp-image-573" title="jbloggerheader1" src="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/jbloggerheader1-500x58.jpg" alt="" width="500" height="58" /></a></p>
<p><a title="JapanBlogger.net" href="http://japanblogger.net">JapanBlogger</a> is the perfect complement to <a title="JapanSoc.com" href="http://www.japansoc.com">JapanSoc</a>. While the latter promotes individual articles and pages from the Japan-related web, JapanBlogger serves to promote entire sites. This is done by a blogger submitting his or her site, and watching people vote for it and leave feedback.</p>
<p><strong>Harnessing the power of JapanBlogger</strong></p>
<p>Since JapanBlogger sorts its database of blogs according to popularity (i.e. the number of votes each site receives), I thought it would be great to provide an rss feed which bloggers could import and use as a blogroll on their own sites.</p>
<p>This serves two purposes. First, it gives the blogger an instant, ready-made blogroll with the best Japan-related sites. Second, by clicking on each link in the blogroll, the visitor passes through JapanBlogger where he or she can vote the site in question up or down and leave a comment. That extra step is what encourages activity and keeps the blogroll fair.</p>
<p><strong>JapanBlogger Feed One &#8211; the &#8220;best of the month&#8221; feed</strong></p>
<p>Site owner, Billy West, had been thinking along the same lines and had already set up what I shall call <em>JapanBlogger Feed One</em>.</p>
<p>JapanBlogger Feed One can be found at <em><a title="JapanBlogger Feed One" href="http://japanblogger.net/feed/">http://japanblogger.net/feed/</a></em> and is a list of the highest ranked sites, followed by the most ranked sites. This list is maintained manually and updated each month, usually accompanied by an annoucenment to congratulate the &#8220;best blogs of the month&#8221;.</p>
<p><strong>JapanBlogger Feed Two &#8211; the &#8220;current highest rated&#8221; feed</strong></p>
<p>Unlike Feed One, this second feed is dynamic, meaning it updates automatically and multiple times a day, giving you the most up-to-date list of top ranked sites from JapanBlogger. You can find this feed at <a title="JapanBlogger Feed Two" href="http://japanblogger.net/highest_rated.xml">http://japanblogger.net/highest_rated.xml</a>.</p>
<p>Both feeds can be subscribed to just like any feed, and can be read with most popular feed readers. However, this tutorial is about how to set up these rss feeds (or any feed for that matter) in a self-hosted Wordpress installation, i.e. Wordpress.org.</p>
<p><em>Note: If you have a Typepad, Movable Type, Blogger, Blogspot, Wordpress.com, or any other site and are able to import these feeds, please share your knowledge! </em></p>
<p><strong>Step One: Getting a JapanBlogger Feed</strong></p>
<p>If you are running a browser without RSS support (such as IE6), please copy and paste the links above. Otherwise, you can get to the feeds from the RSS icon at the top of the browser when looking at JapanBlogger, as shown.</p>
<p><a href="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed1.gif"><img class="aligncenter size-medium wp-image-567" title="japanbloggerfeed1" src="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed1-500x400.gif" alt="" width="500" height="400" /></a></p>
<p><strong>Step Two: Getting the url</strong></p>
<p>Clicking on one of those choices brings up the feed in your broswer. From there, copy the url.</p>
<p><a href="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed2.gif"><img class="aligncenter size-medium wp-image-568" title="japanbloggerfeed2" src="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed2-500x400.gif" alt="" width="500" height="400" /></a></p>
<p><strong>Step 3: Putting the feed into Wordpress</strong></p>
<p>From your Wordpress Dashboard, navigate to &#8220;Design&#8221;-&gt;&#8221;Widgets&#8221;. If your version of Wordpress is old, or your theme doesn&#8217;t support widgets, you&#8217;ll need to <a title="RSS plugins for Wordpress" href="http://wordpress.org/extend/plugins/tags/rss">find an rss plugin</a> instead.</p>
<p>Add an RSS widget to your sidebar and paste the url you copied into the first field, as shown in the picture below. Leave the other settings untouched (or change items from 10 to 20 as I did). Click &#8220;Change&#8221; then &#8220;Save Changes&#8221;.</p>
<p><a href="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed3.gif"><img class="aligncenter size-medium wp-image-569" title="japanbloggerfeed3" src="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed3-428x500.gif" alt="" width="428" height="500" /></a></p>
<p>Now visit your site and see your new blogroll!</p>
<p><em>Note: This doesn&#8217;t actually affect your current blogroll. This is just an addition to your existing sidebar.</em></p>
<p>These screenshots show the feed in action on this blog, LongCountdown.com&#8230;</p>
<p><a href="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed4.gif"><img class="aligncenter size-medium wp-image-570" title="japanbloggerfeed4" src="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed4-500x237.gif" alt="" width="500" height="237" /></a></p>
<p>&#8230; and also on the JapanSoc Community Blog:</p>
<p><a href="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed5.gif"><img class="aligncenter size-medium wp-image-571" title="japanbloggerfeed5" src="http://www.longcountdown.com/blog/wp-content/uploads/2008/08/japanbloggerfeed5-500x383.gif" alt="" width="500" height="383" /></a></p>
<p><strong>Troubleshooting</strong></p>
<p>If the feed shows in the sidebar, but the the links don&#8217;t go anywhere, try clicking one of the links (it worked for both me and Billy) or pressing CTRL + F5 to &#8220;hard refresh&#8221; the page.</p>
<p>If you are using the dynamic, &#8220;highest rated&#8221; feed but don&#8217;t see any changes to the rankings, <a title="Click to force an update!" href="http://japanblogger.net/dynamic-blogroll-feed/">click here</a>. Congratulations, you&#8217;ve updated the feed! Just visiting any page on the JapanBlogger navigation bar forces the feed to update itself. Now refresh your page and you should see the latest changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longcountdown.com/2008/08/02/set-up-a-japanblogger-blogroll-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Recent Posts in Category &#8211; Wordpress Plugin</title>
		<link>http://www.longcountdown.com/2008/04/08/recent-posts-in-category-wordpress-plugin/</link>
		<comments>http://www.longcountdown.com/2008/04/08/recent-posts-in-category-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:10:42 +0000</pubDate>
		<dc:creator>Nick Ramsay</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[recent posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.longcountdown.com/?p=331</guid>
		<description><![CDATA[Hot on the heels of my &#8216;If Older Than&#8217; plugin for Wordpress, I&#8217;ve put together another little script that  returns a list of recent posts from a category you specify. So, for example, if you want to show a list of the last 10 posts from your Japan Food category, now you can.
On the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right; border: 0; margin-top: 6px; margin-bottom: 6px;" src="http://www.longcountdown.com/images/2008/recentpostsincategory.jpg" alt="An example of the Recent Posts in Category plugin in action." width="200" height="320" />Hot on the heels of my <a href="http://www.longcountdown.com/2008/04/03/if-older-than-wordpress-plugin/"><em>&#8216;</em>If Older Than&#8217; plugin for Wordpress,</a> I&#8217;ve put together another little script that  returns a list of recent posts from a category you specify. So, for example, if you want to show a list of the last 10 posts from your Japan Food category, now you can.</p>
<p>On the right you can see a screenshot of how I&#8217;m using it on one of my other websites. It&#8217;s especially suited to a newspaper-style blog, or a custom archive page.</p>
<p>If you like to prefer to use Wordpress widgets and are afraid of editing theme files, then you might want to avoid this plugin (and all my others come to think of it!).</p>
<p>Otherwise, you can download it from my <a title="Nick's Wordpress Plugins" href="http://www.longcountdown.com/wordpress-plugins/">Wordpress plugins</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longcountdown.com/2008/04/08/recent-posts-in-category-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>If Older Than &#8211; WordPress Plugin</title>
		<link>http://www.longcountdown.com/2008/04/03/if-older-than-wordpress-plugin/</link>
		<comments>http://www.longcountdown.com/2008/04/03/if-older-than-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 14:22:12 +0000</pubDate>
		<dc:creator>Nick Ramsay</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.longcountdown.com/?p=328</guid>
		<description><![CDATA[It&#8217;s been a while since I made a WordPress plugin, but today I had the urge to put some ads on my blog, in places where my regular readers won&#8217;t see them. I could have used a plugin such as the Shylock Adsense Plugin, but it has far more options than I need. Instead, I [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I made a WordPress plugin, but today I had the urge to put some ads on my blog, in places where my regular readers won&#8217;t see them. I could have used a plugin such as the <a href="http://shylockblogging.com/shylock-adsense-plugin/">Shylock Adsense Plugin</a>, but it has far more options than I need. Instead, I made a little script to do this:</p>
<div style="text-align: center; margin-top: 10px; margin-bottom: 10px;">
<img src="http://www.longcountdown.com/images/2008/ifolderthan.gif" alt="If Older Than Wordpress Plugin Example" style="height: 250px; width: 500px; border: 0px;"/>
</div>
<p><strong>My plugins are WordPress Old Skool</strong></p>
<p><em>NO</em> fancy customization options in the admin panel, <em>NO</em> widgets, <em>NO</em> user support! My plugins need you to open your theme editor and paste some PHP into your template. If you can do that, you are old skool, too! <img src='http://www.longcountdown.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p><strong>Download from my WordPress Plugins page </strong></p>
<p>Visit my new <a href="http://www.longcountdown.com/wordpress-plugins/">WordPress Plugins</a> page to see what I&#8217;ve made (most are taken from my old website, Nice4Rice.com).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.longcountdown.com/2008/04/03/if-older-than-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
