<?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>There Is NO Box</title>
	<atom:link href="http://tinobox.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinobox.com/wordpress</link>
	<description>Odds and ends of internet entrepreneurship—A Technical Diary</description>
	<lastBuildDate>Fri, 25 Nov 2011 22:08:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Subversion With Your New Ruby On Rails Project</title>
		<link>http://tinobox.com/wordpress/coding/subversion-ruby-rails-project/</link>
		<comments>http://tinobox.com/wordpress/coding/subversion-ruby-rails-project/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 01:45:19 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=3673</guid>
		<description><![CDATA[Ruby on Rails provides an elegant and speedy framework for developing web applications. But having a framework isn&#8217;t the only requirement for building a successful software product. More infrastructure is required. Like sensible revision control for distributed development. If you suspected that it isn&#8217;t necessary to archive all that boilerplate associated with a Rails project&#8230; [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/coding/subversion-ruby-rails-project/">Using Subversion With Your New Ruby On Rails Project</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/coding/subversion-ruby-rails-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Oriented C: Single inheritance Part II</title>
		<link>http://tinobox.com/wordpress/c-programming/object-oriented-single-inheritance-part-ii/</link>
		<comments>http://tinobox.com/wordpress/c-programming/object-oriented-single-inheritance-part-ii/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 23:15:00 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[c programming]]></category>
		<category><![CDATA[CPP macro]]></category>
		<category><![CDATA[object-oriented c]]></category>
		<category><![CDATA[OOC]]></category>
		<category><![CDATA[Single inheritance]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5432</guid>
		<description><![CDATA[Here&#8217;s another installment on Object Oriented C programming. This time, we&#8217;re going to take a look at how inheritance allows you to simulate a generic function courtesy of the C preprocessor. If you have ever wondered how those spiffy objects in other programming languages always get &#8220;printed,&#8221; here&#8217;s one way to do it. First, let&#8217;s [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/c-programming/object-oriented-single-inheritance-part-ii/">Object Oriented C: Single inheritance Part II</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/c-programming/object-oriented-single-inheritance-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Inheritance In C Programming Language I: Nesting structures</title>
		<link>http://tinobox.com/wordpress/c-programming/single-inheritance-programming-language-nesting-structures/</link>
		<comments>http://tinobox.com/wordpress/c-programming/single-inheritance-programming-language-nesting-structures/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 16:11:12 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[c programming]]></category>
		<category><![CDATA[Code design]]></category>
		<category><![CDATA[OOC]]></category>
		<category><![CDATA[Single inheritance]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=15</guid>
		<description><![CDATA[The C programming language lends itself well to single inheritance object-oriented schemes, provided a little care is taken in the class structure. Consider the following definition: 1 2 3 typedef struct _object &#123; int foo; &#125; Object; 1 2 3 4 typedef struct _thing &#123; Object o; double bar; &#125; Thing; Right here, I know [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/c-programming/single-inheritance-programming-language-nesting-structures/">Single Inheritance In C Programming Language I: Nesting structures</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/c-programming/single-inheritance-programming-language-nesting-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP on Snow Leopard: 5 ways to win</title>
		<link>http://tinobox.com/wordpress/coding/php-snow-leopard/</link>
		<comments>http://tinobox.com/wordpress/coding/php-snow-leopard/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 06:51:41 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web application]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5355</guid>
		<description><![CDATA[There&#8217;s at least five ways to install PHP on Macosx 10.6 Snow Leopard. Probably more. This becomes important when you as a developer want to add some code or a module to your application. You need to know: Where to install said module. How to configure the appropriate runtime to find and execute said module. [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/coding/php-snow-leopard/">PHP on Snow Leopard: 5 ways to win</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/coding/php-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning down business: painful but sometimes necessary</title>
		<link>http://tinobox.com/wordpress/smallbusiness/turning-down-business/</link>
		<comments>http://tinobox.com/wordpress/smallbusiness/turning-down-business/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 20:58:17 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[small business]]></category>
		<category><![CDATA[Blueprint CSS]]></category>
		<category><![CDATA[Compass]]></category>
		<category><![CDATA[decision matrix]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[morphological process]]></category>
		<category><![CDATA[SASS]]></category>
		<category><![CDATA[UX design]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5286</guid>
		<description><![CDATA[Turning down business can be painful, but sometimes it&#8217;s the only way forward. I&#8217;ve recently had to turn down some business myself. I took on a project which didn&#8217;t quite feel right, and the deeper I got into it, the more I realized it just wasn&#8217;t the right project for me. Which really sucked because [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/smallbusiness/turning-down-business/">Turning down business: painful but sometimes necessary</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/smallbusiness/turning-down-business/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Log your work: Using Trac to untangle unclear tasks</title>
		<link>http://tinobox.com/wordpress/productivity/trac-untangle-unclear-tasks/</link>
		<comments>http://tinobox.com/wordpress/productivity/trac-untangle-unclear-tasks/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 00:40:57 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[multitasking]]></category>
		<category><![CDATA[Task management]]></category>
		<category><![CDATA[Task tracking]]></category>
		<category><![CDATA[Time management]]></category>
		<category><![CDATA[Trac]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5254</guid>
		<description><![CDATA[There&#8217;s an interesting hole in the task management and productivity literature. The situation is when you know more or less what needs to be done, but not exactly how to do it, and from where you&#8217;re starting, it&#8217;s not clear in what order and how long each particular task will be. And the whole thing [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/productivity/trac-untangle-unclear-tasks/">Log your work: Using Trac to untangle unclear tasks</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/productivity/trac-untangle-unclear-tasks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Object Oriented Unit Testing For C Programming</title>
		<link>http://tinobox.com/wordpress/c-programming/simple-object-oriented-unit-testing-programming/</link>
		<comments>http://tinobox.com/wordpress/c-programming/simple-object-oriented-unit-testing-programming/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 00:46:58 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[c programming]]></category>
		<category><![CDATA[OOC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Project management]]></category>
		<category><![CDATA[Unit testing]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=1403</guid>
		<description><![CDATA[Remember that giant blast of wind a few months ago? The wind that launched all my cool plants down the stairs? Well, here&#8217;s a picture of the re-potted collection. That&#8217;s about half of them, the other half are still languishing. Crassulae are tough as nails. I may re-pot the remaining&#8230; but these need to be [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/c-programming/simple-object-oriented-unit-testing-programming/">Simple Object Oriented Unit Testing For C Programming</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/c-programming/simple-object-oriented-unit-testing-programming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rails 3 and Cucumber: getting started with outside-in testing</title>
		<link>http://tinobox.com/wordpress/coding/rails-3-cucumber-started-outsidein-testing/</link>
		<comments>http://tinobox.com/wordpress/coding/rails-3-cucumber-started-outsidein-testing/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 23:30:14 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[Behaviour-driven development]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Outside In testing]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RSpec]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Test-driven development]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5204</guid>
		<description><![CDATA[[Update July 16, 2001: This article is ranking very high on Google for "WordPress cucumber," a phrase I was searching for to see if anyone has developed Cucumber features and a test harness for WordPress. Turns out there is a Gem for it. If you are looking to test WordPress with Cucumber, please email me [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/coding/rails-3-cucumber-started-outsidein-testing/">Rails 3 and Cucumber: getting started with outside-in testing</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/coding/rails-3-cucumber-started-outsidein-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Practical Git Tip #1: Handling differing repository and local names</title>
		<link>http://tinobox.com/wordpress/miscellaneous/practical-git-tip-1-handling-differing-repository-local-names/</link>
		<comments>http://tinobox.com/wordpress/miscellaneous/practical-git-tip-1-handling-differing-repository-local-names/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 20:35:14 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[miscellaneous]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5183</guid>
		<description><![CDATA[Having repositories named uniquely and checked out into different locations under the same name helps with WordPress themes. Git is an excellent tool, but it was designed for a particular type of development practice, where every developer is working with the entire tree which is checked out into a dedicated local repository. In some cases, [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/miscellaneous/practical-git-tip-1-handling-differing-repository-local-names/">Practical Git Tip #1: Handling differing repository and local names</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/miscellaneous/practical-git-tip-1-handling-differing-repository-local-names/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking Smith Barney investment accounts in Quickbooks</title>
		<link>http://tinobox.com/wordpress/finance/tracking-smith-barney-investment-accounts-quickbooks/</link>
		<comments>http://tinobox.com/wordpress/finance/tracking-smith-barney-investment-accounts-quickbooks/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 19:43:31 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[Quickbooks]]></category>
		<category><![CDATA[Smith Barney]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5077</guid>
		<description><![CDATA[Short answer: Smith Barney&#8217;s statements are confusing. Longer answer&#8230; here&#8217;s what&#8217;s in progress: Created the following structure: 7410 Investment income (Other Income account) 7411 Long term gain 7412 Short term gain This solves part of the problem. I may need to create accounts for holding stock purchase, money funds, CDs, etc. I think each of [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/finance/tracking-smith-barney-investment-accounts-quickbooks/">Tracking Smith Barney investment accounts in Quickbooks</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/finance/tracking-smith-barney-investment-accounts-quickbooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickbooks Epiphany: A wannabe operating system, not an application</title>
		<link>http://tinobox.com/wordpress/finance/quickbooks-epiphany-operating-system-not-application/</link>
		<comments>http://tinobox.com/wordpress/finance/quickbooks-epiphany-operating-system-not-application/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 20:00:25 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[finance]]></category>
		<category><![CDATA[Quickbooks]]></category>
		<category><![CDATA[Retirement account]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=5013</guid>
		<description><![CDATA[Really, Quickbooks wants to be an operating system. You open up Quickbooks, it&#8217;s assumption is that your time now belongs to Quickbooks, and you should not be interacting with other programs. Thus: Relentless full screen dominance. I&#8217;ve been using the Premier trial version to upgrade to the latest file format for QB Pro for MacOSX. [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/finance/quickbooks-epiphany-operating-system-not-application/">Quickbooks Epiphany: A wannabe operating system, not an application</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/finance/quickbooks-epiphany-operating-system-not-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Priceless Customer Service Facts You Can&#8217;t Buy (they might tell for free)</title>
		<link>http://tinobox.com/wordpress/marketing/3-priceless-facts-you-cant-buy-from-your-customers-but-they-might-tell-you-for-free/</link>
		<comments>http://tinobox.com/wordpress/marketing/3-priceless-facts-you-cant-buy-from-your-customers-but-they-might-tell-you-for-free/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 09:00:46 +0000</pubDate>
		<dc:creator>David M. Doolin, PhD</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[Customer service]]></category>

		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=2795</guid>
		<description><![CDATA[Sending out customer service emails is largely a waste of time. No matter how polite you are, no matter how ludicrously awful your experience was, 90% of the time &#8220;customer service&#8221; finds a way to make you feel really small or stupid. If they even reply at all. Which is why I don&#8217;t send such [...]<p>Post from: <a href="http://tinobox.com/wordpress">There Is NO Box</a><br/><br/><a href="http://tinobox.com/wordpress/marketing/3-priceless-facts-you-cant-buy-from-your-customers-but-they-might-tell-you-for-free/">3 Priceless Customer Service Facts You Can&#8217;t Buy (they might tell for free)</a></p>
]]></description>
		<wfw:commentRss>http://tinobox.com/wordpress/marketing/3-priceless-facts-you-cant-buy-from-your-customers-but-they-might-tell-you-for-free/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

