<?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>jonezy.org &#187; open source</title>
	<atom:link href="http://www.jonezy.org/blog/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonezy.org/blog</link>
	<description>me and you and everyone we know</description>
	<lastBuildDate>Wed, 27 Jan 2010 03:58:06 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spread Firefox!</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2008/06/16/spread-firefox/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:04:22 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[awesome]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/?p=128</guid>
		<description><![CDATA[Tomorrow, the Mozilla foundation is releasing the latest version of the Firefox browser.  While they are at it they are also trying to set a record for the most software downloads in a 24 hour period.  If you aren&#8217;t using Firefox tomorrow would be a great time to try it, it really is [...]]]></description>
			<content:encoded><![CDATA[<p>Tomorrow, the Mozilla foundation is releasing the latest version of the Firefox browser.  While they are at it they are also trying to set a record for the most software downloads in a 24 hour period.  If you aren&#8217;t using Firefox tomorrow would be a great time to try it, it really is one of (if not the) best browsers you can use.</p>
<p><a href="http://www.spreadfirefox.com/en-US/worldrecord/" target="_blank">Spread Firefox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2008/06/16/spread-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jonezy.org.BackpackAPI</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2008/05/27/jonezyorgbackpackapi/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:03:50 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[awesome]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/?p=122</guid>
		<description><![CDATA[Is the reason why I haven&#8217;t been posting here, I&#8217;m working on building a c# wrapper for the 37 Signals Backpack API.  Nothing terribly exciting yet (I&#8217;m basically just implementing the services per the api docs).  I&#8217;m hosting this at Google Code and this will be an open source project.  I&#8217;m also [...]]]></description>
			<content:encoded><![CDATA[<p>Is the reason why I haven&#8217;t been posting here, I&#8217;m working on building a c# wrapper for the <a href="http://developer.37signals.com/backpack/" target="_blank">37 Signals Backpack API</a>.  Nothing terribly exciting yet (I&#8217;m basically just implementing the services per the api docs).  I&#8217;m hosting this at <a href="http://code.google.com/p/backpackapi/" target="_blank">Google Code</a> and this will be an open source project.  I&#8217;m also taking the time to try out doing Test Driven Development.  I&#8217;m pretty happy with how that&#8217;s going so far, but it&#8217;s a new process for me so it&#8217;s taking some time (though I&#8217;m happy to report i have 33 tests for 13 implemented methods!)</p>
<p>Future plans include (some might happen, all might never happen)</p>
<ul>
<li>an offline version of backpack</li>
<li>a to-do list application that is driven by backpack lists</li>
<li>a WPF client for doing various backpack things (reminders, journal and status updates)</li>
<li>update status on multiple targets (backpack journal / status, twitter, pownce etc)</li>
</ul>
<p>If you are interested in this at all please have a look at the code and let me know if you are interested in using it or contributing.  Oh and any / all feedback is great too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2008/05/27/jonezyorgbackpackapi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>web application testing in ruby</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2006/10/04/web-application-testing-in-ruby/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 18:04:39 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/2006/10/04/web-application-testing-in-ruby/</guid>
		<description><![CDATA[i have been looking for an excuse to try writing some ruby code for a while now and I just stumbled on Watir (web application testing in ruby) which seems to be a pretty good place to start.  I can apply it to work related tasks (automate some of the more boring and repetitive tasks [...]]]></description>
			<content:encoded><![CDATA[<p>i have been looking for an excuse to try writing some ruby code for a while now and I just stumbled on <a href="http://wtr.rubyforge.org/">Watir </a>(web application testing in ruby) which seems to be a pretty good place to start.  I can apply it to work related tasks (automate some of the more boring and repetitive tasks associated with testing) and it seems like it is pretty simple syntaxically which is always good for a beginner.<a href="http://wtr.rubyforge.org/"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2006/10/04/web-application-testing-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>other opinions about the joel vs dhh debate</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2006/09/04/other-opinions-about-the-joel-vs-dhh-debate/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 15:34:37 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/?p=53</guid>
		<description><![CDATA[When Did High Tech Become High School?
Typical
 Enterprise Impasse
Svec on Joel on Software on Language Wars 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mikeomatic.net/?p=68">When Did High Tech Become High School?</a></p>
<p><a href="http://blog.amber.org/2006/09/02/typical/">Typical</a></p>
<p><a href="http://blogs.relevancellc.com/articles/2006/09/01/enterprise-impasse"> Enterprise Impasse</a></p>
<p><a href="http://svec.wordpress.com/2006/09/01/svec-on-joel-on-software-on-language-wars/">Svec on Joel on Software on Language Wars </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2006/09/04/other-opinions-about-the-joel-vs-dhh-debate/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>open source website(s)</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2006/07/21/open-source-websites/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 13:47:15 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[blogs]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/?p=29</guid>
		<description><![CDATA[Waferbaby has just gone open source
I have been reading the site for a bunch of years and did spend a period of time in touch with the guy that runs the site (which is pretty hard when you are in canada and they are in australia).
It&#8217;s a really cool idea to give back to the [...]]]></description>
			<content:encoded><![CDATA[<p><a title="bandwidth, breakfast?" href="http://www.waferbaby.com">Waferbaby</a> has just gone <a href="http://www.waferbaby.net">open source</a></p>
<p>I have been reading the site for a bunch of years and did spend a period of time in touch with the guy that runs the site (which is pretty hard when you are in canada and they are in australia).</p>
<p>It&#8217;s a really cool idea to give back to the community and I wonder what kind of stuff will crop up that uses this code as a base.</p>
<p>Though honestly it makes me feel a bit inadequate not being able to do something like this myself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2006/07/21/open-source-websites/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FYI</title>
		<link></link>
		<comments>http://www.jonezy.org/blog/2006/06/28/fyi/#comments</comments>
		<pubDate>Thu, 29 Jun 2006 02:40:03 +0000</pubDate>
		<dc:creator>jonezy</dc:creator>
				<category><![CDATA[friends]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.jonezy.org/blog/?p=19</guid>
		<description><![CDATA[Vanilla 1.0 will be out soon&#8230; go and get it!
also i have an install of it running at http://jonezy.org/vanilla/ if you wanna have a look
]]></description>
			<content:encoded><![CDATA[<p><a title="the nicest forum on the web" href="http://getvanilla.com">Vanilla 1.0</a> will be out soon&#8230; go and get it!</p>
<p>also i have an install of it running at <a href="http://jonezy.org/vanilla/">http://jonezy.org/vanilla/</a> if you wanna have a look</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonezy.org/blog/2006/06/28/fyi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
