<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Productivity Science</title>
    <description>Let's explore productivity with a scientific approach!</description>
    <link>http://productivity-science.com/blogen/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 1.5.1.14</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://productivity-science.com/blogen/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.productivity-science.com/syndication.axd</blogChannel:blink>
    <dc:creator>Productivity Science</dc:creator>
    <dc:title>Productivity Science</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ProductivityScience" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>Free GTD Timer review - part 3 of 3 (final part)</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 5px 0px" src="http://gtd-timer.com/screenshots/timerwindow.png" alt="GTD Timer" align="left" /&gt;In the last part of the review of GTD Timer we&amp;#39;ll focus on the very powerful feature which makes this software unique - actions.
&lt;/p&gt;
 
&lt;p&gt;
Actions allow GTD Timer to execute any command after a time period. Commands can be any executable application, command-line tool or script written in JScript or VBScript. While executing command GTD Timer also may pass parameters to it.
&lt;/p&gt;
 
&lt;h2&gt;5. Using actions to run automated tasks&lt;/h2&gt; 
&lt;p&gt;
Each preset allows to set command line to execute after countdown finishes (configuring presets described in previous part of the review).
&lt;/p&gt;
 
&lt;p&gt;
In the picture below show action configuration window accessible via Settings -&amp;gt; Presets -&amp;gt; Setup Preset.
&lt;/p&gt;
 
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/FreeGTDTimerreviewpart3of3final_11F8E/CropperCapture%5B3%5D.png" border="0" alt="GTD Timer action setup window" width="412" height="359" /&gt; 
&lt;/p&gt;
 
&lt;p&gt;
To enable the action just click &amp;quot;Command line&amp;quot; radio button and two edit boxes will become available. 
&lt;/p&gt;
 
&lt;p&gt;
Example actions for this window:
&lt;/p&gt;
 
&lt;ul&gt;
	 
	&lt;li&gt;Force to shutdown system:&lt;br /&gt;
	&lt;strong&gt;Command&lt;/strong&gt;: shutdown&lt;br /&gt;
	&lt;strong&gt;Parameters&lt;/strong&gt;: -s -f -t 00  &lt;/li&gt;
	&lt;li&gt;Open &amp;quot;D:\Documents&amp;quot; folder:&lt;br /&gt;
	&lt;strong&gt;Command&lt;/strong&gt;: D:\Documents&lt;br /&gt;
	&lt;strong&gt;Parameters&lt;/strong&gt;: &amp;lt;Leave empty&amp;gt;  &lt;/li&gt;
	&lt;li&gt;Open e-mail client with address user@example.com:&lt;br /&gt;
	&lt;strong&gt;Command&lt;/strong&gt;: mailto:user@example.com&lt;br /&gt;
	&lt;strong&gt;Parameters&lt;/strong&gt;: &amp;lt;Leave empty&amp;gt;  &lt;/li&gt;
	&lt;li&gt;Navigate to URL &lt;a href="http://productivity-science.com"&gt;http://productivity-science.com&lt;/a&gt;&lt;br /&gt;
	&lt;strong&gt;Command&lt;/strong&gt;: &lt;a href="http://productivity-science.com"&gt;http://productivity-science.com&lt;/a&gt;&lt;br /&gt;
	&lt;strong&gt;Parameters&lt;/strong&gt;: &amp;lt;Leave empty&amp;gt;  &lt;/li&gt;
	&lt;li&gt;Run script:&lt;br /&gt;
	&lt;strong&gt;Command&lt;/strong&gt;: c:\ScriptName.js&lt;br /&gt;
	&lt;strong&gt;Parameters&lt;/strong&gt;: &amp;lt;Leave empty&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
 
&lt;p&gt;
So creating preset for some specific task like turning off PC after some period of time is very easy with GTD Timer.
&lt;/p&gt;
 
&lt;h2&gt;6. Example script to continuously restart GTD Timer&amp;nbsp; &lt;/h2&gt; 
&lt;p&gt;
As example script we provide here is intended to automatically restart GTD Timer each time when countdown finishes.
&lt;/p&gt;
 
&lt;p&gt;
Here are steps to create the script and add it to GTD Timer:
&lt;/p&gt;
  
&lt;p&gt;
1. Create Folder on your computer with path &amp;quot;C:\SCRIPTS&amp;quot;.&lt;br /&gt;
2. Download zip archive: &lt;a href="http://productivityscientific.com/downloads/refreshtray.zip"&gt;http://productivityscientific.com/downloads/refreshtray.zip&lt;/a&gt;. And extract program &lt;strong&gt;refreshtray.exe&lt;/strong&gt; from that archive to folder &amp;quot;C:\SCRIPTS&amp;quot;&lt;br /&gt;
3. Copy next text to a text file with name &amp;quot;Restart.vbs&amp;quot; to that folder
&lt;/p&gt;
 
