<?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>Desi Penguin’s Blog &#187; gtd</title>
	<atom:link href="http://desipenguin.com/techblog/tag/gtd/feed/" rel="self" type="application/rss+xml" />
	<link>http://desipenguin.com/techblog</link>
	<description>Open source, Tech Tips, Reviews, Tutorials and more …</description>
	<lastBuildDate>Tue, 29 Jun 2010 16:38:10 +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>Ginko: Quick note taking with Outlook</title>
		<link>http://desipenguin.com/techblog/2009/01/02/ginko-quick-note-taking-with-outlook/</link>
		<comments>http://desipenguin.com/techblog/2009/01/02/ginko-quick-note-taking-with-outlook/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 01:10:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2006/07/18/ginko-quick-note-taking-with-outlook/</guid>
		<description><![CDATA[I came across this really neat tool for quick note taking. It is called Ginko (after Ginko Biloba which is memory enhancer herb)
I had downloaded it earlier, gave it a try and realized that I am not using it the way it is to be used, so I stopped using it for few months. Then [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this really neat tool for quick note taking. It is called Ginko (after Ginko Biloba which is memory enhancer herb)</p>
<p>I had downloaded it earlier, gave it a try and realized that I am not using it the way it is to be used, so I stopped using it for few months. Then after a while I really need to create a @TODO folder in Outlook so that I can track my action items. I started moving the emails which required  some action from my side into this folder. But quickly I realized that there are action items originating outside the emails. I had thought of writing an email and send it to myself,that is when I remembered that I know of a tool which does exactly same thing.</p>
<p>But I couldn&#8217;t remember the name of the application, so I searched my machine using X1, trusty desktop search engine. After couple of combination of search terms, I was able to find it in my download folder. Rest was easy. I had used it earlier, so I knew I needed to edit the .hta file to point it to correct Folders. As soon as I was done, I was able to jot down the next TODO item. It was that easy.</p>
<p>More about this tool at the author&#8217;s page <a href="http://www.wynia.org/wordpress/2006/02/08/outlook-quick-notes-with-hta-javascript-and-autohotkey-ginko/">here</a>.</p>
<p><em><span style="color:#808080;">Originally Published on <span>Jul 18, 2006</span></span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2009/01/02/ginko-quick-note-taking-with-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracks for GTD</title>
		<link>http://desipenguin.com/techblog/2007/06/15/tracks-for-gtd/</link>
		<comments>http://desipenguin.com/techblog/2007/06/15/tracks-for-gtd/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 07:55:00 +0000</pubDate>
		<dc:creator>Mandar Vaze</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://desipenguin.wordpress.com/2007/06/15/tracks-for-gtd/</guid>
		<description><![CDATA[I am really happy with the combination of todo.txt, PHP and Slickrun to edit the actions.  You can read about (and see) it here. But I came across this Ruby implementation of GTD system. I had heard and read about it even earlier, but didn&#8217;t bother trying it out. This time I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>I am really happy with the combination of todo.txt, PHP and Slickrun to edit the actions.  You can read about (and see) it <a href="http://desipenguin.wordpress.com/2007/05/28/my-clean-desktop/" target="_blank">here</a>. But I came across this Ruby implementation of GTD system. I had heard and read about it even earlier, but didn&#8217;t bother trying it out. This time I decided to try it myself.</p>
<p><span id="more-20"></span></p>
<h3>Installation</h3>
<p>It didn&#8217;t take much time for me to find <a href="http://www.rousette.org.uk/projects/files/tracks_on_windows_installation.pdf">this </a>nice tutorial. Obviously, Tracks on Windows is popular and has been around for a while. Otherwise finding such crisp instructions is not common for tools based on open source technologies. The instructions were not without their share of problems , but looking back they were hardly big problems, nothing that little bit of googling can&#8217;t solve.</p>
<p>Initially I decided to get the latest and (hopefully) greatest versions of all the components required. Needless to say that didn&#8217;t go well. The instructions were written for specific versions. So this time I decided to follow the instructions to the letter. Downloaded all the exact versions listed in the PDF, from the links provided in the tutorial. I already had Uniform Server 3.3 installed, So that was the only variation from the tutorial.</p>
<p>The instructions were really simple and things worked OK till step 22. <em>rake</em> was not to be found on my system. Having googled about Ruby and rails, I realized that I can download rake separately. I got it from <a href="http://rubyforge.org/frs/?group_id=50">here.</a> Once rake was installed, it was smooth sailing after that.<br />
<em>Note: Later I found that this problem was already reported and solved<a href="http://www.rousette.org.uk/projects/news/comments/new-installation-instructions-for-windows/#304"> here</a></em></p>
<h3>Observations</h3>
<ol>
<li>After following these instructions, I&#8217;m using WEBrick, the default webserver that comes with Ruby (?) rather than Apache from Uniform server. It would have been nicer if it used both Apache and mysql. There are notes elsewhere on Web about how to use sqlite instead of mysql. If I did that I would not need Uniform Server</li>
<li>For some reason (may be it is a known issue) when I resume back from <em>hibernate</em>, Tracks doesn&#8217;t work until I restart the server. Note: I have this installed on my laptop, hence hibernating. Otherwise it may work just fine.</li>
<li>When I start the server from command line using ruby.exe, I can not close the command window where messages are displayed, else it stops Ruby/WEBrick server as well. One possible option is to use rubyw instead, so that there is no terminal to be kept open. But due to #2 above, I prefer to have a command prompt open, so that I can at least restart the server when required.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://desipenguin.com/techblog/2007/06/15/tracks-for-gtd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
