<?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>Shafe Shifter &#187; software</title>
	<atom:link href="http://www.brian-shaffer.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brian-shaffer.com</link>
	<description>Just another guy on the internet.</description>
	<lastBuildDate>Fri, 20 Jan 2012 02:12:13 +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>iPhone App: FTP Server</title>
		<link>http://www.brian-shaffer.com/2011/11/29/iphone-app-ftp-server/</link>
		<comments>http://www.brian-shaffer.com/2011/11/29/iphone-app-ftp-server/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 16:28:25 +0000</pubDate>
		<dc:creator>Brian Shaffer</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Geeky Projects]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[g33k]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[toys]]></category>

		<guid isPermaLink="false">http://www.brian-shaffer.com/?p=400</guid>
		<description><![CDATA[There are a few different apps in the app store that turns your iPhone into a storage device. I find this one pretty convenient. Sick of carrying around a memory stick to transport your files?  This could be a simple solution.  If you'd like to take advantage of all of the space on your iPod [...]]]></description>
		<wfw:commentRss>http://www.brian-shaffer.com/2011/11/29/iphone-app-ftp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Tracking</title>
		<link>http://www.brian-shaffer.com/2011/11/09/time-tracking/</link>
		<comments>http://www.brian-shaffer.com/2011/11/09/time-tracking/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 20:17:45 +0000</pubDate>
		<dc:creator>Brian Shaffer</dc:creator>
				<category><![CDATA[Geeky Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[g33k]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tnlsoft]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.brian-shaffer.com/?p=979</guid>
		<description><![CDATA[A number of times clients ask how I track my time.  And each time I have to explain that I built some software specifically to meet my needs.    The software is a continual work in progress, the codebase is ancient and I hate working with it, although I still actively use it to track [...]]]></description>
		<wfw:commentRss>http://www.brian-shaffer.com/2011/11/09/time-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying a subversion commit log with PHP</title>
		<link>http://www.brian-shaffer.com/2011/09/14/displaying-a-subversion-commit-log-with-php/</link>
		<comments>http://www.brian-shaffer.com/2011/09/14/displaying-a-subversion-commit-log-with-php/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 16:30:14 +0000</pubDate>
		<dc:creator>Brian Shaffer</dc:creator>
				<category><![CDATA[Geeky Projects]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[g33k]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tnlsoft]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.brian-shaffer.com/?p=643</guid>
		<description><![CDATA[I was recently tasked with a small project that had to pull commit logs from various subversion servers and repositorys and display them on a web page. The process was a lot simplier than I first anticipated.  Hopefully someone else will find this useful.   This php code snippet requires that the server have SHELL_EXEC() [...]]]></description>
		<wfw:commentRss>http://www.brian-shaffer.com/2011/09/14/displaying-a-subversion-commit-log-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing A Subversion Server On Windows</title>
		<link>http://www.brian-shaffer.com/2010/06/23/installing-a-subversion-server-on-windows/</link>
		<comments>http://www.brian-shaffer.com/2010/06/23/installing-a-subversion-server-on-windows/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:23:27 +0000</pubDate>
		<dc:creator>Brian Shaffer</dc:creator>
				<category><![CDATA[Best Of]]></category>
		<category><![CDATA[Geeky Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[g33k]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.brian-shaffer.com/?p=497</guid>
		<description><![CDATA[While I would never recommend running a subversion server on anything but a Linux machine, I was recently asked to write a tutorial on doing so on a Windows based machine.  Installing a subversion server on windows can be a daunting task.  Luckily a project has come forth to make that task significantly easier called [...]]]></description>
		<wfw:commentRss>http://www.brian-shaffer.com/2010/06/23/installing-a-subversion-server-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TNL-FTP A Free FTP Client for Windows</title>
		<link>http://www.brian-shaffer.com/2010/05/21/tnl-ftp-a-free-ftp-client-for-windows/</link>
		<comments>http://www.brian-shaffer.com/2010/05/21/tnl-ftp-a-free-ftp-client-for-windows/#comments</comments>
		<pubDate>Fri, 21 May 2010 21:08:23 +0000</pubDate>
		<dc:creator>Brian Shaffer</dc:creator>
				<category><![CDATA[Geeky Projects]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[g33k]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tnlsoft]]></category>

		<guid isPermaLink="false">http://www.brian-shaffer.com/?p=453</guid>
		<description><![CDATA[I just uploaded some minor updates to my free FTP client for windows.   Back in the 90s I fell in love with WS-FTP, over time their UI changed a lot and I hated it, and didn't see a reason to continue paying for it.   So I wrote my own clone that had a [...]]]></description>
		<wfw:commentRss>http://www.brian-shaffer.com/2010/05/21/tnl-ftp-a-free-ftp-client-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

