<?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>rexmere.com &#187; Articles</title>
	<atom:link href="http://rexmere.com/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://rexmere.com</link>
	<description>Technical Arcana, Software Ephemera and Miscellaneous Bits. Keith R. Fieldhouse proprietor.</description>
	<lastBuildDate>Wed, 18 Mar 2009 00:36:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Article Summary</title>
		<link>http://rexmere.com/2008/12/08/article-summary/</link>
		<comments>http://rexmere.com/2008/12/08/article-summary/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 01:45:19 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://rexmere.com/?p=70</guid>
		<description><![CDATA[I've added a page that links to all of my published articles on the web.
]]></description>
			<content:encoded><![CDATA[<p>I've added a <a href="http://www.rexmere.com/articles/">page</a> that links to all of my published articles on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2008/12/08/article-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Linux.com Articles</title>
		<link>http://rexmere.com/2008/12/02/new-linuxcom-articles/</link>
		<comments>http://rexmere.com/2008/12/02/new-linuxcom-articles/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 01:24:57 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://rexmere.com/?p=59</guid>
		<description><![CDATA[I've had a number of articles published at Linux.com recently:

 How to Build a Local IMAP Server
Enhance your DNS and DHCP Services with dnsmasq
Access Remote Network Services with SSH Tools

]]></description>
			<content:encoded><![CDATA[<p>I've had a number of articles published at <a href="http://www.linux.com/">Linux.com</a> recently:</p>
<ul>
<li> <a href="http://www.linux.com/feature/146613">How to Build a Local IMAP Server</a></li>
<li><a href="http://www.linux.com/feature/149040">Enhance your DNS and DHCP Services with dnsmasq</a></li>
<li><a href="http://www.linux.com/feature/152460">Access Remote Network Services with SSH Tools</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2008/12/02/new-linuxcom-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lua</title>
		<link>http://rexmere.com/2006/05/24/lua/</link>
		<comments>http://rexmere.com/2006/05/24/lua/#comments</comments>
		<pubDate>Wed, 24 May 2006 16:50:40 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://rexmere.com/2006/05/24/lua/</guid>
		<description><![CDATA[A while ago I encountered a clever little language called Lua.  It's got most of the goodies you'd expect in a dynamic scripting language and feels quite naturual if you've used Python/Perl/Ruby/JavaScript etc.  What sets it apart in my opinion is its small size (about 200k compiled, with strategies to reduce even that) [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I encountered a clever little language called <a href="http://www.lua.org">Lua</a>.  It's got most of the goodies you'd expect in a dynamic scripting language and feels quite naturual if you've used Python/Perl/Ruby/JavaScript etc.  What sets it apart in my opinion is its small size (about 200k compiled, with strategies to reduce even that) and the ease with which it can be integrated into a native C/C++ application (it's written in nearly 100% ANSI C and has a very clean "glue" API).</p>
<p>As it happens we had a slot that Lua could fill at work and so I wound up giving a training session on the language.  I put together an internal slide presentation using a Python tool called <a href="http://www.chrisarndt.de/en/software/pylize/">Pylize</a>. I wrote an <a href="http://www.linux.com/article.pl?sid=05/12/22/1444232">article</a> on Pylize for Linux.Com and converted the contents of the presentation into an <a href="http://www.onlamp.com/pub/a/onlamp/2006/02/16/introducing-lua.html">article</a> for OnLAMP at the O'Reilly Network.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Lua" rel="tag"> Lua</a>, <a href="http://technorati.com/tag/Development" rel="tag"> Development </a></p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2006/05/24/lua/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Management with Trac</title>
		<link>http://rexmere.com/2005/11/19/project-management-with-trac/</link>
		<comments>http://rexmere.com/2005/11/19/project-management-with-trac/#comments</comments>
		<pubDate>Sat, 19 Nov 2005 09:41:50 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://rexmere.com/2005/11/19/project-management-with-trac/</guid>
		<description><![CDATA[Iâ€™ve written another article for NewsForge.  This oneâ€™s on Trac  The article can be found here
]]></description>
			<content:encoded><![CDATA[<p>Iâ€™ve written another article for <a href="http://www.newsforge.com/">NewsForge</a>.  This oneâ€™s on <a href="http://projects.edgewall.com/trac/">Trac</a>  The article can be found <a href="http://software.newsforge.com/article.pl?sid=05/10/12/1425223&amp;tid=74">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2005/11/19/project-management-with-trac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging with Blosxom</title>
		<link>http://rexmere.com/2005/09/14/blogging-with-blosxom/</link>
		<comments>http://rexmere.com/2005/09/14/blogging-with-blosxom/#comments</comments>
		<pubDate>Wed, 14 Sep 2005 11:31:43 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://rexmere.com/2005/09/14/blogging-with-blosxom/</guid>
		<description><![CDATA[My latest NewsForge article has been posted: Blogging With BlosxomIf youâ€™re visting this site from there, welcome!
]]></description>
			<content:encoded><![CDATA[<p>My latest <a href="http://www.newsforge.com/">NewsForge</a> article has been posted: <a href="http://software.newsforge.com/software/05/08/30/1657214.shtml?tid=152&amp;tid=132">Blogging With Blosxom</a>If youâ€™re visting this site from there, welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2005/09/14/blogging-with-blosxom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsforge Articles</title>
		<link>http://rexmere.com/2005/07/22/newsforge-articles/</link>
		<comments>http://rexmere.com/2005/07/22/newsforge-articles/#comments</comments>
		<pubDate>Fri, 22 Jul 2005 07:23:58 +0000</pubDate>
		<dc:creator>Keith Fieldhouse</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://rexmere.com/2006/05/23/newsforge-articles/</guid>
		<description><![CDATA[In recent months Iâ€™ve had several articles published at NewsForge.  If youâ€™re interested they can be found at:

Introducing UseModWiki
Creating a project dashboard with RSS and rawdog
Version control for non-programmers with Subversion

The first two detail the means by which one might do the least thing that might possibly work in order to build effective ad-hoc [...]]]></description>
			<content:encoded><![CDATA[<p>In recent months Iâ€™ve had several articles published at <a href="http://www.newsforge.com/">NewsForge</a>.  If youâ€™re interested they can be found at:</p>
<ul>
<li><a href="http://software.newsforge.com/article.pl?sid=05/03/25/1356227&tid=74">Introducing UseModWiki</a></li>
<li><a href="http://software.newsforge.com/article.pl?sid=05/04/22/1554244&tid=79">Creating a project dashboard with <span class="caps">RSS</span> and rawdog</a></li>
<li><a href="http://software.newsforge.com/article.pl?sid=05/06/02/1454229&tid=130">Version control for non-programmers with Subversion</a></li>
</ul>
<p>The first two detail the means by which one might do the least thing that might possibly work in order to build effective ad-hoc groupware solutions. The last of the above list arose out of my observation that the <a href="http://tortoisesvn.tigris.org/">TortiseSVN</a> project, by integrating seamlessly with the Windows Explorer file browser, had become a rather interesting personal archiving tool for non-programmers.</p>
]]></content:encoded>
			<wfw:commentRss>http://rexmere.com/2005/07/22/newsforge-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
