<?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>Otani Studio: Journal &#187; Software Development</title>
	<atom:link href="http://www.otanistudio.com/journal/category/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.otanistudio.com/journal</link>
	<description>"Pain or damage don't end the world. Or despair or fucking beatings. The world ends when you're dead. Until then, you got more punishment in store. Stand it like a man... and give some back." (Albert Swearengen)</description>
	<lastBuildDate>Fri, 02 Apr 2010 23:48:06 +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>Blog Posts and Measuring Customer Abandonment?</title>
		<link>http://www.otanistudio.com/journal/2010/02/04/alternate-ways-of-measuring-of-customer-abandonment/</link>
		<comments>http://www.otanistudio.com/journal/2010/02/04/alternate-ways-of-measuring-of-customer-abandonment/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 06:27:56 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://www.otanistudio.com/journal/?p=162</guid>
		<description><![CDATA[My quick blog entry about uninstalling Evernote on the Mac has been seeing a small spike of hits in the last few days. It has been making me think about ways to measure customer abandonment.
]]></description>
			<content:encoded><![CDATA[<p>My quick blog entry about <a href="http://www.otanistudio.com/journal/2009/11/13/uninstalling-evernote-os-x-snow-leopard/">uninstalling Evernote on the Mac</a> has been seeing a small spike of hits in the last few days. It has been making me think about ways to measure customer abandonment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otanistudio.com/journal/2010/02/04/alternate-ways-of-measuring-of-customer-abandonment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: SVN over SSH using TortoisePlink</title>
		<link>http://www.otanistudio.com/journal/2007/07/29/quick-tip-svn-over-ssh-using-tortoiseplink/</link>
		<comments>http://www.otanistudio.com/journal/2007/07/29/quick-tip-svn-over-ssh-using-tortoiseplink/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 19:50:18 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.otanistudio.com/journal/2007/07/29/quick-tip-svn-over-ssh-using-tortoiseplink/</guid>
		<description><![CDATA[This place is as good as any to jot down the following tip&#8230;
TortoiseSVN kicks ass. Of course, there are times when it&#8217;s more practical to use svn in the command line, but if your repository only talks to you over ssh, instead of  going through hoops to configure OpenSSH, just use TortoisePlink. It&#8217;s part [...]]]></description>
			<content:encoded><![CDATA[<p>This place is as good as any to jot down the following tip&#8230;</p>
<p><a href="http://tortoisesvn.tigris.org/">TortoiseSVN</a> kicks ass. Of course, there are times when it&#8217;s more practical to use <code>svn</code> in the command line, but if your repository only talks to you over ssh, instead of  going through hoops to configure OpenSSH, just use TortoisePlink. It&#8217;s part of the TortoiseSVN install.</p>
<p>Your Subversion config file is buried in<br />
<code><br />
C:\Documents and Settings\&lt;your usrname&gt;\Application Data\Subversion\config<br />
</code></p>
<p>Using your favorite text editor, find the definition of ssh. It&#8217;ll probably be something like<br />
<code><br />
ssh = $SVN_SSH<br />
</code></p>
<p>Change it to<br />
<code><br />
ssh = TortoisePlink.exe<br />
</code></p>
<p>Painless!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otanistudio.com/journal/2007/07/29/quick-tip-svn-over-ssh-using-tortoiseplink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Cracks Me Up Sometimes</title>
		<link>http://www.otanistudio.com/journal/2007/02/07/php-cracks-me-up-sometimes/</link>
		<comments>http://www.otanistudio.com/journal/2007/02/07/php-cracks-me-up-sometimes/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 22:19:00 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://otanistudio.com/journal/2007/02/07/php-cracks-me-up-sometimes/</guid>
		<description><![CDATA[This should probably go under &#8220;it&#8217;s really funny right now, but will seem very uninteresting tomorrow.&#8221; 

FRIEND: http://www.php.net/manual/en/function.is-writable.php
ME: haha
FRIEND: yeah
ME: is_that_what_i_think_it_is()
FRIEND: is_that_really_what_i_think_it_is()
ME: aliased to is_this_what_i_really_want()
FRIEND: i looked it up real quick because someone had the wrong spelling in it in our code
ME: which returns constats, including IM_NOT_SURE_WHY_DONT_U_ASK_PERL_THAT
ME: haha that's a funny blog write up
ME: i [...]]]></description>
			<content:encoded><![CDATA[<p>This should probably go under &#8220;it&#8217;s really funny right now, but will seem very uninteresting tomorrow.&#8221; </p>
<p><code><br />
FRIEND: <a href="http://www.php.net/manual/en/function.is-writable.php">http://www.php.net/manual/en/function.is-writable.php</a><br />
ME: haha<br />
FRIEND: yeah<br />
ME: is_that_what_i_think_it_is()<br />
FRIEND: is_that_really_what_i_think_it_is()<br />
ME: aliased to is_this_what_i_really_want()<br />
FRIEND: i looked it up real quick because someone had the wrong spelling in it in our code<br />
ME: which returns constats, including IM_NOT_SURE_WHY_DONT_U_ASK_PERL_THAT<br />
ME: haha that's a funny blog write up<br />
ME: i think i'll write it now<br />
FRIEND: yay<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.otanistudio.com/journal/2007/02/07/php-cracks-me-up-sometimes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stupid Web Tricks: Orbiting Domo-Kun</title>
		<link>http://www.otanistudio.com/journal/2006/10/23/widget-orbiting-domo-kun/</link>
		<comments>http://www.otanistudio.com/journal/2006/10/23/widget-orbiting-domo-kun/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 08:47:59 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Stupid Web Tricks]]></category>

		<guid isPermaLink="false">http://otanistudio.com/journal/2006/10/23/widget-orbiting-domo-kun/</guid>
		<description><![CDATA[I just whipped up this simple orbiting domo-kun animation in JavaScript. After playing around with JavaScript&#8217;s Math trig methods (particularly Math.sin and Math.cos), one thing led to another, and after watching a few domo-kun videos on YouTube, I was inspired to use its picture in the effect.
]]></description>
			<content:encoded><![CDATA[<p><a href="/swt/orbiter1/"><img src="http://www.otanistudio.com/swt/orbiter1/i/domokun.png" alt="domo-kun!" style="float:left; margin-right:10px;" /></a>I just whipped up this <a href="/swt/orbiter1/">simple orbiting <em>domo-kun</em> animation</a> in JavaScript. After playing around with JavaScript&#8217;s <code>Math</code> trig methods (particularly <code>Math.sin</code> and <code>Math.cos</code>), one thing led to another, and after watching a few <a href="http://www.youtube.com/watch?v=zaAY39OSRCA&#038;eurl=http%3A%2F%2Fwww%2Emyspace%2Ecom%2Ftherealdomokun/"><em>domo-kun</em> videos</a> on YouTube, I was inspired to use its picture in the effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.otanistudio.com/journal/2006/10/23/widget-orbiting-domo-kun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
