<?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>Joe Bivins &#187; Ruby</title>
	<atom:link href="http://joebivins.com/category/programming/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://joebivins.com</link>
	<description>Web Developer. Wesley Chapel, FL</description>
	<lastBuildDate>Sun, 29 Aug 2010 17:24:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Day of Ruby (Part 3)</title>
		<link>http://joebivins.com/2009/05/20/day-of-ruby-part-3/</link>
		<comments>http://joebivins.com/2009/05/20/day-of-ruby-part-3/#comments</comments>
		<pubDate>Thu, 21 May 2009 03:25:23 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=727</guid>
		<description><![CDATA[Due to difficulties getting Cucumber working on three different operating systems and various versions of Ruby gems, the next two sections were rather accelerated. The next topic that Cory discussed involved creating client applications with a basic UI tool kit called Shoes. Shoes runtime. Working shoe applications. The applications end in .shy. Three shoe applications [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2009/05/20/day-of-ruby-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day of Ruby (Part 2)</title>
		<link>http://joebivins.com/2009/05/19/day-of-ruby-part-2/</link>
		<comments>http://joebivins.com/2009/05/19/day-of-ruby-part-2/#comments</comments>
		<pubDate>Wed, 20 May 2009 01:42:02 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=690</guid>
		<description><![CDATA[This contains only the first iteration of the hand-ons learning session based on my notes from Cory&#8217;s presentation and additional information from Tom S. who was sitting next to me sprinkled with my opinion. There was much more mentioned in the session. Bear in mind that this is new person&#8217;s perspective using Rails and Cucumber. [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2009/05/19/day-of-ruby-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Day of Ruby</title>
		<link>http://joebivins.com/2009/05/17/day-of-ruby/</link>
		<comments>http://joebivins.com/2009/05/17/day-of-ruby/#comments</comments>
		<pubDate>Sun, 17 May 2009 19:24:35 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=640</guid>
		<description><![CDATA[A Day of Ruby discussion and hands-on learning event was held in downtown Tampa on Saturday May 16th. Marc B. brought this event to my attention. Being a free event where I can learn something new compelled me not to sleep in on a Saturday morning. My last glance at Ruby was a year and [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2009/05/17/day-of-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transversing Binary Trees</title>
		<link>http://joebivins.com/2008/04/27/transversing-a-binary-trees/</link>
		<comments>http://joebivins.com/2008/04/27/transversing-a-binary-trees/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 20:34:45 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://rubydev.wordpress.com/?p=9</guid>
		<description><![CDATA[Binary trees are a data structure that I first encountered in a Turbo Pascal course. Later encounters with trees, not necessarily binary in nature, involved primitive text file compression. Binary means having two of something. Binary numbers have one of two values: 0 or 1. Binary trees can have up to two children, a left [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2008/04/27/transversing-a-binary-trees/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a Table</title>
		<link>http://joebivins.com/2007/09/17/creating-a-table/</link>
		<comments>http://joebivins.com/2007/09/17/creating-a-table/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 05:17:58 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://rubydev.wordpress.com/2007/09/17/creating-a-table/</guid>
		<description><![CDATA[My first step to creating a hello-world style Rails application involves using a database. Using PHP on a regular basis and being the type of person that tries to use a tool without reading the instructions first, I jump into a MySQL console and create a table to work with. mysql&#62; create table newsletter_subscribers ( [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2007/09/17/creating-a-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unit Test Cases</title>
		<link>http://joebivins.com/2007/09/11/unit-test-cases/</link>
		<comments>http://joebivins.com/2007/09/11/unit-test-cases/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 03:40:00 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://rubydev.wordpress.com/2007/09/11/unit-test-cases/</guid>
		<description><![CDATA[One strong point of unit tests is when modifications are made to code, a unit test can quickly ensure that a function or method is not broken. In my past work experience, developing unit tests aren&#8217;t put into practice. Typically, the following happens: I make a code change. I test the code change from an [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2007/09/11/unit-test-cases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: joebivins.com @ 2010-09-07 09:16:36 -->