<?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>XercesTech &#187; Projects</title>
	<atom:link href="http://xercestech.com/category/projects/feed" rel="self" type="application/rss+xml" />
	<link>http://xercestech.com</link>
	<description>Stuff geeks care about</description>
	<lastBuildDate>Wed, 03 Aug 2011 03:19:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to use a smart card as a random data source in Linux</title>
		<link>http://xercestech.com/smart-card-random-data-linux.geek</link>
		<comments>http://xercestech.com/smart-card-random-data-linux.geek#comments</comments>
		<pubDate>Tue, 13 Jul 2010 17:32:26 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[aladdin etoken]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[opensc]]></category>
		<category><![CDATA[random data]]></category>
		<category><![CDATA[smart card]]></category>

		<guid isPermaLink="false">http://xercestech.com/?p=2285</guid>
		<description><![CDATA[Problem: You have an application on Linux that needs true random data, but the /dev/random kernel pool is empty causing your program to pause. 

What if you could use a smart card device to fill that pool using a bit of C code?]]></description>
		<wfw:commentRss>http://xercestech.com/smart-card-random-data-linux.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Engine Server Monitor</title>
		<link>http://xercestech.com/app-engine-server-monitor.geek</link>
		<comments>http://xercestech.com/app-engine-server-monitor.geek#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:00:26 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[server monitor]]></category>

		<guid isPermaLink="false">http://xercestech.com/?p=1213</guid>
		<description><![CDATA[App Engine Server Monitor is a small Python application, built for monitoring web servers for my own projects and for clients, which provides notification of downtime through a variety of methods. I'm open sourcing the code so that others can make use of it.]]></description>
		<wfw:commentRss>http://xercestech.com/app-engine-server-monitor.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social media links for Thematic (or any WordPress template)</title>
		<link>http://xercestech.com/social-media-links-for-thematic-and-wordpress.geek</link>
		<comments>http://xercestech.com/social-media-links-for-thematic-and-wordpress.geek#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:00:56 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[thematic]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://xercestech.com/?p=983</guid>
		<description><![CDATA[As you may have noticed, each post on this site has social media icons allowing visitors to share something they find valuable with others, be it on Twitter, Facebook, or social bookmarking and news sites. If you want to add these icons to your own Thematic child theme, or any wordpress template, it is quite easy. Here's how.]]></description>
		<wfw:commentRss>http://xercestech.com/social-media-links-for-thematic-and-wordpress.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Voice push notifications for iPhone</title>
		<link>http://xercestech.com/google-voice-push-notifications-for-iphone.geek</link>
		<comments>http://xercestech.com/google-voice-push-notifications-for-iphone.geek#comments</comments>
		<pubDate>Sat, 25 Jul 2009 14:37:43 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[google voice]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[prowl]]></category>
		<category><![CDATA[push]]></category>

		<guid isPermaLink="false">http://tech.xerces.com/?p=868</guid>
		<description><![CDATA[While Google Voice is not truly even a "beta" yet, developers have already written native iPhone apps to interface with the service, and users are already finding ways to make it more useful. Push notifications are absent from all of the iPhone apps so far, but there are solutions available.]]></description>
		<wfw:commentRss>http://xercestech.com/google-voice-push-notifications-for-iphone.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full system encryption for Linux</title>
		<link>http://xercestech.com/full-system-encryption-for-linux.geek</link>
		<comments>http://xercestech.com/full-system-encryption-for-linux.geek#comments</comments>
		<pubDate>Tue, 31 Mar 2009 19:37:36 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[linux encrypted root]]></category>
		<category><![CDATA[linux system encryption]]></category>

		<guid isPermaLink="false">http://tech.xerces.com/?p=711</guid>
		<description><![CDATA[It is now possible to encrypt an entire Linux system, including root, the boot partition, and even the kernel itself. I'll detail how it works, and what it means for users of future Linux distributions.]]></description>
		<wfw:commentRss>http://xercestech.com/full-system-encryption-for-linux.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unbreakable upgrades, ZFS and Apt</title>
		<link>http://xercestech.com/unbreakable-upgrades-zfs-and-apt-get.geek</link>
		<comments>http://xercestech.com/unbreakable-upgrades-zfs-and-apt-get.geek#comments</comments>
		<pubDate>Wed, 25 Mar 2009 22:35:49 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[failsafe upgrade]]></category>
		<category><![CDATA[fault tolerant upgrade]]></category>
		<category><![CDATA[reliable upgrade]]></category>
		<category><![CDATA[safe upgrade]]></category>
		<category><![CDATA[unbreakable upgrade]]></category>

		<guid isPermaLink="false">http://tech.xerces.com/?p=604</guid>
		<description><![CDATA[A common problem in the IT world, upgrades sometimes break things. However by combining some excellent tools together the problem can be solved entirely.]]></description>
		<wfw:commentRss>http://xercestech.com/unbreakable-upgrades-zfs-and-apt-get.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual boot encryption</title>
		<link>http://xercestech.com/dual-boot-encryption.geek</link>
		<comments>http://xercestech.com/dual-boot-encryption.geek#comments</comments>
		<pubDate>Sun, 22 Mar 2009 02:06:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[dual boot encryption]]></category>
		<category><![CDATA[encrypted root]]></category>

		<guid isPermaLink="false">http://tech.xerces.com/?p=579</guid>
		<description><![CDATA[A tutorial on dual booting an encrypted Windows XP or Vista system alongside an encrypted Ubuntu system]]></description>
		<wfw:commentRss>http://xercestech.com/dual-boot-encryption.geek/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