&lt;blockquote&gt;
	 
	&lt;p&gt;
	strComputer = &amp;quot;.&amp;quot;
	&lt;/p&gt;
	 
	&lt;p&gt;
	Set objWMIService = GetObject(&amp;quot;winmgmts:&amp;quot; _ &amp;amp; &amp;quot;{impersonationLevel=impersonate}!\\&amp;quot; &amp;amp; strComputer &amp;amp; &amp;quot;\root\cimv2&amp;quot;) Set colProcessList = objWMIService.ExecQuery _ (&amp;quot;Select * from Win32_Process Where Name = &amp;#39;gtdtimer.exe&amp;#39;&amp;quot;) For Each objProcess in colProcessList
	&lt;/p&gt;
	 
	&lt;p&gt;
	objProcess.Terminate()
	&lt;/p&gt;
	 
	&lt;p&gt;
	Next 
	&lt;/p&gt;
	 
	&lt;p&gt;
	Set WshShell = WScript.CreateObject(&amp;quot;WScript.Shell&amp;quot;)
	&lt;/p&gt;
	 
	&lt;p&gt;
	WshShell.Run &amp;quot;C:\Scripts\RefreshTray.exe&amp;quot; 
	&lt;/p&gt;
	 
	&lt;p&gt;
	command = &amp;quot;&amp;quot;&amp;quot;C:\Program Files\Productivity Scientific GTD Timer\Bin\GTDTimer.exe&amp;quot;&amp;quot; /T=10:00 /M=Message /P=4&amp;quot;
	&lt;/p&gt;
	 
	&lt;p&gt;
	WshShell.Run command
	&lt;/p&gt;
&lt;/blockquote&gt;
 
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
 
&lt;p&gt;
4. Create new preset in GTD Timer, give it some name (Ex. &amp;quot;Continuous restart&amp;quot;), at the &amp;quot;Action&amp;quot; tab enter command line: &amp;quot;C:\Scripts\Restart.vbs&amp;quot;. 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-part-3-of-3-final-part.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-part-3-of-3-final-part.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=a69e2850-e734-4d62-bbd3-bbfbeab63763</guid>
      <pubDate>Fri, 31 Jul 2009 06:42:00 -1300</pubDate>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=a69e2850-e734-4d62-bbd3-bbfbeab63763</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=a69e2850-e734-4d62-bbd3-bbfbeab63763</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-part-3-of-3-final-part.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=a69e2850-e734-4d62-bbd3-bbfbeab63763</wfw:commentRss>
    </item>
    <item>
      <title>Free GTD Timer review &amp;ndash; part 2 of 3</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 5px 0px" src="http://gtd-timer.com/screenshots/timerwindow.png" alt="GTD Timer" align="left" /&gt; This is the second part of the review of GTD Timer. The first part of the review is &lt;a href="http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-1-of-3.aspx"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;h2&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp; Controlling GTD Timer window&lt;/h2&gt; 
&lt;p&gt;
Small semitransparent window which shows countdown also provides features to control the timer.
&lt;/p&gt;
&lt;p&gt;
First of all, tiny controls in the bottom of the window allow to start, pause and stop timer, as well as set time period of two or ten minutes. Button with small clock icon calls time selection window described in the first part of the review of GTD Timer. Last control with pin icon allows to place countdown window on top of other windows in the system or behave like normal window (turn on by default).
&lt;/p&gt;
&lt;p&gt;
Next, left mouse click on the time in the center of the window behaves as start/stop control. Small triangle button in the upper right corner of the window allows minimizing (hiding) window, cross button closes timer. To move the window on the screen use free area before or after the time shown to do left click and drag the window.
&lt;/p&gt;
&lt;p&gt;
Finally, all controls in the window have keyboard shortcuts as described in the help system:&lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; Space - start timer &lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enter or T - open time selection window &lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; S - stop timer &lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; P - pause timer &lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; Keys 1, 2, 3..0 - start timer with number of minutes from 1 to 10 &lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; C - open configuration window &lt;br /&gt;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; O - switch on/off timer&amp;#39;s on top while counting feature 
&lt;/p&gt;
&lt;h2&gt;4.&amp;nbsp;&amp;nbsp;&amp;nbsp; Using presets&lt;/h2&gt; 
&lt;p&gt;
Presets &amp;ndash; one of the most interesting features of the software. Presets are useful in two situations: to allow quickly switching between different settings and to allow distinguishing between multiple running copies of the timer. Preset switching possible only in a commercial version of the software.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/FreeGTDTimerreviewpart2of3_E4AB/CropperCapture%5B2%5D.png" border="0" alt="Setup Preset" width="459" height="360" /&gt; 
&lt;/p&gt;
&lt;p&gt;
Firstly, presets configured in special settings section include tray icon text and background color (which shows time left for the timer), sound played when countdown finishes (default beeper, .WAV file or no sound at all) and actions which will be described in the last part of the review. It is possible to create any number of new presets or modify existing predefined presets.
&lt;/p&gt;
&lt;p&gt;
Secondly, while it is possible to choose preset manually in time selection window, GTD Timer allows automatically selecting next preset when another copy of the software starts (this option set in configuration dialog).
&lt;/p&gt;
&lt;p&gt;
So, setting one preset for one occasion and one for another allows to use GTD Timer as presentation timer as well as just kitchen or egg timer.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://productivity-science.com/blogen/post/Free-GTD-Timer-review-part-3-of-3-final-part.aspx"&gt;Continue to the final part of the review &amp;gt;&amp;gt;&lt;/a&gt; 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-2-of-3.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-2-of-3.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=443775f6-dfb0-41dd-a3f5-3885ee990de1</guid>
      <pubDate>Tue, 23 Jun 2009 00:16:00 -1300</pubDate>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=443775f6-dfb0-41dd-a3f5-3885ee990de1</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=443775f6-dfb0-41dd-a3f5-3885ee990de1</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-2-of-3.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=443775f6-dfb0-41dd-a3f5-3885ee990de1</wfw:commentRss>
    </item>
    <item>
      <title>Free GTD Timer review &amp;ndash; part 1 of 3</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 5px 0px" src="http://gtd-timer.com/screenshots/timerwindow.png" alt="GTD Timer Window" align="left" /&gt; GTD Timer is countdown timer software available for free for personal use.&amp;nbsp; Official site is:&amp;nbsp; &lt;a href="http://GTD-Timer.com"&gt;GTD-Timer.com&lt;/a&gt;. Commercial version ($19.95) is also available, it provides more features as well as ability to run multiple timers at a time. 
&lt;/p&gt;
&lt;p&gt;
In general, it is the most convenient software timer we&amp;rsquo;ve seen before. It greatly combines simple user interface with sophisticated features (like actions). What is especially good about it is its superb keyboard optimization. And &amp;ldquo;GTD&amp;rdquo; in the title means that the timer is focused on Getting Things Done approach (remember &amp;ldquo;two minute rule&amp;rdquo;?) but it is useful for anybody who looking for good digital timer, not only GTD followers. 
&lt;/p&gt;
&lt;h2&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp; Downloading and installing timer&lt;/h2&gt; 
&lt;p&gt;
Installation package is available from front page (&lt;a href="http://GTD-Timer.com"&gt;Download GTD Timer here)&lt;/a&gt;. Installer does not weight a lot &amp;ndash; only 1.4 Mb. Installation runs smoothly, supported OS are Windows XP/VISTA/Seven. No adware or any other additional components included.
&lt;/p&gt;
&lt;h2&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp; Starting timer&lt;/h2&gt; 
&lt;p&gt;
During the installation process GTD Timer installs tiny launcher (GTDTimerLauncher.exe) which monitors Win+S keystroke. So, to start GTD Timer is not necessary to call the Start menu, just type Win+S and timer launches. 
&lt;/p&gt;
&lt;p&gt;
The time selection window appears after program start. This window is optional &amp;ndash; checkbox in the bottom of the window allows disabling it. But this window is very convenient , it lets to start the timer in a few keystrokes. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div style="text-align: center"&gt;
&lt;img style="margin: 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/FreeGTDTimerreviewpart1of3_EF63/TimeSelection_24bf1ae0-4ddb-481a-961f-90fcfc948cd2.png" border="0" alt="Time Selection Window" width="396" height="187" /&gt;
&lt;/div&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Let&amp;rsquo;s review the window in detail.
&lt;/p&gt;
&lt;p&gt;
There are two fields, one drop-down list and several buttons on the window. Use Tab (or Shift+Tab) to navigate between controls.
&lt;/p&gt;
&lt;p&gt;
First of all, optional &lt;strong&gt;Message&lt;/strong&gt; field intended to provide us ability to leave the message what to do after timer finishes. Also it is very useful to distinguish between multiple timers running at a time (available only in commercial version).
&lt;/p&gt;
&lt;p&gt;
Secondly, &lt;strong&gt;Time&lt;/strong&gt; field is required if it is intended to start the countdown with non-standard time. Note, that in addition to two buttons (2 Min&amp;#39;s and 10 Min&amp;#39;s) which start timer with predefined time of two and ten minutes, it is possible to launch the timer with a period from one to ten minutes just pressing keystroke Alt+1, Alt+2,&amp;hellip;. up to Alt+0. 
&lt;/p&gt;
&lt;p&gt;
There are several ways to fill the time period in the time field. Just typing integer number means a number of minutes. Typing integer with a fraction divided by point or colon like &amp;ldquo;2.45&amp;rdquo; or &amp;ldquo;2:45&amp;rdquo; means two minutes and 45 seconds. Adding one more integer with separator at a start of line ads hours (like &amp;ldquo;01:02:45&amp;rdquo;). Leading spaces are optional. 
&lt;/p&gt;
&lt;p&gt;
If it is necessary to countdown till some exact time, it is required to add &amp;ldquo;T&amp;rdquo; before time string and use AM/PM or 24-hour format to enter time (like &amp;ldquo;T 12:00 AM&amp;rdquo;).
&lt;/p&gt;
&lt;p&gt;
Thirdly, &lt;strong&gt;Preset&lt;/strong&gt; selection drop-down box is a very powerful feature to change timer&amp;rsquo;s behavior and appearance in a keystroke. Though this feature is available only in commercial version, it worth it. Presets configured from timer&amp;rsquo;s System Tray menu (we&amp;rsquo;ll show this in the second part of the review) and support changing font and background color of the timer&amp;rsquo;s icon to distinguish between multiple timers, as well as alarm sound played at the end of the countdown and, what is especially interesting, assigning actions with almost unlimited functionality.
&lt;/p&gt;
&lt;p&gt;
Finally, when all options are configured click start button (or press Enter on the keyboard to launch the countdown). Semitransparent floating window as well as the icon in the System Tray show time left.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-2-of-3.aspx"&gt;Continue to the second part of the review &amp;gt;&amp;gt;&lt;/a&gt; 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-1-of-3.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-1-of-3.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=6b6e632a-617f-4bc8-98c5-0523a79cc652</guid>
      <pubDate>Mon, 22 Jun 2009 01:03:00 -1300</pubDate>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=6b6e632a-617f-4bc8-98c5-0523a79cc652</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=6b6e632a-617f-4bc8-98c5-0523a79cc652</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Free-GTD-Timer-review-ndash3b-part-1-of-3.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=6b6e632a-617f-4bc8-98c5-0523a79cc652</wfw:commentRss>
    </item>
    <item>
      <title>Simple trick to increase personal and business productivity: using prediction instead of planning</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 15px 15px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Tryingtopredictyourday_730/image_82fb14d2-d143-4acf-8a47-8616e341447e.png" border="0" alt="Schedule" width="200" height="139" align="left" /&gt; Most people regularly experience stress from their schedules that were not implemented. Why there are differences between plans and implementations? Mostly because of drawbacks in planning procedure: actually, plans in most cases describe that things which we want to happen but ignore things which are likely or possibly to happen even against our will. 
&lt;/p&gt;
 
&lt;p&gt;
Now I want to share some simple but extremely effective time management technique that helps to make plans much closer to reality.
&lt;/p&gt;
 
&lt;p&gt;
Actually, this technique is very simple: &lt;strong&gt;instead of planning try to focus on predicting&lt;/strong&gt;. Simple, huh?
&lt;/p&gt;
 
&lt;p&gt;
And now some explanations to show how this works. When someone tries to predict, s/he involves in the process much more factors than doing just planning. And it helps dramatically. 
&lt;/p&gt;
 
&lt;p&gt;
For example, you can plan for tomorrow to make some appointments and to complete some tasks. When you just plan, in most cases you try only to estimate how much time task or appointment requires and to find enough available time to it. But when you start predicting instead of planning, you will try to look at your tasks and appointments from some different point of view. First of all, you will try to identify factors which could interfere with your plans and decide how plans could be affected. Secondly, you could recall similar situations from your memory and assume how your past experience about your own or other&amp;#39;s people actions could affect them. Finally, you will try to make more reasonable estimations and consider multiple situations in case if something goes wrong.
&lt;/p&gt;
 
&lt;p&gt;
Let&amp;#39;s review some practical example.
&lt;/p&gt;
 
&lt;p&gt;
In the table below we can see some typical morning schedule prepared using standard planning approach.
&lt;/p&gt;
 
&lt;table border="1" cellspacing="0" cellpadding="2" width="418"&gt;
	 
	&lt;tbody&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="130" valign="top"&gt;&lt;strong&gt;Time window&lt;/strong&gt;&lt;/td&gt; 
			&lt;td width="286" valign="top"&gt;&lt;strong&gt;Planned tasks and appointments&lt;/strong&gt;&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="132" valign="top"&gt;9:00 - 9:20&lt;/td&gt; 
			&lt;td width="285" valign="top"&gt;Meeting with the boss&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="133" valign="top"&gt;9:20 - 9:30&lt;/td&gt; 
			&lt;td width="284" valign="top"&gt;E-mail quick review&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="134" valign="top"&gt;9:30 - 10:00&lt;/td&gt; 
			&lt;td width="284" valign="top"&gt;Discuss project details with colleagues&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="134" valign="top"&gt;11:00 - 11:30&lt;/td&gt; 
			&lt;td width="284" valign="top"&gt;Prepare to negotiations with the client&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="134" valign="top"&gt;11:30 - 12:00&lt;/td&gt; 
			&lt;td width="284" valign="top"&gt;Negotiations with the client&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
 
&lt;p&gt;
But what&amp;#39;s wrong with it? The point is that this schedule looks too sleek to be real - in real life similar schedules involving many people never goes in that way that was planned. If something goes wrong the whole plan may became faulty. In this case very important appointment with a client may cause serious troubles if not enough preparations was made.
&lt;/p&gt;
 
&lt;p&gt;
Let&amp;#39;s try to make some prediction to the schedule and add comments.
&lt;/p&gt;
 
&lt;table border="1" cellspacing="0" cellpadding="2" width="634"&gt;
	 
	&lt;tbody&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="95" valign="top"&gt;&lt;strong&gt;Time window&lt;/strong&gt;&lt;/td&gt; 
			&lt;td width="251" valign="top"&gt;&lt;strong&gt;Planned tasks and appointments&lt;/strong&gt;&lt;/td&gt; 
			&lt;td width="286" valign="top"&gt;&lt;strong&gt;Comments based on prediction&lt;/strong&gt;&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="99" valign="top"&gt;9:00 - 9:20&lt;/td&gt; 
			&lt;td width="250" valign="top"&gt;Meeting with the boss&lt;/td&gt; 
			&lt;td width="284" valign="top"&gt;Very often meetings with the boss requires at least thirty or even forty minutes. I can&amp;#39;t be sure that this will finish in twenty minutes.&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="102" valign="top"&gt;9:20 - 9:30&lt;/td&gt; 
			&lt;td width="249" valign="top"&gt;E-mail quick review&lt;/td&gt; 
			&lt;td width="283" valign="top"&gt;Actually, I spend much more time with E-mail and new sites at the morning than ten minutes. Indeed, I never count how much.&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="104" valign="top"&gt;9:30 - 10:00&lt;/td&gt; 
			&lt;td width="248" valign="top"&gt;Discuss project details with colleagues&lt;/td&gt; 
			&lt;td width="282" valign="top"&gt;Considering all above, this would never start and finish in time. Moreover, discussions may be long if not well-guided.&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="106" valign="top"&gt;10:00 - 11:30&lt;/td&gt; 
			&lt;td width="248" valign="top"&gt;Prepare to negotiations with the client&lt;/td&gt; 
			&lt;td width="281" valign="top"&gt;If I do not find at least&amp;nbsp; an hour and thirty minutes for preparations I can get into some troubles with the client.&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="107" valign="top"&gt;11:30 - 12:00&lt;/td&gt; 
			&lt;td width="247" valign="top"&gt;Negotiations with the client&lt;/td&gt; 
			&lt;td width="281" valign="top"&gt;This should start exactly at 11:30. This client is very punctual. And I have to be prepared well.&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
 
&lt;p&gt;
Modified schedule using planning approach based on prediction is shown in the table below.
&lt;/p&gt;
 
&lt;table border="1" cellspacing="0" cellpadding="2" width="634"&gt;
	 
	&lt;tbody&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="105" valign="top"&gt;&lt;strong&gt;Time window&lt;/strong&gt;&lt;/td&gt; 
			&lt;td width="249" valign="top"&gt;&lt;strong&gt;Planned tasks and appointments&lt;/strong&gt;&lt;/td&gt; 
			&lt;td width="278" valign="top"&gt;&lt;strong&gt;Comments &lt;/strong&gt;&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="109" valign="top"&gt;9:00 - 9:20/9:40&lt;/td&gt; 
			&lt;td width="248" valign="top"&gt;Meeting with the boss&lt;/td&gt; 
			&lt;td width="276" valign="top"&gt;This can be long. I have to be prepared&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="112" valign="top"&gt;Canceled&lt;/td&gt; 
			&lt;td width="247" valign="top"&gt;E-mail quick review&lt;/td&gt; 
			&lt;td width="275" valign="top"&gt;It is better to make this afternoon.&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="114" valign="top"&gt;till 10:00&lt;/td&gt; 
			&lt;td width="246" valign="top"&gt;Discuss only most important project details with colleagues&lt;/td&gt; 
			&lt;td width="274" valign="top"&gt;I can&amp;#39;t cancel this but I have to made this productive&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="116" valign="top"&gt;10:00 - 11:30&lt;/td&gt; 
			&lt;td width="246" valign="top"&gt;Prepare to negotiations with the client&lt;/td&gt; 
			&lt;td width="273" valign="top"&gt;Nothing should prevent me from starting preparations at this time.&lt;/td&gt;
		&lt;/tr&gt;
		 
		&lt;tr&gt;
			 
			&lt;td width="117" valign="top"&gt;11:30 - 12:00&lt;/td&gt; 
			&lt;td width="245" valign="top"&gt;Negotiations with the client&lt;/td&gt; 
			&lt;td width="274" valign="top"&gt;If nothing unpredicted happens all should be OK.&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
 
&lt;p&gt;
As you can see, we received much more reasonable schedule which takes into account possible deviations caused by typical time-consuming situations. Also this schedule is flexible and focused on productivity marking out most important tasks and is much more &amp;quot;stress-proof&amp;quot; than traditional one.
&lt;/p&gt;
 
&lt;p&gt;
In the end, I want to add that the example shows only little part of possibilities of this approach. You can not only predict possible time deviations in schedule but to do some preventive actions to avoid them. Also you can create branched schedules based on &amp;quot;What...If&amp;quot; analysis like flow chart in computer programming. Moreover, this technique is very effective on time prolonged periods such as long lasting projects.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Simple-trick-to-increase-personal-and-business-productivity-using-prediction-instead-of-planning.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Simple-trick-to-increase-personal-and-business-productivity-using-prediction-instead-of-planning.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=950c7b25-0863-4862-bb28-53330d6cb02a</guid>
      <pubDate>Tue, 24 Feb 2009 18:36:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=950c7b25-0863-4862-bb28-53330d6cb02a</pingback:target>
      <slash:comments>17</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=950c7b25-0863-4862-bb28-53330d6cb02a</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Simple-trick-to-increase-personal-and-business-productivity-using-prediction-instead-of-planning.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=950c7b25-0863-4862-bb28-53330d6cb02a</wfw:commentRss>
    </item>
    <item>
      <title>Simple 7-step scientific approach to select tasks from To-Do list</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 15px 15px 0px" src="http://productivity-science.com/blogen/image.axd?picture=TaskNumberGenerator.Png" border="0" alt="Next Task Number Generator" title="Next Task Number Generator" width="161" height="96" align="left" /&gt;
Sometimes our To-Do list makes us to feel uncomfortable about choosing Next Action to do. The most unpleasant thing is that you have to decide. But in general people do not like to make decisions and it is rather normal than not.
&lt;/p&gt;
&lt;p&gt;
I&amp;#39;ll show you how to make this decision in most painless way.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
Here is it:
&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="0" width="640"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td width="453" valign="top"&gt; 
			&lt;p&gt;
			1. Count items in your To-Do list.
			&lt;/p&gt;
			&lt;p&gt;
			2. Promise yourself to start with that task which number you will receive.
			&lt;/p&gt;
			&lt;p&gt;
			3. Put number of tasks into &amp;quot;Max&amp;quot; field of the widget on the right.
			&lt;/p&gt;
			&lt;p&gt;
			4. Click &amp;quot;Generate&amp;quot;
			&lt;/p&gt;
			&lt;p&gt;
			5. Read result - this is task number from your To-Do list.
			&lt;/p&gt;
			&lt;p&gt;
			6. Force yourself to keep promise from Step 2.
			&lt;/p&gt;
			&lt;p&gt;
			7. Remove completed tasks from list, repeat from Step 1.
			&lt;/p&gt;
			&lt;/td&gt; 
			&lt;td width="186" valign="top"&gt;&lt;iframe src="http://www.random.org/widgets/integers/iframe.php?title=Next+Task+Number+Generator&amp;amp;buttontxt=Generate&amp;amp;width=160&amp;amp;height=200&amp;amp;border=on&amp;amp;bgcolor=%23FFFFFF&amp;amp;txtcolor=%23777777&amp;amp;altbgcolor=%23CCCCFF&amp;amp;alttxtcolor=%23000000&amp;amp;defaultmin=1&amp;amp;defaultmax=100&amp;amp;fixed=off" width="160" height="200" frameborder="0"&gt; The numbers generated by this widget come from RANDOM.ORG&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#39;s true random number generator. &lt;/iframe&gt;&lt;br /&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Looks simple, isn&amp;#39;t it?
&lt;/p&gt;
&lt;p&gt;
If you like this approach you may bookmark this page for later use.
&lt;/p&gt;
&lt;p&gt;
PS. If you want to go by a less straight way, you may use &lt;a href="http://productivity-science.com/blogen/post/Personal-Motivation-Calendar-2-3-is-out.aspx"&gt;this software&lt;/a&gt;. 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Simple-7-step-scientific-approach-to-select-tasks-from-To-Do-list.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Simple-7-step-scientific-approach-to-select-tasks-from-To-Do-list.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=1bf8a759-b915-4970-aefa-0168d55131b6</guid>
      <pubDate>Sun, 15 Feb 2009 09:27:00 -1300</pubDate>
      <category>Online services</category>
      <category>Productivity tips and tricks</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=1bf8a759-b915-4970-aefa-0168d55131b6</pingback:target>
      <slash:comments>17</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=1bf8a759-b915-4970-aefa-0168d55131b6</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Simple-7-step-scientific-approach-to-select-tasks-from-To-Do-list.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=1bf8a759-b915-4970-aefa-0168d55131b6</wfw:commentRss>
    </item>
    <item>
      <title>Personal Motivation Calendar 2.3 is out</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/PersonalMotivationCalendar2.3isout_AF/image_1c74315c-646f-46aa-b3fa-9189b1cbcdb0.png" border="0" alt="image" width="259" height="132" align="left" /&gt; New version of &lt;a href="http://PersonalMotivationCalendar.com"&gt;Personal Motivation Calendar 2.3&lt;/a&gt; released. Very nice new feature introduced: nagging - now it will stop you procrastinating every time you try to.
&lt;/p&gt;
 
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
 
&lt;p&gt;
Take a look at this inspirational video made using Personal Motivational Calendar.
&lt;/p&gt;
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="425" height="344"&gt;
	&lt;param name="allowscriptaccess" value="always" /&gt;
	&lt;param name="allowfullscreen" value="true" /&gt;
	&lt;param name="height" value="344" /&gt;
	&lt;param name="width" value="425" /&gt;
	&lt;param name="src" value="http://www.youtube.com/v/waDYHl8yjT0&amp;amp;hl=en&amp;amp;fs=1" /&gt;
	&lt;embed type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="344" width="425" src="http://www.youtube.com/v/waDYHl8yjT0&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;/embed&gt;
&lt;/object&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Personal-Motivation-Calendar-2-3-is-out.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Personal-Motivation-Calendar-2-3-is-out.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=e430c13c-845e-4f91-afe8-958516e10f40</guid>
      <pubDate>Sun, 01 Feb 2009 09:32:00 -1300</pubDate>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=e430c13c-845e-4f91-afe8-958516e10f40</pingback:target>
      <slash:comments>7</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=e430c13c-845e-4f91-afe8-958516e10f40</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Personal-Motivation-Calendar-2-3-is-out.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=e430c13c-845e-4f91-afe8-958516e10f40</wfw:commentRss>
    </item>
    <item>
      <title>How to do what is right, not what is easy: setting priorities with the Time Management Matrix</title>
      <description>&lt;p&gt;
&lt;img style="margin: 5px 5px 5px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/HowtosetupprioritiesusingTimeManagementM_93FE/image_2ee38755-ed66-4294-b040-ac672bb0f0e2.png" border="0" alt="Time Management Matrix" width="200" height="135" align="left" /&gt; Most people feel overwhelmed with a number of tasks standing in front of them each day. Instead of getting things done, often we just trying to make oneself busy getting paperwork moved or something else like this, and what is just easy and not what is right. 
&lt;/p&gt;
  
&lt;p&gt;
There is only one way to overcome this situation: we have to learn how to set priorities and do what is right, not what is easy. 
&lt;/p&gt;
  
&lt;p&gt;
&lt;em&gt;The Time Management Matrix&lt;/em&gt; also known as &lt;em&gt;four-quadrant To-Do list&lt;/em&gt; is very simple but highly effective tool to choose from your task list that tasks that should be your next actions. This matrix was used by Dwight Eisenhower and described in detail by Steven Covey, the author of a very popular book titled &amp;quot;The 7 Habits of Highly Effective People&amp;quot;. Randy Pausch also mentioned it in his famous &lt;a href="http://www.youtube.com/watch?v=oTugjssqOT0"&gt;Time Management Talk&lt;/a&gt;. &lt;a href="http://PersonalMotivationCalendar.com"&gt;Personal Motivation Calendar&lt;/a&gt; (PMC) implements it (you can read &lt;a href="http://productivity-science.com/blogen/post/Are-your-ready-for-hardcore-approach-to-productivity-Personal-Motivation-Calendar-review.aspx"&gt;my intro to it here&lt;/a&gt;) and I&amp;#39;ll use it to show how this approach works. 
&lt;/p&gt;
  
&lt;p&gt;
The &lt;em&gt;main idea&lt;/em&gt; is that you &lt;em&gt;don&amp;#39;t find time &lt;/em&gt;for important things, you &lt;em&gt;make it&lt;/em&gt;. Each task we can assign two characteristics - importance and urgency and place them to the appropriate quadrant on the matrix. Next, you have to follow your tasks from most important to less, even if some tasks are more urgent. People &lt;em&gt;easily confuse importance and urgency&lt;/em&gt;, but you&amp;nbsp; have to remember that importance and urgency are not the same - &lt;em&gt;importance always has a higher priority&lt;/em&gt;. 
&lt;/p&gt;
  
&lt;p&gt;
Let&amp;#39;s take an example from PMC help. Let&amp;#39;s imagine you have the following tasks (some of them are your wishes and plans delayed for future): 
&lt;/p&gt;
  
&lt;ul&gt;
	   
	&lt;li&gt;Help a colleague with the computer &lt;/li&gt;    
	&lt;li&gt;Review news sites &lt;/li&gt;    
	&lt;li&gt;Make a presentation on the new product &lt;/li&gt;    
	&lt;li&gt;Prepare a report requested by the boss &lt;/li&gt;    
	&lt;li&gt;Learn Chinese &lt;/li&gt;    
	&lt;li&gt;Open a personal blog &lt;/li&gt;    
	&lt;li&gt;Learn the speed text typing technique &lt;/li&gt; 
&lt;/ul&gt;
  
&lt;p&gt;
Some of these tasks are more important for you, some are less important. Some of them have to be done &amp;quot;for yesterday&amp;quot;, some of them can wait. 
&lt;/p&gt;
  
&lt;p&gt;
Let&amp;#39;s enter these tasks into PMC four-quadrant matrix in such way: 
&lt;/p&gt;
  
&lt;p&gt;
&amp;nbsp;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/image.axd?picture=WindowsLiveWriter/HowtosetupprioritiesusingTimeManagementM_93FE/tasks_30e6dfc6-b1b9-4061-aa7a-feb46d3f8b75.gif" border="0" alt="Task entered into PMC" width="392" height="267" /&gt; 
&lt;/p&gt;
  
&lt;p&gt;
As you can see, currently most important task is to finish marketing report, next - is to prepare presentation. You have to start from these tasks and continue as shown on the picture (from 1 to 4): 
&lt;/p&gt;
  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/image.axd?picture=WindowsLiveWriter/HowtosetupprioritiesusingTimeManagementM_93FE/tasks_numbered_e3940754-7aa5-46c4-ac41-dd71d1cb3b77.gif" border="0" alt="Tasks numbered" width="392" height="267" /&gt; 
&lt;/p&gt;
  
&lt;p&gt;
In each category tasks have to be ordered from the most important ones to less important ones (from top to bottom): 
&lt;/p&gt;
  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/image.axd?picture=WindowsLiveWriter/HowtosetupprioritiesusingTimeManagementM_93FE/one_task_category_08ce7140-562e-4125-8fc4-f6179fcf07ad.gif" border="0" alt="Order to solve tasks in one category" width="184" height="109" /&gt; 
&lt;/p&gt;
  
&lt;p&gt;
As you can see, such task as help a colleague with a PC is not important to you in current situation. Of course, you can help him or her instead of getting your important things done, but will it save you from troubles not making your important work? 
&lt;/p&gt;
  
&lt;p&gt;
Also it is worth to say that tasks are not static - you can reorder tasks inside quadrants or move them between quadrants depending on current value of tasks for you. 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/How-to-do-what-is-right-not-what-is-easy-setting-priorities-with-the-Time-Management-Matrix.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/How-to-do-what-is-right-not-what-is-easy-setting-priorities-with-the-Time-Management-Matrix.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=d146dd59-8e6d-465f-8046-24eb46ce1d2c</guid>
      <pubDate>Sun, 26 Oct 2008 04:18:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=d146dd59-8e6d-465f-8046-24eb46ce1d2c</pingback:target>
      <slash:comments>37</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=d146dd59-8e6d-465f-8046-24eb46ce1d2c</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/How-to-do-what-is-right-not-what-is-easy-setting-priorities-with-the-Time-Management-Matrix.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=d146dd59-8e6d-465f-8046-24eb46ce1d2c</wfw:commentRss>
    </item>
    <item>
      <title>The 5 ways to delegate your tasks to robots or automated services</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Delegatingyourtasktotherobots_11B2E/image_9b5f48a1-b77c-44f1-a29d-b41dca5a9750.png" border="0" alt="image" width="200" height="142" align="left" /&gt; Sometimes we spend too much time to do some kind of work that can be delegated. If you do not have your own subordinates at work or housemaid at home, it is not necessary to wait until robots became as usual as refrigerators are. Even today we can make more free time using robots or automated services. 
&lt;/p&gt;
&lt;p&gt;
Here is my list. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;1. Robots from iRobot Corporation&lt;/h2&gt;  
&lt;p&gt;
&lt;a href="http://irobot.com/"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Delegatingyourtasktotherobots_11B2E/image_54a2896e-9a52-4ec1-915a-de343a896ae6.png" border="0" alt="image" width="146" height="90" align="left" /&gt;&lt;/a&gt; Yes, it is about real robots that you can buy today. Though &lt;a href="http://irobot.com/"&gt;iRobot corporation&lt;/a&gt; produces robots for an US army, maybe you&amp;#39;ve heard about Roomba - autonomous vacuum cleaner that is available for everybody. Roomba is very fun toy but also it is useful - it can save a lot of time cleaning the house. You can read nice review of it &lt;a href="http://www.kickassgear.com/Reviews/RumbaRoomba.htm"&gt;here&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
Currently iRobot offers wide range of different cleaners, but the most impressive thing that is currently available in limited quantities is &lt;a href="http://irobot.com/sp.cfm?pageid=338"&gt;ConnectR&lt;/a&gt; (pronounced as &amp;quot;connector&amp;quot;) - they call it &amp;quot;virtual visiting&amp;quot; robot. Virtual visiting means that you can walk in your home, talk with others and see everything while you are actually thousand miles away. You just have to use notebook with broadband Internet connection and have wireless network at home available to the robot to make all it work. It is even hard to imagine all possible scenarios when this thing can save your time with its virtual visiting feature.
&lt;/p&gt;
&lt;h2&gt;2. Online shops and ordering services&lt;/h2&gt;  
&lt;p&gt;
&lt;a href="http://Freshdirect.com"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Delegatingyourtasktotherobots_11B2E/image_21121337-d4dc-4d6e-b80f-e9a1eabe7412.png" border="0" alt="image" width="146" height="139" align="left" /&gt;&lt;/a&gt; Do you know how much time you spend for shopping? Most people everyday drive their car to supermarket spending hours each week to buy almost the same batch of food. Today we have wide choice of services that allow to make orders without wasting time (like &lt;a href="http://Freshdirect.com"&gt;Freshdirect.com&lt;/a&gt;). 
&lt;/p&gt;
&lt;p&gt;
You can use Internet or mobile phone to make individual orders or customize regular orders for you. If you subscribe for regular orders, you may receive a reasonable discount.&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;3. Automated bill paying and online banking&lt;/h2&gt;  
&lt;p&gt;
&lt;a href="http://www.bankofamerica.com"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Delegatingyourtasktotherobots_11B2E/image_96d4fc22-0ffc-4ea2-8ed1-74e75de29093.png" border="0" alt="image" width="146" height="91" align="left" /&gt;&lt;/a&gt; We have to pay a lot of bills on a regular basis. Most banks have a feature to automate bill paying and provide online access to account management. You can subscribe to such services and greatly reduce number of visits you have to make to a bank.
&lt;/p&gt;
&lt;p&gt;
Currently online banking is a secure way to make your transactions, especially if bank provides hardware security token devices.
&lt;/p&gt;
&lt;h2&gt;4. Voice-to-Document service&lt;/h2&gt;  
&lt;p&gt;
&lt;a href="http://www.speak-write.com/web/"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Delegatingyourtasktotherobots_11B2E/image_509f8865-abf5-426b-9d35-11011f259ee4.png" border="0" alt="image" width="146" height="121" align="left" /&gt;&lt;/a&gt; If you hate typing text on a computer keyboard or have to type a huge amount of text, you may like Voice-to-Document service (&lt;a href="http://www.speak-write.com/web/" title="http://www.speak-write.com/web/"&gt;http://www.speak-write.com&lt;/a&gt;) - you can record dictation, submit it to the service and receive electronic version of the text for a reasonable price (starting from 1.25 cents per word). This service uses highly trained personnel, you even can order to type legal texts requiring the use of a legal transcriptionist or a group conversation involving more than one person talking. 
&lt;/p&gt;
&lt;h2&gt;5. Automated routine operations at your computer&lt;/h2&gt;  
&lt;p&gt;
&lt;a href="http://www.autohotkey.com/"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Delegatingyourtasktotherobots_11B2E/image_df637be2-fec6-4e68-9a4c-f53283740c10.png" border="0" alt="image" width="146" height="86" align="left" /&gt;&lt;/a&gt; Most people intensively using a computer often repeat some typical operations. In most cases such operations can be automated and run very fast with a one keystroke or a menu command.
&lt;/p&gt;
&lt;p&gt;
You can use program&amp;#39;s built-in features to run macros - all programs in Microsoft Office provide such functionality or use some third-party add-ons and software. For example, for Firefox browser you can install plugin &lt;a href="http://www.shaneliesegang.com/projects/coffee.php"&gt;Morning Cofee&lt;/a&gt; that keeps track of daily routines and opens them in tabs. 
&lt;/p&gt;
&lt;p&gt;
You can use very popular and free software &lt;a href="http://www.autohotkey.com/"&gt;Autohotkey&lt;/a&gt; that is capable to record keyboard and mouse actions, remap keys, react to commands from hand-held remote controls and even create executable file from script that runs on any computer even without Autohotkey installed. &lt;a href="http://www.pcmag.com/article2/0,2817,2328732,00.asp"&gt;Here is&lt;/a&gt; good article in PC Magazine describing how to use this program to save time.
&lt;/p&gt;
&lt;p&gt;
You can add in comments more robots and services that you are using to free up more time.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/The-5-ways-to-delegate-your-tasks-to-robots-or-automated-services.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/The-5-ways-to-delegate-your-tasks-to-robots-or-automated-services.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=8d42895d-cd30-4695-89e3-b736f417765c</guid>
      <pubDate>Tue, 23 Sep 2008 20:10:00 -1300</pubDate>
      <category>Online services</category>
      <category>Productivity tips and tricks</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=8d42895d-cd30-4695-89e3-b736f417765c</pingback:target>
      <slash:comments>67</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=8d42895d-cd30-4695-89e3-b736f417765c</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/The-5-ways-to-delegate-your-tasks-to-robots-or-automated-services.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=8d42895d-cd30-4695-89e3-b736f417765c</wfw:commentRss>
    </item>
    <item>
      <title>Are your ready for hardcore approach to productivity? (Personal Motivation Calendar review)</title>
      <description>&lt;table border="0" cellspacing="0" cellpadding="2" width="640"&gt;
	&lt;tbody&gt;
		&lt;tr&gt;
			&lt;td width="352" valign="top"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Areyourreadyforhardcoreapproachtoproduct_7C4C/image_c41935d9-e3b2-4303-b271-4333506a6c78.png" border="0" alt="image" width="330" height="116" align="left" /&gt;&lt;/td&gt;        
			&lt;td width="286" valign="top"&gt;         
			&lt;p&gt;
			Problems can&amp;#39;t stop you. Most of all, other people can&amp;#39;t stop you. Only you can stop you. 
			&lt;/p&gt;
			&lt;p&gt;
			-- Jeffrey Gitomer.
			&lt;/p&gt;
			&lt;/td&gt;     
		&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
Time is limited. Are you new to this? Of course not. But how do you live with this? Maybe you are trying not to think about time like &lt;a href="http://www.google.com/search?hl=en&amp;amp;q=futureheads+trying+not+to+think+about+time&amp;amp;btnG=Search"&gt;Futureheads do&lt;/a&gt;? But how it helps not to waste&amp;nbsp; time? 
&lt;/p&gt;
&lt;p&gt;
Maybe, you are well-motivated person, doing only important things in your life, never waste time and always reach any target that you&amp;#39;ve set for yourself? (Frankly, I do not know personally anybody who completely meets such criteria&amp;#39;s, though, maybe, I&amp;#39;ve seen such person on TV or read about in some book...) But if not, you have to change something in your life, of course, if you want not to regret about wasted time and lost battle with laziness someday in the future.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Areyourreadyforhardcoreapproachtoproduct_7C4C/image_48bd5311-a458-4d8e-88c6-91eb45c4cf1c.png" border="0" alt="image" width="272" height="543" align="left" /&gt;I am not afraid to think about the time. I believe that we have enough time in this World to make something important. And the only thing that really matters is how you are using your time. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://personalmotivationcalendar.com"&gt;Personal Motivation Calendar&lt;/a&gt; is an unique software, though it&amp;#39;s interface is simple and isn&amp;#39;t shiny and cool, it does not affect on exceptional functionality - this software pushes you forward on your tasks, helping you to fight with laziness. Remember: time is not your enemy, your laziness is your real enemy. And you need something that helps you to fight against this enemy, in practice, this means something that nags you about important things and kicks you to do anything important. And Personal Motivation Calendar really helps me with this. 
&lt;/p&gt;
&lt;p&gt;
Indeed, I made it for myself several years ago. And it changed my life significantly. Many people interested in such thing and I decided to make a commercial product from it. The price ($30) is really not high and I have many satisfied customers, often receive letter of thanks and ideas how to improve the program. 
&lt;/p&gt;
&lt;p&gt;
But before you can use Personal Motivation Calendar you have to be ready for it. You have to be honest to myself and ready to work hard to reach your dreams. You do not have to search reasons why something can&amp;#39;t be done, you have to get it done. Remember: &amp;quot;Only you can stop you&amp;quot;.
&lt;/p&gt;
&lt;p&gt;
The program is very simple - at top you can see the calendar of your life where all past years, month and days are stroked out. Below you can see clock in progress bar view and unusual 100-hour format (also displays in System Tray). The bottom part of the program displays your tasks in useful four-quadrant representation where you can prioritize them on urgency and importance. 
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Areyourreadyforhardcoreapproachtoproduct_7C4C/image_950a984d-bef7-489c-9871-cf46f18b78d0.png" border="0" alt="GTD Timer" width="170" height="80" align="left" /&gt; Also Personal Motivation Calendar can display inspirational quotations while your computer is idle and has built-in handy GTD-Timer that is great for GTD two-minute rule.
&lt;/p&gt;
&lt;p&gt;
If you are feeling that your laziness wins, you can click MotivateMe! link and read some recommendations how to stop procrastinating.
&lt;/p&gt;
&lt;p&gt;
It&amp;#39;s free to try for 15 days - it is completely enough to decide if you are really ready for it (yes, not everyone is ready for it, because it is hardcore approach indeed).
&lt;/p&gt;
&lt;p&gt;
Download link is &lt;a href="http://agileera.com/products/pmc/downloads/PersonalMotivationCalendar.zip"&gt;here&lt;/a&gt;, buy link is &lt;a href="https://www.plimus.com/jsp/buynow.jsp?contractId=1674569"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Areyourreadyforhardcoreapproachtoproduct_7C4C/image_5098f5ad-fb1a-469d-aaa4-39bc52ca1e89.png" border="0" alt="MotivateMe! Section" width="638" height="346" /&gt;
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Are-your-ready-for-hardcore-approach-to-productivity-Personal-Motivation-Calendar-review.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Are-your-ready-for-hardcore-approach-to-productivity-Personal-Motivation-Calendar-review.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=c3647338-48cd-484c-8168-71ea3c21378f</guid>
      <pubDate>Tue, 09 Sep 2008 23:24:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=c3647338-48cd-484c-8168-71ea3c21378f</pingback:target>
      <slash:comments>30</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=c3647338-48cd-484c-8168-71ea3c21378f</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Are-your-ready-for-hardcore-approach-to-productivity-Personal-Motivation-Calendar-review.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=c3647338-48cd-484c-8168-71ea3c21378f</wfw:commentRss>
    </item>
    <item>
      <title>Top 10 Google Chrome features to boost your productivity</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_e2b46b58-0cf8-4276-b962-bb919198adb6.png" border="0" alt="Google Chrome logo" width="205" height="194" align="left" /&gt; Are you know that Google launched &lt;a href="http://www.google.com/chrome"&gt;its own browser called Chrome&lt;/a&gt;? Already using it? It&amp;#39;s good, but if not - you are losing in productivity, because it is first browser designed with productivity in mind, and I have 10 reasons to show you why.
&lt;/p&gt;
&lt;p&gt;
And, please, do not mind of its &amp;quot;Beta&amp;quot; status - Gmail still Beta since 2004, but this does not prevent millions of people from successfully using it every day.
&lt;/p&gt;
&lt;h2&gt;1. Ultimate browser speed &lt;/h2&gt;  
&lt;p&gt;
Chrome is very fast. To render pages it uses one of the fastest engine WebKit, but when it comes to the JavaScript execution, it has an exceptional speed. An innovative JavaScript engine developed by Google called &amp;quot;V8&amp;quot; runs in comparison to other browsers as fast as supercar compared to a bicycle. What does that mean?  It means that you can open more complicated sites (especially Ajax-enabled ones like Gmail) and be more comfortable than with any another known browser. Also Chrome lets you to be more productive on a PC that is not a high-end for today.
&lt;/p&gt;
&lt;h2&gt;2. Integrated search into address bar&lt;/h2&gt;  
&lt;p&gt;
Unlike any other known browser, Google Chrome does not divide address bar and site search pane. You have to type address you want to open or search string you want to find into one combined box. When you type Chrome looks through addressed previously visited by you and like Google Suggest service makes queries to the search service in real time. If you just type a string (not domain name) and hit Enter, you&amp;#39;ll open search results with this string. It is really cool feature that will save you a lot of time, but it requires a bit of adaptation do get most of it.
&lt;/p&gt;
&lt;h2&gt;3. New tab opens with your favorite links and most visited pages&lt;/h2&gt;  
&lt;p&gt;
If you launch a new browser window or just open a new empty tab, you are ready to visit some site, aren&amp;#39;t you? If you are not a newbie to Internet, it is very high probability that you&amp;#39;ll open one site from you bookmarks or will go to any other site that you like the most, even if it is not stored in your bookmarks. Google Chrome helps you in such scenario opening not empty window, but some kind of a visual menu displaying your bookmarks, most visited pages and recently closed tabs. Such feature will save you a lot of time, greatly reducing a number of clicks and keyboard strokes you have to make every day surfing the Internet.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_f668682d-40fa-47e3-b8bd-d2703b5561d9.png" border="0" alt="New tab opened in Google Chrome" width="640" height="424" /&gt;&amp;nbsp; 
&lt;/p&gt;
&lt;h2&gt;4. Get most of your screen&lt;/h2&gt;  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_80ddd3c4-4b46-4c88-8a41-356f902cc156.png" border="0" alt="Compare screen usage. Left to right: IE7, FF3, Chrome" title="Compare screen usage. Left to right: IE7, FF3, Chrome" hspace="3" vspace="3" width="538" height="199" align="left" /&gt;Google Chrome economically uses your screen space - that means that you can view more information at one time and have less time losses to scrolling. It has no main menu bar that some other browsers have and display on top of the window even if not needed. Also Chrome does not display status bar, just popups ribbons which disappears when not needed. Also size of title and address bars noticeably smaller than other popular browsers (as displayed on image). Yes, you can customize any other browser to have minimalistic look, but you&amp;#39;ll loose in productivity compared to optimized out of the box interface in Chrome. 
&lt;/p&gt;
&lt;h2&gt;5. One-click bookmarks with categorizing&lt;/h2&gt;  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_46b4322c-ef56-4c66-867e-401f35149a8c.png" border="0" alt="One-click bookmarking" width="365" height="144" align="left" /&gt; Like FireFox 3, Google Chrome displays a star near address bar where you can click to add a bookmark. You do not have to, but if you want, you can name your bookmark or choose a folder for it. This convenient feature greatly simplifies dealing with bookmarks and is a bit more considered than FF3 has.
&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&amp;nbsp; 6. Shortcuts to web apps&lt;/h2&gt;  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_2409806c-a377-42c2-afeb-d212e53b107d.png" border="0" alt="image" title="image" width="57" height="63" align="left" /&gt;With Google Chrome you can make shortcuts to your favorite Web services like regular applications on your Desktop, Start Menu or Quick Launch Bar. When you activate such shortcut, Chrome starts with simplified interface without address bar. With a such feature you do not have to start browser first to open you favorite Web service. Although another browsers provide similar approach opening shortcuts, they do not modify interface and do not free space on the screen.
&lt;/p&gt;
&lt;h2&gt;7. Offline mode based on Google Gears&lt;/h2&gt;  
&lt;p&gt;
Chrome introduces offline mode based on Google Gears technology. This mode allows to continue work with supported sites even if Internet connection is closed. Actually, in this mode browser browser works like operating system running application and providing a disk space for it. Now, with offline mode in Chrome your productivity is not bound to permanent Internet connection, you can take a part of the Web where you want.
&lt;/p&gt;
&lt;h2&gt;8. Tabs management&lt;/h2&gt;  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_49efd1a2-3af2-4efd-8f51-4d68603d9f95.png" border="0" alt="Chrome uses Task Manager like OS does" title="Chrome uses Task Manager like OS does" hspace="3" vspace="3" width="402" height="175" align="left" /&gt; Chrome raises tabs management to a really new level. You can reorder your tabs, drag them between different browser windows and even put them out of browser to open new window. This feature is especially useful when you prefer multi-monitor workplace. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;h2&gt;9. Independent processes for opened tabs&lt;/h2&gt;  
&lt;p&gt;
Each tab in Google Chrome opens as a separate process in operating system. This means that you are protected now against possible browser crashes - if one window or tab fails, all other will run without any consequences and you do not have to restart a browser and reopen all tabs. Also independent processes for browser windows are optimized for speed on modern multicore CPU&amp;#39;s.
&lt;/p&gt;
&lt;h2&gt;10. Incognito mode &lt;/h2&gt;  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Top10GoogleChromefeaturestoboostyourprod_EF33/image_3ca6c11c-2642-493f-a7eb-8445c4fdbebb.png" border="0" alt="image" title="image" hspace="3" vspace="3" width="240" height="102" align="left" /&gt; Google Chrome introduces &amp;quot;Incognito mode&amp;quot; where you can open links without any activity recorded to browser history. How this can increase your productivity? Very simple: you do not have to waste your time to clean out activity recorded by browser.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Top-10-Google-Chrome-features-to-boost-your-productivity.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Top-10-Google-Chrome-features-to-boost-your-productivity.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=5c6b5fb2-acb4-444e-b25e-355c2d3ca309</guid>
      <pubDate>Mon, 08 Sep 2008 08:24:00 -1300</pubDate>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=5c6b5fb2-acb4-444e-b25e-355c2d3ca309</pingback:target>
      <slash:comments>235</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=5c6b5fb2-acb4-444e-b25e-355c2d3ca309</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Top-10-Google-Chrome-features-to-boost-your-productivity.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=5c6b5fb2-acb4-444e-b25e-355c2d3ca309</wfw:commentRss>
    </item>
    <item>
      <title>Review of official GTD online service GTD Connect from David Allen Company</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image22.png" border="0" alt="image" width="187" height="62" align="left" /&gt; GTD Connect is an official online service from David Allen Company and is accessible via site &lt;a href="http://davidco.com"&gt;davidco.com&lt;/a&gt; (you can directly get here click this link:&amp;nbsp; &lt;a href="http://gtdconnect.com"&gt;http://gtdconnect.com&lt;/a&gt;).
&lt;/p&gt;
&lt;p&gt;
GTD Connect is supplied on a subscription basis and price is not cheap - $480 for a year ($48 for a month, two months you&amp;#39;ll receive for free if you pay for a year), but sounds reasonable for always busy business people to whom promised &amp;quot;to make life easier&amp;quot;.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image_675c40c6-4d17-4210-9804-e630252b84ff.png" border="0" alt="image" title="image" hspace="3" width="203" height="139" align="right" /&gt; It is possible now to register for free and try the service for a two weeks. In this article I&amp;#39;ll try to make a review of the service helping you to decide with a subscription.
&lt;/p&gt;
&lt;p&gt;
Let&amp;#39;s look what promised for subscribers:
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;The world&amp;#39;s largest collection of GTD multimedia content (audio, video and text), with more added on a regular basis. &lt;/li&gt;    
	&lt;li&gt;Sixteen Getting Started Modules (video and audio) delivered right to your email inbox. &lt;/li&gt;    
	&lt;li&gt;Exclusive videos of David&amp;#39;s coaching and insights. &lt;/li&gt;    
	&lt;li&gt;An extensive collection of essays on topics from managing email to prioritizing and goal setting. &lt;/li&gt;    
	&lt;li&gt;Interviews with leading productivity experts, technology gurus and leaders in business, education and non-profit organizations. &lt;/li&gt;    
	&lt;li&gt;Member forums where you can learn from and share with others &amp;ndash; about technology, work life mix, implementing GTD &amp;ndash; whatever is on your mind. &lt;/li&gt;    
	&lt;li&gt;Weekly reminders and reinforcement pushed directly to your email, when and where you ask for it. &lt;/li&gt;    
	&lt;li&gt;Social networking features that can help you to find other GTD Connect members in your city or state. &lt;/li&gt; 
&lt;/ul&gt;
&lt;p&gt;
Looks promising. Let&amp;#39;s try to register.
&lt;/p&gt;
&lt;h2&gt;Registering&lt;/h2&gt;  
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image12.png" border="0" alt="In GTD-sparring with David you will receive your Belt" width="180" height="240" align="right" /&gt; When registering, you&amp;#39;ll be asked to complete a profile including&amp;nbsp; personal information (it is not mandatory to fill all fields) and some productivity-specific questions, for example &amp;quot;What Belt would you give to yourself?&amp;quot;. While choosing a belt, you&amp;#39;ll receive very descriptive recommendations helping to decide at which step growing to GTD-Ninja you are. Despite of that, I am well-organized and high productive person, I can&amp;#39;t receive any belt higher than White because I &lt;a href="http://productivity-science.com/blogen/post/Why-emptying-your-inbox-is-dangerous-for-your-productivity-and-how-to-keep-sanity-without-quot3bInbox-Zeroquot3b.aspx"&gt;do not emptying my inbox to zero&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
The Main Page layout introduces to you access to 16 Getting Started modules, GTD-Q system, David&amp;#39;s column, video materials and some dynamic information - latest activity and upcoming seminars list. At the bottom of the page you&amp;#39;ll see personal intention journal (we&amp;#39;ll talk about this later) and inspirational quotations.&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image_969fe4a2-e728-496c-9870-dd1854ce0f15.png" border="0" alt="GTD Connect Main Page" width="640" height="465" /&gt; 
&lt;/p&gt;
&lt;p&gt;
Let&amp;#39;s look deeper at theses features. 
&lt;/p&gt;
&lt;h2&gt;Features of the service&lt;/h2&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image_02dd9349-0fae-45b1-9ec3-a8c151dbea92.png" border="0" alt="image" width="455" height="353" align="left" /&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;quot;Getting Started&amp;quot; section contains professionally prepared videos and audio recordings that intended to make a quick introduction into GTD system. All who are not new to GTD maybe do not find anything new there, but for all others it is highly recommended to start your GTD-travel there. Anyway, it is very&amp;nbsp; good multimedia variant of the original GTD book and I can recommend it to anybody, even if you have a Black Belt on GTD - you&amp;#39;ll definitely find something new and useful.
&lt;/p&gt;
&lt;p&gt;
But most interesting thing on GTD Connect is exclusive content - articles, whitepapers, electronically available issues of GTD Journal (where Editor is David Allen) and more in PDF format good for printing. When you&amp;#39;ll get access to most recent exclusive articles written by GTD gurus, you&amp;#39;ll feel like a GTD-master too.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image20.png" border="0" alt="GTD-Q Assessment results window" title="GTD-Q Assessment results window" hspace="5" width="307" height="377" align="right" /&gt;GTD-Q
is an assessment (currently in Beta status) to examine how organized,
productive and sane your life is. It differs from GTD Belt because Belt
is assigned on your GTD performance but GTD-Q tests your way of life
and does not use any GTD-specific features or questions. 
&lt;/p&gt;
&lt;p&gt;
You can re-run GTD-Q assessment as many time as you want after you have
reached some advancements in your life, and see your progress in terms
of control and perspective on the graph. 
&lt;/p&gt;
&lt;p&gt;
GTD-Q is a really helpful feature to find out areas of life that need
an improvement. You can start here and understand where to move
further. 
&lt;/p&gt;
&lt;p&gt;
Another interesting feature of GTD Connect is exclusive forum where you can ask or answer questions and share your experience on learning GTD with active community. Although on the site exists public version of the forum, the closed one is more structured and well-supported by DavidCo staff, you even can meet David Allen here answering questions.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image_de39eede-653f-4bcf-89c6-122c9b5213b2.png" border="0" alt="My GTD Solutions displayed according to your profile" width="173" height="139" align="left" /&gt; GTD Connect is highly customizable. When you complete your profile, you&amp;#39;ll receive a list of materials recommended to review in a special personal section &amp;quot;My GTD Solutions&amp;quot;. Whereas a lot of materials on the site, this feature is very helpful, especially for very busy people.
&lt;/p&gt;
&lt;p&gt;
And one important thing more - GTD Connect is not only sort of closed resource for chosen only, but also an effective online service to set up tasks and priorities. You have tab MyConnect here where you can setup remainders for any of your&amp;nbsp; objectives and get them via e-mail (personal intention journal). Once a week (you choose the day) you&amp;#39;ll receive weekly reminder with text written by David Allen helping to motivate your to Get Your Things Done.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/ReviewofofficialGTDonlineserviceGTDConne_AD00/image_56d7cf77-c998-43d7-a3ba-46a7d4afc3c9.png" border="0" alt="You'll receive Intention Journal remainders by e-mail" width="600" height="442" /&gt;
&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;  
&lt;p&gt;
I have very positive impression from GTD Connect. It is live service with a great content and community. If you are fan of GTD, you&amp;#39;ll definitely like this service and enjoy it, especially access to exclusive content or even possibility to consult with such iconic person as David Allen. If you are simply trying to implement GTD and know price of your own time, you&amp;#39;ll receive great support and motivation from this service for a reasonable price. Anyway, you can check this service for free and make your own conclusion, just visit &lt;a href="http://gtdconnect.com/"&gt;this link&lt;/a&gt;.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Review-of-official-GTD-online-service-GTD-Connect-from-David-Allen-Company.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Review-of-official-GTD-online-service-GTD-Connect-from-David-Allen-Company.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=40d05787-2103-48b0-9b8d-535673e587aa</guid>
      <pubDate>Thu, 28 Aug 2008 06:03:00 -1300</pubDate>
      <category>Online services</category>
      <category>Resources</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=40d05787-2103-48b0-9b8d-535673e587aa</pingback:target>
      <slash:comments>159</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=40d05787-2103-48b0-9b8d-535673e587aa</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Review-of-official-GTD-online-service-GTD-Connect-from-David-Allen-Company.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=40d05787-2103-48b0-9b8d-535673e587aa</wfw:commentRss>
    </item>
    <item>
      <title>Is it true that GTD becomes mainstream Time Management approach?</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/GTDbecomesmainstreamTimeManagementapproa_BAC0/image_6c539461-2dc7-4297-8b46-1ea47cc1f65a.png" border="0" alt="image" width="241" height="119" align="left" /&gt; David Allen&amp;#39;s approach &amp;quot;Getting Things Done&amp;quot; (GTD) is very popular now, though is relatively young. Although in &lt;a href="http://www.davidco.com/what_is_gtd.php"&gt;official definition of GTD&lt;/a&gt; it&amp;#39;s author avoids using term &amp;quot;Time Management&amp;quot;, we could consider GTD as one of the Time Management variations. Readers who are not new to Time Management, know that like Allen today, there were other famous names referred to Time Management in past, for example, Alan Lakein and Stephen Covey. 
&lt;/p&gt;
&lt;p&gt;
I made some research using &lt;a href="http://google.com/trends"&gt;Google Trends&lt;/a&gt; to determine how changes popularity of GTD with time and compared it with Time Management itself.
&lt;/p&gt;
&lt;p&gt;
Next graph shows how fast GTD popularity grew from 2004 to mid-2008. Starting from his first book &lt;em&gt;Getting things Done: the Art of Stress-Free Productivity&lt;/em&gt; published in 2001, David Allen managed to greatly improve success of his approach. And it is no surprise that search popularity of GTD grew rapidly.
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border-width: 0px; margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/GTDbecomesmainstreamTimeManagementapproa_BAC0/image_3fbf1e69-2683-416c-b992-4484cb020f39.png" border="0" alt="GTD popularity growth" width="610" height="311" /&gt; 
&lt;/p&gt;
&lt;p&gt;
But how GTD popularity is compared with Time Management itself? If you look at next graph you&amp;#39;ll see some unexpected results: on the same period as GTD popularity grew, the Time Management popularity noticeably decreased!
&lt;/p&gt;
&lt;p&gt;
&lt;img style="border: 0px none ; margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/GTDbecomesmainstreamTimeManagementapproa_BAC0/image_7d0c9a7e-891a-40b2-b5d2-8f24f292d754.png" border="0" alt="Time Management popularity decrease" width="610" height="311" /&gt; 
&lt;/p&gt;
&lt;p&gt;
How to interpret received results? The most simple and obvious interpretation stated at the caption: GTD becomes mainstream Time Management approach and even more - it step-by-step substitutes the wider philosophy with more narrow system. We can&amp;#39;t say definitely is it good or bad, but what is absolutely clear is that GTD now is strong as never before.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Is-it-true-that-GTD-becomes-mainstream-Time-Management-approach.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Is-it-true-that-GTD-becomes-mainstream-Time-Management-approach.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=9f6fb259-07bb-435c-9210-a35bcf14f483</guid>
      <pubDate>Wed, 20 Aug 2008 23:55:00 -1300</pubDate>
      <category>Researches</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=9f6fb259-07bb-435c-9210-a35bcf14f483</pingback:target>
      <slash:comments>32</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=9f6fb259-07bb-435c-9210-a35bcf14f483</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Is-it-true-that-GTD-becomes-mainstream-Time-Management-approach.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=9f6fb259-07bb-435c-9210-a35bcf14f483</wfw:commentRss>
    </item>
    <item>
      <title>Introducing Time-Management-Portal.com</title>
      <description>&lt;p&gt;
&lt;img style="border-width: 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Pre.comWorldslargestnewsfeedfromtimemana_F58F/image_3.png" border="0" alt="Time Management Portal" title="Time Management Portal" hspace="5" vspace="5" width="240" height="162" align="left" /&gt; Introducing a new Web 2.0 project - The World&amp;#39;s largest news feed from time-management, productivity, self-development and GTD blogs - &lt;a href="http://Time-Management-Portal.com"&gt;Time-Management-Portal.com&lt;/a&gt;. 
&lt;/p&gt;
  
&lt;p&gt;
If you like reading this kind of blogs, you&amp;#39;ll definitely like the Time Management Portal. Maybe this site become your most visiting page of the day! 
&lt;/p&gt;
  
&lt;p&gt;
Time Management Portal constantly scans a huge number of popular blogs focused on time management and  displays most recent entries in a ribbon. Each entry is started with a small preview image which you can enlarge by hovering mouse pointer over it. Feed updated every 15 minutes, the time of last update is shown at top header in a local format. Refresh page to get most recent records, scroll down to automatically load more records to display. 
&lt;/p&gt;
  
&lt;p&gt;
All posts are arranged by posting date and time - there is no rating or any other system to rearrange posts in ribbon. Thus all scanned blogs are equal! 
&lt;/p&gt;
  
&lt;p&gt;
If you are owner of the interesting blog on time management, productivity, GTD and self-development, or just know a link to site worth adding to Time Management Portal, do not hesitate to post link in comments to this post and you&amp;#39;ll see your site on Time Management Portal. (You can review list of all scanned blogs &lt;a href="http://www.time-management-portal.com/About.aspx"&gt;here&lt;/a&gt;). 
&lt;/p&gt;
  
&lt;p&gt;
Visit Time Management Portal, just &lt;a href="http://time-management-portal.com"&gt;click this link&lt;/a&gt;. 
&lt;/p&gt;
  
&lt;p&gt;
&lt;a href="http://time-management-portal.com/"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Pre.comWorldslargestnewsfeedfromtimemana_F58F/image_5b0439b5-9206-4b18-bfdb-1ecb943a6df1.png" border="0" alt="image" width="646" height="493" /&gt;&lt;/a&gt; 
&lt;/p&gt;
    
&lt;p&gt;
Image below illustrates web page preview with mouse hovering over thumbnail:
&lt;/p&gt;
&lt;p&gt;
 &lt;a href="http://time-management-portal.com/"&gt;&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Pre.comWorldslargestnewsfeedfromtimemana_F58F/image_a17a89f5-08fb-481a-b12f-73a15b148135.png" border="0" alt="image" width="646" height="437" /&gt;&lt;/a&gt; 
&lt;/p&gt;
  
&lt;p&gt;
PS. Do you have any ideas to improve this project? Feel free to post comments here... 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Introducing-Time-Management-Portal.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Introducing-Time-Management-Portal.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=10ce28d4-bf9d-4e02-85d6-6396d9ba035c</guid>
      <pubDate>Mon, 18 Aug 2008 21:50:00 -1300</pubDate>
      <category>Resources</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=10ce28d4-bf9d-4e02-85d6-6396d9ba035c</pingback:target>
      <slash:comments>110</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=10ce28d4-bf9d-4e02-85d6-6396d9ba035c</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Introducing-Time-Management-Portal.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=10ce28d4-bf9d-4e02-85d6-6396d9ba035c</wfw:commentRss>
    </item>
    <item>
      <title>Why emptying your inbox is dangerous for your productivity and how to keep sanity without Inbox Zero</title>
      <description>&lt;img style="margin: 0px 5px 0px 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Gettingsanitywithoutemptymailbox_12F86/image_2bb9d2d9-7738-46c8-8a78-fae1ff4ee600.png" border="0" alt="image" title="image" hspace="5" width="206" height="221" align="left" /&gt;
&lt;p&gt;
It is popular now to &lt;a href="http://www.43folders.com/izero"&gt;blog about empty mailbox or &amp;quot;Inbox Zero&amp;quot; approach&lt;/a&gt;. That idea is now hot and most people even do not realize that exists alternate ways to manage a huge amount of e-mail and keep sanity. I&amp;#39;ll show you the one.
&lt;/p&gt;
&lt;p&gt;
First of all I need to say that I get tons of e-mails every day. I have nearly two dozens of e-mail accounts organized mostly on different activities and each of them continuously brings e-mail. It is hard to say precisely, but I surely receive more than one thousand e-mails every day including e-mail lists that I am subscribed. I can handle this amount of e-mail relatively easily, but I do not try to make inbox empty - it simply would take all my time and even more. 
&lt;/p&gt;
&lt;p&gt;
I&amp;#39;ll try to show you in 5 steps how to be more effective than that people who try to make their inbox empty.
&lt;/p&gt;
&lt;p&gt;
1. &lt;strong&gt;Powerful e-mail client significantly simplifies e-mail handling.&lt;/strong&gt; The first thing I want to say is that good instrument always worth all money spent on it. I prefer Microsoft Outlook (full version, not Express) to manage my e-mail because it is almost infinitely flexible adapting to my needs. It is not cheap but definitely worth all money spent on it. There are a lot of other e-mail clients but I haven&amp;#39;t seen anything that is close to Outlook. This point is important because e-mail client should be much more than just tool to download messages from server and read them, it should allow you to process and organize your messages in that way that fits your needs. And Outlook has one very useful feature: it allows to &lt;em&gt;flag e-mails requiring action&lt;/em&gt; and you can view all flagged messages in special search folder. When e-mail is marked as &amp;quot;done&amp;quot; it disappears from that folder. Recently I switched all my e-mail lists to Gmail to save bandwidth and also because this service groups messages by subject in convenient threads and allows to label e-mails. The combination Outlook+Gmail works really good.
&lt;/p&gt;
&lt;p&gt;
2. &lt;strong&gt;E-mails are not the same.&lt;/strong&gt; Another important thing is that e-mail messages have different value: from useless spam to high priority correspondence with customers or top managers. As e-mails are different, we should react to them differently too: spam should be deleted, high priority e-mail should call for action and most other messages should be quickly scanned just for information. Of course, you do not have to answer to all incoming e-mail and most messages do not require anything more then reading them. Most e-mail clients distinguish read and unread messages. You can easily understand what messages where read and do not have to do anything like moving them to special folder just to make inbox empty, even more: it is dangerous for you productivity because doing anything that is not directly related to your tasks is a kind of procrastination (more about this in step 4).
&lt;/p&gt;
&lt;p&gt;
3. &lt;strong&gt;Better store than delete.&lt;/strong&gt; If you do not hunt for empty inbox you may store you messages inside inbox forever. Do you ever think why you have to delete your e-mail? Maybe to save space? But text messages take miserable part of disk space on modern computers, for messages with attachments just trim attachments. Maybe old e-mails can distract your attention? It is not serious argument, more better to leave you messages untouched because you don&amp;#39;t know when you may need them again. 
&lt;/p&gt;
&lt;p&gt;
I know one instructive story with my friend:
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	His job was to support complex software system developed by outside organization. Although he was extremely good technical specialist, the system was enormous buggy and his work looked like hell. Anyway, day by day by spending hours to pull out important information from original developers by e-mail he achieved significant progress in stabilizing that system and adopting it to normal work. Though his boss was not satisfied with his progress and raised a question about his professional capabilities and was going to fire him. Just to show volumes of his work my friend printed out all correspondence with developers of the system and it took more than five hundred sheets of paper printed with small font on double sides. The boss understood that he was incorrect and doubled my friend&amp;#39;s salary and later promoted him. Is it worth to tell what would be happen if my friend did not wisely store all correspondence and deleted all messages?
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
If you store all your e-mail you do not have to waste time to extract important information from it. For example &lt;a href="http://lifehacker.com/400495/manage-your-software-serial-numbers-with-gmail"&gt;here is reasonable recommendations how to manage serial numbers in Gmail&lt;/a&gt; (and this way is suitable for Outlook 2007 too).
&lt;/p&gt;
&lt;p&gt;
4. &lt;strong&gt;Emptying inbox is a support operation.&lt;/strong&gt; Doing anything else than solving your useful tasks even if it looks useful but it is not necessary, is a &lt;em&gt;kind of procrastination&lt;/em&gt;. For any kind of useful task we can find a lot of relatively useful but absolutely not necessary support operations. For example, before writing report for you boss we can reorder all thing at our desk, but is it necessary for the report? Definitely, no. Emptying inbox is a kind of support operation: it may help you to organize your information but does not make your closer to your targets. If you simply deny idea to hunt for empty inbox, you will save considerable amount of time and energy to make your useful work. 
&lt;/p&gt;
&lt;p&gt;
5. &lt;strong&gt;Your inbox is not your To-Do list&lt;/strong&gt;. Actually, it is the most important thing that I want to say. Relatively small part of e-mails requires action, most of actions such as replies could be managed using GTD 2-minute rule and only few e-mails require a new record in To-Do list. Of course, you can use your inbox as To-Do list and even send e-mail to yourself to put them in inbox, but for my opinion it is a bad idea because it is not good when &lt;em&gt;anyone can make a new record in your To-Do list&lt;/em&gt;, isn&amp;#39;t it? Remember: anybody can send e-mail to you, but only you alone should manage your To-Do list.
&lt;/p&gt;
&lt;p&gt;
And now it is time to summarize: if you do not treat your inbox as To-Do list, you do not have to make it empty, even more: hunting for empty inbox is useless waste of time and energy. Powerful e-mail client will allow you to handle e-mail flexible and you can be far more productive if you do not even try to keep your inbox empty. And it is very useful for your sanity too.
&lt;/p&gt;
&lt;p&gt;
And how to handle huge amount of emails I&amp;#39;ll show you next time, please, &lt;a href="http://feeds.feedburner.com/ProductivityScience"&gt;subscribe to my feed&lt;/a&gt;.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Why-emptying-your-inbox-is-dangerous-for-your-productivity-and-how-to-keep-sanity-without-quot3bInbox-Zeroquot3b.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Why-emptying-your-inbox-is-dangerous-for-your-productivity-and-how-to-keep-sanity-without-quot3bInbox-Zeroquot3b.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=7434e58d-7d54-410c-afb2-3723428734df</guid>
      <pubDate>Sun, 17 Aug 2008 23:33:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <category>MS Outlook</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=7434e58d-7d54-410c-afb2-3723428734df</pingback:target>
      <slash:comments>85</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=7434e58d-7d54-410c-afb2-3723428734df</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Why-emptying-your-inbox-is-dangerous-for-your-productivity-and-how-to-keep-sanity-without-quot3bInbox-Zeroquot3b.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=7434e58d-7d54-410c-afb2-3723428734df</wfw:commentRss>
    </item>
    <item>
      <title>Which temperature is best for your productivity?</title>
      <description>&lt;p&gt;
&lt;img style="margin: 0px 5px 0px 0px; border: 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Productivityandtemperature_DEDE/image_4.png" border="0" alt="Productivity vs. temperature" title="Productivity vs. temperature" width="241" height="139" align="left" /&gt; It is summer now.&amp;nbsp; Outdoor temperature raises to unseen peaks and only air conditioner can help you to stay smooth. No doubt that temperature influences your productivity. But how? And what temperature is best for office productivity to setup your air conditioner? Let&amp;#39;s find out. 
&lt;/p&gt;
&lt;p&gt;
In majority of cases existing standards for the temperature of the work environment allows wide temperature range from 65&amp;deg; F (18&amp;deg; C) to 88&amp;deg; F (31&amp;deg; C) depending on working conditions. But this range is quite lengthy and most people feel uncomfortable working outside relatively short &amp;#39;comfort zone&amp;#39;.  
&lt;/p&gt;
&lt;p&gt;
Scientific studies confirm that indoor temperature can significantly impact on productivity and most performing &amp;#39;comfort zone&amp;#39; lays between 72&amp;deg; F (22&amp;deg; C) and (77&amp;deg; F) 25&amp;deg; C. The graph below based on &lt;a href="http://eetd.lbl.gov/ie/pdf/LBNL-60946.pdf"&gt;research by Helsinki University of Technology&lt;/a&gt; &amp;#39;Effect of Temperature on Task Performance in Office Environment&amp;#39; shows how relative productivity changes with the temperature. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&lt;img style="border: 0px" src="http://productivity-science.com/blogen/file.axd?file=WindowsLiveWriter/Productivityandtemperature_DEDE/image_6.png" border="0" alt="Productivity vs. temperature graph" width="650" height="355" /&gt; 
&lt;/p&gt;
&lt;p&gt;
As you can see, the productivity changes significantly and highest performance achieved in relatively short peak between 70&amp;deg; F (21&amp;deg; C) and&amp;nbsp;&amp;nbsp; 73&amp;deg; (23&amp;deg; C). Outside 63&amp;deg; F (17&amp;deg; C) and 82&amp;deg; F (28&amp;deg; C) temperature range the productivity decreases more than 5% and significantly impacts on workers ability to work and even can influence health. 
&lt;/p&gt;
&lt;p&gt;
Though most scientific researches return close results, on the other hand there are some differences. Scientific studies on the subject &lt;a href="http://http://www.news.cornell.edu/releases/Oct04/temp.productivity.ssl.html"&gt;performed by Cornell University&lt;/a&gt; concludes that most convenient temperature for best office performance is at 77 degrees Fahrenheit (25 degrees Celsius). When the office temperature is outside this mark the productivity decreases (research was attended mostly to temperature decreases). 
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&amp;quot;At 77 degrees Fahrenheit, the workers were keyboarding 100 percent of the time with a 10 percent error rate, but at 68 degrees, their keying rate went down to 54 percent of the time with a 25 percent error rate.&amp;quot; 
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
It is important to add that most comfortable temperature for best performance can be determined only on personal level and it depends on physiological characteristics of a human. For example, plump people prefer a little lower temperature than thin people. 
&lt;/p&gt;
&lt;p&gt;
Thus while using air conditioner remember, that it is important not even to overheat yourself but also not overcool too. Productivity Science recommends to setup range between 71&amp;deg; F (22&amp;deg; C) and 77&amp;deg; F (25&amp;deg; C) on you air conditioner remote control and maybe it is good to try different temperatures in this range to find most appropriate for your performance. 
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/What-temperature-is-best-for-your-productivity.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/What-temperature-is-best-for-your-productivity.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=650d9a57-be42-446b-b8b5-b5c806488c33</guid>
      <pubDate>Wed, 13 Aug 2008 22:47:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=650d9a57-be42-446b-b8b5-b5c806488c33</pingback:target>
      <slash:comments>32</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=650d9a57-be42-446b-b8b5-b5c806488c33</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/What-temperature-is-best-for-your-productivity.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=650d9a57-be42-446b-b8b5-b5c806488c33</wfw:commentRss>
    </item>
    <item>
      <title>Simple paperless todolisting with smartphone and MS Outlook</title>
      <description>&lt;p&gt;
I hate writing on paper - especially making paper todolists. I do not like to stick that little yellow sheets of paper on my workplace because it is not as helps to remember to do something as distracts my attention. Also it so easy to lost that important task list with notes written on paper that sometimes it prevents do get into work at all. And frankly I love trees.
&lt;/p&gt;
  
&lt;p&gt;
There is very simple way not to jam mind with tasks and do not use paper at all  - just use Outlook e-mail software from MS Office and synchronize notes on the Outlook with notes on the smartphone (my personal recommendation is a QWERTY-smartphone with Symbian OS from Nokia like E61, E71, E90 or any Windows-mobile smartphone with touchscreen).
&lt;/p&gt;
  
&lt;p&gt;
I take my smartphone everywhere and have a rule: do not write anything on paper if I can write it on the smartphone. If I am working with my laptop I use standard synchronization software to synchronize notes on the smartphone with notes on the laptop (the last one is much convenient to review and edit lists). I can use both of them to make corrections on the TO-DO list, remove completed or add new tasks.
&lt;/p&gt;
  
&lt;p&gt;
This way is simple and convenient, do not requires any additional software or web service. If you do not have MS Office suite you can use any other software to maintain task list on a PC.
&lt;/p&gt;
  
&lt;p&gt;
Of course, if you want to get paper version of your TO-DO list you can simply print it. But always remember about trees...
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Simple-paperless-todolisting-with-smartphone-and-MS-Outlook.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Simple-paperless-todolisting-with-smartphone-and-MS-Outlook.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=de7ba403-45da-4541-a143-996435fdb500</guid>
      <pubDate>Mon, 21 Jul 2008 01:50:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <category>MS Outlook</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=de7ba403-45da-4541-a143-996435fdb500</pingback:target>
      <slash:comments>38</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=de7ba403-45da-4541-a143-996435fdb500</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Simple-paperless-todolisting-with-smartphone-and-MS-Outlook.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=de7ba403-45da-4541-a143-996435fdb500</wfw:commentRss>
    </item>
    <item>
      <title>Speed-up your computer productivity with Launchy</title>
      <description>&lt;p&gt;
&lt;img src="http://productivity-science.com/blogen/image.axd?picture=2008-07-19-Launchy.Png" border="0" alt="Launchy" title="Launchy" hspace="3" vspace="3" align="left" /&gt;How do you start your programs? Let I tell you: it depends of kind of program do you want to start. In most cases you press &amp;#39;Start&amp;#39; button on screen or &amp;#39;Windows&amp;#39; key on keyboard and open a start menu. Some users (such as me) have tons on software installed on PC and this menu is so overfilled that user has to spend some minutes to hunt through it to launch some program that used not very often to remember where it is hidden. 
&lt;/p&gt;
&lt;p&gt;
Another way is to open folder containing you files in Explorer and double click on some file to open program associated with it. If you want to open some address on the Web you have to open browser first. Of course you may create shortcuts on your programs, files or Web addresses on Desktop or Quick Start menu but you have to choose first which programs or documents you use more often to setup shortcuts for them. It is not as easy as it looks.
&lt;/p&gt;
&lt;p&gt;
Is it another way to greatly simplify and speed-up opening documents, Web addresses and launching programs? Yes, it is free software called &lt;a href="http://www.launchy.net"&gt;Launchy&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Simply press Alt+Space combination and program window appears where you can type a part of program&amp;#39;s or document&amp;#39;s name. Launchy tries to guess which program or file you are looking for and will launch it when you press enter key. It is worth to try - I am sure you will like it.
&lt;/p&gt;
&lt;p&gt;
Just watch a video on YouTube how Launchy works.
&lt;/p&gt;
&lt;div&gt;
&lt;div style="text-align: center"&gt;
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="425" height="344"&gt;
	&lt;param name="width" value="425" /&gt;
	&lt;param name="height" value="344" /&gt;
	&lt;param name="allowfullscreen" value="true" /&gt;
	&lt;param name="src" value="http://www.youtube.com/v/k6NZRRoAVI0&amp;amp;hl=en&amp;amp;fs=1" /&gt;
	&lt;embed type="application/x-shockwave-flash" width="425" height="344" allowfullscreen="true" src="http://www.youtube.com/v/k6NZRRoAVI0&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/div&gt;
&lt;/div&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Speed-up-your-computer-productivity-with-Launchy.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Speed-up-your-computer-productivity-with-Launchy.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=272fae0f-5481-4cb9-ae95-560ec949cb13</guid>
      <pubDate>Sat, 19 Jul 2008 02:40:00 -1300</pubDate>
      <category>Software</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=272fae0f-5481-4cb9-ae95-560ec949cb13</pingback:target>
      <slash:comments>8</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=272fae0f-5481-4cb9-ae95-560ec949cb13</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Speed-up-your-computer-productivity-with-Launchy.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=272fae0f-5481-4cb9-ae95-560ec949cb13</wfw:commentRss>
    </item>
    <item>
      <title>How to unblock access to attachments in Microsoft Outlook 2007</title>
      <description>&lt;p&gt;
&lt;img src="http://productivity-science.com/blogen/image.axd?picture=2008-07-21-OutlookAttachmentSecurityAdministrator.gif" border="0" alt="Outlook Attachment Security Administrator logo" title="Outlook Attachment Security Administrator logo" hspace="3" vspace="3" width="100" height="128" align="left" /&gt;Here is our video tutorial how to allow access to attachments blocked by Microsoft Outlook using &lt;a href="http://oasa.agileera.com"&gt;AgileEra Outlook Attachment Security Administrator 2008&lt;/a&gt; (you may receive following message: &amp;#39;Outlook blocked access to the following potentially unsafe attachments: [...]&amp;#39;).
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div style="text-align: center"&gt;
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="425" height="344"&gt;
	&lt;param name="width" value="425" /&gt;
	&lt;param name="height" value="344" /&gt;
	&lt;param name="wmode" value="transparent" /&gt;
	&lt;param name="src" value="http://www.youtube.com/v/bmiP_Tt38Io&amp;amp;ap=%2526fmt%3D18" /&gt;
	&lt;embed type="application/x-shockwave-flash" width="425" height="344" wmode="transparent" src="http://www.youtube.com/v/bmiP_Tt38Io&amp;amp;ap=%2526fmt%3D18"&gt;&lt;/embed&gt;
&lt;/object&gt;
&lt;/div&gt;
</description>
      <link>http://productivity-science.com/blogen/post/How-to-unblock-access-to-attachments-in-Microsoft-Outlook-2007.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/How-to-unblock-access-to-attachments-in-Microsoft-Outlook-2007.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=b1c2ee34-8304-41c2-afd3-4fac02f9f6c2</guid>
      <pubDate>Wed, 16 Jul 2008 20:30:00 -1300</pubDate>
      <category>MS Outlook</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=b1c2ee34-8304-41c2-afd3-4fac02f9f6c2</pingback:target>
      <slash:comments>17</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=b1c2ee34-8304-41c2-afd3-4fac02f9f6c2</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/How-to-unblock-access-to-attachments-in-Microsoft-Outlook-2007.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=b1c2ee34-8304-41c2-afd3-4fac02f9f6c2</wfw:commentRss>
    </item>
    <item>
      <title>Welcome to Productivity Science!</title>
      <description>&lt;p&gt;
Productivity Science is a new blog for modern people that are intrested to do more work for a less time. I&amp;#39;ll give to you unique tips and show most intresting videos on productivity, time-management and GTD. Subscribe to RSS and stay tuned!
&lt;/p&gt;
&lt;p&gt;
PS. And some to add. English is not my native language. I try my best to do it well but my current language skills are too far from being perfect. Please forgive me my mistakes and do not hesistate to post corrections in comments.
&lt;/p&gt;
</description>
      <link>http://productivity-science.com/blogen/post/Welcome-to-Productivity-Science!.aspx</link>
      <author>ProductivityScience</author>
      <comments>http://productivity-science.com/blogen/post/Welcome-to-Productivity-Science!.aspx#comment</comments>
      <guid>http://productivity-science.com/blogen/post.aspx?id=519cfd69-b9ad-4c92-8989-d62cbfd92a11</guid>
      <pubDate>Wed, 16 Jul 2008 01:49:00 -1300</pubDate>
      <category>Productivity tips and tricks</category>
      <dc:publisher>ProductivityScience</dc:publisher>
      <pingback:server>http://productivity-science.com/blogen/pingback.axd</pingback:server>
      <pingback:target>http://productivity-science.com/blogen/post.aspx?id=519cfd69-b9ad-4c92-8989-d62cbfd92a11</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://productivity-science.com/blogen/trackback.axd?id=519cfd69-b9ad-4c92-8989-d62cbfd92a11</trackback:ping>
      <wfw:comment>http://productivity-science.com/blogen/post/Welcome-to-Productivity-Science!.aspx#comment</wfw:comment>
      <wfw:commentRss>http://productivity-science.com/blogen/syndication.axd?post=519cfd69-b9ad-4c92-8989-d62cbfd92a11</wfw:commentRss>
    </item>
  </channel>
</rss>
