<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simple Life</title>
	<atom:link href="http://blog.simplife.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.simplife.net</link>
	<description>God helps those who help themselves.</description>
	<lastBuildDate>Fri, 12 Jun 2009 14:50:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a new Link on Navi Bar</title>
		<link>http://blog.simplife.net/archives/561</link>
		<comments>http://blog.simplife.net/archives/561#comments</comments>
		<pubDate>Fri, 12 Jun 2009 14:49:24 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[网络_Network]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=561</guid>
		<description><![CDATA[
Now it&#8217;s easy to access my shared items on Google Reader. There is also a list of shared items on the right sidebar.
Related Posts

No Related Post

]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Snapshot 1" src="http://lh6.ggpht.com/_txEZddZC-U4/SjJpd-D8a0I/AAAAAAAAB9c/sXctnBZuZUY/s400/2009-6-12%2022-33-29.png" alt="" width="400" height="256" /><br />
Now it&#8217;s easy to access my shared items on Google Reader. There is also a list of shared items on the right sidebar.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/561/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display &amp; Touchpad Resolution of R100 in UBUNTU</title>
		<link>http://blog.simplife.net/archives/554</link>
		<comments>http://blog.simplife.net/archives/554#comments</comments>
		<pubDate>Fri, 29 May 2009 06:30:42 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[系统_OS]]></category>
		<category><![CDATA[portege]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=554</guid>
		<description><![CDATA[As the displayconfig-gtk is not included since 8.10, it&#8217;s not that easy to change the display resolution for my Toshiba Portege R100 with Trident Cyberblade XP4.
As the touchpad of Portege R100 does not support EdgeScroll(Horiz &#38; Vert) by default.
I would like to write how i solved the touchpad problem in case i forget.


backup /etc/X11/xorg.conf
check xorg.conf [...]]]></description>
			<content:encoded><![CDATA[<p>As the displayconfig-gtk is not included since 8.10, it&#8217;s not that easy to change the display resolution for my Toshiba Portege R100 with Trident Cyberblade XP4.</p>
<p>As the touchpad of Portege R100 does not support EdgeScroll(Horiz &amp; Vert) by default.</p>
<p>I would like to write how i solved the touchpad problem in case i forget.</p>
<blockquote>
<ol>
<li>backup /etc/X11/xorg.conf</li>
<li>check xorg.conf in inputdevice section, SHMconfig set TRUE</li>
<li>restart x</li>
<li>in terminal, synclient -m 1000</li>
<li>get the X, Y of left right top and bottom.</li>
<li>edit xorg.conf, add VertEdgeScroll &amp; HorizEdgeScroll option to inputdevice section, and set to 1</li>
<li>add LeftEdge RightEdge TopEdge BottomEdge in inputdevice section and set with the 4 number got in setp 5.</li>
<li>done. restart X</li>
</ol>
</blockquote>
<p>This following xorg.conf works fine.</p>
<p>The following Xorg.conf updated on 29th May 2009, with display and touchpad support.</p>
<p><span id="more-554"></span></p>
<blockquote><p># xorg.conf (X.Org X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
# sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier &#8220;Generic Keyboard&#8221;<br />
Driver &#8220;kbd&#8221;<br />
Option &#8220;XkbRules&#8221; &#8220;xorg&#8221;<br />
Option &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
Option &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier &#8220;Configured Mouse&#8221;<br />
Driver &#8220;mouse&#8221;<br />
Option &#8220;CorePointer&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier &#8220;Synaptics Touchpad&#8221;<br />
Driver &#8220;synaptics&#8221;<br />
Option &#8220;SendCoreEvents&#8221; &#8220;true&#8221;<br />
Option &#8220;Device&#8221; &#8220;/dev/psaux&#8221;<br />
Option &#8220;Protocol&#8221; &#8220;auto-dev&#8221;<br />
Option &#8220;VertEdgeScroll&#8221; &#8220;1&#8243;<br />
Option &#8220;HorizEdgeScroll&#8221; &#8220;1&#8243;<br />
Option &#8220;SHMConfig&#8221; &#8220;true&#8221;<br />
Option &#8220;LeftEdge&#8221; &#8220;40&#8243; # x_min<br />
Option &#8220;RightEdge&#8221; &#8220;935&#8243; # x_max<br />
Option &#8220;TopEdge&#8221; &#8220;40&#8243; # y_min<br />
Option &#8220;BottomEdge&#8221; &#8220;690&#8243; # y_max<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier &#8220;Configured Video Device&#8221;<br />
Boardname &#8220;Trident CyberBlade (generic)&#8221;<br />
Busid &#8220;PCI:1:0:0&#8243;<br />
Driver &#8220;trident&#8221;<br />
Screen 0<br />
Vendorname &#8220;Trident&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier &#8220;Configured Monitor&#8221;<br />
Vendorname &#8220;Generic LCD Display&#8221;<br />
Modelname &#8220;LCD Panel 1024&#215;768&#8243;<br />
Horizsync 31.5-48.0<br />
Vertrefresh 56.0 &#8211; 65.0<br />
modeline &#8220;1024&#215;768@60&#8243; 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync<br />
Gamma 1.0<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier &#8220;Default Screen&#8221;<br />
Monitor &#8220;Configured Monitor&#8221;<br />
Device &#8220;Configured Video Device&#8221;<br />
Defaultdepth 24<br />
SubSection &#8220;Display&#8221;<br />
Depth 24<br />
Virtual 1024 768<br />
Modes &#8220;1024&#215;768@60&#8243;<br />
EndSubSection<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier &#8220;Default Layout&#8221;<br />
screen 0 &#8220;Default Screen&#8221; 0 0<br />
Inputdevice &#8220;Synaptics Touchpad&#8221;<br />
EndSection<br />
Section &#8220;Module&#8221;<br />
Load &#8220;glx&#8221;<br />
Load &#8220;GLcore&#8221;<br />
Load &#8220;v4l&#8221;<br />
EndSection<br />
Section &#8220;device&#8221; #<br />
Identifier &#8220;device1&#8243;<br />
Boardname &#8220;Trident CyberBlade (generic)&#8221;<br />
Busid &#8220;PCI:1:0:0&#8243;<br />
Driver &#8220;trident&#8221;<br />
Screen 1<br />
Vendorname &#8220;Trident&#8221;<br />
EndSection<br />
Section &#8220;screen&#8221; #<br />
Identifier &#8220;screen1&#8243;<br />
Device &#8220;device1&#8243;<br />
Defaultdepth 24<br />
Monitor &#8220;monitor1&#8243;<br />
EndSection<br />
Section &#8220;monitor&#8221; #<br />
Identifier &#8220;monitor1&#8243;<br />
Gamma 1.0<br />
EndSection<br />
Section &#8220;ServerFlags&#8221;<br />
Option &#8220;DontZap&#8221; &#8220;false&#8221;<br />
EndSection</p></blockquote>
<h3>Related Posts</h3>
<ul class="related_post">
<li>2008/5/2 &#8212; <a href="http://blog.simplife.net/archives/426" title="Portege R100 ubuntu 8.04">Portege R100 ubuntu 8.04</a></li>
<li>2008/6/15 &#8212; <a href="http://blog.simplife.net/archives/435" title="小本硬盘坏了">小本硬盘坏了</a></li>
<li>2008/6/2 &#8212; <a href="http://blog.simplife.net/archives/433" title="ssh via tunnel">ssh via tunnel</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/554/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>雨</title>
		<link>http://blog.simplife.net/archives/556</link>
		<comments>http://blog.simplife.net/archives/556#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:20:03 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[生活_Life]]></category>
		<category><![CDATA[swufe]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/archives/556</guid>
		<description><![CDATA[
晚上下雨，打开窗户，风吹进来的那一刻感觉好像在学校！
Related Posts

2008/12/7 &#8212; I love SWUFE
2008/11/22 &#8212; 独家记忆
2008/9/1 &#8212; 太多记忆

]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://picasaweb.google.com/lh/photo/RtBkcSeEz3b-OzAWtN0RuA?feat=embedwebsite"><img class="aligncenter" style="border: 3px solid grey; margin-top: 5px; margin-bottom: 5px;" src="http://lh4.ggpht.com/_txEZddZC-U4/SGCHAsDtJMI/AAAAAAAAAy0/hOybHNcmKhQ/s400/%E5%AE%BF%E8%88%8D-%E6%9D%BE%E5%9B%AD.JPG" alt="" width="400" height="300" /></a><br />
晚上下雨，打开窗户，风吹进来的那一刻感觉好像在学校！</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li>2008/12/7 &#8212; <a href="http://blog.simplife.net/archives/488" title="I love SWUFE">I love SWUFE</a></li>
<li>2008/11/22 &#8212; <a href="http://blog.simplife.net/archives/474" title="独家记忆">独家记忆</a></li>
<li>2008/9/1 &#8212; <a href="http://blog.simplife.net/archives/450" title="太多记忆">太多记忆</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/556/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>天涯强帖-骑行川藏散记</title>
		<link>http://blog.simplife.net/archives/551</link>
		<comments>http://blog.simplife.net/archives/551#comments</comments>
		<pubDate>Tue, 03 Mar 2009 15:24:29 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[生活_Life]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=551</guid>
		<description><![CDATA[看了这篇帖子，甚是勾起了我对当初去四姑娘山驴游的怀念。
楼主去了小金县，那个县城曾经我们也住过，楼主住宿的地方应该和我们当初住的大自然酒家很近，因为后院看到的风景是差不多的。
一路美景，甚是熟悉。夹金山路上停军坪还是那个样子，那棵树。夹金山顶的塔还在，周围的房子变了。达维会师的纪念碑周围还是那么多买水果的小贩。
小金还是那样，安闲舒适，世外桃源的样子。
小马说以后有条件我们再去驴一次，我看这事靠谱。
强帖的地址：http://www.tianya.cn/publicforum/content/free/1/1495972.shtml
Related Posts

No Related Post

]]></description>
			<content:encoded><![CDATA[<p>看了这篇帖子，甚是勾起了我对当初去四姑娘山驴游的怀念。</p>
<p>楼主去了小金县，那个县城曾经我们也住过，楼主住宿的地方应该和我们当初住的大自然酒家很近，因为后院看到的风景是差不多的。</p>
<p>一路美景，甚是熟悉。夹金山路上停军坪还是那个样子，那棵树。夹金山顶的塔还在，周围的房子变了。达维会师的纪念碑周围还是那么多买水果的小贩。</p>
<p>小金还是那样，安闲舒适，世外桃源的样子。</p>
<p>小马说以后有条件我们再去驴一次，我看这事靠谱。</p>
<p>强帖的地址：http://www.tianya.cn/publicforum/content/free/1/1495972.shtml<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/551/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Configure Gmail On Windows Mobile 6</title>
		<link>http://blog.simplife.net/archives/549</link>
		<comments>http://blog.simplife.net/archives/549#comments</comments>
		<pubDate>Sun, 01 Mar 2009 13:49:22 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[网络_Network]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[how-to]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=549</guid>
		<description><![CDATA[http://mail.google.com/support/bin/answer.py?answer=78886&#38;topic=12814
WM6.1对gmail的支持还是比较完美的，支持Lable，不用另装软件直接使用自带的Outlook即可。上面链接已经讲的很清楚了。
Related Posts

2009/3/1 &#8212; Gmail Keyboard Shortcuts
2007/4/20 &#8212; Google英文个性化首页可以更换主题了
2007/4/9 &#8212; Google服务-网站管理员工具

]]></description>
			<content:encoded><![CDATA[<p>http://mail.google.com/support/bin/answer.py?answer=78886&amp;topic=12814</p>
<p>WM6.1对gmail的支持还是比较完美的，支持Lable，不用另装软件直接使用自带的Outlook即可。上面链接已经讲的很清楚了。<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>2009/3/1 &#8212; <a href="http://blog.simplife.net/archives/545" title="Gmail Keyboard Shortcuts">Gmail Keyboard Shortcuts</a></li>
<li>2007/4/20 &#8212; <a href="http://blog.simplife.net/archives/301" title="Google英文个性化首页可以更换主题了">Google英文个性化首页可以更换主题了</a></li>
<li>2007/4/9 &#8212; <a href="http://blog.simplife.net/archives/297" title="Google服务-网站管理员工具">Google服务-网站管理员工具</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/549/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Keyboard Shortcuts</title>
		<link>http://blog.simplife.net/archives/545</link>
		<comments>http://blog.simplife.net/archives/545#comments</comments>
		<pubDate>Sun, 01 Mar 2009 13:22:48 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[网络_Network]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=545</guid>
		<description><![CDATA[http://mail.google.com/support/bin/answer.py?hl=en&#38;ctx=mail&#38;answer=6594




hortcut Key
Definition
Action


c
Compose
Allows you to compose   a new message. &#60;Shift&#62; + c allows you to compose   a message in a new window.


/
Search
Puts your cursor in the search box.


k
Move to newer conversation
Opens or moves your cursor   to a more recent conversation. You can hit &#60;Enter&#62; to expand   a conversation.


j
Move [...]]]></description>
			<content:encoded><![CDATA[<p>http://mail.google.com/support/bin/answer.py?hl=en&amp;ctx=mail&amp;answer=6594</p>
<p><span id="more-545"></span></p>
<table border="1" cellspacing="0" cellpadding="2" width="90%">
<tbody>
<tr bgcolor="#c3d9ff">
<th align="center" valign="middle"><span>hortcut Key</span></th>
<th align="center" valign="middle"><span>Definition</span></th>
<th align="center" valign="middle"><span>Action</span></th>
</tr>
<tr>
<th align="center" valign="middle"><span>c</span></th>
<td align="center" valign="middle"><span>Compose</span></td>
<td valign="top"><span>Allows you to compose   a new message. <strong>&lt;Shift&gt; + c </strong>allows you to compose   a message in a new window.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>/</span></th>
<td align="center" valign="middle"><span>Search</span></td>
<td valign="top"><span>Puts your cursor in the search box.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>k</span></th>
<td align="center" valign="middle"><span>Move to newer conversation</span></td>
<td valign="top"><span>Opens or moves your cursor   to a more recent conversation. You can hit <strong>&lt;Enter&gt;</strong> to expand   a conversation.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>j</span></th>
<td align="center" valign="middle"><span>Move to older conversation</span></td>
<td valign="top"><span>Opens or moves your cursor   to the next oldest conversation. You can hit <strong>&lt;Enter&gt;</strong> to expand   a conversation.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>n</span></th>
<td align="center" valign="middle"><span>Next message</span></td>
<td valign="top"><span>Moves your cursor to the   next message. You can hit <strong>&lt;Enter&gt;</strong> to expand or collapse a message.   <span>(Only applicable in &#8216;Conversation View.&#8217;)</span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>p</span></th>
<td align="center" valign="middle"><span>Previous message</span></td>
<td valign="top"><span>Moves your cursor to the   previous message. You can hit <strong>&lt;Enter&gt;</strong> to expand or collapse   a message. <span>(Only applicable in &#8216;Conversation View.&#8217;)</span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>o <span>or</span> &lt;Enter&gt;</span></th>
<td align="center" valign="middle"><span>Open</span></td>
<td valign="top"><span>Opens your conversation. Also expands or collapses a message if you are in &#8216;Conversation View.&#8217;</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>u</span></th>
<td align="center" valign="middle"><span>Return to conversation list</span></td>
<td valign="top"><span>Refreshes your page and returns you to the inbox, or list of conversations.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>e</span></th>
<td align="center" valign="middle"><span>Archive</span></td>
<td valign="top"><span>Archive your conversation from any view.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>m</span></th>
<td align="center" valign="middle"><span>Mute</span></td>
<td valign="top"><span>Archives the conversation, and all future messages skip the Inbox unless sent or cc&#8217;d directly to you. <a href="http://mail.google.com/support/bin/answer.py?answer=47787">Learn more</a>. </span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>x</span></th>
<td align="center" valign="middle"><span>Select conversation</span></td>
<td valign="top"><span>Automatically checks and   selects a conversation so that you can archive, apply a label, or choose   an action from the drop-down menu to apply to that conversation.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>s</span></th>
<td align="center" valign="middle"><span>Star a message or conversation</span></td>
<td valign="top"><span>Adds or removes a star   to a message or conversation. Stars allow you to give a message or conversation   a special status.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>!</span></th>
<td align="center" valign="middle"><span>Report spam</span></td>
<td valign="top"><span>Marks a message as spam and removes it from your conversation list.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>r</span></th>
<td align="center" valign="middle"><span>Reply</span></td>
<td valign="top"><span>Replies to the message sender.   <strong>&lt;Shift&gt; + r </strong> <span style="font-family: Arial;"> allows you to reply to a message in a new window.</span> <span>(Only applicable in &#8216;Conversation View.&#8217;)</span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>a</span></th>
<td align="center" valign="middle"><span>Reply all</span></td>
<td valign="top"><span>Replies to all message recipients.   <span style="font-family: Arial;"><strong>&lt;Shift&gt; +a</strong></span> <span style="font-family: Arial;">allows you to reply   to all message recipients in a new window.</span> <span>(Only applicable in &#8216;Conversation View.&#8217;)</span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>f</span></th>
<td align="center" valign="middle"><span>Forward</span></td>
<td valign="top"><span>Forwards a message. <span style="font-family: Arial;"><strong>&lt;Shift&gt;   + f</strong></span> <span style="font-family: Arial;">allows you to forward a message in a new window.</span> <span>(Only applicable in &#8216;Conversation View.&#8217;)</span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>&lt;Esc&gt;</span></th>
<td align="center" valign="middle"><span>Escape from input field</span></td>
<td valign="top"><span>Removes the cursor from your current input field.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span><strong> &lt;Ctrl&gt; + <span style="font-family: Arial,Helvetica,sans-serif;">s</span></strong></span></th>
<td align="center" valign="middle"><span>Save draft </span></td>
<td valign="top"><span>Saves the current text as a <a href="http://mail.google.com/support/bin/answer.py?answer=6587">draft</a> when composing a message. Hold the <strong>&lt;Ctrl&gt;</strong> key while pressing <strong>s</strong> <span style="font-family: Arial,Helvetica,sans-serif;"> and make sure your cursor is in one of the text fields &#8212; either the composition pane, or any of the To, CC, BCC, or Subject fields &#8212; when using this shortcut. </span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span><strong> # </strong></span></th>
<td align="center" valign="middle"><span>Delete </span></td>
<td valign="top"><span>Moves the conversation to Trash.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span><strong> l </strong></span></th>
<td align="center" valign="middle"><span>Label</span></td>
<td valign="top"><span>Opens the Labels menu to label a conversation.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span><strong> v </strong></span></th>
<td align="center" valign="middle"><span>Move to </span></td>
<td valign="top"><span>Moves the conversation from the inbox to a different label, Spam or Trash.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>&lt;Shift&gt; <span>+</span> i</span></th>
<td align="center" valign="middle"><span>Mark as read</span></td>
<td valign="top"><span>Marks your message as &#8216;read&#8217; and skip to the next message.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>&lt;Shift&gt; <span>+</span> u</span></th>
<td align="center" valign="middle"><span>Mark as unread</span></td>
<td valign="top"><span>Marks your message as &#8216;unread&#8217; so you can go back to it later.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>[</span></th>
<td align="center" valign="middle"><span>Archive and previous</span></td>
<td valign="top"><span>Archives your conversation and moves to the previous one.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>]</span></th>
<td align="center" valign="middle"><span>Archive and next</span></td>
<td valign="top"><span>Archives your conversation and moves to the next one.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>z</span></th>
<td align="center" valign="middle"><span>Undo</span></td>
<td valign="top"><span>Undoes your previous action, if possible (works for actions with an &#8216;undo&#8217; link).</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>&lt;Shift&gt; <span>+</span> n</span></th>
<td align="center" valign="middle"><span>Update current conversation</span></td>
<td valign="top"><span>Updates your current conversation when there are new messages.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>q</span></th>
<td align="center" valign="middle"><span>Move cursor to chat search</span></td>
<td valign="top"><span>Moves your cursor directly to the chat search box.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>y</span></th>
<td align="center" valign="middle"><span>Remove from Current View*<br />
</span></td>
<td valign="top"><span>Automatically removes the message or conversation from your current view. </span></p>
<ul><span><span></p>
<li> From &#8216;Inbox,&#8217; &#8216;y&#8217; means <strong>Archive</strong></li>
<li> From &#8216;Starred,&#8217; &#8216;y&#8217; means <strong>Unstar</strong></li>
<li> From &#8216;Trash,&#8217; &#8216;y&#8217; means <strong>Move to inbox</strong></li>
<li> From any label, &#8216;y&#8217; means <strong>Remove the label</strong></li>
<p></span></span></ul>
<p><span><span>* &#8216;y&#8217; has no effect if you&#8217;re in &#8216;Spam,&#8217; &#8216;Sent,&#8217; or &#8216;All Mail.&#8217; </span></span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>.</span></th>
<td align="center" valign="middle"><span>Show more actions</span></td>
<td valign="top"><span>Displays the &#8216;More Actions&#8217; drop-down menu.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>?</span></th>
<td align="center" valign="middle"><span>Show keyboard shortcuts help</span></td>
<td valign="top"><span>Displays the keyboard shortcuts help menu within any page you&#8217;re on.</span></td>
</tr>
</tbody>
</table>
<p><span style="font-family: Arial;"><strong>Combo-keys</strong> &#8211; Use the   following combinations of keys to navigate through Gmail.</span></p>
<table border="1" cellspacing="0" cellpadding="2" width="90%">
<tbody>
<tr bgcolor="#c3d9ff">
<th align="center" valign="middle"><span>Shortcut Key</span></th>
<th align="center" valign="middle"><span>Definition</span></th>
<th align="center" valign="middle"><span>Action</span></th>
</tr>
<tr>
<th align="center" valign="middle"><span>&lt;tab&gt; <span>then</span> &lt;Enter&gt;</span></th>
<td align="center" valign="middle"><span>Send message</span></td>
<td valign="top"><span>After composing your message,   use this combination to send it automatically. (Supported in Internet Explorer and Firefox, on Windows.)</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>y <span>then</span> o</span></th>
<td align="center" valign="middle"><span>Archive and next</span></td>
<td valign="top"><span>Archives your conversation and moves to the next one.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>g <span>then</span> a</span></th>
<td align="center" valign="middle"><span>Go to &#8216;All Mail&#8217;</span></td>
<td valign="top"><span>Takes you to &#8216;All Mail,&#8217; the storage site for all mail you&#8217;ve ever sent or received (and have not deleted).</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>g <span>then</span> s</span></th>
<td align="center" valign="middle"><span>Go to &#8216;Starred&#8217;</span></td>
<td valign="top"><span>Takes you to all conversations you have starred.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>g <span>then</span> c</span></th>
<td align="center" valign="middle"><span>Go to &#8216;Contacts&#8217;</span></td>
<td valign="top"><span>Takes you to your Contacts list.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>g <span>then</span> d</span></th>
<td align="center" valign="middle"><span>Go to &#8216;Drafts&#8217;</span></td>
<td valign="top"><span>Takes you to all drafts you have saved.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>g <span>then</span> i</span></th>
<td align="center" valign="middle"><span>Go to &#8216;Inbox&#8217;</span></td>
<td valign="top"><span>Returns you to the inbox.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>g <span>then</span> t</span></th>
<td align="center" valign="middle"><span>Go to &#8216;Sent Mail&#8217;</span></td>
<td valign="top"><span>Takes you to all mail you&#8217;ve sent.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>* <span>then</span> a</span></th>
<td align="center" valign="middle"><span>Select all</span></td>
<td valign="top"><span>Selects all mail.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>* <span>then</span> n</span></th>
<td align="center" valign="middle"><span>Select none</span></td>
<td valign="top"><span>Deselects all mail.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>* <span>then</span> r</span></th>
<td align="center" valign="middle"><span>Select read</span></td>
<td valign="top"><span>Selects all mail you&#8217;ve read.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>* <span>then</span> u</span></th>
<td align="center" valign="middle"><span>Select unread</span></td>
<td valign="top"><span>Selects all unread mail.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>* <span>then</span> s</span></th>
<td align="center" valign="middle"><span>Select starred</span></td>
<td valign="top"><span>Selects all starred mail.</span></td>
</tr>
<tr>
<th align="center" valign="middle"><span>* <span>then</span> t</span></th>
<td align="center" valign="middle"><span>Select unstarred</span></td>
<td valign="top"><span>Selects all unstarred mail.</span></td>
</tr>
</tbody>
</table>
<h3>Related Posts</h3>
<ul class="related_post">
<li>2009/3/1 &#8212; <a href="http://blog.simplife.net/archives/549" title="How To Configure Gmail On Windows Mobile 6">How To Configure Gmail On Windows Mobile 6</a></li>
<li>2007/4/20 &#8212; <a href="http://blog.simplife.net/archives/301" title="Google英文个性化首页可以更换主题了">Google英文个性化首页可以更换主题了</a></li>
<li>2007/4/9 &#8212; <a href="http://blog.simplife.net/archives/297" title="Google服务-网站管理员工具">Google服务-网站管理员工具</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/545/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Omnia的视频播放能力</title>
		<link>http://blog.simplife.net/archives/542</link>
		<comments>http://blog.simplife.net/archives/542#comments</comments>
		<pubDate>Sat, 21 Feb 2009 12:32:21 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[I900_Samsung]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=542</guid>
		<description><![CDATA[今天测试了I900的视频播放能力，所测试的影片为《谍影重重I》。
试了三个软件：Coreplayer，DivX Player，TCPMP。

Coreplay视频播放能力不错，界面不错，播放流畅，画质一流，但是不支持AC3音频解码，因此影片无声。
 DivX Player播放能力也不错，界面一般，播放流畅，画质一流，不支持中文文件名，依然不支持AC3音频解码，影片还是无声。
 TCPMP这款软件终于解决了不支持AC3解码的问题，播放流畅，但是画质实在一般，支持AC3音频解码。

最终选定为系统安装两个播放器：Coreplayer和TCPMP。
下附TCPMP的安装步骤（原创在这里http://forum.xda-developers.com/showthread.php?t=362685），原创中链接大部分已失效，我重新传到Rapidshare了。
1.*Samsung Omnia i900, HTC Diamond, HTC Raphael Pro, 103, 301, Galxy7, Xperia X1 and HTC Touch HD owners you will need this TCPMP/Player version for Your device, TCPMP 0.72RC1-ARM-PPC-recomp-03.cab.zip, INSTALL TO THE MAIN MEMORY{Thanks to Milesmowbray} get it here.{Please do not install the TCPMP Master Codec Pak with the 6.1 PocketPC [...]]]></description>
			<content:encoded><![CDATA[<p>今天测试了I900的视频播放能力，所测试的影片为《谍影重重I》。</p>
<p>试了三个软件：Coreplayer，DivX Player，TCPMP。</p>
<ol>
<li>Coreplay视频播放能力不错，界面不错，播放流畅，画质一流，但是不支持AC3音频解码，因此影片无声。</li>
<li> DivX Player播放能力也不错，界面一般，播放流畅，画质一流，不支持中文文件名，依然不支持AC3音频解码，影片还是无声。</li>
<li> TCPMP这款软件终于解决了不支持AC3解码的问题，播放流畅，但是画质实在一般，支持AC3音频解码。</li>
</ol>
<p>最终选定为系统安装两个播放器：Coreplayer和TCPMP。<br />
下附TCPMP的安装步骤（原创在这里http://forum.xda-developers.com/showthread.php?t=362685），原创中链接大部分已失效，我重新传到Rapidshare了。</p>
<p style="padding-left: 30px;">1.*Samsung Omnia i900, HTC Diamond, HTC Raphael Pro, 103, 301, Galxy7, Xperia X1 and HTC Touch HD owners you will need this TCPMP/Player version for Your device, TCPMP 0.72RC1-ARM-PPC-recomp-03.cab.zip, INSTALL TO THE MAIN MEMORY{Thanks to Milesmowbray} get it <a href="http://rapidshare.com/files/200729384/TCPMP-0.72RC1-ARM-PPC-recomp-03.CAB.zip" target="_blank">here</a>.{Please do not install the TCPMP Master Codec Pak with the 6.1 PocketPC Package}&#8230;&#8230;!</p>
<p style="padding-left: 30px;">2.*FlashvideoBundle 1.4.4.zip get it <a href="http://rapidshare.com/files/200737322/FlashVideoBundle_1.4.4.zip" target="_blank">here</a>! INSTALL TO THE MAIN MEMORY!</p>
<p style="padding-left: 30px;">3.**ac3.arm.cab <a href="http://rapidshare.com/files/200737664/ac3.ARM.cab" target="_blank">here</a>. INSTALL TO YOU SD CARD&#8230;..!</p>
<p style="padding-left: 30px;">4.**H.264.cab <a href="http://rapidshare.com/files/200737814/h264.cab" target="_blank">here</a>!Note: Please install the 6.1 pocketPC Package to the main memory in the order you see here 1 through 4, soft reset your PDA&#8230;&#8230;&#8230;! INSTALL TO YOUR SD CARD&#8230;&#8230;!</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/542/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Samsung Omnia I900</title>
		<link>http://blog.simplife.net/archives/536</link>
		<comments>http://blog.simplife.net/archives/536#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:59:15 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[I900_Samsung]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=536</guid>
		<description><![CDATA[
垂涎i900很久了，周日终于去买了。
以前一直用Symbian S60，习惯了S的操作方式，忽然换成WM还真不习惯，经过几天研究基本上了解了WM。
最近几天研究WM，每天眼睛都很累，今天下班特意把眼药水拿回来了。。。
买水货手机就是让人伤心。上次的E61i，耳机、数据线都是仿制，不过还好家里有两套N70的耳机和数据线。这次的I900手机、电池、转接口和耳机都是真货，充电器是假货，不得已去单位旁边二手城买了个凑合能用的假货。。。鉴于二手市场的混乱和市场上js的信誉度太欠缺，我也就不评价哪个卖我手机的JS了。

I900的照相功能最强大，笑脸快门超帅，只要设置好，瞄准人头即可，不用任何按键，快门自动释放。
上网超级流畅，配合Opera，网页渲染速度比PSP快，用起来和Iphone的Safari差的不多了，只是屏幕拖起来不如Ip流畅。
重力感应功能好，礼貌拒接功能设计的相当凑合，来电时手机屏幕朝上电话会响，朝下就不响了。
WM的系统，好。。。复杂，但是软件多。
WIFI功能不错，信号能力比我的E61i好一点。

说到资源，不得不说塞班网，自从前年垂涎e61i的时候，开始上塞班网，一直到现在。塞班网的学习资源和娱乐资源相当丰富而且成系统，管理者素质也比较高。现在转到WM发现一些研究WM的论坛都比较杂乱。
总之，I900还是买的值啊。下面是一张I900拍的样张（WDR开启，防抖开启，闪光灯关闭，微距开启，自动矩阵测光，ISO100）。

一个国外不错的讨论Omnia的论坛http://www.samsung-omnia.org/
Related Posts

No Related Post

]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a rel="lightbox" href="http://lh5.ggpht.com/_txEZddZC-U4/SZGRHbo2B4I/AAAAAAAABik/lnp6Z-_NOz8/s800/CIMG0840.JPG"><img class="aligncenter" style="border: 5px solid black; margin-top: 1px; margin-bottom: 1px;" title="Samsung Omnia I900" src="http://lh5.ggpht.com/_txEZddZC-U4/SZGRHbo2B4I/AAAAAAAABik/lnp6Z-_NOz8/s800/CIMG0840.JPG" alt="" width="480" height="360" /></a></p>
<p>垂涎i900很久了，周日终于去买了。</p>
<p>以前一直用Symbian S60，习惯了S的操作方式，忽然换成WM还真不习惯，经过几天研究基本上了解了WM。</p>
<p>最近几天研究WM，每天眼睛都很累，今天下班特意把眼药水拿回来了。。。</p>
<p>买水货手机就是让人伤心。上次的E61i，耳机、数据线都是仿制，不过还好家里有两套N70的耳机和数据线。这次的I900手机、电池、转接口和耳机都是真货，充电器是假货，不得已去单位旁边二手城买了个凑合能用的假货。。。鉴于二手市场的混乱和市场上js的信誉度太欠缺，我也就不评价哪个卖我手机的JS了。</p>
<ul>
<li>I900的照相功能最强大，笑脸快门超帅，只要设置好，瞄准人头即可，不用任何按键，快门自动释放。</li>
<li>上网超级流畅，配合Opera，网页渲染速度比PSP快，用起来和Iphone的Safari差的不多了，只是屏幕拖起来不如Ip流畅。</li>
<li>重力感应功能好，礼貌拒接功能设计的相当凑合，来电时手机屏幕朝上电话会响，朝下就不响了。</li>
<li>WM的系统，好。。。复杂，但是软件多。</li>
<li>WIFI功能不错，信号能力比我的E61i好一点。</li>
</ul>
<p>说到资源，不得不说塞班网，自从前年垂涎e61i的时候，开始上塞班网，一直到现在。塞班网的学习资源和娱乐资源相当丰富而且成系统，管理者素质也比较高。现在转到WM发现一些研究WM的论坛都比较杂乱。</p>
<p>总之，I900还是买的值啊。下面是一张I900拍的样张（WDR开启，防抖开启，闪光灯关闭，微距开启，自动矩阵测光，ISO100）。</p>
<p style="text-align: center;"><a rel="lightbox" href="http://lh6.ggpht.com/_txEZddZC-U4/SZGQ3SdX0LI/AAAAAAAABic/smiNtEJMOMY/s800/SNC00032.jpg"><img class="aligncenter" style="border: 5px solid black; margin-top: 1px; margin-bottom: 1px;" title="Sample" src="http://lh6.ggpht.com/_txEZddZC-U4/SZGQ3SdX0LI/AAAAAAAABic/smiNtEJMOMY/s800/SNC00032.jpg" alt="" width="480" height="360" /></a></p>
<p>一个国外不错的讨论Omnia的论坛http://www.samsung-omnia.org/<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/536/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Barack Obama 2009 Inauguration and Address</title>
		<link>http://blog.simplife.net/archives/531</link>
		<comments>http://blog.simplife.net/archives/531#comments</comments>
		<pubDate>Wed, 21 Jan 2009 15:08:55 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[社会_Society]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/?p=531</guid>
		<description><![CDATA[
一直也没关注Obama，今天偶然看到Obama的就职演说，发现Obama还挺帅的。
演讲里看的出来Obama睿智、干练、有魄力。典型的成功男人。

OBAMA: My fellow citizens:
I stand here today humbled by the task before us, grateful for the trust you have bestowed, mindful of the sacrifices borne by our ancestors. I thank President Bush for his service to our nation, as well as the generosity and cooperation he has shown throughout this transition.
Forty-four Americans have now taken [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><object width="480" height="385" data="http://www.youtube.com/v/VjnygQ02aW4&amp;hl=zh_CN&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VjnygQ02aW4&amp;hl=zh_CN&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /></object></p>
<p>一直也没关注Obama，今天偶然看到Obama的就职演说，发现Obama还挺帅的。</p>
<p>演讲里看的出来Obama睿智、干练、有魄力。典型的成功男人。</p>
<p><span id="more-531"></span></p>
<p>OBAMA: My fellow citizens:</p>
<p>I stand here today humbled by the task before us, grateful for the trust you have bestowed, mindful of the sacrifices borne by our ancestors. I thank President Bush for his service to our nation, as well as the generosity and cooperation he has shown throughout this transition.</p>
<p>Forty-four Americans have now taken the presidential oath. The words have been spoken during rising tides of prosperity and the still waters of peace. Yet, every so often the oath is taken amidst gathering clouds and raging storms. At these moments, America has carried on not simply because of the skill or vision of those in high office, but because we the people have remained faithful to the ideals of our forebears, and true to our founding documents.</p>
<p>So it has been. So it must be with this generation of Americans.</p>
<p>That we are in the midst of crisis is now well understood. Our nation is at war, against a far-reaching network of violence and hatred. Our economy is badly weakened, a consequence of greed and irresponsibility on the part of some, but also our collective failure to make hard choices and prepare the nation for a new age. Homes have been lost; jobs shed; businesses shuttered. Our health care is too costly; our schools fail too many; and each day brings further evidence that the ways we use energy strengthen our adversaries and threaten our planet.</p>
<p>These are the indicators of crisis, subject to data and statistics. Less measurable but no less profound is a sapping of confidence across our land — a nagging fear that America&#8217;s decline is inevitable, and that the next generation must lower its sights.</p>
<p>Today I say to you that the challenges we face are real. They are serious and they are many. They will not be met easily or in a short span of time. But know this, America — they will be met.</p>
<p>On this day, we gather because we have chosen hope over fear, unity of purpose over conflict and discord.</p>
<p>On this day, we come to proclaim an end to the petty grievances and false promises, the recriminations and worn out dogmas, that for far too long have strangled our politics.</p>
<p>We remain a young nation, but in the words of Scripture, the time has come to set aside childish things. The time has come to reaffirm our enduring spirit; to choose our better history; to carry forward that precious gift, that noble idea, passed on from generation to generation: the God-given promise that all are equal, all are free and all deserve a chance to pursue their full measure of happiness.</p>
<p>In reaffirming the greatness of our nation, we understand that greatness is never a given. It must be earned. Our journey has never been one of shortcuts or settling for less. It has not been the path for the faint-hearted — for those who prefer leisure over work, or seek only the pleasures of riches and fame. Rather, it has been the risk-takers, the doers, the makers of things — some celebrated but more often men and women obscure in their labor, who have carried us up the long, rugged path towards prosperity and freedom.</p>
<p>For us, they packed up their few worldly possessions and traveled across oceans in search of a new life.</p>
<p>For us, they toiled in sweatshops and settled the West; endured the lash of the whip and plowed the hard earth.</p>
<p>For us, they fought and died, in places like Concord and Gettysburg; Normandy and Khe Sanh.</p>
<p>Time and again these men and women struggled and sacrificed and worked till their hands were raw so that we might live a better life. They saw America as bigger than the sum of our individual ambitions; greater than all the differences of birth or wealth or faction.</p>
<p>This is the journey we continue today. We remain the most prosperous, powerful nation on Earth. Our workers are no less productive than when this crisis began. Our minds are no less inventive, our goods and services no less needed than they were last week or last month or last year. Our capacity remains undiminished. But our time of standing pat, of protecting narrow interests and putting off unpleasant decisions — that time has surely passed. Starting today, we must pick ourselves up, dust ourselves off, and begin again the work of remaking America.</p>
<p>For everywhere we look, there is work to be done. The state of the economy calls for action, bold and swift, and we will act — not only to create new jobs, but to lay a new foundation for growth. We will build the roads and bridges, the electric grids and digital lines that feed our commerce and bind us together. We will restore science to its rightful place, and wield technology&#8217;s wonders to raise health care&#8217;s quality and lower its cost. We will harness the sun and the winds and the soil to fuel our cars and run our factories. And we will transform our schools and colleges and universities to meet the demands of a new age. All this we can do. All this we will do.</p>
<p>Now, there are some who question the scale of our ambitions — who suggest that our system cannot tolerate too many big plans. Their memories are short. For they have forgotten what this country has already done; what free men and women can achieve when imagination is joined to common purpose, and necessity to courage.</p>
<p>What the cynics fail to understand is that the ground has shifted beneath them — that the stale political arguments that have consumed us for so long no longer apply. The question we ask today is not whether our government is too big or too small, but whether it works — whether it helps families find jobs at a decent wage, care they can afford, a retirement that is dignified. Where the answer is yes, we intend to move forward. Where the answer is no, programs will end. Those of us who manage the public&#8217;s dollars will be held to account — to spend wisely, reform bad habits, and do our business in the light of day — because only then can we restore the vital trust between a people and their government.</p>
<p>Nor is the question before us whether the market is a force for good or ill. Its power to generate wealth and expand freedom is unmatched, but this crisis has reminded us that without a watchful eye, the market can spin out of control — and that a nation cannot prosper long when it favors only the prosperous. The success of our economy has always depended not just on the size of our gross domestic product, but on the reach of our prosperity; on our ability to extend opportunity to every willing heart — not out of charity, but because it is the surest route to our common good.</p>
<p>As for our common defense, we reject as false the choice between our safety and our ideals. Our founding fathers &#8230; our found fathers, faced with perils we can scarcely imagine, drafted a charter to assure the rule of law and the rights of man, a charter expanded by the blood of generations. Those ideals still light the world, and we will not give them up for expedience&#8217;s sake. <span style="color: #ff0000;">And so to all the other peoples and governments who are watching today, from the grandest capitals to the small village where my father was born: know that America is a friend of each nation and every man, woman, and child who seeks a future of peace and dignity, and that we are ready to lead once more.</span></p>
<p><span style="color: #ff0000;">Recall that earlier generations faced down fascism and communism not just with missiles and tanks, but with sturdy alliances and enduring convictions.</span> <span style="color: #ff0000;">They understood that our power alone cannot protect us, nor does it entitle us to do as we please. </span>Instead, they knew that our power grows through its prudent use; our security emanates from the justness of our cause, the force of our example, the tempering qualities of humility and restraint.</p>
<p>We are the keepers of this legacy. Guided by these principles once more, we can meet those new threats that demand even greater effort — even greater cooperation and understanding between nations. We will begin to responsibly leave Iraq to its people, and forge a hard-earned peace in Afghanistan. With old friends and former foes, we will work tirelessly to lessen the nuclear threat, and roll back the specter of a warming planet. We will not apologize for our way of life, nor will we waver in its defense, and for those who seek to advance their aims by inducing terror and slaughtering innocents, we say to you now that our spirit is stronger and cannot be broken; you cannot outlast us, and we will defeat you.</p>
<p>For we know that our patchwork heritage is a strength, not a weakness. We are a nation of Christians and Muslims, Jews and Hindus — and non-believers. We are shaped by every language and culture, drawn from every end of this Earth; and because we have tasted the bitter swill of civil war and segregation, and emerged from that dark chapter stronger and more united, we cannot help but believe that the old hatreds shall someday pass; that the lines of tribe shall soon dissolve; that as the world grows smaller, our common humanity shall reveal itself; and that America must play its role in ushering in a new era of peace.</p>
<p>To the Muslim world, we seek a new way forward, based on mutual interest and mutual respect. To those leaders around the globe who seek to sow conflict, or blame their society&#8217;s ills on the West — know that your people will judge you on what you can build, not what you destroy. To those who cling to power through corruption and deceit and the silencing of dissent, know that you are on the wrong side of history; but that we will extend a hand if you are willing to unclench your fist.</p>
<p>To the people of poor nations, we pledge to work alongside you to make your farms flourish and let clean waters flow; to nourish starved bodies and feed hungry minds. And to those nations like ours that enjoy relative plenty, we say we can no longer afford indifference to the suffering outside our borders; nor can we consume the world&#8217;s resources without regard to effect. For the world has changed, and we must change with it.</p>
<p>As we consider the road that unfolds before us, we remember with humble gratitude those brave Americans who, at this very hour, patrol far-off deserts and distant mountains. They have something to tell us, just as the fallen heroes who lie in Arlington whisper through the ages. We honor them not only because they are guardians of our liberty, but because they embody the spirit of service; a willingness to find meaning in something greater than themselves. And yet, at this moment — a moment that will define a generation — it is precisely this spirit that must inhabit us all.</p>
<p>For as much as government can do and must do, it is ultimately the faith and determination of the American people upon which this nation relies. It is the kindness to take in a stranger when the levees break, the selflessness of workers who would rather cut their hours than see a friend lose their job which sees us through our darkest hours. It is the firefighter&#8217;s courage to storm a stairway filled with smoke, but also a parent&#8217;s willingness to nurture a child, that finally decides our fate.</p>
<p>Our challenges may be new. The instruments with which we meet them may be new. But those values upon which our success depends — honesty and hard work, courage and fair play, tolerance and curiosity, loyalty and patriotism — these things are old. These things are true. They have been the quiet force of progress throughout our history. What is demanded then is a return to these truths. What is required of us now is a new era of responsibility — a recognition, on the part of every American, that we have duties to ourselves, our nation, and the world, duties that we do not grudgingly accept but rather seize gladly, firm in the knowledge that there is nothing so satisfying to the spirit, so defining of our character, than giving our all to a difficult task.</p>
<p>This is the price and the promise of citizenship.</p>
<p>This is the source of our confidence — the knowledge that God calls on us to shape an uncertain destiny.</p>
<p>This is the meaning of our liberty and our creed — why men and women and children of every race and every faith can join in celebration across this magnificent Mall, and why a man whose father less than sixty years ago might not have been served at a local restaurant can now stand before you to take a most sacred oath.</p>
<p>So let us mark this day with remembrance, of who we are and how far we have traveled. In the year of America&#8217;s birth, in the coldest of months, a small band of patriots huddled by dying campfires on the shores of an icy river. The capital was abandoned. The enemy was advancing. The snow was stained with blood. At a moment when the outcome of our revolution was most in doubt, the father of our nation ordered these words be read to the people:</p>
<p>&#8220;Let it be told to the future world &#8230; that in the depth of winter, when nothing but hope and virtue could survive&#8230;that the city and the country, alarmed at one common danger, came forth to meet (it).&#8221;</p>
<p>America, in the face of our common dangers, in this winter of our hardship, let us remember these timeless words. With hope and virtue, let us brave once more the icy currents, and endure what storms may come. Let it be said by our children&#8217;s children that when we were tested we refused to let this journey end, that we did not turn back nor did we falter; and with eyes fixed on the horizon and God&#8217;s grace upon us, we carried forth that great gift of freedom and delivered it safely to future generations.</p>
<p>Thank you. God bless you. And God bless the United States of America.</p>
<h3>Related Posts</h3>
<ul class="related_post">
<li>No Related Post</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/531/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sync E61i With Google Calendar</title>
		<link>http://blog.simplife.net/archives/525</link>
		<comments>http://blog.simplife.net/archives/525#comments</comments>
		<pubDate>Wed, 14 Jan 2009 17:23:14 +0000</pubDate>
		<dc:creator>Cong</dc:creator>
				<category><![CDATA[E61i_Nokia]]></category>
		<category><![CDATA[生活_Life]]></category>
		<category><![CDATA[nokia_e61i]]></category>

		<guid isPermaLink="false">http://blog.simplife.net/archives/525</guid>
		<description><![CDATA[进一步发现问题表现为：
按月重复的事项总会挫后一天。
非重复事项正常。
=======================
试着用CalsyncS60同步google calendar，发现all-day event同步后挫一天。google里的24日的all-day event同步到手机变成25日。
去官网看了看，反应类似情况的还不少。
估计应该是软件读取时区问题，手机里设置了时区是+8，现在时间虽然已经那个15日，但calsyncs60里还显示14日，问题可能就在这里了。
非all-day的项目同步正常，时间也正常。
软件读取手机的标准时间（GMT），软件认为现在手机日期为（GMT），而google里面设置了（+8），因此可能造成时间后挫8小时，而all-day event恰巧就变成了all-day+8。猜测，猜测。
希望官方尽快解决。
Related Posts

2008/11/17 &#8212; 在家听幻想音乐
2008/10/9 &#8212; 锤子和牙刷
2008/8/12 &#8212; 最近……

]]></description>
			<content:encoded><![CDATA[<p>进一步发现问题表现为：<br />
按月重复的事项总会挫后一天。<br />
非重复事项正常。</p>
<p>=======================</p>
<p>试着用CalsyncS60同步google calendar，发现all-day event同步后挫一天。google里的24日的all-day event同步到手机变成25日。<br />
去官网看了看，反应类似情况的还不少。<br />
估计应该是软件读取时区问题，手机里设置了时区是+8，现在时间虽然已经那个15日，但calsyncs60里还显示14日，问题可能就在这里了。</p>
<p>非all-day的项目同步正常，时间也正常。</p>
<p>软件读取手机的标准时间（GMT），软件认为现在手机日期为（GMT），而google里面设置了（+8），因此可能造成时间后挫8小时，而all-day event恰巧就变成了all-day+8。猜测，猜测。<br />
希望官方尽快解决。<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li>2008/11/17 &#8212; <a href="http://blog.simplife.net/archives/469" title="在家听幻想音乐">在家听幻想音乐</a></li>
<li>2008/10/9 &#8212; <a href="http://blog.simplife.net/archives/454" title="锤子和牙刷">锤子和牙刷</a></li>
<li>2008/8/12 &#8212; <a href="http://blog.simplife.net/archives/444" title="最近……">最近……</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.simplife.net/archives/525/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
