<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>David Steven-Jennings</title>
	<link>http://www.dsj.za.net</link>
	<description>Linux, Coding, Webmastery</description>
	<pubDate>Thu, 10 Jul 2008 19:33:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Block Attachments in Postfix</title>
		<link>http://www.dsj.za.net/linux-how-to/block-attachments-in-postfix/</link>
		<comments>http://www.dsj.za.net/linux-how-to/block-attachments-in-postfix/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 19:31:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[How To's - Linux]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/linux-how-to/block-attachments-in-postfix/</guid>
		<description><![CDATA[One of our clients requested that we block specific email attachments that come in - their large network was starting to suffer under the storm of non-work emails flying around the office - funny video clips, songs, etc, etc. Not only that, several gullible people had infected their PCs with viruses and malware because they [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/linux-how-to/block-attachments-in-postfix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set Up Sarg on Ubuntu</title>
		<link>http://www.dsj.za.net/linux-how-to/set-up-sarg-on-ubuntu/</link>
		<comments>http://www.dsj.za.net/linux-how-to/set-up-sarg-on-ubuntu/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 18:43:31 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[How To's - Linux]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/linux-how-to/set-up-sarg-on-ubuntu/</guid>
		<description><![CDATA[The annoying thing about Ubuntu&#8217;s version of Sarg (the program that generates the usage reports from the Squid logs) is that the cronjobs used to generate the reports are buggy - the weekly and monthly jobs only show some of the days :( Here is how I set Sarg up on client&#8217;s Ubuntu servers. It&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/linux-how-to/set-up-sarg-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server Header Checker</title>
		<link>http://www.dsj.za.net/tools/server-header-checker/</link>
		<comments>http://www.dsj.za.net/tools/server-header-checker/#comments</comments>
		<pubDate>Sun, 25 May 2008 13:48:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/tools/server-header-checker/</guid>
		<description><![CDATA[How it Works
Simply enter the URL of the page you want to check (including the http:// or https://) and you will the raw headers that are returned when the resource is requested.
Why would you want to view the headers? Simple - they can contain a lot of information, two popular sections being what web server [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/tools/server-header-checker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multiple Redirect Checker</title>
		<link>http://www.dsj.za.net/tools/multiple-redirect-checker/</link>
		<comments>http://www.dsj.za.net/tools/multiple-redirect-checker/#comments</comments>
		<pubDate>Tue, 20 May 2008 21:00:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/tools/multiple-redirect-checker/</guid>
		<description><![CDATA[Checking redirecting URLs is important to do - poorly configured redirects can harm user experience (causing a decrease in traffic) and can confuse search engines, causing indexing problems and/or lose in rankings.
]]></description>
		<wfw:commentRss>http://www.dsj.za.net/tools/multiple-redirect-checker/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set up Iptables on Ubuntu</title>
		<link>http://www.dsj.za.net/linux-how-to/set-up-iptables-on-ubuntu/</link>
		<comments>http://www.dsj.za.net/linux-how-to/set-up-iptables-on-ubuntu/#comments</comments>
		<pubDate>Wed, 07 May 2008 14:38:03 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[How To's - Linux]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/how-to/linux/set-up-iptables-on-ubuntu/</guid>
		<description><![CDATA[Ubuntu, like any good Linux flavour, comes with Iptables, which is used to filter, route and NAT network traffic. Unfortunately, Ubuntu doesn&#8217;t comes with a way to quickly modify the Iptables rules, like you do with other flavours such as Fedora. This how-to will show you how to set up a script to allow you [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/linux-how-to/set-up-iptables-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Trick to Gaming AI - Faking Intelligence</title>
		<link>http://www.dsj.za.net/coding/the-trick-to-gaming-ai-faking-intelligence/</link>
		<comments>http://www.dsj.za.net/coding/the-trick-to-gaming-ai-faking-intelligence/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 22:55:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/coding/the-trick-to-gaming-ai-faking-intelligence/</guid>
		<description><![CDATA[One of the things I really enjoy reading about is artificial intelligence. Not just the academic version, with it&#8217;s pursuit of mimicking real life and creating a true &#8216;thinking AI&#8217;, but the gaming version too. Here, the aim is completely different - simply make the game enjoyable. As this is the ultimate aim, AI programmers [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/coding/the-trick-to-gaming-ai-faking-intelligence/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WWW vs Non-WWW: Why Does Google Even Care?</title>
		<link>http://www.dsj.za.net/webmaster/www-vs-non-www-why-does-google-even-care/</link>
		<comments>http://www.dsj.za.net/webmaster/www-vs-non-www-why-does-google-even-care/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 20:44:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Webmaster]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/seo/www-vs-non-www-why-does-google-even-care/</guid>
		<description><![CDATA[A Brief Intro to the Domain Name System
A common bane of those who care about their rankings is duplicate content. The basic idea is that a search engine only has limited space to store pages, and thus doesn&#8217;t want to store duplicates if it can help it. Plus, having the same content appearing in the [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/webmaster/www-vs-non-www-why-does-google-even-care/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Implementing Permalinks - a Basic Overview</title>
		<link>http://www.dsj.za.net/coding-how-to/implementing-permalinks-a-basic-overview/</link>
		<comments>http://www.dsj.za.net/coding-how-to/implementing-permalinks-a-basic-overview/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 20:36:44 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[How To's - Coding]]></category>

		<guid isPermaLink="false">http://www.dsj.za.net/seo/permalinks-how-do-they-work/</guid>
		<description><![CDATA[Ever wondered how Wordpress and other CMSes manage to take URLs with querystrings and make them readable (for users and search-engines)? Luckily, there&#8217;s no mystical Voodoo involved, just some basic commands that&#8217;re actually pretty straight-forward. I won&#8217;t be going into great depth mind you, as while the server side of things is pretty straight-forward, the [...]]]></description>
		<wfw:commentRss>http://www.dsj.za.net/coding-how-to/implementing-permalinks-a-basic-overview/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
