<?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>How to Start a Two-Bit Operation: Small Business Tips &#187; Ruby</title>
	<atom:link href="/blog/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twobitoperation.com/blog</link>
	<description>From start to small business.  Learn and live vicariously.</description>
	<lastBuildDate>Sat, 24 Apr 2010 16:22:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Competition is a good thing &#8211; keep track of it</title>
		<link>http://www.twobitoperation.com/blog/competition-is-a-good-thing-keep-track-of-it/</link>
		<comments>http://www.twobitoperation.com/blog/competition-is-a-good-thing-keep-track-of-it/#comments</comments>
		<pubDate>Thu, 05 Oct 2006 15:49:49 +0000</pubDate>
		<dc:creator>Justin</dc:creator>
				<category><![CDATA[General Business]]></category>
		<category><![CDATA[Practical Tips]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Startup]]></category>

		<guid isPermaLink="false">http://www.twobitoperation.com/blog/2006/10/05/competition-is-a-good-thing-keep-track-of-it/</guid>
		<description><![CDATA[I just saw this free tool called Competitious on TechCrunch and it looks like it might be pretty handy for anyone looking to keep tabs on their competitors.Â  It&#8217;s pretty simple, but it&#8217;s probably a good start for most people.Â  Before this, we&#8217;ve been using a variety of spreadsheets offline and online (google spreadsheets), RSS [...]]]></description>
			<content:encoded><![CDATA[<p>I just saw this free tool called <a href="http://competitio.us">Competitious</a> <a href="http://www.techcrunch.com/2006/10/04/competitous-track-your-competition-online/trackback/">on TechCrunch</a> and it looks like it might be pretty handy for anyone looking to keep tabs on their competitors.Â  It&#8217;s pretty simple, but it&#8217;s probably a good start for most people.Â  Before this, we&#8217;ve been using a variety of spreadsheets offline and online (<a href="http://spreadsheets.google.com">google spreadsheets</a>), RSS feeds and sporadic browsing.Â  <a href="http://competitio.us">Competitious</a> basically tries to consolidate those activities into a nice slick (<a href="http://en.wikipedia.org/wiki/Ajax_(programming)">ajax</a>-ified) interface.Â  It&#8217;s free to signup and use and you can create multiple projects and invite people to have access to your project.Â  Here are some of the core features:</p>
<ul>
<li>Track news clippings and blog posts about all the competitors in a project </li>
<li>Get a username/password protected RSS feed of the news (this gave me an error when I tried it but I&#8217;m sure it&#8217;ll get fixed soon)</li>
<li>Create features and feature groups and view how all the competitors stack up on a big competitive matrix</li>
<li>View basic traffic data and stats from <a href="http://www.alexa.com">alexa</a> for each and compare them graphically (via<a href="http://www.alexaholic.com/"> alexaholic</a>)</li>
<li>Collaborate through commenting and &quot;clipping&quot; news stories into comments</li>
</ul>
<p>If you&#8217;re curious, like <a href="http://www.menuism.com">Menuism</a>, it&#8217;s built on<a href="http://www.rubyonrails.org"> Ruby on Rails</a>.Â  Check it out.</p>
<p align="right">- Justin </p>
<p><em>Powered by</em> <a href="http://www.qumana.com/">Qumana</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.twobitoperation.com/blog/competition-is-a-good-thing-keep-track-of-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ruby on Rails bible, version 2</title>
		<link>http://www.twobitoperation.com/blog/the-ruby-on-rails-bible-version-2/</link>
		<comments>http://www.twobitoperation.com/blog/the-ruby-on-rails-bible-version-2/#comments</comments>
		<pubDate>Sun, 07 May 2006 03:30:25 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Startup]]></category>

		<guid isPermaLink="false">http://www.twobitoperation.com/blog/2006/05/07/the-ruby-on-rails-bible-version-2/</guid>
		<description><![CDATA[Just a heads-up that a new version of Agile Web Development With Rails has been released as a beta.  If you have even the slightest interest in playing with Rails, you should get this book because it&#8217;s got all the info you&#8217;ll need to get off to a great start.  We&#8217;ve had copies [...]]]></description>
			<content:encoded><![CDATA[<p>Just a heads-up that a new version of <a href="http://weblog.rubyonrails.org/archives/trackback/4490">Agile Web Development With Rails</a> has been released as a beta.  If you have even the slightest interest in playing with Rails, you should get this book because it&#8217;s got all the info you&#8217;ll need to get off to a great start.  We&#8217;ve had copies of the first version since we started coding and they&#8217;re now <em>extremely</em> worn out from all the abuse (or love, depending on your perspective).  The new version covers all the great features added to Rails in the latest 1.1 release, including:</p>
<ul>
<li>RJS &#8211; ridiculously simple updating of multiple page elements from a single AJAX request</li>
<li>migrations &#8211; a simple way to allow incremental updating of your database without disturbing the rest of your app</li>
<li>Capistrano &#8211; a fantastic utility for one-click deployment of your changes to your production server(s)</li>
<li><a href="http://en.wikipedia.org/wiki/REST">RESTful interfaces</a></li>
</ul>
<p>We definitely plan to check out this latest version; you should too. <img src='/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="right">-JL</p>
<p align="right">
]]></content:encoded>
			<wfw:commentRss>http://www.twobitoperation.com/blog/the-ruby-on-rails-bible-version-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The cat&#8217;s (halfway) out of the bag&#8230;</title>
		<link>http://www.twobitoperation.com/blog/the-cats-halfway-out-of-the-bag/</link>
		<comments>http://www.twobitoperation.com/blog/the-cats-halfway-out-of-the-bag/#comments</comments>
		<pubDate>Thu, 04 May 2006 07:32:29 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://twobitoperation.com/blog/2006/05/04/the-cats-halfway-out-of-the-bag/</guid>
		<description><![CDATA[And her name is Ruby.  Ruby on Rails, to be exact.  After &#8220;working&#8221; now for a few months in near total secrecy, it&#8217;s time we shared some of the technical details of how we spend most of our time.  We&#8217;re still not ready to share what exactly we are doing, but we [...]]]></description>
			<content:encoded><![CDATA[<p>And her name is Ruby.  Ruby on Rails, to be exact.  After &#8220;working&#8221; now for a few months in near total secrecy, it&#8217;s time we shared some of the technical details of how we spend most of our time.  We&#8217;re still not ready to share <em>what</em> exactly we are doing, but we want to be able to discuss <em>how</em> we are doing it.  And a large part of the <em>how</em> is Ruby on Rails.</p>
<p>What is <a href="http://www.rubyonrails.org/">Ruby on Rails</a>?   <a href="http://en.wikipedia.org/wiki/Ruby_programming_language">Ruby</a> is an interpreted, object-oriented programming language, and Rails refers to the web development framework that <a href="http://www.loudthinking.com/">DHH</a> and others at <a href="http://www.37signals.com/">37 Signals</a> extracted from their <a href="http://www.basecamphq.com/">Basecamp</a> product.  Ruby is a simple-to-learn, yet powerfully expressive and flexible language that can lead to really elegant (or really ugly) code.  Combine this with Rails, which provides a very supportive <a href="http://en.wikipedia.org/wiki/Model_view_controller">MVC architecture</a>,  and you have a fantastic starting point for building any sort of web application in a short amount of time.</p>
<p>Since Justin and I had only minimal experience in building websites, we wanted to go with a technology that was easy to learn and be productive with, and had a large community of users from which we could get a lot of support.  Ruby on Rails fit that bill, and we couldn&#8217;t be more happy with our choice.  Along with many helpful websites, the following two books got us up and running quickly; I&#8217;d highly recommend them to anyone interested in Ruby on Rails:</p>
<ul>
<li><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&#038;tag=howtostartatw-20&#038;camp=1789&#038;creative=9325&#038;path=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F097669400X%2Fsr%3D8-1%2Fqid%3D1146639942%2Fref%3Dpd_bbs_1%3F%255Fencoding%3DUTF8">Agile Web Development With Rails</a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=howtostartatw-20&#038;l=ur2&#038;o=1" /></li>
<li><a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&#038;tag=howtostartatw-20&#038;camp=1789&#038;creative=9325&#038;path=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F0974514055%2Fsr%3D8-2%2Fqid%3D1146639942%2Fref%3Dpd_bbs_2%3F%255Fencoding%3DUTF8">Programming Ruby</a><img width="1" height="1" border="0" style="border: medium none  ! important; margin: 0px ! important" src="http://www.assoc-amazon.com/e/ir?t=howtostartatw-20&#038;l=ur2&#038;o=1" /></li>
</ul>
<p>So consider this fair warning; from now on we&#8217;ll be geeking out occasionally with Ruby on Rails-specific issues and solutions that we encounter.  Of course, the best way to follow along is to try it yourself.  <img src='/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.amazon.com/exec/obidos/redirect?link_code=ur2&#038;tag=howtostartatw-20&#038;camp=1789&#038;creative=9325&#038;path=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2F097669400X%2Fsr%3D8-1%2Fqid%3D1146639942%2Fref%3Dpd_bbs_1%3F%255Fencoding%3DUTF8"><br />
</a></p>
<div align="right">-JL</div>
]]></content:encoded>
			<wfw:commentRss>http://www.twobitoperation.com/blog/the-cats-halfway-out-of-the-bag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
