<?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>Curious Creature &#187; GTD</title>
	<atom:link href="http://curiouscreature.net/blog/category/gtd/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiouscreature.net/blog</link>
	<description>because the world is an interesting place...</description>
	<lastBuildDate>Sat, 13 Mar 2010 23:30:00 +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>JasperReports underlining all text in HTML reports in Internet Explorer?</title>
		<link>http://curiouscreature.net/blog/2009/04/02/jasperreports-underlining-all-text-in-html-reports-in-internet-explorer/</link>
		<comments>http://curiouscreature.net/blog/2009/04/02/jasperreports-underlining-all-text-in-html-reports-in-internet-explorer/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 01:57:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Garden Journal]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Sustainability]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jasperreports]]></category>

		<guid isPermaLink="false">http://curiouscreature.net/blog/?p=604</guid>
		<description><![CDATA[Last week I ran into an odd situation with our HTML output from JasperReports in Internet Explorer 7.  All text, link or otherwise,  was being underlined and I&#8217;m not really sure of the root cause other than it would appear we ran into a CSS rendering bug.   The same thing does not happen in Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I ran into an odd situation with our HTML output from JasperReports in Internet Explorer 7.  All text, link or otherwise,  was being underlined and I&#8217;m not really sure of the root cause other than it would appear we ran into a CSS rendering bug.   The same thing does not happen in Firefox 3 (though my research indicated that the same issue occurs in Firefox 2).</p>
<p>In rendering HTML output JasperReports inserts various anchor tags of the form:</p>
<pre>&lt;a name="JR_PAGE_ANCHOR_0_1"&gt;</pre>
<p>It doesn&#8217;t use these with href attributes but it does use them for some purpose.</p>
<p>Our global CSS file indicates that anything that is inside an anchor tag should be underlined.  This would make sense assuming that anchors are used for links (a pretty good assumption).    We also use the Dojo JavaScript framework and the <a href="http://api.dojotoolkit.org/jsdoc/1.2.3/dojox.layout.ContentPane">Dijit ContentPane</a> widget allows using the ContentPane (normally used with a DIV) to show external content.   That external content can be &#8220;scrubbed&#8221; to allow it to play in a nicer fashion with the overall site design.  That is where the problem occurs.</p>
<p>The scrubbing of the content coming in to the DIV, to filter out things like styles, TITLEs, and other tags, is where IE seems to have issues.  Those anchor tags mentioned previously, and which look fine in IE when previewing a report inside of the iReport designer, now all have text inside them underlined.   The quick fix, or so I thought, was to remove the A tag from our global CSS file.  That fixes things until someone hovers over any text at which point another CSS rule comes in to play for a:hover and all text is again underlined.    Probably time for another CSS tweak&#8230;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2009%2F04%2F02%2Fjasperreports-underlining-all-text-in-html-reports-in-internet-explorer%2F&amp;linkname=JasperReports%20underlining%20all%20text%20in%20HTML%20reports%20in%20Internet%20Explorer%3F"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2009/04/02/jasperreports-underlining-all-text-in-html-reports-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The death of lifehacking</title>
		<link>http://curiouscreature.net/blog/2008/12/29/the-death-of-lifehacking/</link>
		<comments>http://curiouscreature.net/blog/2008/12/29/the-death-of-lifehacking/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 05:28:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[lifehacking]]></category>
		<category><![CDATA[lifehacks]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.com/2008/12/29/the-death-of-lifehacking/</guid>
		<description><![CDATA[Maybe the title is exaggerating things just a bit but the idea is floating out there that the Golden Era of lifehacks is in the past and we are left with nothing more than productivity porn. And who is out front in saying this? None other than the productivity porn king himself Merlin Mann!
On September [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">Maybe the title is exaggerating things just a bit but the idea is floating out there that the Golden Era of lifehacks is in the past and we are left with nothing more than productivity porn. And who is out front in saying this? None other than the productivity porn king himself Merlin Mann!</p>
<p style="clear: both">On September 10th of this year Merlin <a href="http://www.43folders.com/2008/09/10/time-attention-creative-work">wrote</a> in a post titled &#8220;43 Folders: Time, Attention, and Creative Work&#8221;:</p>
<blockquote style="clear: both"><p>Friends, I’m done with “productivity” as a personal fetish or hobby. There are countless sites that are all too happy to vend stroke material for your joyless addiction to puns about procrastination and systems for generating more taxonomically satisfying meta-work. But, presently, you won’t find so much of that here.</p>
<p>Except inasmuch as it can help move aside barriers to finishing the projects that you claim matter to you, “productivity” is often a sprawling ghetto of well-marketed nonsense for people who really just need a ritalin and a hug. So, for myself, random tips and lists that aren’t anchored to solving a real-world problem for a smart but flawed adult with a mind are dead to me. Pour a forty on ‘em.</p>
</blockquote>
<p style="clear: both">The first time I read this I laughed. After all Merlin Mann pioneered productivity porn. To hear him complaining about how many sites are now out there peddling the stuff of his making was laughable. At the same time the guy has a point. In that article he describes, quite correctly, the problems with the productivity blogosphere today. Too much noise and not enough signal and I found myself agreeing with him to the point that I cut all of it out of my life.</p>
<p style="clear: both">Well, that and a big chunk of other time-wasting material. I trimmed about 2/3rd of the subscriptions I had going in FeedDemon/NetNewWire. I&#8217;ve all but given up political blogs which have been my other, massive, black hole of time. I&#8217;ve got a lot to do and not enough time to do it all. The cognitive dissonance being created by all of that reading without any real purpose behind it was becoming deafening so no more. </p>
<p style="clear: both">And honestly the best part of his post was the discussion of &#8220;conversation&#8221; and &#8220;community&#8221; :</p>
<blockquote style="clear: both"><p>Stupid, venal, ignorant, self-linking comments from people who couldn’t be troubled to actually read the article. Angry forum posts full of personal attacks, giant avatars of Manga characters, and 4-vertical-inch signatures about which Golden Girl you are. Nonsense tagging, meta-commenting, ass-kissing, trolling, and…oooo!…video responses….neato! Please. It’s nuts and it’s pointless and it’s really cynical on the part of almost every publisher that allows that crap to go on. </p>
</blockquote>
<p style="clear: both">Right on. My blog hasn&#8217;t hit the popularity curve the same way 43 Folders has <img src='http://curiouscreature.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Not yet anyhow but this is my blog. I&#8217;ll say what I want, when I want to say it. If you have something to say to me email me but I got sick of tools like <a href="http://brainfreezeblog.com/2008/10/10/to-mr-robert-bolson-put-this-in-your-pipe-and-smoke-it/comment-page-1/#comment-2145">this</a> on my own site. If you like what I have to say please keep reading. If you don&#8217;t keep reading or leave. The decision is yours but I&#8217;m not going to justify myself to anyone else let alone turds pretending to be people like I mentioned above.</p>
<p style="clear: both">Thanks for the whining Merlin. I feel a bit lighter now myself <img src='http://curiouscreature.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><br class="final-break" style="clear: both" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F12%2F29%2Fthe-death-of-lifehacking%2F&amp;linkname=The%20death%20of%20lifehacking"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/12/29/the-death-of-lifehacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;simple&#8221; task of concentrating</title>
		<link>http://curiouscreature.net/blog/2008/12/29/the-simple-task-of-concentrating/</link>
		<comments>http://curiouscreature.net/blog/2008/12/29/the-simple-task-of-concentrating/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 19:06:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Concentration]]></category>
		<category><![CDATA[living in the moment]]></category>
		<category><![CDATA[multitasking]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.com/?p=216</guid>
		<description><![CDATA[I&#8217;m pretty scatter-brained these days.  I think years and years of &#8220;multi-tasking&#8221; hasn&#8217;t done a whole lot for my powers of concentration.  Today I decided while eating lunch to only eat lunch&#8230;live in the moment as it were.  No books.  No computer.  No radio.  Nothing.  Just the simple act of eating.
I suppose in some ways [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty scatter-brained these days.  I think years and years of &#8220;multi-tasking&#8221; hasn&#8217;t done a whole lot for my powers of concentration.  Today I decided while eating lunch to only eat lunch&#8230;live in the moment as it were.  No books.  No computer.  No radio.  Nothing.  Just the simple act of eating.</p>
<p>I suppose in some ways that is similar to meditation and it was really damn hard.   My mind kept flitting all over the place.  I had to restrain myself from moving over to the computer to read something or send a friend an instant message.  I&#8217;ve been slowly weaning myself from various sources of information that have been nothing but time sinks.  Today was a quick plunge into the cold waters of single-tasking and boy&#8230;definitely not a simple thing.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F12%2F29%2Fthe-simple-task-of-concentrating%2F&amp;linkname=The%20%26%238220%3Bsimple%26%238221%3B%20task%20of%20concentrating"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/12/29/the-simple-task-of-concentrating/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remember the Milk customer service?  Yeah right.</title>
		<link>http://curiouscreature.net/blog/2008/11/13/remember-the-milk-customer-service-yeah-right/</link>
		<comments>http://curiouscreature.net/blog/2008/11/13/remember-the-milk-customer-service-yeah-right/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 03:08:40 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Bad Customer Service]]></category>
		<category><![CDATA[gcal]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[RTM]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.com/?p=198</guid>
		<description><![CDATA[I&#8217;m really frustrated by an ongoing issue with iCalendar feeds coming from my lists at Remember the Milk being consumed improperly by Google Calendar.  And the thing that is most frustrating?  They don&#8217;t seem to give a damn that the problem may very well be on their end.
Have a look at the help forum posting [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really frustrated by an ongoing issue with iCalendar feeds coming from my lists at <a href="http://www.rememberthemilk.com">Remember the Milk</a> being consumed improperly by Google Calendar.  And the thing that is most frustrating?  They don&#8217;t seem to give a damn that the problem may very well be on their end.</p>
<p>Have a look at the help forum posting <a href="http://www.rememberthemilk.com/forums/help/5815/">here</a>.  The conversation gets real interesting when user wernst starts to do some digging into why the feeds aren&#8217;t working.  What he uncovers is that the RTM iCalendar feeds contain an excessive amount of timezone information.   He even sets up a new account, removes everything from the lists so that there are no to-dos and no events, and then grabs the feed.  That feed also contains excessive amounts of timezone information even though it has no events associated with it.   Emily from RTM insists its all about the timezones:</p>
<blockquote><p>(for anyone curious, those lines describe the timezone; extremely important for ensuring your tasks display at the correct time!)</p></blockquote>
<p>That&#8217;s all well and good but why is the timezone being described, in detail back to the year 1918, for a feed that has no events?  As wernst points out the feeds coming from <a href="http://www.airset.com">AirSet</a>, which can parse the RTM feeds, and which he then forwards to Google Calendar, don&#8217;t have all of that timezone information and, *gasp*, Google Calendar reads them properly.</p>
<p>So it very well might be an issue on Google&#8217;s end but I think it&#8217;s pretty clear that RTM is generating feeds, that while valid, don&#8217;t work properly everywhere.   I could probably form some valid XML that not all parsers can deal with.  That doesn&#8217;t mean I shouldn&#8217;t fix the XML to make it easier to parse.  RTMs position is that since Google is grabbing the feeds regularly the issue is out of their hands.   Google may very well be getting the feeds in a timely manner.  That doesn&#8217;t mean they&#8217;re <strong>parsing</strong> them properly.</p>
<p>To the folks at RTM:  your customer service in this instance sucks.  I can&#8217;t be much more blunt than that.  You had a paying customer do a lot of work for you and you&#8217;re passing it off like you can&#8217;t possibly have anything to do with the problem since Google manages to at least grab the feeds OK.  BOOO!!!!</p>
<p>I love your application but you guys need some work on the customer service front.  Sheesh.  Google is the 800lb gorilla here.  You&#8217;d do well to work with them to figure out what the hell is happening for the many users of both your service and theirs.  Just insisting that the calendar feeds are valid and then closing the posting certainly isn&#8217;t going to fix anything.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F11%2F13%2Fremember-the-milk-customer-service-yeah-right%2F&amp;linkname=Remember%20the%20Milk%20customer%20service%3F%20%20Yeah%20right."><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/11/13/remember-the-milk-customer-service-yeah-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Calendar and external iCal feeds &#8211; DOA</title>
		<link>http://curiouscreature.net/blog/2008/09/29/google-calendar-and-external-ical-feeds-doa/</link>
		<comments>http://curiouscreature.net/blog/2008/09/29/google-calendar-and-external-ical-feeds-doa/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 03:04:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Useability]]></category>
		<category><![CDATA[gcal]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[ical]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.com/?p=155</guid>
		<description><![CDATA[I&#8217;ve been mucking around with adding my Remember the Milk lists as iCal event feeds to my Google Calendar account.  The idea of having tasks with due dates show up like &#8220;local&#8221; GCal events is great but it doesn&#8217;t work as I&#8217;d hoped.
Apparently I&#8217;m not the only one noticing this either based on this post [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been mucking around with adding my Remember the Milk lists as iCal event feeds to my Google Calendar account.  The idea of having tasks with due dates show up like &#8220;local&#8221; GCal events is great but it doesn&#8217;t work as I&#8217;d hoped.</p>
<p>Apparently I&#8217;m not the only one noticing this either based on <a href="http://groups.google.com/group/google-calendar-help-bugs/browse_thread/thread/d6ebabc8415c392/f7d3326e12c10da2?lnk=gst&amp;q=remember+the+milk+becky#f7d3326e12c10da2">this</a> post on the GCal Google group.  That post notes that it takes hours for the feed to refresh and that there is no way to manually refresh it (you can in with a  30boxes.com calendar but that one leaves a lot to be desired).  Quite frankly it&#8217;s ridiculous that it takes hours.  At that point I can&#8217;t be sure that anything I entered actually shows up in GCal.   It would appear this behavior just isn&#8217;t an RTM issue as I see the same behavior with a feed from iWantSandy.com.</p>
<p>RTM does have two other options available, <a href="http://www.rememberthemilk.com/help/answers/about/googlecalendar.rtm">one for GCal</a>, and if you&#8217;re using Firefox, <a href="http://www.rememberthemilk.com/services/gmail/">one for GMail</a>.  The GMail Firefox plugin is quite nice but I don&#8217;t want my tasks there&#8230;I want them in my calendar.  The option for GCal itself is OK but I&#8217;m picky and don&#8217;t want to have to click that checkmark to see what I have for the day.</p>
<p>I suppose that GCal is like so many other pieces of software, it gets you most of the way there but then dumps you off about a mile away from your intended destination.  This is a real disappointment. I know GCal is free but adding a manual refresh link for the external feeds can&#8217;t be that difficult.  The Google Group link above notes that &#8220;they&#8217;re looking into it&#8221;.  I hope it happens sometime soon.</p>
<p>Not surprisingly this works flawlessly on iCal on the Mac.  I can even see tasks with no due date set in the To-Do list part of iCal.   But I can&#8217;t use my Mac at work anymore where I really need to see these lists <img src='http://curiouscreature.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F09%2F29%2Fgoogle-calendar-and-external-ical-feeds-doa%2F&amp;linkname=Google%20Calendar%20and%20external%20iCal%20feeds%20%26%238211%3B%20DOA"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/09/29/google-calendar-and-external-ical-feeds-doa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corporate computer policies and GTD</title>
		<link>http://curiouscreature.net/blog/2008/09/15/corporate-computer-policies-and-gtd/</link>
		<comments>http://curiouscreature.net/blog/2008/09/15/corporate-computer-policies-and-gtd/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 03:49:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.com/?p=138</guid>
		<description><![CDATA[What do you do when you can no longer use your computer platform of choice at work even when you&#8217;re more productive with it and are used to the tools available for it which are generally superior to the offerings (if they exist) on other platforms?  You go back to web applications.
I had been using [...]]]></description>
			<content:encoded><![CDATA[<p>What do you do when you can no longer use your computer platform of choice at work even when you&#8217;re more productive with it and are used to the tools available for it which are generally superior to the offerings (if they exist) on other platforms?  You go back to web applications.</p>
<p>I had been using a combination of GMail, Remember the Milk, and Google Calendar for my GTD/personal organization needs.  This was prior to getting a Mac.   At that time I started using Apple Mail and iCal both of which I have grown to love.   I then ended up getting an iPhone for my mobile needs and life was wonderful.  About 3 weeks ago the axe was dropped on me and my Mac usage at work so it&#8217;s back to the drawing board.</p>
<p>I have to say I&#8217;m still pretty livid about the corporate computer policies at work that seem to keep springing out of nowhere.   Not being able to use personal equipment on the corporate network is just the latest policy to fly in out of left field.  But all that aside where does that leave me?</p>
<p>I guess I move mail back to GMail which I never really abandoned.  I just set up Apple Mail to retrieve my email from the IMAP interface of GMail.    I actually also still used Google Calendar in the respect that I bought and installed Spanning Sync to sync my iCal calendars with Goolge Calendar.  For tasks lists I really hadn&#8217;t found a replacement for Remember the Milk but then again i wasn&#8217;t using it much anyhow.  My list-keeping fell off and I just scheduled things directly in the calendar either on specific days and times or just on specific days as all-day events.</p>
<p>I do really need to get back in to keeping task lists though but I&#8217;m less than thrilled with having to pay $25 for RTM Pro to get the iPhone interface.  I&#8217;d be more inclined at this point to give ToodleDo a try again since at $14.95 a year you get the iPhone interface and quite a bit more.  I like RTM but the $25 is hard to swallow simply for the iPhone CSS and HTML they send out.</p>
<p>At any rate I&#8217;m back to square one because of a corporate policy that doesn&#8217;t take into account an employee&#8217;s productivity.   Maybe things won&#8217;t be so bad since I had woven in my gmail/gcal use with the client apps on the Mac.  Once again though it all comes down to the list-keeping and task lists and I&#8217;m not sure what I&#8217;m going to do there.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F09%2F15%2Fcorporate-computer-policies-and-gtd%2F&amp;linkname=Corporate%20computer%20policies%20and%20GTD"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/09/15/corporate-computer-policies-and-gtd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Perhaps the ultimate GTD tool?</title>
		<link>http://curiouscreature.net/blog/2008/05/29/perhaps-the-ultimate-gtd-tool/</link>
		<comments>http://curiouscreature.net/blog/2008/05/29/perhaps-the-ultimate-gtd-tool/#comments</comments>
		<pubDate>Thu, 29 May 2008 18:14:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[livescribe]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.com/?p=80</guid>
		<description><![CDATA[The Livescribe Pulse Smartpen.
]]></description>
			<content:encoded><![CDATA[<p>The <a title="Livescribe Pulse Smartpen" href="http://www.livescribe.com/smartpen/index.html">Livescribe Pulse Smartpen</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F05%2F29%2Fperhaps-the-ultimate-gtd-tool%2F&amp;linkname=Perhaps%20the%20ultimate%20GTD%20tool%3F"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/05/29/perhaps-the-ultimate-gtd-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dashing to beat procrastination &#8211; trying out (10+2)*5</title>
		<link>http://curiouscreature.net/blog/2008/04/03/dashing-to-beat-procrastination-trying-out-1025/</link>
		<comments>http://curiouscreature.net/blog/2008/04/03/dashing-to-beat-procrastination-trying-out-1025/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 20:01:21 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[(10+2)*5]]></category>
		<category><![CDATA[beat procrastination]]></category>
		<category><![CDATA[procrastination]]></category>
		<category><![CDATA[procrastination dash]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.wordpress.com/2008/04/03/dashing-to-beat-procrastination-trying-out-1025/</guid>
		<description><![CDATA[Yeah&#8230;(10+2)*5. I0 minutes of work, 2 minutes of break repeated for 5 cycles.&#160; This is Merlin Mann&#8217;s system to beat procrastination which he first wrote about back in 2005.&#160; I had read about this ages ago on 43 Folders (the article is pretty old already) but never tried it.&#160; Today I started.
I&#8217;ve had feats of [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah&#8230;(10+2)*5. I0 minutes of work, 2 minutes of break repeated for 5 cycles.&nbsp; This is Merlin Mann&#8217;s system to beat procrastination which he first <a href="http://www.43folders.com/2005/10/11/procrastination-hack-1025">wrote about</a> back in 2005.&nbsp; I had read about this ages ago on 43 Folders (the article is pretty old already) but never tried it.&nbsp; Today I started.</p>
<p>I&#8217;ve had feats of concentration so heroic there should be epic stories (you know&#8230;like the Odyssey) written about them.&nbsp; Those are few and far between though <img src='http://curiouscreature.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Normally I have a real problem getting things going.&nbsp; I can procrastinate with the best of them and I&#8217;ve been that way my whole life.&nbsp; I&#8217;m not sure what it is but it seems that I have two problems: being able to break tasks down into manageable pieces and, these days,&nbsp; being too attracted to the many distractions that <strong>is</strong> the internet.&nbsp; Overall it hasn&#8217;t hurt my effectiveness because I get things done on time.&nbsp; I just don&#8217;t like how I get there so it was time to give anything a shot that might help.&nbsp; That is where (10+2)*5 comes in.</p>
<p>I was reading the other day about an application for Windows called <a href="http://www.appsapps.info/instantboss.php">Instant Boss</a> that was designed specifically to time the dashes.&nbsp; It actually isn&#8217;t limited to (10+2)*5, you can set the values to whatever you want.&nbsp; The default is (10+2)*5 and that&#8217;s what I&#8217;ve started with.&nbsp; So far it is working great.</p>
<p>One of the things all of these dashes seem to do (at least according to the authors) is get you to the point of working to where you start to skip the breaks.&nbsp; This was true for me even on this first day of trying it.&nbsp; The 10 minutes go by, you get the signal from the application to take a break, but you are in the middle of something and don&#8217;t want to stop so you hit the &#8220;skip break&#8221; button and go on for another 10 minutes.&nbsp;&nbsp; This whole thing is fantastic because I&#8217;m moving towards a goal, sometimes in 10 minute chunks, sometimes longer, with what seems like little effort.&nbsp;&nbsp; I suppose the knowledge that after 10 minutes you are free to let your mind wander for a bit is the key.</p>
<p>There is also another dash from Jeff Covey called <a href="http://www.43folders.com/2005/09/28/jeff-covey-running-a-progressive-dash">The Progressive Dash</a> which also sounds fascinating but again leads to the same thing as the other dashes:</p>
<blockquote><p>By the end of that time, I wish I could continue and get more done. Pretty soon, I’m wanting to get back to it and finish it instead of procrastinating about it.</p>
</blockquote>
<p>Exactly how the (10+2)*5 thing worked for me.&nbsp; Amazing in it&#8217;s simplicity.&nbsp; Limitless in its power for Good.&nbsp; <img src='http://curiouscreature.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F04%2F03%2Fdashing-to-beat-procrastination-trying-out-1025%2F&amp;linkname=Dashing%20to%20beat%20procrastination%20%26%238211%3B%20trying%20out%20%2810%2B2%29%2A5"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/04/03/dashing-to-beat-procrastination-trying-out-1025/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTD and Remember the Milk: Lists and Smart Lists tips and gotchas</title>
		<link>http://curiouscreature.net/blog/2008/04/01/gtd-and-remember-the-milk-lists-and-smart-lists-tips-and-gotchas/</link>
		<comments>http://curiouscreature.net/blog/2008/04/01/gtd-and-remember-the-milk-lists-and-smart-lists-tips-and-gotchas/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 15:33:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[RTM]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.wordpress.com/2008/04/01/gtd-and-remember-the-milk-lists-and-smart-lists-tips-and-gotchas/</guid>
		<description><![CDATA[I read a comment in a forum (think it was in the RTM forums but can&#8217;t find it again) that there really was no difference between Lists and saved searches (AKA: Smart Lists).&#160; I have to take exception to that because there is a huge difference:&#160; you can&#8217;t move items to a Smart List.&#160;&#160; One [...]]]></description>
			<content:encoded><![CDATA[<p>I read a comment in a forum (think it was in the RTM forums but can&#8217;t find it again) that there really was no difference between Lists and saved searches (AKA: Smart Lists).&nbsp; I have to take exception to that because there is a huge difference:&nbsp; you can&#8217;t move items to a Smart List.&nbsp;&nbsp; One of the ideas of GTD is getting your Inbox to empty.&nbsp;&nbsp; In RTM you can&#8217;t do that if you are simply relying on tags.&nbsp; </p>
<h3>The Inbox</h3>
<p>There is one work-around which is creating a Smart List Inbox which you can set to only have those items that haven&#8217;t been tagged yet.&nbsp; If you&#8217;re using Smart Lists and tags as your way of organizing things you&#8217;d be tagging everything with a context when you process your inbox.&nbsp;&nbsp; You would set up your Inbox Smart List to only show those items that haven&#8217;t been tagged yet.&nbsp; I&#8217;ve been experimenting with this and it seems to work well since you can set that new Inbox as the default tab when you log in.</p>
<p>The biggest issue here is that you can&#8217;t get rid of the RTM-provided Inbox.&nbsp; It would certainly be nice if there were an option to hide it.</p>
<h3>Project Lists</h3>
<p>I&#8217;ve also set up two Smart Lists for projects. One shows work-related projects and the other shows personal projects.&nbsp; At work all of my projects are tagged with a bug ticket so I can use that in the project&#8217;s tag ie: p-alpha-456.&nbsp; I also set up the main project task with a priority level of 1.&nbsp; I then set up my Smart List for work like &#8216;tagContains: p-alpha AND priority:1&#8242;.&nbsp; This insures that the Smart List only shows the high-level projects I&#8217;m currently working on.&nbsp;&nbsp; </p>
<p>I do the same thing for personal projects.&nbsp; The Smart List is set up along the lines of: &#8216;tagContains: p- NOT tagContains:p-alpha AND priority:1&#8242;.&nbsp; Again this shows me the current high-level personal projects.</p>
<h3>Contexts</h3>
<p>My contexts are also set up as Smart Lists with a simple &#8216;tag: &lt;context name&gt;&#8217;.&nbsp; Not much else to say here since every task will eventually get tagged with a context and show up on the appropriate Smart List.</p>
<h3>Conclusion</h3>
<p>So far this system is working well in the all of 3 days or so I&#8217;ve been trying it <img src='http://curiouscreature.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;m sure it will get tweaker further but things seem to be flowing nicely.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F04%2F01%2Fgtd-and-remember-the-milk-lists-and-smart-lists-tips-and-gotchas%2F&amp;linkname=GTD%20and%20Remember%20the%20Milk%3A%20Lists%20and%20Smart%20Lists%20tips%20and%20gotchas"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/04/01/gtd-and-remember-the-milk-lists-and-smart-lists-tips-and-gotchas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remember the Milk, GMail, and GCal &#8211; the trifecta</title>
		<link>http://curiouscreature.net/blog/2008/03/31/remember-the-milk-gmail-and-gcal-the-trifecta/</link>
		<comments>http://curiouscreature.net/blog/2008/03/31/remember-the-milk-gmail-and-gcal-the-trifecta/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 02:25:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[Remember the Milk]]></category>
		<category><![CDATA[RTM]]></category>

		<guid isPermaLink="false">http://brainfreezeblog.wordpress.com/?p=72</guid>
		<description><![CDATA[Today I discovered that the fine folks behind Remember the Milk created an extension for Firefox that integrates the RTM task list into GMail.  Quite simply this is fan-freaking-tastic.  I was already using the Google Calendar &#8220;plugin&#8221; which works well but the GMail integration really is awesome since it is far more integrated [...]]]></description>
			<content:encoded><![CDATA[<p>Today I discovered that the fine folks behind <a href="http://www.rememberthemilk.com">Remember the Milk</a> created an <a href="http://www.rememberthemilk.com/services/gmail/">extension for Firefox</a> that integrates the RTM task list into GMail.  Quite simply this is fan-freaking-tastic.  I was already using the Google Calendar &#8220;plugin&#8221; which works well but the GMail integration really is awesome since it is far more integrated into the GMail UI than is the GCal option.</p>
<p>As far as GTD goes though now I have a complete online environment for mail, tasks, and calendar.  In fact I&#8217;m so excited by this I just decided to start getting my work email via GMail as well.  It seems really silly to keep work stuff in one spot and personal stuff in another.  I know that David Allen doesn&#8217;t recommend doing this and it just feels wrong.  There should be no reason to have to hit multiple sources for what is essentially the same information.</p>
<p>Just one note about the GMail extension: please read the warning note near the bottom of the page I linked to above.  If you feel squeamish about stuff like that then head for the exits and don&#8217;t install the extension.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fcuriouscreature.net%2Fblog%2F2008%2F03%2F31%2Fremember-the-milk-gmail-and-gcal-the-trifecta%2F&amp;linkname=Remember%20the%20Milk%2C%20GMail%2C%20and%20GCal%20%26%238211%3B%20the%20trifecta"><img src="http://curiouscreature.net/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://curiouscreature.net/blog/2008/03/31/remember-the-milk-gmail-and-gcal-the-trifecta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
