<?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>chillijam.co.uk &#187; Software</title>
	<atom:link href="http://chillijam.co.uk/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://chillijam.co.uk</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2021 10:32:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>SongBird media player / browser</title>
		<link>http://chillijam.co.uk/2006/10/03/songbird-media-player-browser/</link>
		<comments>http://chillijam.co.uk/2006/10/03/songbird-media-player-browser/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 08:45:21 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/10/03/songbird-media-player-browser/</guid>
		<description><![CDATA[This seem slike a really cool idea &#8211; a media play (looks vaguely familiar) with browser support, and remote mp3 playback. I&#8217;ve just downloaded it for a look-see, and I&#8217;ll let you know how it goes.]]></description>
				<content:encoded><![CDATA[<p><a href="http://songbirdnest.com"><img src="http://songbirdnest.com/files/images/button_announce.png" border="0"></a></p>
<p>This seem slike a really cool idea &#8211; a media play (looks vaguely familiar) with browser support, and remote mp3 playback.</p>
<p>I&#8217;ve just downloaded it for a look-see, and I&#8217;ll let you know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/10/03/songbird-media-player-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iterate through enum values</title>
		<link>http://chillijam.co.uk/2006/08/30/iterate-through-enum-values/</link>
		<comments>http://chillijam.co.uk/2006/08/30/iterate-through-enum-values/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 11:16:28 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C# Snippets]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/08/30/iterate-through-enum-values/</guid>
		<description><![CDATA[A quick example of how to iterate through the values in an enum&#8230; enum myEnum { one, two, three, four, five, }; foreach (int i in Enum.GetValues(typeof(myEnum ))) { myEnum myItem = (myEnum )Enum.ToObject(typeof(myEnum ), i); System.Diagnostics.Debug.WriteLine(myItem.ToString()); }]]></description>
				<content:encoded><![CDATA[<p>A quick example of how to iterate through the values in an enum&#8230;</p>
<p><code>enum myEnum { one, two, three, four, five, };<br />
foreach (int i in Enum.GetValues(typeof(myEnum )))<br />
{<br />
  myEnum myItem = (myEnum )Enum.ToObject(typeof(myEnum ), i);<br />
  System.Diagnostics.Debug.WriteLine(myItem.ToString());<br />
}<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/08/30/iterate-through-enum-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer Plugin #1 &#8211; YouTube Video.</title>
		<link>http://chillijam.co.uk/2006/08/17/windows-live-writer-plugin-1-youtube-video/</link>
		<comments>http://chillijam.co.uk/2006/08/17/windows-live-writer-plugin-1-youtube-video/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 16:22:51 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/08/17/windows-live-writer-plugin-1-youtube-video/</guid>
		<description><![CDATA[**ANOTHER EDIT** Version 1.0 out now. **EDIT** version 0.2 now includes support for Google Video Version 0.1 still available (in case the new mods give you trouble). Here&#8217;s my first ever Plugin for Windows Live Writer. It requests the ID for a video clip in YouTube (for example, the url of the default video is &#8230; <a href="http://chillijam.co.uk/2006/08/17/windows-live-writer-plugin-1-youtube-video/" class="more-link">Continue reading <span class="screen-reader-text">Windows Live Writer Plugin #1 &#8211; YouTube Video.</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>**ANOTHER EDIT** <a href="http://tat.chillijam.co.uk/2006/08/23/an-update-to-the-embedvideo-plugin/">Version 1.0 out now.</a></p>
<p>**EDIT** <a href="http://tat.chillijam.co.uk/uploads/LiveWriterPlugins_v0.2.zip">version 0.2</a> now includes support for Google Video</p>
<p><a href="http://tat.chillijam.co.uk/uploads/LiveWriterPlugins.zip">Version 0.1</a> still available (in case the new mods give you trouble).</p>
<p>Here&#8217;s my first ever Plugin for Windows Live Writer.</p>
<p>It requests the ID for a video clip in YouTube (for example, the url of the default video is <a href="http://www.youtube.com/watch?v=GtdJFtdXYps">http://www.youtube.com/watch?v=GtdJFtdXYps</a>&nbsp;so the id from that url is GtdJFtdXYps ).&nbsp; For Google video, you need to docid number (19 digits) for example : <a href="http://video.google.com/videoplay?docid=3573852431733156394&amp;q=kitten">http://video.google.com/videoplay?docid=3573852431733156394&amp;q=kitten</a>&nbsp;would give the docid of 3573852431733156394.</p>
<p>From that scant information, the plugin adds the embedded player for the video into your post.&nbsp; Simple.</p>
<p>Download the file, and then extract the DLL into the Plugins folder of your WLW installation.&nbsp; It will then appear in the &#8220;Insert&#8221; menu on the next restart of WLW.</p>
<p>I know it&#8217;s not much, but I thought I&#8217;d write it as a quick practice.</p>
<p>Demo :</p>
<p>[youtube=http://www.youtube.com/watch?v=GtdJFtdXYps]</p>
<p>[googlevideo=http://video.google.com/googleplayer.swf?docId=3573852431733156394] </p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/08/17/windows-live-writer-plugin-1-youtube-video/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://chillijam.co.uk/2006/08/17/windows-live-writer/</link>
		<comments>http://chillijam.co.uk/2006/08/17/windows-live-writer/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 15:13:40 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/08/17/windows-live-writer/</guid>
		<description><![CDATA[I&#8217;ve been pointed in the direction of this tool&#160;by a co-worker, so I thought I&#8217;d have a look.&#160; It&#8217;s always tough to review these blogging tools because you&#8217;re working out what you&#8217;re doing as you type. Picking categories for a post is a simple drop down list in the interface, and typing / adding pictures, &#8230; <a href="http://chillijam.co.uk/2006/08/17/windows-live-writer/" class="more-link">Continue reading <span class="screen-reader-text">Windows Live Writer</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been pointed in the direction of this tool&nbsp;by <a href="http://desigeek.com/weblog/amit/default.aspx" target="_blank">a co-worker</a>, so I thought I&#8217;d have a look.&nbsp; It&#8217;s always tough to review these blogging tools because you&#8217;re working out what you&#8217;re doing as you type.</p>
<p>Picking categories for a post is a simple drop down list in the interface, and typing / adding pictures, etc is all WYSIWYG.&nbsp; No quibbles there.</p>
<p>Th only thing that doesn&#8217;t seem to be working as it should is the style detection.&nbsp; If I understand correctly, it is supposed to be able to pull down your stylesheets, etc, so the WYSIWYG is just that.&nbsp; Not in my WP install it doesn&#8217;t.</p>
<p>Other than that, it seems like a good enough tool.&nbsp; I&#8217;ll explore more later.</p>
<p><strong>**EDIT**</strong> Apparently, there is an <a href="http://g.msn.com/8SEENUS030000TBR/WriterSDK">SDK</a> that you can use to write <a href="http://jeftek.spaces.live.com/blog/cns!F2042DC08607EF2!610.entry">plugins</a> . Also check out the <a href="http://groups.msn.com/windowslivewriter/">forum</a> , where you will see the issues others are having.</p>
<p><strong>**EDIT 2**</strong> On my other machine, the download of the style information seems to work.&nbsp; However, there&#8217;s an issue with this theme and the editor, so I have to type all the text in a box about an inch wide. <img src="http://chillijam.co.uk/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/08/17/windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software with a sense of humour</title>
		<link>http://chillijam.co.uk/2006/08/15/software-with-a-sense-of-humour/</link>
		<comments>http://chillijam.co.uk/2006/08/15/software-with-a-sense-of-humour/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 13:08:05 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/08/15/software-with-a-sense-of-humour/</guid>
		<description><![CDATA[Who says that developers have no sense of humour. Here&#8217;s a couple of screenshots I stole shamelessly from The Daily WTF that show that some, at least, have that spark somewhere. Blogged with Flock]]></description>
				<content:encoded><![CDATA[<p>Who says that developers have no sense of humour.  Here&#8217;s a couple of screenshots I stole shamelessly from <a href="http://thedailywtf.com/forums/thread/85750.aspx">The Daily WTF</a> that show that some, at least, have that spark somewhere.</p>
<p><img src="/uploads/dell.jpg" /></p>
<p><img src="/uploads/wtf2.jpg" /></p>
<p><img src="/uploads/tipoftheday.png" /></p>
<p style="text-align:right;font-size:8px;">Blogged with <a href="http://www.flock.com" title="Flock" target="_new">Flock</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/08/15/software-with-a-sense-of-humour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google do spreadsheets.</title>
		<link>http://chillijam.co.uk/2006/06/30/google-do-spreadsheets/</link>
		<comments>http://chillijam.co.uk/2006/06/30/google-do-spreadsheets/#comments</comments>
		<pubDate>Fri, 30 Jun 2006 20:47:05 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/06/30/google-do-spreadsheets/</guid>
		<description><![CDATA[Google Spreadsheets (yep, another Google Beta ) looks great. I&#8217;m not entirely sure how much use it will be to me, but for those without spreadsheet software, who may have a need to use it once in a while, I think this will be a great tool. It&#8217;s not an original idea, though*. This kind &#8230; <a href="http://chillijam.co.uk/2006/06/30/google-do-spreadsheets/" class="more-link">Continue reading <span class="screen-reader-text">Google do spreadsheets.</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://spreadsheets.google.com">Google Spreadsheets</a> (yep, another Google Beta <img src="http://chillijam.co.uk/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> ) looks great.</p>
<p>I&#8217;m not entirely sure how much use it will be to me, but for those without spreadsheet software, who may have a need to use it once in a while, I think this will be a great tool.</p>
<p>It&#8217;s not an original idea, though*.  This kind of functionality appears in Microsoft&#8217;s Sharepoint Server 2007 Beta, but of course, that&#8217;s the kind of software you have to pay for &#8211; and far too complex / costly for the average user.</p>
<p>Whatever the level of user who is going to use this tool, I&#8217;m all for it.  As long time readers will know, I&#8217;m a big fan of Google, and this is not doing anything to change my mind about that.</p>
<p>* Of course, Google could have come up with the idea first &#8211; I just don&#8217;t know.</p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/06/30/google-do-spreadsheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buffalo LinkStation as a SlimServer</title>
		<link>http://chillijam.co.uk/2006/06/13/buffalo-linkstation-as-a-slimserver/</link>
		<comments>http://chillijam.co.uk/2006/06/13/buffalo-linkstation-as-a-slimserver/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 11:27:45 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/06/13/buffalo-linkstation-as-a-slimserver/</guid>
		<description><![CDATA[This post should prove useful for anyone thinking about using a Buffalo LinkStation to run their SlimServer instance. The advantages of doing this are: The LinkStation is a small and quiet device, so it can sit just about anywhere without being obtrusive. The SlimServer software runs quite happily on this unit, saving the requirement for &#8230; <a href="http://chillijam.co.uk/2006/06/13/buffalo-linkstation-as-a-slimserver/" class="more-link">Continue reading <span class="screen-reader-text">Buffalo LinkStation as a SlimServer</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This post should prove useful for anyone thinking about using a Buffalo LinkStation to run their SlimServer instance.  The advantages of doing this are:
</p>
<ol>
<li>
<div>The LinkStation is a small and quiet device, so it can sit just about anywhere without being obtrusive.
</div>
</li>
<li>
<div>The SlimServer software runs quite happily on this unit, saving the requirement for a full-blown PC or server to serve media.
</div>
</li>
</ol>
<p>There are several ways to do this installation, but I found the following to be quite painless.
</p>
<p>The first thing to do is the read the warnings and information on <a href="http://linkstationwiki.org/Projects/OpenLink">http://linkstationwiki.org/Projects/OpenLink</a>   Please take these warnings seriously.  They DO matter.
</p>
<p>Once you are happy that you know what you’re doing, you can move on to  <a href="http://linkstationwiki.org/Articles/GeneralFirmwareFlash">http://linkstationwiki.org/Articles/GeneralFirmwareFlash</a> and start the actual installation.  If you follow the instructions carefully, you should be fine.
</p>
<p>To install SlimServer, follow the instructions from the heading “<u>Getting SlimServer on the LinkStation</u>.” at <a href="http://fieldnetworks.com/slim/linkstation3.html">http://fieldnetworks.com/slim/linkstation3.html</a>
	</p>
<p>Having installed the software, I had issues with several Perl modules not being in the new firmware.  To remedy this, download <a href="http://linkstationwiki.org/Projects/MIPSelSlimServerModules">MIPSelSlimServerModules</a>, and copy them to the root (/) of the LinkStation.  From there, unpack the package (tar –zxf  mipsel-slimserver-modules-0.5b.tgz) and run install.sh (./install.sh).  This should resolve dependencies for SlimServer version 6.2.2 and older.
</p>
<p>That, all being well, should be enough to get you going.</p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/06/13/buffalo-linkstation-as-a-slimserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Beta 2 RSS Feeds</title>
		<link>http://chillijam.co.uk/2006/05/30/outlook-2007-beta-2-rss-feeds/</link>
		<comments>http://chillijam.co.uk/2006/05/30/outlook-2007-beta-2-rss-feeds/#comments</comments>
		<pubDate>Tue, 30 May 2006 11:10:59 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/05/30/outlook-2007-beta-2-rss-feeds/</guid>
		<description><![CDATA[I’ve been playing with Office 2007 Beta 2, as have many other people, and I like it. In fact, this post was composed in Word, and published straight here. One thing I don’t seem to be able to get to the bottom of, though, is the RSS reader built into Outlook. I can set up &#8230; <a href="http://chillijam.co.uk/2006/05/30/outlook-2007-beta-2-rss-feeds/" class="more-link">Continue reading <span class="screen-reader-text">Outlook 2007 Beta 2 RSS Feeds</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>I’ve been playing with Office 2007 Beta 2, as have many other people, and I like it. In fact, this post was composed in Word, and published straight here.
</p>
<p>One thing I don’t seem to be able to get to the bottom of, though, is the RSS reader built into Outlook. I can set up all my feeds and get the headers at least once. The problem is that it will often just bug out on a certain feed, and no amount of fiddling will bring it back. It fires back into life if I delete the feed and recreate it, but what’s the point in that? I’ll be Googling like crazy today trying to find the problem.
</p>
<p>I’ll get back to you later. </p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/05/30/outlook-2007-beta-2-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determine if an assembly is a debug or release build</title>
		<link>http://chillijam.co.uk/2006/05/04/determine-if-an-assembly-is-a-debug-or-release-build/</link>
		<comments>http://chillijam.co.uk/2006/05/04/determine-if-an-assembly-is-a-debug-or-release-build/#comments</comments>
		<pubDate>Thu, 04 May 2006 15:47:46 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C# Snippets]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/05/04/determine-if-an-assembly-is-a-debug-or-release-build/</guid>
		<description><![CDATA[*This code originally came from another blog, although it was written in VB over there. It has lost some elegance in the translation, but I needed a very quick solution this afternoon, and I needed it in C#, so here you go. * I needed to determine whether several assemblies were built as &#8220;Debug&#8221; or &#8230; <a href="http://chillijam.co.uk/2006/05/04/determine-if-an-assembly-is-a-debug-or-release-build/" class="more-link">Continue reading <span class="screen-reader-text">Determine if an assembly is a debug or release build</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>*This code originally came from <a href="http://msmvps.com/blogs/bill/archive/2004/06/17/8339.aspx">another blog</a>, although it was written in VB over there.  It has lost some elegance in the translation, but I needed a very quick solution this afternoon, and I needed it in C#, so here you go.  *</p>
<p>I needed to determine whether several assemblies were built as &#8220;Debug&#8221; or &#8220;Release&#8221; code this afternoon.  They didn&#8217;t have any debug symbols with them, so that was no help.  A bit of searching led me to the code below.</p>
<pre><pre class="brush: csharp; title: ; notranslate">private void testfile(string file)
{
	if(isAssemblyDebugBuild(file))
	{
		MessageBox.Show(String.Format(&quot;{0} seems to be a debug build&quot;,file));
	}
	else
	{
		MessageBox.Show(String.Format(&quot;{0} seems to be a release build&quot;,file));
	}
}

private bool isAssemblyDebugBuild(string filename)
{
	return isAssemblyDebugBuild(System.Reflection.Assembly.LoadFile(filename));
}

private bool isAssemblyDebugBuild(System.Reflection.Assembly assemb)
{
	bool retVal = false;
	foreach(object att in assemb.GetCustomAttributes(false))
	{
		if(att.GetType() == System.Type.GetType(&quot;System.Diagnostics.DebuggableAttribute&quot;))
		{
			retVal = ((System.Diagnostics.DebuggableAttribute)att).IsJITTrackingEnabled;
		}
	}
	return retVal;
}</pre>
<p>The overloaded &#8220;isAssemblyDebugBuild&#8221; method will accept either a string containing the fiull filename, or a System.Reflection.Assembly object.  It will return its best guess as to whether the the assembly is a debug build, as a boolean.</p>
<p>To call the methods as they are (to get a MessageBox), just use something like</p>
<pre><pre class="brush: csharp; title: ; notranslate">testfile(@&quot;C:\myUnknownAssembly.dll&quot;);</pre>
<p>or access the underlying methods directly :</p>
<pre><pre class="brush: csharp; title: ; notranslate">bool isDebug = isAssemblyDebugBuild(@&quot;C:\myUnkownAssembly.dll&quot;);</pre>
<p>I hope someone can use this to save themselves some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/05/04/determine-if-an-assembly-is-a-debug-or-release-build/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excuse of the Day in the sidebar</title>
		<link>http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/</link>
		<comments>http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/#comments</comments>
		<pubDate>Thu, 13 Apr 2006 13:39:20 +0000</pubDate>
		<dc:creator><![CDATA[historical]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Site Design]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://playingwithanimport.wordpress.com/2006/04/13/excuse-of-the-day-in-the-sidebar/</guid>
		<description><![CDATA[You may have spotted the &#8220;Excuse of the Day&#8221; at the top of the left sidebar. This isn&apos;t a WordPress plugin as such, but a small bit of PHP in one of the theme files. If you want to use the same code, there are a couple of things you need to do. 1) In &#8230; <a href="http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/" class="more-link">Continue reading <span class="screen-reader-text">Excuse of the Day in the sidebar</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>You may have spotted the &#8220;Excuse of the Day&#8221; at the top of the left sidebar.  This isn&apos;t a WordPress plugin as such, but a small bit of PHP in one of the theme files.  If you want to use the same code, there are a couple of things you need to do.</p>
<p>1) In my case, I am concious of not wanting to abuse <a href="http://www.meyerweb.com">Eric&apos;s</a> bandwidth, so I have set up a shell script via cron to wget the feed file once per day.  I&apos;d recommend this for another reason &#8211; if, due to unforseen circumstances, meyerweb is down, your code will still work on your local copy.<br />
2) Edit your theme file in the appropriate place to include this block.</p>
<pre>
]]></content:encoded>
			<wfw:commentRss>http://chillijam.co.uk/2006/04/13/excuse-of-the-day-in-the-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
