<?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>知易行难,知行合一 (Walk the Talk) &#187; https</title>
	<atom:link href="http://blog.alwayst.info/tag/https/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.alwayst.info</link>
	<description>Blocked in China since Jan 6, 2011</description>
	<lastBuildDate>Mon, 12 Dec 2011 07:07:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</title>
		<link>http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox</link>
		<comments>http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox#comments</comments>
		<pubDate>Sun, 21 Aug 2011 16:22:40 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[pentadactyl]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1549</guid>
		<description><![CDATA[First of all, if you don&#8217;t have any idea what Pentadactyl is, then this post maybe not worth your time. Secondly, I should tell you about my system environments: Ubuntu 11.04; Firefox 6.0. If yours are differ from mine, I suppose it will still be ok, in most of the cases, they share the same [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, if you don&#8217;t have any idea what <a href="http://dactyl.sourceforge.net/pentadactyl/" target="_blank"><strong>Pentadactyl</strong></a> is, then this post maybe not worth your time.</p>
<p>Secondly, I should tell you about my system environments: Ubuntu 11.04; Firefox 6.0. If yours are differ from mine, I suppose it will still be ok, in most of the cases, they share the same steps.</p>
<p>Now, let&#8217;s start.</p>
<ol>
<li><strong>Why use Firefox?</strong> It&#8217;s the only browser what can have Pentadactyl as the add-on.</li>
<li><strong>Why use Pentadactyl?</strong> It&#8217;s vim-like add-on, designed for some keyboard addicted users to make life easier and more efficiently. If you ever heard about vim, you should know how powerful it is.</li>
<li><strong>Why bother to use encrypted google search engine?</strong> It&#8217;s really something personal, I like it, because I like it. If you insist to ask, I think the main reason is I don&#8217;t want my search queries to be intercepted. Besides, it makes me cool and different.</li>
</ol>
<p>In Pentadactyl, when you want search something, just type &#8220;o&#8221;(open the results in current tab) or &#8220;t&#8221;(open the results in new tab) followed the search words. By default, Pentadactyl use google as the search engine, <strong>Not</strong> google ssl. So how to change it? Add it as a bookmark will be the first step. Since we use Pentadactyl, let&#8217;s do it in some cool way:</p>
<ol>
<li>Press &#8220;<strong>:</strong>&#8221; to begin to typing command.<br />
<blockquote><p><code> <strong>bmark -keyword gssl https://encrypted.google.com/search?sclient=psy&amp;hl=en&amp;safe=off&amp;site=webhp&amp;source=hp&amp;q=%s&amp;pbx=1&amp;oq=&amp;aq=&amp;aqi=&amp;aql=&amp;gs_sm=&amp;gs_upl=</strong></code></p></blockquote>
</li>
<li>Press &#8220;Enter&#8221; to execute the command. And now you add it to your bookmark. Then press &#8220;<strong>:</strong>&#8221; again to type another command.<code><br />
</code></p>
<blockquote><p><code><strong>set defsearch=gssl</strong></code></p></blockquote>
</li>
<li>Job done!</li>
</ol>
<p><strong>Command no.1:</strong> &#8220;-keyword&#8221; is an option for you to name a search engine which will be used in the second command. The url I provided maybe only functional in my system environment, I&#8217;m not sure. But if it doesn&#8217;t work, you could find it by yourself. <strong>AND it&#8217;s more easier.</strong></p>
<ol>
<li>Open <a href="https://encrypted.google.com" target="_blank">https://encrypted.google.com</a></li>
<li>Right click of the search box</li>
<li>Choose &#8220;Add a Keyword for this Search&#8230;&#8221;</li>
<li>Name a keyword as you like, in my case it will be &#8220;gssl</li>
</ol>
<p>It&#8217;s exactly the same result as command no.1. You will find the url when you check this bookmark&#8217;s property.</p>
<p><strong>Command no.2:</strong> is used to set the default search engine. I really try hard to find this option of Pentadactyl&#8230;</p>
<p>Well, over&#8230;</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/how-to-change-the-hints-settings-of-pentadactyl" title="How to change the hints settings of Pentadactyl 2011.08.25">How to change the hints settings of Pentadactyl</a>(0)</li>
<li><a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu" title="How to fix the problem when Firefox cannot launch in Ubuntu 2011.03.26">How to fix the problem when Firefox cannot launch in Ubuntu</a>(2)</li>
<li><a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10" title="How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10] 2011.03.23">How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</a>(0)</li>
<li><a href="http://blog.alwayst.info/some-ubuntu-tips" title="Some Ubuntu Tips 2010.10.16">Some Ubuntu Tips</a>(4)</li>
<li><a href="http://blog.alwayst.info/how_to_use_https_for_google_search" title="https and Google search 2010.03.31">https and Google search</a>(6)</li>
<li><a href="http://blog.alwayst.info/how-do-i-enable-sidewiki" title="如何启用Sidewiki 2009.11.11">如何启用Sidewiki</a>(6)</li>
<li><a href="http://blog.alwayst.info/the-problem-of-google-calendar" title="the Problem of Google Calendar 2009.09.28">the Problem of Google Calendar</a>(0)</li>
<li><a href="http://blog.alwayst.info/something-about-omnibar" title="Omnibar的其他应用 2011.01.5">Omnibar的其他应用</a>(4)</li>
<li><a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar" title="在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky" 2010.12.29">在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"</a>(0)</li>
<li><a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection" title="更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎 2010.12.28">更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎</a>(1)</li>
</ul><h3>Recent Comments</h3><ul></ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2011. |
<a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox">Permalink</a> |
<a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/code" rel="tag">code</a>, <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/https" rel="tag">https</a>, <a href="http://blog.alwayst.info/tag/pentadactyl" rel="tag">pentadactyl</a>, <a href="http://blog.alwayst.info/tag/ssl" rel="tag">ssl</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>https and Google search</title>
		<link>http://blog.alwayst.info/how_to_use_https_for_google_search</link>
		<comments>http://blog.alwayst.info/how_to_use_https_for_google_search#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:03:56 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1127</guid>
		<description><![CDATA[根据Twitter情报和本人实际体验，Google搜索在今天下午处于半抽风状态，无规则地出现reset现象。没有了Google可怎么办？难道用Google也要翻墙，那速度和效率差就太打折扣了。在现有条件下其实还是有办法对抗的，那就是用https进行Google搜索。很奇怪，Google本身并没有这个服务，但众所周知，Gmail是默认进行https链接的，而在Gmail Labs里&#8230; &#8230; 请根据我的提示操作： Settings&#8211;Labs From Drop Box 启用&#8221;Google Search&#8221; From Drop Box 在如下图位置进行搜索 From Drop Box 好了，大功告成。现在可以在Gmail内进行Google搜索，且不在有reset的烦恼了。本来这是个挺普通的功能，我甚至都没有在Gmail中使用Google搜索的习惯。但如今猛然发觉，既然Gmail是https连接，那在Gmail中的Google搜索自然也是https连接的咯，这样加密传输搜索内容，就无法做入侵检测，顺利逃过了reset的命运。 当然道高一尺，魔高一丈。和GFW的斗争本来就是无止尽的，也许哪天这个方法就失效了，毕竟GFW已经做到了不允许用https对google docs里的documents进行连接。不过也无妨，一切都在动态平衡中就好，我们的技术不也在不断提高嘛，都是逼出来的，谁怕谁。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; p.s : 多用用快捷键，生活无限美好。Gmail中的Google 搜索的快捷方式是 “g then /”，想要了解更多快捷方式，请在Gmail中按下“？” 。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; update :月光博客对今天Google搜索被屏蔽也做了介绍和破解方法，传送门点这里 Related PostsSet SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) Call phones from Gmail(2) 崂山道士之术(3) 恭喜HootSuite(1) the Problem of [...]]]></description>
			<content:encoded><![CDATA[<p>根据Twitter情报和本人实际体验，<strong>Google搜索在今天下午处于半抽风状态，无规则地出现reset现象。</strong>没有了Google可怎么办？难道用Google也要翻墙，那速度和效率差就太打折扣了。在现有条件下其实还是有办法对抗的，那就是<strong>用https进行Google搜索</strong>。很奇怪，Google本身并没有这个服务，但众所周知，Gmail是默认进行https链接的，而在Gmail Labs里&#8230; &#8230; 请根据我的提示操作：</p>
<ul>
<li><strong>Settings&#8211;Labs</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/VsI7XTksrgmq_AQv5q_lGQ?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh5.ggpht.com/_L1J-lJWR4To/S7Ia2agRa0I/AAAAAAAAMRs/f94qoSHIMMo/s512/gmail_search1.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>启用&#8221;Google Search&#8221;</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/anKpJvzs7u0evKnO18hoRA?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/S7Ia2op191I/AAAAAAAAMRw/nKyNkgzQ2fE/s512/gmail_search2.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>在如下图位置进行搜索</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/U_b78QmEWmz3FSMT4LtWyg?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/S7Ia2pZ7byI/AAAAAAAAMR0/pfHMdqHLzgw/s512/gmail_search3.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>好了，大功告成。现在可以在Gmail内进行Google搜索，且不在有reset的烦恼了。本来这是个挺普通的功能，我甚至都没有在Gmail中使用Google搜索的习惯。但如今猛然发觉，既然Gmail是https连接，那在Gmail中的Google搜索自然也是https连接的咯，这样加密传输搜索内容，就无法做入侵检测，顺利逃过了reset的命运。</p>
<p>当然道高一尺，魔高一丈。和GFW的斗争本来就是无止尽的，也许哪天这个方法就失效了，毕竟GFW已经做到了不允许用https对google docs里的documents进行连接。不过也无妨，一切都在动态平衡中就好，我们的技术不也在不断提高嘛，都是逼出来的，谁怕谁。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>p.s : 多用用快捷键，生活无限美好。Gmail中的Google 搜索的快捷方式是 “g then /”，想要了解更多快捷方式，请在Gmail中按下“？” 。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong><span style="color: #ff0000;">update :</span></strong>月光博客对今天Google搜索被屏蔽也做了介绍和破解方法，传送门点<a href="http://www.williamlong.info/archives/2131.html" target="_blank">这里</a></p>
<p><strong> </strong></p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/call-phones-from-gmail" title="Call phones from Gmail 2010.08.27">Call phones from Gmail</a>(2)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</li>
<li><a href="http://blog.alwayst.info/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</li>
<li><a href="http://blog.alwayst.info/the-problem-of-google-calendar" title="the Problem of Google Calendar 2009.09.28">the Problem of Google Calendar</a>(0)</li>
<li><a href="http://blog.alwayst.info/%e5%8f%8c%e9%9d%a2%e5%88%83%e2%80%94%e2%80%94hosts%e6%96%87%e4%bb%b6" title="双面刃——hosts文件 2009.09.12">双面刃——hosts文件</a>(0)</li>
<li><a href="http://blog.alwayst.info/gfw%e5%8f%af%e8%80%bb%ef%bc%81" title="GFW可耻！ 2009.09.3">GFW可耻！</a>(6)</li>
<li><a href="http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88" title="ucweb英文版 2009.09.2">ucweb英文版</a>(2)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%88%e7%af%87%ef%bc%89" title="体验被墙（终篇） 2009.08.25">体验被墙（终篇）</a>(12)</li>
<li><a href="http://blog.alwayst.info/%e6%b5%b7%e5%ba%95%e5%85%89%e7%bc%86%e5%8f%88gg%e4%ba%86%e3%80%82%e3%80%82%e3%80%82" title="海底光缆又gg了。。。 2009.08.18">海底光缆又gg了。。。</a>(2)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-511" title="View the entire comment by Yin" >@T  
拉风也没人看到啊，这样就是去拉风的意义啦！</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-510" title="View the entire comment by T" >@Yin  
快捷键多用就习惯了，确实快多了，而且拉风。</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-509" title="View the entire comment by T" >@Yin  
不是的，google自己调整了一下，搜索里包含了rfa字段，该字段属于违禁词。所以确...</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-508" title="View the entire comment by T" >@Afio  
嗯，确实是这样，这下RFA出名了。Radio Free Asia一听就是好反动的名...</a></li>
<li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-507" title="View the entire comment by Yin" >快捷键是个好东西，但是我看了一下，这也太多了吧……
现在我这里只能打开Google.com和Goo...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2010. |
<a href="http://blog.alwayst.info/how_to_use_https_for_google_search">Permalink</a> |
<a href="http://blog.alwayst.info/how_to_use_https_for_google_search#comments">6 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</a>, <a href="http://blog.alwayst.info/tag/gmail" rel="tag">gmail</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/https" rel="tag">https</a>, <a href="http://blog.alwayst.info/tag/%e7%bf%bb%e5%a2%99" rel="tag">翻墙</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/how_to_use_https_for_google_search/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>the Problem of Google Calendar</title>
		<link>http://blog.alwayst.info/the-problem-of-google-calendar</link>
		<comments>http://blog.alwayst.info/the-problem-of-google-calendar#comments</comments>
		<pubDate>Mon, 28 Sep 2009 13:27:09 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[心情文章]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=702</guid>
		<description><![CDATA[Recent days when I used HTTPS protocol to connect Google Calendar, the service seldom worked appropriate, which means I cannot create any event or task any more. So I was forced to use HTTP  protocol, under this circumstances Google Calendar runned just fine. BUT as we all known, HTTP is not so secure, it can [...]]]></description>
			<content:encoded><![CDATA[<p>Recent days when I used <strong>HTTPS</strong> protocol to connect Google Calendar, the service seldom worked appropriate, which means I cannot create any event or task any more. So I was forced to use HTTP  protocol, under this circumstances Google Calendar runned just fine. BUT as we all known, HTTP is not so secure, it can be traced or intercepted. Thus I want make it clear : was there anyone who encountered the same situation like me or it just happened because of my bad luck?</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/how_to_use_https_for_google_search" title="https and Google search 2010.03.31">https and Google search</a>(6)</li>
<li><a href="http://blog.alwayst.info/something-about-omnibar" title="Omnibar的其他应用 2011.01.5">Omnibar的其他应用</a>(4)</li>
<li><a href="http://blog.alwayst.info/use-i-feel-lucky-function-in-omnibar" title="在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky" 2010.12.29">在Chrome浏览器地址栏(Omnibar)中使用"I Feel Lucky"</a>(0)</li>
<li><a href="http://blog.alwayst.info/let-omnibar-send-you-to-the-right-country-redirection" title="更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎 2010.12.28">更改Chrome浏览器地址栏(Omnibar)的默认搜索引擎</a>(1)</li>
<li><a href="http://blog.alwayst.info/call-phones-from-gmail" title="Call phones from Gmail 2010.08.27">Call phones from Gmail</a>(2)</li>
<li><a href="http://blog.alwayst.info/a_new_approach_to_china_an_update" title="(译文)A new approach to China: an update 2010.03.23">(译文)A new approach to China: an update</a>(2)</li>
<li><a href="http://blog.alwayst.info/how_to_delete_google_bookmarks" title="Google Bookmarks 无法删除的问题 2010.03.10">Google Bookmarks 无法删除的问题</a>(0)</li>
<li><a href="http://blog.alwayst.info/translation_5_buzz_tips" title="(译文)5 Buzz tips 2010.02.19">(译文)5 Buzz tips</a>(1)</li>
<li><a href="http://blog.alwayst.info/be_fooled_by_a_phishing_website" title="被耻辱地钓鱼了 2010.02.13">被耻辱地钓鱼了</a>(0)</li>
</ul><h3>Recent Comments</h3><ul></ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<a href="http://blog.alwayst.info/the-problem-of-google-calendar">Permalink</a> |
<a href="http://blog.alwayst.info/the-problem-of-google-calendar#comments">No comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/calendar" rel="tag">calendar</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/http" rel="tag">http</a>, <a href="http://blog.alwayst.info/tag/https" rel="tag">https</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/the-problem-of-google-calendar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

