<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>诗童的蛙盧</title>
	<link>http://sorama.72pines.com</link>
	<description>sorama's weblog</description>
	<pubDate>Sun, 30 Sep 2007 19:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>坚持每只天上网2小时</title>
		<link>http://sorama.72pines.com/2007/10/01/%e5%9d%9a%e6%8c%81%e6%af%8f%e5%8f%aa%e5%a4%a9%e4%b8%8a%e7%bd%912%e5%b0%8f%e6%97%b6/</link>
		<comments>http://sorama.72pines.com/2007/10/01/%e5%9d%9a%e6%8c%81%e6%af%8f%e5%8f%aa%e5%a4%a9%e4%b8%8a%e7%bd%912%e5%b0%8f%e6%97%b6/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 18:59:43 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://sorama.72pines.com/2007/10/01/%e5%9d%9a%e6%8c%81%e6%af%8f%e5%8f%aa%e5%a4%a9%e4%b8%8a%e7%bd%912%e5%b0%8f%e6%97%b6/</guid>
		<description><![CDATA[我应该就是属于患有互联网多动症的那种病人，和很多人一样在网上冲浪已经成为每日生活必不可少的不分，网上有大量信息，比如我比较喜欢去的&#8221;抓虾&#8221;"豆瓣&#8221;"译文&#8221;
每天控制上网时间其实不一定会错过有价值的信息，主要是不能浪费时间
为了克服多动症，提高每天效率我决定每天控制上网在2个小时以内，而且保证有一个小时阅读英文，写下来，不让自己忘了，当然周末除外:)
启发：
Procrastinators actively look for distractions, particularly ones that don&#8217;t take a lot of commitment on their part. Checking e-mail is almost perfect for this purpose. They distract themselves as a way of regulating their emotions such as fear of failure.
阅读(581 次)]]></description>
			<content:encoded><![CDATA[<p>我应该就是属于患有互联网多动症的那种病人，和很多人一样在网上冲浪已经成为每日生活必不可少的不分，网上有大量信息，比如我比较喜欢去的&#8221;抓虾&#8221;"豆瓣&#8221;"译文&#8221;</p>
<p>每天控制上网时间其实不一定会错过有价值的信息，主要是不能浪费时间</p>
<p>为了克服多动症，提高每天效率我决定每天控制上网在2个小时以内，而且保证有一个小时阅读英文，写下来，不让自己忘了，当然周末除外:)</p>
<p><a href="http://www.yeeyan.com/articles/view/3244/1247" target="_blank">启发</a>：</p>
<blockquote><p>Procrastinators actively look for distractions, particularly ones that don&#8217;t take a lot of commitment on their part. Checking e-mail is almost perfect for this purpose. They distract themselves as a way of regulating their emotions such as fear of failure.</p></blockquote>
<p class="postviews_count">阅读(581 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/10/01/%e5%9d%9a%e6%8c%81%e6%af%8f%e5%8f%aa%e5%a4%a9%e4%b8%8a%e7%bd%912%e5%b0%8f%e6%97%b6/feed/</wfw:commentRss>
		</item>
		<item>
		<title>有趣的javascript代码</title>
		<link>http://sorama.72pines.com/2007/09/30/%e6%9c%89%e8%b6%a3%e7%9a%84javascript%e4%bb%a3%e7%a0%81/</link>
		<comments>http://sorama.72pines.com/2007/09/30/%e6%9c%89%e8%b6%a3%e7%9a%84javascript%e4%bb%a3%e7%a0%81/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:09:48 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/%e6%9c%89%e8%b6%a3%e7%9a%84javascript%e4%bb%a3%e7%a0%81/</guid>
		<description><![CDATA[有意思的代码，我一直对javascript出于抵触状态。底下这段代码（当然，这不是我写的, 汗..）可用于google图片搜索，直接贴到浏览器地址栏，点击，看，超炫的效果！

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(&#8217;A()&#8217;,5); void(0);

对了，小心死机哦，排版：

JavaScript: R=0; x1=.10; y1=.05;x2=.25; y2=.24;x3=1.6; y3=.24;x4=300; y4=200;x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){ for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;;DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++} setInterval(&#8217;A()&#8217;,5); void(0);


阅读(556 次)]]></description>
			<content:encoded><![CDATA[<p>有意思的代码，我一直对javascript出于抵触状态。底下这段代码（当然，这不是我写的, 汗..）可用于google图片搜索，直接贴到浏览器地址栏，点击，看，超炫的效果！</p>
<blockquote>
<p>javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval(&#8217;A()&#8217;,5); void(0);</p>
</blockquote>
<p>对了，小心死机哦，排版：</p>
<blockquote>
<p>JavaScript: R=0; x1=.10; y1=.05;<br />x2=.25; y2=.24;<br />x3=1.6; y3=.24;<br />x4=300; y4=200;<br />x5=300; y5=200; DI=document.images; DIL=DI.length; function A()<br />{ for(i=0; i-DIL; i++)<br />{<br />DIS=DI[ i ].style; DIS.position=&#8217;absolute&#8217;;<br />DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5;<br />DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5<br />}<br />R++<br />} setInterval(&#8217;A()&#8217;,5); void(0);</p>
</blockquote>
<p></p>
<p class="postviews_count">阅读(556 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/%e6%9c%89%e8%b6%a3%e7%9a%84javascript%e4%bb%a3%e7%a0%81/feed/</wfw:commentRss>
		</item>
		<item>
		<title>prison break游戏</title>
		<link>http://sorama.72pines.com/2007/09/30/prison-break%e6%b8%b8%e6%88%8f/</link>
		<comments>http://sorama.72pines.com/2007/09/30/prison-break%e6%b8%b8%e6%88%8f/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:08:56 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/prison-break%e6%b8%b8%e6%88%8f/</guid>
		<description><![CDATA[
《越狱》强烈推荐的电视剧，网上有关于越狱的小游戏，大家可以去这里感受一下。游戏虽然简单，对于喜欢越狱的人来说更重要的是培养气氛吧
不知道大家越狱里最喜欢那个人物，反正我最喜欢的就是patoshik这位数学博士了（似乎是吧），呵呵，fans们可以去fox的网站看看究竟。
link:http://www.prisonbreakdvd.com/PB_game/prison.html

阅读(1245 次)]]></description>
			<content:encoded><![CDATA[<p><img width="200" height="270"></p>
<p>《越狱》强烈推荐的电视剧，网上有关于越狱的小游戏，大家可以去<a href="http://www.prisonbreakdvd.com/PB_game/prison.html">这里</a>感受一下。游戏虽然简单，对于喜欢越狱的人来说更重要的是培养气氛吧</p>
<p>不知道大家越狱里最喜欢那个人物，反正我最喜欢的就是patoshik这位数学博士了（似乎是吧），呵呵，fans们可以去<a href="http://www.fox.com/prisonbreak/bios/bio_patoshik.htm">fox</a>的网站看看究竟。</p>
<p>link:http://www.prisonbreakdvd.com/PB_game/prison.html</p>
<p></p>
<p class="postviews_count">阅读(1245 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/prison-break%e6%b8%b8%e6%88%8f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>密码生成器</title>
		<link>http://sorama.72pines.com/2007/09/30/%e5%af%86%e7%a0%81%e7%94%9f%e6%88%90%e5%99%a8/</link>
		<comments>http://sorama.72pines.com/2007/09/30/%e5%af%86%e7%a0%81%e7%94%9f%e6%88%90%e5%99%a8/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:08:31 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/%e5%af%86%e7%a0%81%e7%94%9f%e6%88%90%e5%99%a8/</guid>
		<description><![CDATA[
要是你在为寻找一个合适的密码头疼,干脆随机生成一个吧。SafePasswd.com可以生成一个随机密码，可以定义简单的格式和长度，安全性嘛，网站标题是不是有点欲盖弥彰了&#8230;
如果你经常上网的话，还是建议好好管理自己的密码。比如一些不重要的东东我会使用同一个密码，笨嘛，没办法。
link: http://www.safepasswd.com/
阅读(1221 次)]]></description>
			<content:encoded><![CDATA[<p><img width="409" height="42"></p>
<p>要是你在为寻找一个合适的密码头疼,干脆随机生成一个吧。<a href="http://www.safepasswd.com/">SafePasswd.com</a>可以生成一个随机密码，可以定义简单的格式和长度，安全性嘛，网站标题是不是有点欲盖弥彰了&#8230;</p>
<p>如果你经常上网的话，还是建议好好管理自己的密码。比如一些不重要的东东我会使用同一个密码，笨嘛，没办法。</p>
<p>link: <a href="http://www.safepasswd.com/">http://www.safepasswd.com/</a></p>
<p class="postviews_count">阅读(1221 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/%e5%af%86%e7%a0%81%e7%94%9f%e6%88%90%e5%99%a8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>细菌动力马达</title>
		<link>http://sorama.72pines.com/2007/09/30/%e7%bb%86%e8%8f%8c%e5%8a%a8%e5%8a%9b%e9%a9%ac%e8%be%be/</link>
		<comments>http://sorama.72pines.com/2007/09/30/%e7%bb%86%e8%8f%8c%e5%8a%a8%e5%8a%9b%e9%a9%ac%e8%be%be/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:07:46 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/%e7%bb%86%e8%8f%8c%e5%8a%a8%e5%8a%9b%e9%a9%ac%e8%be%be/</guid>
		<description><![CDATA[
上图是由日本研究人员开发的微型马达，直径只有20微米。这个东西有趣的是由特殊的蛋白质诱使特定的细菌为它产生动力，从而转动。不知道未来我们是不是可以使用有这种技术开发的产品，倒时想打开电脑，首先要为自己的细菌宝宝味些面包渣（生电好像有些不现实吧,似乎用于医学比较合适）.
link:　http://www.pinktentacle.com/2006/08/micromotor-harnesses-the-power-of-bacteria/
阅读(726 次)]]></description>
			<content:encoded><![CDATA[<p><img width="222" height="179"></p>
<p>上图是由日本研究人员开发的<a href="http://www.pinktentacle.com/2006/08/micromotor-harnesses-the-power-of-bacteria/">微型马达</a>，直径只有20微米。这个东西有趣的是由特殊的蛋白质诱使特定的细菌为它产生动力，从而转动。不知道未来我们是不是可以使用有这种技术开发的产品，倒时想打开电脑，首先要为自己的细菌宝宝味些面包渣（生电好像有些不现实吧,似乎用于医学比较合适）.</p>
<p>link:　<a href="http://www.pinktentacle.com/2006/08/micromotor-harnesses-the-power-of-bacteria/">http://www.pinktentacle.com/2006/08/micromotor-harnesses-the-power-of-bacteria/</a></p>
<p class="postviews_count">阅读(726 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/%e7%bb%86%e8%8f%8c%e5%8a%a8%e5%8a%9b%e9%a9%ac%e8%be%be/feed/</wfw:commentRss>
		</item>
		<item>
		<title>squirl收藏分享网站</title>
		<link>http://sorama.72pines.com/2007/09/30/squirl%e6%94%b6%e8%97%8f%e5%88%86%e4%ba%ab%e7%bd%91%e7%ab%99/</link>
		<comments>http://sorama.72pines.com/2007/09/30/squirl%e6%94%b6%e8%97%8f%e5%88%86%e4%ba%ab%e7%bd%91%e7%ab%99/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:07:31 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/squirl%e6%94%b6%e8%97%8f%e5%88%86%e4%ba%ab%e7%bd%91%e7%ab%99/</guid>
		<description><![CDATA[
Squirl是一个个人收藏分享网站，好像可以将你的收藏以图片形式上传，创建一个列表可以注释，可以评论。所以你可以讲任何怪异的收藏展示给大家了，在上边我找到了虫子的，烟盒的&#8230;.与大家分享其乐无穷 : )
link: http://squirl.info/

阅读(546 次)]]></description>
			<content:encoded><![CDATA[<p><img width="163" height="59"></p>
<p><a href="http://squirl.info/">Squirl</a>是一个个人收藏分享网站，好像可以将你的收藏以图片形式上传，创建一个列表可以注释，可以评论。所以你可以讲任何怪异的收藏展示给大家了，在上边我找到了虫子的，烟盒的&#8230;.与大家分享其乐无穷 : )</p>
<p>link: <a href="http://squirl.info/">http://squirl.info/</a></p>
<p></p>
<p class="postviews_count">阅读(546 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/squirl%e6%94%b6%e8%97%8f%e5%88%86%e4%ba%ab%e7%bd%91%e7%ab%99/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GigaSize网络硬盘</title>
		<link>http://sorama.72pines.com/2007/09/30/gigasize%e7%bd%91%e7%bb%9c%e7%a1%ac%e7%9b%98/</link>
		<comments>http://sorama.72pines.com/2007/09/30/gigasize%e7%bd%91%e7%bb%9c%e7%a1%ac%e7%9b%98/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:07:14 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/gigasize%e7%bd%91%e7%bb%9c%e7%a1%ac%e7%9b%98/</guid>
		<description><![CDATA[
大家直到的网络硬盘已经有很多了，之所以还拿来说还是觉得使用后感觉不错，主要是速度可以接受。可惜得是非注册用户和免费用户文件下载只能一次，更详细的规则可以从这里找到。
link: http://www.gigasize.com/
阅读(524 次)]]></description>
			<content:encoded><![CDATA[<p><img width="318" height="74"></p>
<p>大家直到的网络硬盘已经有很多了，之所以还拿来说还是觉得使用后感觉不错，主要是速度可以接受。可惜得是非注册用户和免费用户文件下载只能一次，更详细的规则可以从<a href="http://www.gigasize.com/page.php?p=compare_services">这里</a>找到。</p>
<p>link: <a href="http://www.gigasize.com/">http://www.gigasize.com/</a><a></p>
<p class="postviews_count">阅读(524 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/gigasize%e7%bd%91%e7%bb%9c%e7%a1%ac%e7%9b%98/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Image Labeler 图片游戏</title>
		<link>http://sorama.72pines.com/2007/09/30/google-image-labeler-%e5%9b%be%e7%89%87%e6%b8%b8%e6%88%8f/</link>
		<comments>http://sorama.72pines.com/2007/09/30/google-image-labeler-%e5%9b%be%e7%89%87%e6%b8%b8%e6%88%8f/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:06:49 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/google-image-labeler-%e5%9b%be%e7%89%87%e6%b8%b8%e6%88%8f/</guid>
		<description><![CDATA[Google Image Labeler是一个google关于图片搜索的小游戏，两个同事上网的人给同一个图片打标签，相同则进入下一张，在给定时间内完成越多越好。
很显然这也是一个信息传递的小游戏，Google通过这种方法收集用户对于图片的理解，相比于回答问题的确轻松多了: )
link: http://images.google.com/imagelabeler
阅读(593 次)]]></description>
			<content:encoded><![CDATA[<p><img width="150" height="55"><a href="http://images.google.com/imagelabeler/">Google Image Labeler</a>是一个google关于图片搜索的小游戏，两个同事上网的人给同一个图片打标签，相同则进入下一张，在给定时间内完成越多越好。</p>
<p>很显然这也是一个信息传递的小游戏，Google通过这种方法收集用户对于图片的理解，相比于回答问题的确轻松多了: )</p>
<p>link: <a href="http://images.google.com/imagelabeler" class="linkification-ext" title="http://images.google.com/imagelabeler">http://images.google.com/imagelabeler</a></p>
<p class="postviews_count">阅读(593 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/google-image-labeler-%e5%9b%be%e7%89%87%e6%b8%b8%e6%88%8f/feed/</wfw:commentRss>
		</item>
		<item>
		<title>可视化信息网站</title>
		<link>http://sorama.72pines.com/2007/09/30/%e5%8f%af%e8%a7%86%e5%8c%96%e4%bf%a1%e6%81%af%e7%bd%91%e7%ab%99/</link>
		<comments>http://sorama.72pines.com/2007/09/30/%e5%8f%af%e8%a7%86%e5%8c%96%e4%bf%a1%e6%81%af%e7%bd%91%e7%ab%99/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:06:36 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/%e5%8f%af%e8%a7%86%e5%8c%96%e4%bf%a1%e6%81%af%e7%bd%91%e7%ab%99/</guid>
		<description><![CDATA[
newsmap是一个可视化新闻网站，其中每条新闻所占的面积取决于其点击量

人类眼睛的对于色彩,形状,大小,位置的敏感度远远高于文字.许多东西画出来,人一看就懂;用文字来描述,人可能要看一会儿才会理解,不够直观。

所以这样的网站是用起来更有感觉不是吗，在东村吉普赛上同样介绍了digg的可视化试验，比较有意思。
newsmap: http://www.marumushi.com/apps/newsmap/newsmap.cfm
东村吉普赛：http://www.villagypsy.com/
阅读(1023 次)]]></description>
			<content:encoded><![CDATA[<p><img width="319" height="195"></p>
<p><a href="http://www.marumushi.com/apps/newsmap/newsmap.cfm">newsmap</a>是一个可视化新闻网站，其中每条新闻所占的面积取决于其点击量</p>
<blockquote>
<p>人类眼睛的对于色彩,形状,大小,位置的敏感度远远高于文字.许多东西画出来,人一看就懂;用文字来描述,人可能要看一会儿才会理解,不够直观。</p>
</blockquote>
<p>所以这样的网站是用起来更有感觉不是吗，在<a href="http://labs.digg.com/swarm/">东村吉普赛</a>上同样介绍了digg的可视化<a href="http://labs.digg.com/swarm/">试验</a>，比较有意思。</p>
<p>newsmap: http://www.marumushi.com/apps/newsmap/newsmap.cfm</p>
<p>东村吉普赛：http://www.villagypsy.com/</p>
<p class="postviews_count">阅读(1023 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/%e5%8f%af%e8%a7%86%e5%8c%96%e4%bf%a1%e6%81%af%e7%bd%91%e7%ab%99/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TiddlywikiGTD  GTD工具</title>
		<link>http://sorama.72pines.com/2007/09/30/tiddlywikigtd-gtd%e5%b7%a5%e5%85%b7/</link>
		<comments>http://sorama.72pines.com/2007/09/30/tiddlywikigtd-gtd%e5%b7%a5%e5%85%b7/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 16:03:41 +0000</pubDate>
		<dc:creator>sorama</dc:creator>
		
		<guid isPermaLink="false">http://sorama.72pines.com/2007/09/30/tiddlywikigtd-gtd%e5%b7%a5%e5%85%b7/</guid>
		<description><![CDATA[GTDtiddlywiki是一些人针对GTD应用而开发的Tiddlywiki，用户界面界面很漂亮，使用方法很简单。

Start by saving GTDTiddlyWiki to your computer (right click on this link and select &#8216;Save link as&#8230;&#8217; or &#8216;Save target as&#8230;&#8217; See SaveChanges for details).
You can edit entries, or &#8220;Tidders&#8221;, by clicking &#8220;edit&#8221; or double clicking anywhere on the Tiddler. When you click &#8220;done&#8221; or press [ctrl+enter] your changes are saved.

就是右键点击保存这个链接，这是在你电脑上就产生一个Html文件，双击他，用浏览器就可以开始GTD的工作了。

这两天在学习关于GTD的概念，弄得有些头晕，中文翻译本果然不太好。感觉主要讨论一些战术问题，多多去论坛上看看吧
link: http://shared.snapgrid.com/gtd_tiddlywiki.htm
GTD link: http://in.comengo.net/archives/gtd-basic-knowledge/
阅读(558 次)]]></description>
			<content:encoded><![CDATA[<p><img><br /><a href="http://shared.snapgrid.com/index.html">GTDtiddlywiki</a>是一些人针对<a href="http://www.davidco.com/">GTD</a>应用而开发的Tiddlywiki，用户界面界面很漂亮，使用方法很简单。</p>
<blockquote>
<p>Start by saving <a href=";" class="tiddlyLinkExisting tiddlyLink" title="NathanBowers, 2005年5月10日 05:40:00 sorama">GTDTiddlyWiki</a> to your computer (right click on <a href="http://shared.snapgrid.com/index.html#" target="_blank" class="externalLink" title="External link to #">this link</a> and select &#8216;Save link as&#8230;&#8217; or &#8216;Save target as&#8230;&#8217; See <a href=";" class="tiddlyLinkExisting tiddlyLink" title="YourName, 2005年9月9日 06:42:00 sorama">SaveChanges</a> for details).</p>
<p>You can edit entries, or &#8220;Tidders&#8221;, by clicking &#8220;edit&#8221; or double clicking anywhere on the Tiddler. When you click &#8220;done&#8221; or press [ctrl+enter] your changes are saved.</p>
</blockquote>
<p>就是右键点击保存这个<a href="http://shared.snapgrid.com/index.html#">链接</a>，这是在你电脑上就产生一个Html文件，双击他，用浏览器就可以开始GTD的工作了。</p>
<p><img></p>
<p>这两天在学习关于GTD的概念，弄得有些头晕，中文翻译本果然不太好。感觉主要讨论一些战术问题，多多去论坛上看看吧</p>
<p>link: http://shared.snapgrid.com/gtd_tiddlywiki.htm</p>
<p>GTD link: http://in.comengo.net/archives/gtd-basic-knowledge/</p>
<p class="postviews_count">阅读(558 次)</p>]]></content:encoded>
			<wfw:commentRss>http://sorama.72pines.com/2007/09/30/tiddlywikigtd-gtd%e5%b7%a5%e5%85%b7/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
