<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fiji Ecuador Seattle Greece Montana</title>
	<atom:link href="http://fijiaaron.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fijiaaron.wordpress.com</link>
	<description></description>
	<pubDate>Mon, 14 Jul 2008 18:35:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Code Coverage tools</title>
		<link>http://fijiaaron.wordpress.com/2008/07/14/code-coverage-tools/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/14/code-coverage-tools/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 18:22:46 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=144</guid>
		<description><![CDATA[Some code coverage (unit test coverage) tools:
EMMA - open source
Cobertura - open source
Clover - Atlassian
Hansel &#38; Gretel - only found info on an IBM developerworks article
Quilt - open source
Jester - open source
Jester takes a very interesting approach.  It actually changes to code and then sees if your tests break.  For instance it might [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some code coverage (unit test coverage) tools:</p>
<p><a href="http://emma.sourceforge.net/">EMMA</a> - open source</p>
<p><a href="http://cobertura.sourceforge.net/">Cobertura</a> - open source</p>
<p><a href="http://www.atlassian.com/software/clover/">Clover</a> - Atlassian</p>
<p><a href="http://www.ibm.com/developerworks/java/library/j-cwt02095/">Hansel &amp; Gretel</a> - only found info on an IBM developerworks article</p>
<p><a href="http://quilt.sourceforge.net/">Quilt</a> - open source</p>
<p><a href="http://jester.sourceforge.net/">Jester </a>- open source</p>
<p>Jester takes a very <a href="http://www.ibm.com/developerworks/java/library/j-jester/">interesting approach</a>.  It actually changes to code and then sees if your tests break.  For instance it might change: <strong>if (x&gt;y)</strong> to <strong>if (false)</strong></p>
<p>All of the above target Java.  What about for other languages like Perl, PHP, Python, and Ruby?  What about for Smalltalk?</p>
<p><a href="http://developer.spikesource.com/projects/phpcoverage">PHPCoverage</a> - Spikesource</p>
<p>(<a href="http://www.phpdirectory.com/tools/">here</a> is an interesting list of tools for PHP)</p>
<p><a href="http://eigenclass.org/hiki.rb?rcov">rcov</a> - for Ruby</p>
<p>http://www.semdesigns.com/products/testcoverage/PHPTestCoverage.html</p>
<p><a href="http://glu.ttono.us/articles/2006/12/19/tormenting-your-tests-with-heckle">heckle</a> is a Ruby version of Jester.  Link <a href="http://glu.ttono.us/articles/2006/12/19/tormenting-your-tests-with-heckle">here</a>. Another link to an article on <a href="http://www.infoq.com/news/2006/12/heckle-better-tests">heckle</a></p>
<p>Of course there&#8217;s controversy about the value of code coverage tools, but really it&#8217;s an issue of misusing them.  They are useful, and they give people something to aim for.  A more interesting idea is a &#8220;functionality&#8221; coverage tool &#8212; which would have to be more manually built.  An <a href="http://on-ruby.blogspot.com/2006/09/code-coverage-is-evil-eh-not-so-much.html">interesting article</a> mentions <a href="http://rspec.info/">rspec</a> but that&#8217;s not really what I meant, though still an interesting idea.</p>
<p>A requirements coverage matrix shouldn&#8217;t be a crutch any more than a code coverage report, but the combination could be powerful.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/144/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/144/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=144&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/14/code-coverage-tools/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>My first Flex app</title>
		<link>http://fijiaaron.wordpress.com/2008/07/12/my-first-flex-app/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/12/my-first-flex-app/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 16:59:29 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=142</guid>
		<description><![CDATA[It&#8217;s just adding a slider control to rotate an image, based on the first example I saw, but the exercise of looking through the API docs and figuring out how to create an event handler helped me understand what was going on and gave me confidence about being able to learn on the fly.
See it [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It&#8217;s just adding a slider control to rotate an image, based on the first example I saw, but the exercise of looking through the API docs and figuring out how to create an event handler helped me understand what was going on and gave me confidence about being able to learn on the fly.</p>
<p>See it here on the Fluffy QA Site: <a href="http://fluffy.qa-site.com/rotate.swf">Flash</a> <a href="http://fluffy.qa-site.com/rotate.mxml">Source</a></p>
<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"&gt;
    &lt;mx:Image id="shell" source="@Embed('C:/users/Aaron/Pictures/shell2.png')" height="100" top="225" left="208"&gt;
    &lt;mx:Script&gt;
        &lt;![CDATA[
            import mx.events.SliderEvent;
            import mx.controls.Text;

            private function sliderHandler(event:SliderEvent) :void {
                degrees.text = event.value.toString();
                shell.rotation = event.value;
            }

        ]]&gt;
    &lt;/mx:Script&gt;
    &lt;mx:filters&gt;
      &lt;mx:DropShadowFilter /&gt;
    &lt;/mx:filters&gt;
  &lt;/mx:Image&gt;
  &lt;mx:HSlider x="25" y="42" id="slider" minimum="-360" maximum="360" snapInterval="10" tickInterval="360" change="sliderHandler(event)"&gt;

  &lt;/mx:HSlider&gt;
  &lt;mx:Label x="208" y="42" text="degrees:" id="lbl_degrees"/&gt;
  &lt;mx:TextInput x="271" y="40" width="45" id="degrees"/&gt;
  &lt;mx:Text x="25" y="10" text="Rotator" fontSize="16"/&gt;
&lt;/mx:Application&gt;</pre>
<p>Now I&#8217;ll go read the manual.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/142/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/142/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=142&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/12/my-first-flex-app/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Tinderbox</title>
		<link>http://fijiaaron.wordpress.com/2008/07/10/tinderbox/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/10/tinderbox/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 05:46:58 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=140</guid>
		<description><![CDATA[Tinderbox is the Mozilla project build tool. It&#8217;s designed to run builds and tests on multiple environments.
Here are some starter links:
http://www.mozilla.org/tinderbox.html
http://wiki.mozilla.org/Tinderbox
http://www.mozilla.org/projects/tinderbox/
http://www.johnkeiser.com/mozilla/tbox3.html
http://wiki.mozilla.org/Tinderbox:Tbox3_Setup
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Tinderbox is the Mozilla project build tool. It&#8217;s designed to run builds and tests on multiple environments.</p>
<p>Here are some starter links:</p>
<p><a href="http://www.mozilla.org/tinderbox.html">http://www.mozilla.org/tinderbox.html</a></p>
<p><a href="http://wiki.mozilla.org/Tinderbox">http://wiki.mozilla.org/Tinderbox</a></p>
<p><a href="http://www.mozilla.org/projects/tinderbox/">http://www.mozilla.org/projects/tinderbox/</a></p>
<p><a href="http://www.johnkeiser.com/mozilla/tbox3.html">http://www.johnkeiser.com/mozilla/tbox3.html</a></p>
<p><a href="http://wiki.mozilla.org/Tinderbox:Tbox3_Setup">http://wiki.mozilla.org/Tinderbox:Tbox3_Setup</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/140/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/140/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=140&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/10/tinderbox/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Continuous Integration without a Java application server</title>
		<link>http://fijiaaron.wordpress.com/2008/07/10/continuous-integration-without-a-java-application-server/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/10/continuous-integration-without-a-java-application-server/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 00:40:08 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=139</guid>
		<description><![CDATA[I don&#8217;t want to have a Java Appserver running on a QA site.  It takes too much memory and isn&#8217;t stable enough.  Especially if it&#8217;s running on VM with limited memory and CPU.  So I want something that can run as a CGI or FastCGI or apache module (mod_perl, mod_php, mod_python).
So the [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I don&#8217;t want to have a Java Appserver running on a QA site.  It takes too much memory and isn&#8217;t stable enough.  Especially if it&#8217;s running on VM with limited memory and CPU.  So I want something that can run as a CGI or FastCGI or apache module (mod_perl, mod_php, mod_python).</p>
<p>So the field is narrowed down quite a bit:</p>
<p><strong>Tinderbox</strong></p>
<p>Tinderbox is Mozilla&#8217;s build system.  What I know about it is your central server outsources the build to a &#8220;tinderbox&#8221; which I assume can also run tests.  It&#8217;s written in perl.  I don&#8217;t know how up to date it is, but the idea of a collection of VMs running tests for a project is appealing.  Especially if the build/test machines aren&#8217;t the same as the project server.  If tinderbox has this built in, it goes to the top of the list.  Anything else, I&#8217;d have to cobble something together.</p>
<p><strong>Buildbot</strong></p>
<p>Buildbot is written in python.  I think mod_python is stable enough, but if not, CherryPy could probably run it.  This opens up remoting potential as well, but I&#8217;m going to guess it doesn&#8217;t have the distributed nature I&#8217;m hoping for from Tinderbox.  Since I haven&#8217;t heard much about Buildbot, I&#8217;m skeptical it will have all the features I might want.</p>
<p><strong>Cerberus</strong></p>
<p>I saw one review that said Cerberus doesn&#8217;t have a web interface.  That might not be a deal breaker, but it makes it less likely to get a quick trial.  Maybe Cerberus + CI::Reporter and ant JUnitHTMLReports would work.  I&#8217;m also uncertain if Cerberus has a daemon.  Somewhere it said it runs via cron, but that might be out of date.  I think Luntbuild might do something similar.  That might be acceptable, have cron run every 10 minutes and check for checkins and non-blocking.  Or instead of cron-triggered have it checkin triggered via a SVN hook.  But that makes reporting a bit more difficult, since something would apparently have to poll for the cerberus reports as well.</p>
<p>I&#8217;d love to hear any feedback.  Corrections, implementations, or other tools.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/139/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/139/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=139&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/10/continuous-integration-without-a-java-application-server/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby CI options</title>
		<link>http://fijiaaron.wordpress.com/2008/07/10/ruby-ci-options/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/10/ruby-ci-options/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 23:49:30 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=136</guid>
		<description><![CDATA[Here&#8217;s a link to Ruby CI apps:
http://www.degrunt.net/articles/2006/08/27/cerberus-continious-integration-for-rails/

Cerberus
Damage Control - defunct?
CruiseControl.rb
Continuous Builder

More links:
http://www.degrunt.net/articles/2006/08/27/cerberus-continious-integration-for-rails/
http://www.cuberick.com/2006/09/continuous-integration-for-ruby.html
http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix
http://www.paperplanes.de/archives/2007/8/22/continuous_integration_for_ruby_and/http://www.paperplanes.de/archives/2007/8/22/continuous_integration_for_ruby_and/
http://rossniemi.files.wordpress.com/2007/03/ci-ruby-on-rails-1_0.pdf
Also look at CI::Reporter to convert Rake output Rspec and Test::Unit to a format Ant&#8217;s JUnitReport can handle.  That opens up potential use of the Java CI servers and CruiseControl.NET
http://blog.nicksieger.com/articles/2007/01/06/continuous-integration-goodness-tm-for-your-ruby-project
http://blog.huikau.com/2008/01/09/jruby-ruby-continuous-integration-with-hudson/
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a link to Ruby CI apps:</p>
<p>http://www.degrunt.net/articles/2006/08/27/cerberus-continious-integration-for-rails/</p>
<ul>
<li><a href="http://rubyforge.org/projects/cerberus/">Cerberus</a></li>
<li><a href="http://damagecontrol.codehaus.org/">Damage Control</a> - defunct?</li>
<li><a href="http://cruisecontrolrb.thoughtworks.com/">CruiseControl.rb</a></li>
<li><a href="http://dev.rubyonrails.org/browser/plugins/continuous_builder">Continuous Builder</a></li>
</ul>
<p>More links:</p>
<p><a href="http://www.degrunt.net/articles/2006/08/27/cerberus-continious-integration-for-rails/">http://www.degrunt.net/articles/2006/08/27/cerberus-continious-integration-for-rails/</a></p>
<p><a href="http://www.cuberick.com/2006/09/continuous-integration-for-ruby.html">http://www.cuberick.com/2006/09/continuous-integration-for-ruby.html</a></p>
<p><a href="http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix">http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix</a></p>
<p><a href="http://www.paperplanes.de/archives/2007/8/22/continuous_integration_for_ruby_and/">http://www.paperplanes.de/archives/2007/8/22/continuous_integration_for_ruby_and/http://www.paperplanes.de/archives/2007/8/22/continuous_integration_for_ruby_and/</a></p>
<p><a href="http://rossniemi.files.wordpress.com/2007/03/ci-ruby-on-rails-1_0.pdf">http://rossniemi.files.wordpress.com/2007/03/ci-ruby-on-rails-1_0.pdf</a></p>
<p>Also look at <a href="http://svn.caldersphere.net/svn/main/ci_reporter">CI::Reporter</a> to convert Rake output Rspec and Test::Unit to a format Ant&#8217;s JUnitReport can handle.  That opens up potential use of the Java CI servers and CruiseControl.NET</p>
<p><a href="http://blog.nicksieger.com/articles/2007/01/06/continuous-integration-goodness-tm-for-your-ruby-project">http://blog.nicksieger.com/articles/2007/01/06/continuous-integration-goodness-tm-for-your-ruby-project</a></p>
<p><a href="http://blog.huikau.com/2008/01/09/jruby-ruby-continuous-integration-with-hudson/">http://blog.huikau.com/2008/01/09/jruby-ruby-continuous-integration-with-hudson/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/136/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/136/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=136&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/10/ruby-ci-options/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Continuous Integration tools</title>
		<link>http://fijiaaron.wordpress.com/2008/07/10/continuous-integration-tools/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/10/continuous-integration-tools/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 23:39:25 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=135</guid>
		<description><![CDATA[Here&#8217;s a link to a large matrix of CI tools:
http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix
Here&#8217;s my own list with basic impressions

CruiseControl - a bit old
Continuum - Apache
Luntbuild - Dead simple, but not that intuitive or extendible.  Usually end up cloning and tweak
Hudson - Looks very interst
Anthill - not open source?
Bamboo - Atlassian
Teamcity - Intellij
CruiseControl.NET - .NET based, I hear [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s a link to a large matrix of CI tools:</p>
<p>http://confluence.public.thoughtworks.org/display/CC/CI+Feature+Matrix</p>
<p>Here&#8217;s my own list with basic impressions</p>
<ul>
<li>CruiseControl - a bit old</li>
<li>Continuum - Apache</li>
<li>Luntbuild - Dead simple, but not that intuitive or extendible.  Usually end up cloning and tweak</li>
<li>Hudson - Looks very interst</li>
<li>Anthill - not open source?</li>
<li>Bamboo - Atlassian</li>
<li>Teamcity - Intellij</li>
<li>CruiseControl.NET - .NET based, I hear it&#8217;s much more featureful than regular cruisecontrol.</li>
</ul>
<p>Others to look at:</p>
<ul>
<li><a href="http://www.mozilla.org/tinderbox.html">Tinderbox</a> - Mozilla</li>
<li><a href="http://www.zutubi.com/products/pulse/">Pulse </a></li>
<li><a href="http://buildbot.net/trac">BuildBot</a> - Python</li>
<li><a href="http://cerberus.rubyforge.org/">Cerberus</a> - Ruby based</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/135/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/135/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=135&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/10/continuous-integration-tools/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>More Bugzilla on Windows</title>
		<link>http://fijiaaron.wordpress.com/2008/07/09/more-bugzilla-on-windows/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/09/more-bugzilla-on-windows/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 23:59:55 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=134</guid>
		<description><![CDATA[When I finally got bugzilla passing checksetup, I go to http://localhost/bugzilla and get plain text.  Obviously not executing CGI.
Add the following to httpd.conf:
&#60;Directory C:/Apache/httpd/2.2/htdocs/bugzilla&#62;
AddHandler cgi-script .cgi
Options ExecCGI
AllowOverride Limit
DirectoryIndex index.cgi
&#60;/Directory&#62;
-
Then I get a 500
Internal Server Error
with the following in the Apache log file:
[error] [client 127.0.0.1] (OS 3)The system cannot find the path specified.  : [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When I finally got bugzilla passing checksetup, I go to http://localhost/bugzilla and get plain text.  Obviously not executing CGI.</p>
<p>Add the following to httpd.conf:</p>
<p>&lt;Directory C:/Apache/httpd/2.2/htdocs/bugzilla&gt;<br />
AddHandler cgi-script .cgi<br />
Options ExecCGI<br />
AllowOverride Limit<br />
DirectoryIndex index.cgi<br />
&lt;/Directory&gt;</p>
<p>-</p>
<p>Then I get a 500</p>
<h1>Internal Server Error</h1>
<p>with the following in the Apache log file:</p>
<p>[error] [client 127.0.0.1] (OS 3)The system cannot find the path specified.  : couldn&#8217;t spawn child process: C:/Apache/httpd/2.2/htdocs/bugzilla/index.cgi</p>
<p>A quick search turns up this:</p>
<p>http://www.nabble.com/Internal-Server-Error-td14693066.html</p>
<p>You can either set perl to be the .cgi handler in the registry and set the directive</p>
<p><span>ScriptInterpreterSource register<br />
</span></p>
<p>Alternately, install perl where it is expected by index.cgi</p>
<p>: #!/usr/bin/perl -wT</p>
<p>or edit the script to expect perl in the proper location</p>
<p>C:/Perl/bin/perl.exe</p>
<p>or just #!perl</p>
<p>I think last time (on my laptop) I copied C:/Perl/bin/perl.exe to C:/usr/bin/perl.exe</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/134/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/134/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=134&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/09/more-bugzilla-on-windows/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla/SVN/Wiki integration</title>
		<link>http://fijiaaron.wordpress.com/2008/07/09/bugzillasvnwiki-integration/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/09/bugzillasvnwiki-integration/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 21:47:55 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=132</guid>
		<description><![CDATA[This looks interesting:
http://oss.segetech.com/bugzilla-svn-wiki.html
It sounds a lot like part of my idea for a QA site.
Allows bug reports, wiki documents, and commit messages to reference each other, by creating hyperlinks based on the identifiers:

BugID:
VCS:
Wiki:

So a wiki page can reference a bug report and vice versa, a commit log can reference bug numbers or requirements, etc. and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This looks interesting:</p>
<p><a href="http://oss.segetech.com/bugzilla-svn-wiki.html">http://oss.segetech.com/bugzilla-svn-wiki.html</a></p>
<p>It sounds a lot like part of my idea for a QA site.</p>
<p>Allows bug reports, wiki documents, and commit messages to reference each other, by creating hyperlinks based on the identifiers:</p>
<ul>
<li>BugID:</li>
<li>VCS:</li>
<li>Wiki:</li>
</ul>
<p>So a wiki page can reference a bug report and vice versa, a commit log can reference bug numbers or requirements, etc. and it&#8217;s all recorded in a mailing list (mailman) archive.</p>
<p>I&#8217;d work on smoother integration, as well as integration with a task application, and tests.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/132/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/132/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=132&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/09/bugzillasvnwiki-integration/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla &#38; PerlMagick on Windows</title>
		<link>http://fijiaaron.wordpress.com/2008/07/09/bugzilla-perlmagick-on-windows/</link>
		<comments>http://fijiaaron.wordpress.com/2008/07/09/bugzilla-perlmagick-on-windows/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 20:28:44 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=130</guid>
		<description><![CDATA[I&#8217;m installing Bugzilla (v 3.0.4) on Windows again, and I must say it&#8217;s going very nicely.
I installed ActivePerl 5.8.8 build 822 and added the theoryx PPM repository:
ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms
ppm install TimeDate + 2.22
 ppm install Email-Send + 2.185
 ppm install Template-Toolkit +v2.19
 ppm install Email-MIME-Modifier +1.442
ppm install DBD-Pg + 1.45
 ppm install DBD-mysql [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m installing <a href="http://www.bugzilla.org/download/">Bugzilla</a> (v 3.0.4) on Windows again, and I must say it&#8217;s going very nicely.</p>
<p>I installed <a href="http://www.activestate.com/Products/ActivePerl/">ActivePerl</a> 5.8.8 build 822 and added the <a href="http://theoryx5.uwinnipeg.ca/ppms">theoryx</a> PPM repository:</p>
<p><strong>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms</strong></p>
<p><strong>ppm install TimeDate</strong> + 2.22<br />
<strong> ppm install Email-Send</strong> + 2.185<br />
<strong> ppm install Template-Toolkit</strong> +v2.19<br />
<strong> ppm install Email-MIME-Modifier</strong> +1.442</p>
<p><strong>ppm install DBD-Pg</strong> + 1.45<br />
<strong> ppm install DBD-mysql</strong> +4.005</p>
<p><strong>ppm install GDGraph</strong> + 1.4308<br />
<strong> ppm install Template</strong>-GD + 2.66<br />
<strong> ppm install Chart</strong> + 2.3<br />
<strong> ppm install XML-Twig</strong> + 3.32<br />
<strong> ppm install MIME-tools</strong> + 5.4.20<br />
<strong> ppm install PatchReader</strong> + 0.9.5<br />
<strong> ppm install perl-ldap</strong> + 0.34<br />
<strong> ppm install HTML-Scrubber</strong> + 0.88<br />
<strong> ppm install Email-MIME-Attachment-Stripper</strong> + 1.313<br />
<strong> ppm install Email-Reply</strong> + 1.202</p>
<p>I don&#8217;t need all these, but I thought I&#8217;d see how the install worked on each.</p>
<p>None of them had any trouble.  DBD-mysql didn&#8217;t have any upgrade trouble, Chart didn&#8217;t need a custom install, template-toolkit didn&#8217;t choke on dependencies &#8212; these are among the issues I remember in the past.</p>
<p>Thanks alot to the Theoryx folks at the University of Winnipeg.</p>
<p>PerlMagick is included with ImageMagick these days, so I installed <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a> 6.4.2-1 O16 but it&#8217;s PerlMagick was for ActivePerl 5.10.[something] and I couldn&#8217;t find older versions on their site.  If deliberate, I understand the motive, but such draconian measures hurt more than they help.</p>
<p>Anyway, another <a href="http://google.com">Google</a> search turned up the following link:</p>
<p><a href="http://www.perlmonks.org/?node_id=451710">http://www.perlmonks.org/?node_id=451710</a></p>
<p>which led to:</p>
<p><a href="http://www.bribes.org/perl/ppmdir.html">http://www.bribes.org/perl/ppmdir.html</a></p>
<p>so I typed:</p>
<p><strong>ppm install http://www.bribes.org/perl/ppm/Image-Magick.pp</strong></p>
<p>This installed PerlMagick successfully, at least to the point of passing checksetup.pl and a simple script that just looks like:</p>
<p><em>use Image::Magick;</em></p>
<p>So thanks again Theoryx, thanks Google, thanks PerlMonks, thanks Bribes.org, thanks ImageMagick, thanks Netscape, thanks Bugzilla team,  thanks Larry &amp; co, thanks Linus and RMS, Tim B-L, DARPA,  &amp; etc.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/130/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/130/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=130&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/07/09/bugzilla-perlmagick-on-windows/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
		<item>
		<title>Fluffy</title>
		<link>http://fijiaaron.wordpress.com/2008/06/30/fluffy/</link>
		<comments>http://fijiaaron.wordpress.com/2008/06/30/fluffy/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:51:16 +0000</pubDate>
		<dc:creator>fijiaaron</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fijiaaron.wordpress.com/?p=129</guid>
		<description><![CDATA[I&#8217;m just writing to mention a new project I&#8217;m working on, &#8220;Fluffy&#8221;.  It&#8217;s a research project looking at Flex, Flash, ActionScript, etc.  and looking at testing tools and strategies.
I set up a Fluffy QA site with all the regular tools: subversion, bugzilla, projectpier, trac with  blogs, forum, and wiki.
I&#8217;m using a wordpress-mu blog as kind [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;m just writing to mention a new project I&#8217;m working on, &#8220;Fluffy&#8221;.  It&#8217;s a research project looking at Flex, Flash, ActionScript, etc.  and looking at testing tools and strategies.</p>
<p>I set up a <a href="http://fluffy.qa-site.com/">Fluffy QA site</a> with all the regular tools: <a href="http://fluffy.qa-site.com/svn">subversion</a>, <a href="http://fluffy.qa-site.com/bugzilla">bugzilla</a>, <a href="http://fluffy.qa-site.com/projectpier">projectpier</a>, <a href="http://fluffy.qa-site.com/trac">trac</a> with  <a href="http://fluffy.qa-site.com/blogs">blogs</a>, <a href="http://fluffy.qa-site.com/forum">forum</a>, and wiki.</p>
<p>I&#8217;m using a wordpress-mu <a href="http://fluffy.qa-site.com/blogs/aaron/">blog</a> as kind of a project journal, but I&#8217;m not happy with it.  That&#8217;s one project I&#8217;d really like to work on.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fijiaaron.wordpress.com/129/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fijiaaron.wordpress.com/129/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fijiaaron.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fijiaaron.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fijiaaron.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fijiaaron.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fijiaaron.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fijiaaron.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fijiaaron.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fijiaaron.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fijiaaron.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fijiaaron.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fijiaaron.wordpress.com&blog=1103338&post=129&subd=fijiaaron&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fijiaaron.wordpress.com/2008/06/30/fluffy/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fijiaaron-128.jpg" medium="image">
			<media:title type="html">fijiaaron</media:title>
		</media:content>
	</item>
	</channel>
</rss>