<?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 much success can you handle &#187; Tools</title>
	<atom:link href="http://www.macanderconsulting.com/malcolm/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macanderconsulting.com/malcolm</link>
	<description>An eye into the inner workings of a business.</description>
	<lastBuildDate>Sat, 17 Jul 2010 00:23:58 +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>Using Thinking Rock in a Dropbox folder on WinXP</title>
		<link>http://www.macanderconsulting.com/malcolm/2010/07/16/using-thinking-rock-in-a-dropbox-folder-on-winxp/</link>
		<comments>http://www.macanderconsulting.com/malcolm/2010/07/16/using-thinking-rock-in-a-dropbox-folder-on-winxp/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 00:23:58 +0000</pubDate>
		<dc:creator>malcolm</dc:creator>
				<category><![CDATA[#gtd]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.macanderconsulting.com/malcolm/?p=188</guid>
		<description><![CDATA[I’m not going to get much into what Thinking Rock and GTD are; this article assumes that you are familiar with both and have been having issues with trying to use Thinking Rock on a USB key and would like a better way.]]></description>
			<content:encoded><![CDATA[<p>I love Dropbox, it allows me to seamlessly take my  show on the road.  No more need to keep track of  that one flash drive that I kept my life on (and kept losing.)</p>
<p>If you don’t know what dropbox is, and you’re  someone who has a desktop machine and a laptop and a flashdrive, you are  in for a treat.  Dropbox gives you a 2 gig  floating storage area out “in the cloud.”  (This  goes up to 8 gig in 250 meg increments based on referrals, so please use  my link to go check it out and thanks in advance <a href="https://www.dropbox.com/referrals/NTQxOTkzNjU5">https://www.dropbox.com/referrals/NTQxOTkzNjU5</a> )</p>
<p>Now let’s get back to the subject at hand.  Thinking Rock (<a href="http://www.trgtd.com.au/">http://www.trgtd.com.au/</a>) is a very  solid GTD implementation.  I’m not going to get  much into what Thinking Rock and GTD are; this article assumes that you  are familiar with both and have been having issues with trying to use  Thinking Rock on a USB key and would like a better way.</p>
<p>Ok, “better” may be too strong a word for what I’ve  put together, let’s just call it “a USB free way”.</p>
<p>My biggest issue with using a USB key with thinking  rock was that my settings were being saved to the java application  directory on each machine that I was using.  Little  things like what screen does TR open up in, what order the action  screens are in, what columns are in the action screens.  This  solution has fixed that for me.</p>
<p>Step one: Copy your TR directory to your Dropbox  directory and change its name to insure that you don’t find yourself  using a different directory without knowing about it.</p>
<p>In my case I use  the following directory name:</p>
<p>C:\My  Dropbox\TR-3.1.2_mba</p>
<p>Add 3 files to  your bin directory (C:\My Dropbox\TR-3.1.2_mba\bin)</p>
<p>cmd_here.bat</p>
<p style="padding-left: 30px;">cmd</p>
<p>trbat.bat</p>
<p style="padding-left: 30px;">tr.exe -J-Duser.home=&#8221;C:\My Dropbox\TR-3.1.2_mba\data&#8221;  -J-Dtr.datafile=&#8221;C:\My Dropbox\TR-3.1.2_mba\data\MalcolmAnderson.trx&#8221;</p>
<p>readme.txt</p>
<p style="padding-left: 30px; text-align: justify;">double  click</p>
<p style="padding-left: 30px; text-align: justify;">cmd_here.bat</p>
<p style="padding-left: 30px; text-align: justify;">to open a  cmd window in this directory</p>
<p style="padding-left: 30px; text-align: justify;">
<p style="padding-left: 30px; text-align: justify;">in the  command window enter &#8220;trb&#8221; and tab to bring up trbat.bat</p>
<p style="padding-left: 30px; text-align: justify;">press the  enter key to start thinking rock</p>
<p style="padding-left: 30px; text-align: justify;">
<p style="padding-left: 30px; text-align: justify;">
<p style="padding-left: 30px; text-align: justify;">
<p style="padding-left: 30px; text-align: justify;">
<p style="padding-left: 30px; text-align: justify;">
<p style="padding-left: 30px; text-align: justify;">When  updating version number update the &#8220;default_userdir&#8221; setting in the  etc\tr.conf file</p>
<p style="padding-left: 30px; text-align: justify;">default_userdir=&#8221;C:\My  Dropbox\TR-3.1.2_mba_data/.thinkingrock/tr-3.1.2&#8243;</p>
<p style="padding-left: 30px; text-align: justify;">
<p>Step Two: Follow  the instruction in the read me and edit the C:\My  Dropbox\TR-3.1.2_mba\etc\tr.conf file</p>
<p style="padding-left: 30px;">#default_userdir=&#8221;${HOME}/.thinkingrock/tr-3.1.2&#8243;</p>
<p style="padding-left: 30px;">default_userdir=&#8221;C:\My  Dropbox\TR-3.1.2_mba_data/.thinkingrock/tr-3.1.2&#8243;</p>
<p style="padding-left: 30px;">
<p>By putting a hash  mark (#) in front of the original line comments it out, retaining it for  future reference.</p>
<p>[Notice the  convoluted combination of forward slash (“/”) and backward slash (“\”)]</p>
<p>That’s all I do.  On running it the first time, the _yourinitials_data  directory will be created.</p>
<p>For a final check,  open up TR on one machine, and change the opening screen to process, or  the roadmap or some other screen you don’t normally use on start up.  Then exit out of the program.</p>
<p>Now open up TR on  your other machine.  It should have opened up on  your new start page.</p>
<p>There you go, it’s  done.</p>
<p>As a last note, if  any hard core java configuration geeks want to give me another  solution, I’ll be happy to try it out.  I’m open  to installing a second java installation that is local to my dropbox, it  was beyond my skills and I’m just happy that this works.</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.macanderconsulting.com/malcolm/2010/07/16/using-thinking-rock-in-a-dropbox-folder-on-winxp/&title=Using+Thinking+Rock+in+a+Dropbox+folder+on+WinXP&text=I+love+Dropbox%2C+it+allows+me+to+seamlessly+take+my++show+on+the+road.%26%23160%3B+No+more+need+to+keep+track+of++that+one+flash+drive+that+I+kept+my+life+on+%28and+kept+losing.%29+If+you+don%26%238217%3Bt+know+what...&tags=%5Cmy+dropbox%5Ctr-3%2C+directory%2C+dropbox%5Ctr-3%2C+dropbox%2C+thinking" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.macanderconsulting.com/malcolm/2010/07/16/using-thinking-rock-in-a-dropbox-folder-on-winxp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a mailing list</title>
		<link>http://www.macanderconsulting.com/malcolm/2010/02/08/adding-a-mailing-list/</link>
		<comments>http://www.macanderconsulting.com/malcolm/2010/02/08/adding-a-mailing-list/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:45:31 +0000</pubDate>
		<dc:creator>malcolm</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web site development]]></category>
		<category><![CDATA[phpList]]></category>

		<guid isPermaLink="false">http://www.macanderconsulting.com/malcolm/?p=175</guid>
		<description><![CDATA[Ok, so after doing a bit of research, it&#8217;s looking like my real mail list options are phpList and DadaMail. All that&#8217;s left to do is join the let&#8217;s find out club and move forward.  I&#8217;m going to start with phpList. Wish me luck. [Break] The install went easy enough, but it&#8217;s probably going to [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so after doing a bit of research, it&#8217;s looking like my real mail list options are phpList and DadaMail.</p>
<p>All that&#8217;s left to do is join the let&#8217;s find out club and move forward.  I&#8217;m going to start with phpList.</p>
<p>Wish me luck.</p>
<p>[Break]</p>
<p>The install went easy enough, but it&#8217;s probably going to take me another hour to get things actually rolling.  I would have loved an install that fully got things going and at the end you had a 2 e-mail mail campaign that would be sent to the list admin as a test.  Oh well, hopefully I&#8217;ll get back to it before the end of the month.</p>
<p>Any other phpList admins out there?</p>
<br/><a href="http://www.socialmarker.com/?link=http://www.macanderconsulting.com/malcolm/2010/02/08/adding-a-mailing-list/&title=Adding+a+mailing+list&text=Ok%2C+so+after+doing+a+bit+of+research%2C+it%26%238217%3Bs+looking+like+my+real+mail+list+options+are+phpList+and+DadaMail.+All+that%26%238217%3Bs+left+to+do+is+join+the+let%26%238217%3Bs+find+out+club+and+move...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://www.macanderconsulting.com/malcolm/2010/02/08/adding-a-mailing-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
