<?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>mattzuba.com</title>
	<atom:link href="http://www.mattzuba.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattzuba.com</link>
	<description>Just another webdesign blog...</description>
	<lastBuildDate>Thu, 06 Oct 2011 17:55:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Mercurial: GPG Sign Tags</title>
		<link>http://www.mattzuba.com/2011/10/mercurial-gpg-sign-tags/</link>
		<comments>http://www.mattzuba.com/2011/10/mercurial-gpg-sign-tags/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 19:02:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[mercurial]]></category>
		<category><![CDATA[pretxnchangegroup]]></category>
		<category><![CDATA[sign]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=167</guid>
		<description><![CDATA[I recently needed to write a pretxnchangegroup hook that would check if any new tags had been pushed, and if so, if they were GPG signed. I had the requirement that the changeset with the tag be signed, not the changeset that added the tag. I&#8217;m not a python coder, so I opted to go]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/10/mercurial-gpg-sign-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suhosin&#8217;s suhosin.perdir directive</title>
		<link>http://www.mattzuba.com/2011/04/suhosins-suhosin-perdir-directive/</link>
		<comments>http://www.mattzuba.com/2011/04/suhosins-suhosin-perdir-directive/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 05:28:13 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[hardend php]]></category>
		<category><![CDATA[perdir]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[suhosin]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=153</guid>
		<description><![CDATA[In some recent development work, I ran into a brick wall with Suhosin. I have both the patch and extension installed on all of my dev boxes on all PHP versions I test with. I found the need to change a configuration directive, but I did not want to change that value in the suhosin]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/04/suhosins-suhosin-perdir-directive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>L2TP/IPSec in Ubuntu 10.04 et al.</title>
		<link>http://www.mattzuba.com/2011/04/l2tpipsec-in-ubuntu-10-04/</link>
		<comments>http://www.mattzuba.com/2011/04/l2tpipsec-in-ubuntu-10-04/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:53:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[l2tp]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=140</guid>
		<description><![CDATA[I&#8217;ve spent the last week looking through the web at everything I could possibly find in an effort to find some shred of information that made some sort of sense and didn&#8217;t take a rocket scientist to configure.  I found plenty of instructions on manually installing Openswan, xl2tp and modifying their configuration files and entering]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/04/l2tpipsec-in-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 RC2 DHCP Server Option 119</title>
		<link>http://www.mattzuba.com/2011/03/windows-2008-rc2-dhcp-server-option-119/</link>
		<comments>http://www.mattzuba.com/2011/03/windows-2008-rc2-dhcp-server-option-119/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 22:54:06 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[search domains]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=135</guid>
		<description><![CDATA[If you&#8217;ve scoured through Windows Server configurations for the DHCP server looking to set the Search Domains and have come up empty, there&#8217;s good reason: Most, if not all, versions of Windows do not support setting Search Domains via DHCP (option 119), thus Microsoft does not include a visible option to set this on their]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/03/windows-2008-rc2-dhcp-server-option-119/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Easily Extend SMF&#8217;s Integration Hooks</title>
		<link>http://www.mattzuba.com/2011/03/easily-extend-smfs-integration-hooks/</link>
		<comments>http://www.mattzuba.com/2011/03/easily-extend-smfs-integration-hooks/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 02:30:48 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Simple Machines]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=129</guid>
		<description><![CDATA[With the releases of SMF 2.0 RC4 and RC5, many new integration hooks were added to allow mod authors to extend the code without hacking it up.  Previously to this, the primary use of these hooks was for integration with bridges or other systems, no one really used them for modifications.  SimpleSEF was the first]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/03/easily-extend-smfs-integration-hooks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install W3C Markup Validation Service on Ubuntu</title>
		<link>http://www.mattzuba.com/2011/03/install-w3c-markup-validation-service-on-ubuntu/</link>
		<comments>http://www.mattzuba.com/2011/03/install-w3c-markup-validation-service-on-ubuntu/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 18:07:10 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[(x)HTML]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=113</guid>
		<description><![CDATA[This is a simple run through on how to get the W3C Validator up and running on your Ubuntu 10.04+ system. While you can already have Apache installed and running, this walk through assumes you are installing the validator on a brand new Ubuntu install. First we need to install some packages to prepare the]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/03/install-w3c-markup-validation-service-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DDoS-Deflate Revisited</title>
		<link>http://www.mattzuba.com/2011/02/ddos-deflate-revisited/</link>
		<comments>http://www.mattzuba.com/2011/02/ddos-deflate-revisited/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 17:51:05 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ddos]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=94</guid>
		<description><![CDATA[I recently had the task at work of setting up a simple DoS protection for our public web server.  After poking around some bit, I settled on using DDoS-Deflate.  We use Ubuntu 10.04 on our server and unfortunately, the script seems to have been last updated over 5 years ago and I needed some modifications]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/02/ddos-deflate-revisited/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Moving items between (x)HTML Select objects</title>
		<link>http://www.mattzuba.com/2011/02/moving-items-between-xhtml-select-objects/</link>
		<comments>http://www.mattzuba.com/2011/02/moving-items-between-xhtml-select-objects/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 23:06:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=72</guid>
		<description><![CDATA[I recently needed the ability to move items between two or more Select objects. I scoured the web and found numerous chunks of code and examples and so forth, but they were either licensed with a stupid GPL license, not licensed at all or didn&#8217;t afford the ability of code reuse and generalization. So 160]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2011/02/moving-items-between-xhtml-select-objects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom sitemap entries with SMF and Sitemap</title>
		<link>http://www.mattzuba.com/2010/10/custom-sitemap-entries-with-smf-and-sitemap/</link>
		<comments>http://www.mattzuba.com/2010/10/custom-sitemap-entries-with-smf-and-sitemap/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 08:22:00 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Simple Machines]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smf]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=53</guid>
		<description><![CDATA[After many people asking for the mod to support other types of mods, I&#8217;ve finally implemented the ability for mod authors to plug-in to Sitemap with their own sitemap type items. First things first, create the file that will house your plug-in. The filename must follow this pattern: sitemap_[your_type].php. The [your_type] should be changed to]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2010/10/custom-sitemap-entries-with-smf-and-sitemap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom action handling with SMF and SimpleSEF</title>
		<link>http://www.mattzuba.com/2010/10/custom-action-handling-with-smf-and-simplesef/</link>
		<comments>http://www.mattzuba.com/2010/10/custom-action-handling-with-smf-and-simplesef/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 23:37:08 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Simple Machines]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smf]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.mattzuba.com/?p=48</guid>
		<description><![CDATA[After many people asking for the mod to support other types of mods, I&#8217;ve finally implemented the ability for mod authors to plug-in to SimpleSEF with their own custom URLs for their mods.  It is simple and easy to do for any action in SMF (even stock actions, if you want to create custom URLs]]></description>
		<wfw:commentRss>http://www.mattzuba.com/2010/10/custom-action-handling-with-smf-and-simplesef/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

