<?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>谷奥——探寻谷歌的奥秘 &#187; Gmail</title>
	<atom:link href="http://www.guao.hk/tag/gmail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.guao.hk</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 11:46:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/>		<item>
		<title>让 Gmail 成为 Chrome 里默认的邮件客户端</title>
		<link>http://www.guao.hk/posts/set-gmail-as-your-browsers-default-email-client-with-a-simple-hack.html</link>
		<comments>http://www.guao.hk/posts/set-gmail-as-your-browsers-default-email-client-with-a-simple-hack.html#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:20:41 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=48108</guid>
		<description><![CDATA[Firefox从3.0版本就加入了应用调用功能，在设置里可以将网页的Gmail设置为默认的邮件客户端，也就是说当你点击网页里的mailto:xxx@xxx.com链接的时候打开的不是Outlook Express或Mail，而是新开一个发送Gmail邮件的网页。但是Chrome做不到，我们不得不安装一个扩展来实现。 今天HTML 5大神Paul Irish分享了一个不必装扩展即可实现的办法，也很简单： 在Chrome里打开Gmail.com 用快捷键Ctrl+Shift+J（苹果是Command+Option+J）打开Chrome内置的Javascript控制台 将以下代码粘帖进去并按回车： navigator.registerProtocolHandler("mailto", "https://mail.google.com/mail/?extsrc=mailto&#38;url=%s", "Gmail"); 此时Chrome会问你是否允许Gmail (mail.google.com)打开所有的邮件链接？当然选择“使用Gmail”按钮 搞定！ 要测试自己是否成功了，点击这个链接即可。 Via LifeHacker © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-48109" title="9bfcb0fd606441e90f35ef90b7c3d121" src="http://www.guao.hk/wp-content/uploads/2012/02/9bfcb0fd606441e90f35ef90b7c3d121-550x309.jpg" alt="" width="550" height="309" /></p>
<p>Firefox从3.0版本就加入了应用调用功能，在设置里可以将网页的Gmail设置为默认的邮件客户端，也就是说当你点击网页里的mailto:xxx@xxx.com链接的时候打开的不是Outlook Express或Mail，而是新开一个发送Gmail邮件的网页。但是Chrome做不到，<a href="https://chrome.google.com/webstore/detail/gppbppehiogfokmpligejhaepeopajdf#" target="_blank">我们不得不安装一个扩展来实现</a>。</p>
<p>今天<a href="http://updates.html5rocks.com/2012/02/Getting-Gmail-to-handle-all-mailto-links-with-registerProtocolHandler" target="_blank">HTML 5大神Paul Irish</a>分享了一个不必装扩展即可实现的办法，也很简单：</p>
<ol>
<li>在Chrome里打开Gmail.com</li>
<li>用快捷键Ctrl+Shift+J（苹果是Command+Option+J）打开Chrome内置的Javascript控制台</li>
<li>将以下代码粘帖进去并按回车：
<pre>  navigator.registerProtocolHandler("mailto",                                   "https://mail.google.com/mail/?extsrc=mailto&amp;url=%s",                                   "Gmail");</pre>
</li>
<li>此时Chrome会问你是否允许Gmail (mail.google.com)打开所有的邮件链接？当然选择“使用Gmail”按钮</li>
<li>搞定！</li>
</ol>
<p>要测试自己是否成功了，<a href="mailto:xxx@xxx.com" target="_blank">点击这个链接即可</a>。</p>
<p>Via <a href="http://lifehacker.com/5883372/set-gmail-as-your-browsers-default-email-client-with-a-simple-hack" target="_blank">LifeHacker</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/set-gmail-as-your-browsers-default-email-client-with-a-simple-hack.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/set-gmail-as-your-browsers-default-email-client-with-a-simple-hack.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/set-gmail-as-your-browsers-default-email-client-with-a-simple-hack.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>没有新 Gmail 邮件了？看 Google+ 去吧</title>
		<link>http://www.guao.hk/posts/no-new-mail-try-google-plus.html</link>
		<comments>http://www.guao.hk/posts/no-new-mail-try-google-plus.html#comments</comments>
		<pubDate>Thu, 09 Feb 2012 09:44:41 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google News]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[Google Reader]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=48101</guid>
		<description><![CDATA[如果你的Gmail清空了所有新邮件，你就会看到如上图的这个提示： 没有新邮件了！不如看看Google+里大家都在喷什么吧。 其中的Google+链接会带你到Google+的What's hot里查看热门话题。 其实以前在Google+还未发布的时候，没有Gmail新邮件的时候也会出现一个提示： 没有新邮件了！想看看你最爱网站的更新？试试Google Reader呗。 现在Google要力推Google+而非Google Reader了，所以提示语就换了。那么在Google Reader发布之前的提示是啥呢？就是： 没有新邮件了！但是Google News总能给你提供一些可读的东西。 简单的一个提示语，即可看出各个时期Google在力推什么服务，不知道推荐Google+的这句话以后还能变成啥？ Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google News, Google Plus, Google Reader]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-48102" title="gmail-no-new-mail" src="http://www.guao.hk/wp-content/uploads/2012/02/gmail-no-new-mail-550x145.png" alt="" width="550" height="145" /></p>
<p>如果你的Gmail清空了所有新邮件，你就会看到如上图的这个提示：</p>
<blockquote><p>没有新邮件了！不如看看Google+里大家都在喷什么吧。</p></blockquote>
<p>其中的Google+链接会带你到Google+的What's hot里查看热门话题。</p>
<p>其实以前在Google+还未发布的时候，没有Gmail新邮件的时候也会出现一个提示：</p>
<p><img class="aligncenter size-large wp-image-48103" title="gmail-no-new-mail-old-message" src="http://www.guao.hk/wp-content/uploads/2012/02/gmail-no-new-mail-old-message-550x223.png" alt="" width="550" height="223" /></p>
<blockquote><p>没有新邮件了！想看看你最爱网站的更新？试试Google Reader呗。</p></blockquote>
<p>现在Google要力推Google+而非Google Reader了，所以提示语就换了。那么在Google Reader发布之前的提示是啥呢？就是：</p>
<blockquote><p>没有新邮件了！但是Google News总能给你提供一些可读的东西。</p></blockquote>
<p>简单的一个提示语，即可看出各个时期Google在力推什么服务，不知道推荐Google+的这句话以后还能变成啥？</p>
<p>Via <a href="http://googlesystem.blogspot.com/2012/02/no-new-mail-try-google.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/no-new-mail-try-google-plus.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/no-new-mail-try-google-plus.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-news" rel="tag">Google News</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>, <a href="http://www.guao.hk/tag/google-reader" rel="tag">Google Reader</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/no-new-mail-try-google-plus.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>为何 Gmail、Google Reader 和大部分网页应用都使用 J 和 K 作为导航快捷键？</title>
		<link>http://www.guao.hk/posts/why-do-gmail-and-other-web-apps-use-j-k-keys-for-navigation.html</link>
		<comments>http://www.guao.hk/posts/why-do-gmail-and-other-web-apps-use-j-k-keys-for-navigation.html#comments</comments>
		<pubDate>Thu, 02 Feb 2012 09:10:13 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[headline]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47928</guid>
		<description><![CDATA[如果你喜欢用快捷键操作电脑，甚至是对于网络应用也喜欢快捷键操作而非鼠标，那么你一定对J和K很熟悉，在Gmail和Google Reader里他们都是上下跳转的快捷键，其实不光是Google的应用，在Twitter和Tunblr等网页应用里也是如此。这是为什么呢？ 这要追述到很久很久以前，Bill Joy为Unix编写VI文字编辑器的时候，它使用ADM-3A终端，该终端所配备的键盘是不带任何独立的导航键的（如上图，没有上下左右按键），要让光标上下左右移动的话必须通过Ctrl配合HJKL这四个键才可以。 尽管后来的键盘加入了独立的上下左右键，但通过J和K来上下移动光标这个操作还是在VI编辑器里流行开了，于是很多开发者也将这个Unix世界里的习惯带入到了网页应用里。 更多背景知识可以参考维基百科里的 vi和HJKL条目。 Via Digital Inspiration © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 4 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Reader, headline]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-47929" title="keyboard" src="http://www.guao.hk/wp-content/uploads/2012/02/keyboard-550x177.jpg" alt="" width="550" height="177" /></p>
<p>如果你喜欢用快捷键操作电脑，甚至是对于网络应用也喜欢快捷键操作而非鼠标，那么你一定对J和K很熟悉，在Gmail和Google Reader里他们都是上下跳转的快捷键，其实不光是Google的应用，在Twitter和Tunblr等网页应用里也是如此。这是为什么呢？</p>
<p>这要追述到很久很久以前，Bill Joy为Unix编写VI文字编辑器的时候，它使用ADM-3A终端，该终端所配备的键盘是不带任何独立的导航键的（如上图，没有上下左右按键），要让光标上下左右移动的话必须通过Ctrl配合HJKL这四个键才可以。</p>
<p>尽管后来的键盘加入了独立的上下左右键，但通过J和K来上下移动光标这个操作还是在VI编辑器里流行开了，于是很多开发者也将这个Unix世界里的习惯带入到了网页应用里。</p>
<p>更多背景知识可以参考维基百科里的 <a href="http://en.wikipedia.org/wiki/Vi" target="_blank">vi</a>和<a href="http://en.wikipedia.org/wiki/HJKL_keys#HJKL_keys" target="_blank">HJKL</a>条目。</p>
<p>Via <a href="http://www.labnol.org/internet/j-k-keyboard-shortcuts/20779/" target="_blank">Digital Inspiration</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/why-do-gmail-and-other-web-apps-use-j-k-keys-for-navigation.html#comments" target="_blank">4 条评论</a> |
<a href="http://www.guao.hk/posts/why-do-gmail-and-other-web-apps-use-j-k-keys-for-navigation.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-reader" rel="tag">Google Reader</a>, <a href="http://www.guao.hk/tag/headline" rel="tag">headline</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/why-do-gmail-and-other-web-apps-use-j-k-keys-for-navigation.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gmail 键盘快捷键贴纸上架 Google Store</title>
		<link>http://www.guao.hk/posts/gmail-keyboard-sticker-available-at-google-store.html</link>
		<comments>http://www.guao.hk/posts/gmail-keyboard-sticker-available-at-google-store.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 00:55:12 +0000</pubDate>
		<dc:creator>gkp</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Store]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47889</guid>
		<description><![CDATA[想像高手一样用键盘操作 Gmail ？记不熟快捷键？没有关系！只要把这组贴纸贴到键盘上，保你使用 Gmail 的效率迅猛提高。这个贴纸目前已经在 Google Store 上架，10张一包要价9.75美刀，有兴趣的读者请猛击这里购买。 instagram 用户 ramseymohsen 分享了键盘贴了贴纸后的效果，看起来非常不错。 © gkp 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Store]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="gmail_keyboard_sticker" border="0" alt="gmail_keyboard_sticker" src="http://www.guao.hk/wp-content/uploads/2012/02/gmail_keyboard_sticker.jpg" width="430" height="430" /> </p>
<p>想像高手一样用键盘操作 <a href="http://www.guao.hk/tag/gmail" target="_blank">Gmail</a> ？记不熟快捷键？没有关系！只要把这组贴纸贴到键盘上，保你使用 Gmail 的效率迅猛提高。这个贴纸目前已经在 <a href="http://www.google.org.cn/tag/google-store" target="_blank">Google Store</a> 上架，10张一包要价9.75美刀，有兴趣的读者请<a href="http://www.googlestore.com/Accessories/Gmail+Shortcut+Stickers+-+Pack+of+10.axd" target="_blank">猛击这里</a>购买。</p>
<p>instagram 用户 ramseymohsen <a href="http://instagr.am/p/iZTlQ" target="_blank">分享</a>了键盘贴了贴纸后的效果，看起来非常不错。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="ramseymohsen" border="0" alt="ramseymohsen" src="http://www.guao.hk/wp-content/uploads/2012/02/ramseymohsen.jpg" width="482" height="482" /></p>
<hr />
<p><small>© gkp 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/gmail-keyboard-sticker-available-at-google-store.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-keyboard-sticker-available-at-google-store.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-store" rel="tag">Google Store</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-keyboard-sticker-available-at-google-store.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gmail 新快捷键：在邮件中插入超链接</title>
		<link>http://www.guao.hk/posts/gmails-shortcut-for-inserting-hyperlinks.html</link>
		<comments>http://www.guao.hk/posts/gmails-shortcut-for-inserting-hyperlinks.html#comments</comments>
		<pubDate>Wed, 01 Feb 2012 00:37:56 +0000</pubDate>
		<dc:creator>gkp</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47885</guid>
		<description><![CDATA[虽然只有不到 2% 的用户启用了 Gmail 的键盘快捷键并且真的在用，但是这并不能阻挡 Google 改善这个非常实用的功能的脚步。在无数用户抱怨 Gmail 不能用键盘插入链接后，Gmail 在近日实现了这个功能，对应的快捷键为 Ctrl+K （Mac 用户为 Cmd-K）。 键盘党们对这个快捷键应该很熟悉，微软的 Outlook，Word，Live Writer 以及 Google 自家的 Apps 中插入链接都是这个组合，选中要链接的问题，按下快捷键，在对话框中输入链接地址即可搞定。 via GOS © gkp 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 3 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="gmail-insert-link-dialog" border="0" alt="gmail-insert-link-dialog" src="http://www.guao.hk/wp-content/uploads/2012/02/gmailinsertlinkdialog.png" width="552" height="264" /> </p>
<p>虽然只有不到 2% 的用户启用了 <a href="http://www.guao.hk/tag/gmail" target="_blank">Gmail</a> 的键盘快捷键并且真的在用，但是这并不能阻挡 Google 改善这个非常实用的功能的脚步。在无数用户<a href="http://www.google.com/support/forum/p/gmail/thread?tid=20243164d17157f6&amp;hl=en" target="_blank">抱怨</a> Gmail 不能用键盘插入链接后，Gmail 在近日实现了这个功能，对应的快捷键为 Ctrl+K （Mac 用户为 Cmd-K）。</p>
<p>键盘党们对这个快捷键应该很熟悉，微软的 Outlook，Word，Live Writer 以及 Google 自家的 Apps 中插入链接都是这个组合，选中要链接的问题，按下快捷键，在对话框中输入链接地址即可搞定。</p>
<p>via <a href="http://googlesystem.blogspot.com/2012/01/gmails-shortcut-for-inserting.html" target="_blank">GOS</a></p>
<hr />
<p><small>© gkp 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/gmails-shortcut-for-inserting-hyperlinks.html#comments" target="_blank">3 条评论</a> |
<a href="http://www.guao.hk/posts/gmails-shortcut-for-inserting-hyperlinks.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmails-shortcut-for-inserting-hyperlinks.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gmail logo 背后的故事</title>
		<link>http://www.guao.hk/posts/the-story-behind-gmails-logo.html</link>
		<comments>http://www.guao.hk/posts/the-story-behind-gmails-logo.html#comments</comments>
		<pubDate>Thu, 26 Jan 2012 13:31:45 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[doodle]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Logo]]></category>
		<category><![CDATA[Sergey Brin]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47720</guid>
		<description><![CDATA[Kevin Fox在Quora上揭秘了Gmail logo的诞生故事。他说是Dennis Hwang设计了Gmail的logo，当时Dennis是所有Google doodle的设计师，他也设计了很多新产品的logo。而Gmail的logo其实是在Gmail产品上线前一天才设计好的，他们起的很晚，Sergey悠悠的走到他的工位看他是如何制作的。 最初的设计使用了跟Google logo一样的Catull字体，但Catull字体的字母a看上去不太好，于是Dennis决定使用Catull的字母G，以凸显出Google品牌，而其它字母则使用了无衬线的Myriad Pro字体。 另外一位前Google员工Douglas Edwards在自己的I'm Feeling Lucky: The Confessions of Google Employee Number 59书中对此也有过描述。他说Dennis Hwang在Gmail发布前一天花了一整天来想出logo的创意，并试图整合进Google颜色的logo。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 2 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: doodle, Gmail, Google Logo, Sergey Brin]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-47721" title="gmail-logo" src="http://www.guao.hk/wp-content/uploads/2012/01/gmail-logo.png" alt="" width="144" height="64" /></p>
<p>Kevin Fox在<a href="http://www.quora.com/Who-designed-the-Gmail-logo#ans941549" target="_blank">Quora</a>上揭秘了Gmail logo的诞生故事。他说是<a href="http://en.wikipedia.org/wiki/Dennis_Hwang">Dennis Hwang</a>设计了Gmail的logo，当时Dennis是所有Google doodle的设计师，他也设计了很多新产品的logo。而Gmail的logo其实是在Gmail产品上线前一天才设计好的，他们起的很晚，Sergey悠悠的走到他的工位看他是如何制作的。</p>
<p>最初的设计使用了跟Google logo一样的Catull字体，但Catull字体的字母a看上去不太好，于是Dennis决定使用Catull的字母G，以凸显出Google品牌，而其它字母则使用了无衬线的Myriad Pro字体。</p>
<p>另外一位前Google员工Douglas Edwards在自己的<a href="http://books.google.com/books?id=zdlZ2rrcZWEC&amp;lpg=PP1&amp;dq=i%27m%20feeling%20lucky&amp;pg=PP1#v=onepage&amp;q=gmail%20dennis&amp;f=false">I'm Feeling Lucky: The Confessions of Google Employee Number 59</a>书中对此也有过描述。他说Dennis Hwang在Gmail发布前一天花了一整天来想出logo的创意，并试图整合进Google颜色的logo。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2012/01/story-behind-gmails-logo.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/the-story-behind-gmails-logo.html#comments" target="_blank">2 条评论</a> |
<a href="http://www.guao.hk/posts/the-story-behind-gmails-logo.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/doodle" rel="tag">doodle</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-logo" rel="tag">Google Logo</a>, <a href="http://www.guao.hk/tag/sergey-brin" rel="tag">Sergey Brin</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/the-story-behind-gmails-logo.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>新建的 Google 帐户会自动开通 Gmail 和 Google+</title>
		<link>http://www.guao.hk/posts/new-google-accounts-require-gmail-and-google.html</link>
		<comments>http://www.guao.hk/posts/new-google-accounts-require-gmail-and-google.html#comments</comments>
		<pubDate>Mon, 23 Jan 2012 05:46:15 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Account]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[Google Profile]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47669</guid>
		<description><![CDATA[如果你现在试图新建一个Google帐户，那么Google会自动帮你建立好Gmail帐户，而且还会建立Google Profile并自动把你的Google+社交网络给开通。 现在新建Google账户等 流程也比以前简化了，你可以写一个自己的邮箱，也可以直接用新建的名字的Gmail邮箱，然后必填项目只包括姓名、性别（Google+必须要求的）即可搞定。你也可以填写自己的手机号，但不是强制的。 新建立的帐户再也不必手动去创建Google Profile然后加入Google+了，因为Google会自动帮你搞定好。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 6 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Account, Google Plus, Google Profile]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-47670" title="google-account-form" src="http://www.guao.hk/wp-content/uploads/2012/01/google-account-form-550x424.png" alt="" width="550" height="424" /></p>
<p><a href="https://accounts.google.com/SignUp" target="_blank">如果你现在试图新建一个Google帐户</a>，那么Google会自动帮你建立好Gmail帐户，而且还会建立Google Profile并自动把你的Google+社交网络给开通。</p>
<p>现在新建Google账户等 流程也比以前简化了，你可以写一个自己的邮箱，也可以直接用新建的名字的Gmail邮箱，然后必填项目只包括姓名、性别（Google+必须要求的）即可搞定。你也可以填写自己的手机号，但不是强制的。</p>
<p>新建立的帐户再也不必手动去创建Google Profile然后加入Google+了，因为Google会自动帮你搞定好。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2012/01/new-google-accounts-require-gmail-and.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/new-google-accounts-require-gmail-and-google.html#comments" target="_blank">6 条评论</a> |
<a href="http://www.guao.hk/posts/new-google-accounts-require-gmail-and-google.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-account" rel="tag">Google Account</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>, <a href="http://www.guao.hk/tag/google-profile" rel="tag">Google Profile</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/new-google-accounts-require-gmail-and-google.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Chrome 的 Gmail 离线应用升级，可选离线下载邮件时间范围</title>
		<link>http://www.guao.hk/posts/improvements-to-the-gmail-offline-chrome-app.html</link>
		<comments>http://www.guao.hk/posts/improvements-to-the-gmail-offline-chrome-app.html#comments</comments>
		<pubDate>Fri, 13 Jan 2012 18:32:24 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Web Apps]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47489</guid>
		<description><![CDATA[Chrome 的 Gmail 离线应用迎来了发布之后的首次更新，现在你可以看到一个齿轮设置按钮，点击它即可设置下载邮件的时间范围，可选一周、两周或一个月（如上图），在此期间里的邮件都将被离线下载到你的本地，方便你在没有网络的情况下处理或查找邮件。 另外还有三个小更新： 改进附件的处理：所有附件都将被下载到本地可供离线使用 增加快捷键支持：所有在线使用的快捷键现在离线也可以用了 性能提升：邮件和附件的下载速度更快，并修复了一些bug Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 没有评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Chrome Web Apps, Gmail, HTML 5]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-47490" title="screen-capture-6" src="http://www.guao.hk/wp-content/uploads/2012/01/screen-capture-6.jpg" alt="" width="322" height="84" /></p>
<p><a href="https://chrome.google.com/webstore/detail/ejidjjhkpiempkbhmpbfngldlkglhimk" target="_blank">Chrome 的 Gmail 离线应用</a>迎来了发布之后的首次更新，现在你可以看到一个齿轮设置按钮，点击它即可设置下载邮件的时间范围，可选一周、两周或一个月（如上图），在此期间里的邮件都将被离线下载到你的本地，方便你在没有网络的情况下处理或查找邮件。</p>
<p>另外还有三个小更新：</p>
<ul>
<li>改进附件的处理：所有附件都将被下载到本地可供离线使用</li>
<li>增加快捷键支持：所有在线使用的快捷键现在离线也可以用了</li>
<li>性能提升：邮件和附件的下载速度更快，并修复了一些bug</li>
</ul>
<p>Via <a href="http://feedproxy.google.com/~r/OfficialGmailBlog/~3/N6vpMIFxGfY/improvements-to-gmail-offline-chrome.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/improvements-to-the-gmail-offline-chrome-app.html#comments" target="_blank">没有评论</a> |
<a href="http://www.guao.hk/posts/improvements-to-the-gmail-offline-chrome-app.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-web-apps" rel="tag">Chrome Web Apps</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/html-5" rel="tag">HTML 5</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/improvements-to-the-gmail-offline-chrome-app.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>可跟踪与提醒多个邮箱新邮件的 Chrome 扩展</title>
		<link>http://www.guao.hk/posts/google-mail-multi-account-checker.html</link>
		<comments>http://www.guao.hk/posts/google-mail-multi-account-checker.html#comments</comments>
		<pubDate>Sat, 07 Jan 2012 04:10:44 +0000</pubDate>
		<dc:creator>xslidian</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=47417</guid>
		<description><![CDATA[如果您有多个 Gmail 账号，会发现通过自带的账号切换功能来回切换很令人厌烦。Google Mail Multi-Account Checker 是一款可以提醒新邮件的 Chrome 扩展，支持同时跟踪多达九个邮箱。 该扩展会在工具栏显示未读邮件数，点击即可查看各邮箱所收到的最新邮件。新邮件送达这些邮箱时还能收到通知提醒。即使没有通过网页登录，也可以在扩展选项页中输入登录凭据进行跟踪，但开发者提醒大家，单独输入的登录凭据是以明文形式存储的，所以不应该在公用计算机上使用该功能。不用同时打开多个标签页就能跟进多个账号的邮件情况，非常方便。 访问 Chrome Web Store 安装：Google Mail Multi-Account Checker via LifeHacker &#38; Addictive Tips © xslidian 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2012. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Chrome Extensions, Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-47418" title="8199823c5e0eed357d3c41a7cbce5475" src="http://www.guao.hk/wp-content/uploads/2012/01/8199823c5e0eed357d3c41a7cbce5475-550x309.jpg" alt="" width="550" height="309" /></p>
<p>如果您有多个 Gmail 账号，会发现通过自带的账号切换功能来回切换很令人厌烦。<a href="https://chrome.google.com/webstore/detail/mcpnehokodklgijkcakcfmccgpanipfp">Google Mail Multi-Account Checker</a> 是一款可以提醒新邮件的 Chrome 扩展，支持同时跟踪多达九个邮箱。</p>
<p>该扩展会在工具栏显示未读邮件数，点击即可查看各邮箱所收到的最新邮件。新邮件送达这些邮箱时还能收到通知提醒。即使没有通过网页登录，也可以在扩展选项页中输入登录凭据进行跟踪，但开发者提醒大家，单独输入的登录凭据是以明文形式存储的，所以不应该在公用计算机上使用该功能。不用同时打开多个标签页就能跟进多个账号的邮件情况，非常方便。</p>
<p>访问 Chrome Web Store 安装：<a href="https://chrome.google.com/webstore/detail/mcpnehokodklgijkcakcfmccgpanipfp">Google Mail Multi-Account Checker</a></p>
<p>via <a href="http://lifehacker.com/5873290/google-mail-multi+account-checker-tracks-and-notifies-you-of-new-emails-for-multiple-accounts">LifeHacker</a> &amp; <a href="http://www.addictivetips.com/internet-tips/check-read-emails-from-multiple-gmail-accounts-in-chrome-extension/">Addictive Tips</a></p>
<hr />
<p><small>© xslidian 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2012.  |
<a href="http://www.guao.hk/posts/google-mail-multi-account-checker.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/google-mail-multi-account-checker.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-mail-multi-account-checker.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gmail for iOS 升级，可自定义签名，可画画儿</title>
		<link>http://www.guao.hk/posts/gmail-for-ios-gets-update.html</link>
		<comments>http://www.guao.hk/posts/gmail-for-ios-gets-update.html#comments</comments>
		<pubDate>Wed, 14 Dec 2011 19:38:38 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Mobile]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=46868</guid>
		<description><![CDATA[Gmail for iOS今天放出新版。首先是在侧边栏里增加了一个齿轮的设置图标（如上图），进入其中可设置邮件签名和外出自动回复。太好了，这样就跟iPhone上自带的邮件应用一样可以输出“Sent from my iPhone 4S”的签名来帮我装13了！ 其次是标签系统也有改进，可以看出层级关系了。提示的声音也变了，方便识别有新邮件了。不过还是没有使用iOS 5的提示中心功能，很是奇怪，只能通过Gmail上的数字badge看到有几个新邮件。 最后就是比较有意思的了，你可以直接作画，将画好的成果作为附件发送出去。可选多种颜色、画笔大小、橡皮、直线、喷雾器： 实际上移动网页版的Gmaiil现在也可以画画儿了，因为Gmail for iOS本来就是一个浏览器大壳儿嘛！ Google表示还在开发iOS 5原生的通知系统、多帐户登录、用其它帐号发送邮件等功能。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 3 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: App Store, Gmail, Google Mobile, iOS, iPad, iPhone, iPod touch]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-46869" title="gmailapp" src="http://www.guao.hk/wp-content/uploads/2011/12/gmailapp.jpg" alt="" width="512" height="451" /></p>
<p><a href="http://itunes.apple.com/app/gmail/id422689480?mt=8" target="_blank">Gmail for iOS</a>今天放出新版。首先是在侧边栏里增加了一个齿轮的设置图标（如上图），进入其中可设置邮件签名和外出自动回复。太好了，这样就跟iPhone上自带的邮件应用一样可以输出“Sent from my iPhone 4S”的签名来帮我装13了！</p>
<p>其次是标签系统也有改进，可以看出层级关系了。提示的声音也变了，方便识别有新邮件了。不过还是没有使用iOS 5的提示中心功能，很是奇怪，只能通过Gmail上的数字badge看到有几个新邮件。</p>
<p>最后就是比较有意思的了，你可以直接作画，将画好的成果作为附件发送出去。可选多种颜色、画笔大小、橡皮、直线、喷雾器：</p>
<p><img class="aligncenter size-full wp-image-46870" title="screen-capture-2" src="http://www.guao.hk/wp-content/uploads/2011/12/screen-capture-24.jpg" alt="" width="480" height="639" /></p>
<p>实际上移动网页版的Gmaiil现在也可以画画儿了，因为Gmail for iOS本来就是一个浏览器大壳儿嘛！</p>
<p>Google表示还在开发iOS 5原生的通知系统、多帐户登录、用其它帐号发送邮件等功能。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/12/updates-to-gmail-app-for-ios.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-for-ios-gets-update.html#comments" target="_blank">3 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-for-ios-gets-update.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/app-store" rel="tag">App Store</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-mobile" rel="tag">Google Mobile</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>, <a href="http://www.guao.hk/tag/ipad" rel="tag">iPad</a>, <a href="http://www.guao.hk/tag/iphone" rel="tag">iPhone</a>, <a href="http://www.guao.hk/tag/ipod-touch" rel="tag">iPod touch</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-for-ios-gets-update.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gmail 和 Google Voice 打电话到美国和加拿大继续免费一年</title>
		<link>http://www.guao.hk/posts/free-calling-within-the-us-and-canada-through-2012.html</link>
		<comments>http://www.guao.hk/posts/free-calling-within-the-us-and-canada-through-2012.html#comments</comments>
		<pubDate>Tue, 13 Dec 2011 20:37:53 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Voice]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=46833</guid>
		<description><![CDATA[土财主继续免收租子啦！Gmail里的电话以及Google Voice将继续提供一年的免费使用期，所有拨打到美国和加拿大的电话（不管是座机还是手机）继续免费，拨打其它国家的费用也保持不变，拨打中国大陆是2美分/分钟（不管是座机还是手机）。 真心希望Gmail网络电话和Google Voice继续推广不利，让免费一直继续下去吧 XD。 Via Google Voice Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Voice]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-46834" title="google-voice-mobile" src="http://www.guao.hk/wp-content/uploads/2011/12/google-voice-mobile.jpg" alt="" width="450" height="280" /></p>
<p>土财主继续免收租子啦！Gmail里的电话以及Google Voice将继续提供一年的免费使用期，所有拨打到美国和加拿大的电话（不管是座机还是手机）继续免费，<a href="https://www.google.com/voice/b/0/rates" target="_blank">拨打其它国家的费用也保持不变</a>，拨打中国大陆是2美分/分钟（不管是座机还是手机）。</p>
<p>真心希望Gmail网络电话和Google Voice继续推广不利，让免费一直继续下去吧 XD。</p>
<p>Via <a href="http://googlevoiceblog.blogspot.com/2011/12/free-calling-within-us-and-canada.html" target="_blank">Google Voice Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/free-calling-within-the-us-and-canada-through-2012.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/free-calling-within-the-us-and-canada-through-2012.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-voice" rel="tag">Google Voice</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/free-calling-within-the-us-and-canada-through-2012.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Contacts 开始整合 Google+ 圈子，Gmail 增加图片分享到 Google+</title>
		<link>http://www.guao.hk/posts/google-contacts-integrates-with-google-plus-circle.html</link>
		<comments>http://www.guao.hk/posts/google-contacts-integrates-with-google-plus-circle.html#comments</comments>
		<pubDate>Thu, 08 Dec 2011 21:26:46 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Contacts]]></category>
		<category><![CDATA[Google Plus]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=46683</guid>
		<description><![CDATA[万年不更新的Google Contacts刚刚小清新不久，马上又有了新动作──跟Google+圈子整合。不过Google没有强迫将所有Google+好友加到你的Google Contacts里，而只是让你可以看到Google+的圈子和好友列表，但你可以选择将二者混合成一个联系人。 之前一些关联了Google Profile的联系人已经自动与Google+关联了，在他们的联系人信息下面，多出了Google+的信息（如上图）。 除了独立的Google Contacts，Gmail里的联系人也进行了这种整合： 另外Gmail里的图片附件现在多出了一个Share按钮，方便你一键分享到Google+里，而不需要先下载到硬盘，再上传到Google+这样脱了裤子放屁了： 这一功能现在似乎还没全面生效，还要等几天。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Contacts, Google Plus]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-46684" title="Google Contacts" src="http://www.guao.hk/wp-content/uploads/2011/12/Google-Contacts-550x592.jpg" alt="" width="550" height="592" /></p>
<p>万年不更新的<a href="http://www.guao.hk/posts/google-contacts-ugly-new-ui.html" target="_blank">Google Contacts刚刚小清新不久</a>，马上又有了新动作──跟Google+圈子整合。不过Google没有强迫将所有Google+好友加到你的Google Contacts里，而只是让你可以看到Google+的圈子和好友列表，但你可以选择将二者混合成一个联系人。</p>
<p>之前一些关联了Google Profile的联系人已经自动与Google+关联了，在他们的联系人信息下面，多出了Google+的信息（如上图）。</p>
<p>除了<a href="https://www.google.com/contacts" target="_blank">独立的Google Contacts</a>，Gmail里的联系人也进行了这种整合：</p>
<p><img class="aligncenter size-full wp-image-46762" title="Inbox" src="http://www.guao.hk/wp-content/uploads/2011/12/Inbox.jpg" alt="" width="172" height="440" /></p>
<p>另外Gmail里的图片附件现在多出了一个Share按钮，方便你一键分享到Google+里，而不需要先下载到硬盘，再上传到Google+这样脱了裤子放屁了：</p>
<p><img class="aligncenter size-full wp-image-46685" title="screen-capture-7" src="http://www.guao.hk/wp-content/uploads/2011/12/screen-capture-7.jpg" alt="" width="439" height="338" /></p>
<p>这一功能现在似乎还没全面生效，还要等几天。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/12/google-contacts-integrates-with-google.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-contacts-integrates-with-google-plus-circle.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/google-contacts-integrates-with-google-plus-circle.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-contacts" rel="tag">Google Contacts</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-contacts-integrates-with-google-plus-circle.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在 Gmail 里使用 Google Docs 的模板来合并发送电子邮件</title>
		<link>http://www.guao.hk/posts/get-mail-merge-in-gmail-with-this-google-docs-template.html</link>
		<comments>http://www.guao.hk/posts/get-mail-merge-in-gmail-with-this-google-docs-template.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:41:25 +0000</pubDate>
		<dc:creator>michaelize</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[mail merge]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=46583</guid>
		<description><![CDATA[你是不是有时候很想让群发邮件的每个收件者都能收到一封个性化的邮件呢？微软 Word 的邮件合并功能可以轻松的发送大量邮件，而 Gmail 更简单。这个 Google Docs 的模板给 Gmail 带来了邮件合并这一功能。 这个免费模板是由 IT4SmallBusiness 这家顾问公司提供的，并且附有详细教程。它和之前另一个 Google Docs 的能用于 Gmail 邮件合并的模板很相似，只不过这个能让你在发送之前进行一下测试，而且版面设计也更适合编写邮件。但是这个模板不具有之前那个的 Gmail 联系人导入功能。 使用这个模板，先登录 Gmail， 打开 Google Docs 邮件合并模板， 然后制作一个副本到你的 Google Docs 账户（点击文件--制作副本）。在第二张表格里编写你的邮件，可以使用 &#60;&#60; &#62;&#62; 符号来添加要自动替换的内容的变量名。然后在第三页输入需要被自动替换的内容（比如收件人地址、姓名及其他信息）。 邮件编写完成后，点击菜单栏的 Mail Merge -- Test Mail Merge，这时它会测试发送邮件到最开始的3个电邮地址。如果没有问题，再点击 Mail Merge -- Run Mail Merge，这样就会把邮件发送出去了。 如果你的收件人在25位以上，每一封邮件会有半秒的间隔，以便能发送更多封。由于 Google 为了防止发送大量的垃圾邮件，最多的合并邮件发送数量是有限制的，根据制作这个模板的作者说的，他们目前测试到100封是没有问题的。 要注意的是，你很可能由于一下发送太多邮件而被 Google 判断为恶意邮件。Gmail 的邮件合并功能可以有很多用处，比如给客户发送邮件或给朋友发送聚会邮件等。 &#160; Via [...]]]></description>
			<content:encoded><![CDATA[<p>你是不是有时候很想让群发邮件的每个收件者都能收到一封个性化的邮件呢？微软 Word 的邮件合并功能可以轻松的发送大量邮件，而 Gmail 更简单。这个 Google Docs 的模板给 Gmail 带来了邮件合并这一功能。</p>
<p>这个免费模板是由 IT4SmallBusiness 这家顾问公司提供的，并且附有详细教程。它和之前另一个 Google Docs 的能用于 Gmail 邮件合并的模板很相似，只不过这个能让你在发送之前进行一下测试，而且版面设计也更适合编写邮件。但是这个模板不具有之前那个的 Gmail 联系人导入功能。</p>
<p>使用这个模板，先登录 Gmail， 打开 <a title="Google Docs 邮件合并模板" href="https://docs.google.com/spreadsheet/ccc?key=0AhRDkF0dAaYidGdEdHBvRF9rdVpJWFZDNEJkSDF1VEE" target="_blank">Google Docs 邮件合并模板</a>， 然后制作一个副本到你的 Google Docs 账户（点击文件--制作副本）。在第二张表格里编写你的邮件，可以使用 &lt;&lt; &gt;&gt; 符号来添加要自动替换的内容的变量名。然后在第三页输入需要被自动替换的内容（比如收件人地址、姓名及其他信息）。</p>
<p>邮件编写完成后，点击菜单栏的 Mail Merge -- Test Mail Merge，这时它会测试发送邮件到最开始的3个电邮地址。如果没有问题，再点击 Mail Merge -- Run Mail Merge，这样就会把邮件发送出去了。</p>
<p>如果你的收件人在25位以上，每一封邮件会有半秒的间隔，以便能发送更多封。由于 Google 为了防止发送大量的垃圾邮件，最多的合并邮件发送数量是有限制的，根据制作这个模板的作者说的，他们目前测试到100封是没有问题的。</p>
<p>要注意的是，你很可能由于一下发送太多邮件而被 Google 判断为恶意邮件。Gmail 的邮件合并功能可以有很多用处，比如给客户发送邮件或给朋友发送聚会邮件等。</p>
<p>&nbsp;</p>
<p>Via <a title="Get Mail Merge in Gmail with This Google Docs Template" href="http://lifehacker.com/5863338/get-mail-merge-in-gmail-with-this-google-docs-template" target="_blank">lifehacker</a></p>
<hr />
<p><small>© michaelize 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/get-mail-merge-in-gmail-with-this-google-docs-template.html#comments" target="_blank">没有评论</a> |
<a href="http://www.guao.hk/posts/get-mail-merge-in-gmail-with-this-google-docs-template.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://www.guao.hk/tag/mail-merge" rel="tag">mail merge</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/get-mail-merge-in-gmail-with-this-google-docs-template.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google 为 https 服务启用 PFS 特性</title>
		<link>http://www.guao.hk/posts/google-enables-forward-secrecy-for-htps-services.html</link>
		<comments>http://www.guao.hk/posts/google-enables-forward-secrecy-for-htps-services.html#comments</comments>
		<pubDate>Wed, 23 Nov 2011 16:05:09 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[PFS]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=46195</guid>
		<description><![CDATA[Google 去年就开始为很多服务推送 https 协议，也就是说不论用户在选项中如何设置，总会访问到网站的加密版本。在这以前，https 只是服务设置中的可选项。譬如说 Gmail 用户 2008 年就可以为账号启用 https，强制使用加密版本。 https 可加密用户计算机与服务器之间的流量。最核心的益处就是保护数据免遭网络窥探。只要网站支持 https，如果使用公用计算机或处于网络当中，而不想让 ISP 或老板知道你在做什么，访问网站的加密版将带来诸多便利。 而在昨天，Google 宣布默认启用更为保密的 PFS 特性。 支持 https 的大多数网站所采用的加密模式不够极端，有被追溯破解的风险。换而言之，加密不可读的电子邮件可能会在传输到用户计算机的过程中被记录下来。十年内，计算机运算速度更快，服务器的密钥可能会被破解，当今的电子邮件流量也将能追溯解密。 极端保密特性（PFS）要求不对连接密钥进行持久存储。破解单个密钥也无法解密数个月的流量；事实上，即使是服务器操作员也无法追溯破解 https 会话。 PFS 特性能在本质上确保攻击者无法使用未来获取的密钥破解过去记录下来的数据。 包括 Google 电子邮箱（Gmail）、加密搜索、Google Docs 以及 Google+ 在内的使用 https 的 Google 服务均已支持该特性。 Chrome、Firefox （所有平台）以及 IE（Vista 或更高版本）支持采用“Diffie-Hellman 椭圆曲线机制”（ECDH）的 PFS。目前只有 Chrome 与 Firefox 访问 Google 服务会默认采用该特性，因为 IE 不支持同时采用 ECDHE 与 RC4。我们希望在将来支持 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-46196" title="https-perfect-forward-secrecy" src="http://www.guao.hk/wp-content/uploads/2011/11/https-perfect-forward-secrecy.jpg" alt="" width="440" height="279" /></p>
<p>Google 去年就开始为很多服务推送 https 协议，也就是说不论用户在选项中如何设置，总会访问到网站的加密版本。在这以前，https 只是服务设置中的可选项。譬如说 Gmail 用户 2008 年就可以为账号启用 https，强制使用加密版本。</p>
<p>https 可加密用户计算机与服务器之间的流量。最核心的益处就是保护数据免遭网络窥探。只要网站支持 https，如果使用公用计算机或处于网络当中，而不想让 ISP 或老板知道你在做什么，访问网站的加密版将带来诸多便利。</p>
<p>而在昨天，Google 宣布默认启用更为保密的 PFS 特性。</p>
<p>支持 https 的大多数网站所采用的加密模式不够极端，有被追溯破解的风险。换而言之，加密不可读的电子邮件可能会在传输到用户计算机的过程中被记录下来。十年内，计算机运算速度更快，服务器的密钥可能会被破解，当今的电子邮件流量也将能追溯解密。</p>
<p>极端保密特性（PFS）要求不对连接密钥进行持久存储。破解单个密钥也无法解密数个月的流量；事实上，即使是服务器操作员也无法追溯破解 https 会话。</p>
<p>PFS 特性能在本质上确保攻击者无法使用未来获取的密钥破解过去记录下来的数据。</p>
<p>包括 Google 电子邮箱（Gmail）、加密搜索、Google Docs 以及 Google+ 在内的使用 https 的 Google 服务均已支持该特性。</p>
<p>Chrome、Firefox （所有平台）以及 IE（Vista 或更高版本）支持采用“Diffie-Hellman 椭圆曲线机制”（ECDH）的 PFS。目前只有 Chrome 与 Firefox 访问 Google 服务会默认采用该特性，因为 IE 不支持同时采用 ECDHE 与 RC4。我们希望在将来支持 IE。</p>
<p>Google 还为开源的 OpenSSL 库实现了对该特性的支持。您可以在 <a href="http://googleonlinesecurity.blogspot.com/2011/11/protecting-data-for-long-term-with.html">Google 线上安全博客</a>读到原始公告。</p>
<p>Via <a href="http://www.ghacks.net/2011/11/23/google-enables-forward-secrecy-for-htps-services/" target="_blank">Ghacks</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-enables-forward-secrecy-for-htps-services.html#comments" target="_blank">6 条评论</a> |
<a href="http://www.guao.hk/posts/google-enables-forward-secrecy-for-htps-services.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/firefox" rel="tag">Firefox</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>, <a href="http://www.guao.hk/tag/https" rel="tag">https</a>, <a href="http://www.guao.hk/tag/ie" rel="tag">IE</a>, <a href="http://www.guao.hk/tag/openssl" rel="tag">OpenSSL</a>, <a href="http://www.guao.hk/tag/pfs" rel="tag">PFS</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-enables-forward-secrecy-for-htps-services.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Gmail for iOS 二进 App Store 宫</title>
		<link>http://www.guao.hk/posts/gmail-app-for-ios-available-in-the-app-store-again.html</link>
		<comments>http://www.guao.hk/posts/gmail-app-for-ios-available-in-the-app-store-again.html#comments</comments>
		<pubDate>Wed, 16 Nov 2011 19:21:08 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Mobile]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45933</guid>
		<description><![CDATA[2周前Google发布了万众期待的Gmail for iOS应用，但bug满天飞的状况让Google自己都忍受不能，立刻在数小时后紧急下线回炉重制。现在修正版的Gmail for iOS重新上架App Store，iOS 4以上的iPad、iPhone和iPod touch均可安装使用。 当然这2个月的回炉时间只是修复提醒系统的bug而已，至于Gmail for iOS是一个披着浏览器外壳的这个事实是无法更改的。另外我安装后发现Gmail for iOS只支持老的在主界面弹出提示框的提醒，而不支持iOS 5新的在顶端的Banner提示，这确实比较奇怪。 Updtae：由于刚上架，在App Store里居然还搜索不到Gmail，所以要下载请直接点这个链接。 Via Google Mobile Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 8 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: App Store, Gmail, Google Mobile, iOS, iPad, iPhone, iPod touch]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-45934" title="gmail for ios" src="http://www.guao.hk/wp-content/uploads/2011/11/gmail-for-ios.jpg" alt="" width="400" height="600" /></p>
<p><a href="http://www.guao.hk/posts/gmail-for-ios-released.html" target="_blank">2周前Google发布了万众期待的Gmail for iOS应用</a>，但bug满天飞的状况让Google自己都忍受不能，立刻在数小时后紧急下线回炉重制。<a href="http://itunes.apple.com/app/gmail/id422689480?mt=8" target="_blank">现在修正版的Gmail for iOS重新上架App Store</a>，iOS 4以上的iPad、iPhone和iPod touch均可安装使用。</p>
<p>当然这2个月的回炉时间只是修复提醒系统的bug而已，至于Gmail for iOS是一个披着浏览器外壳的这个事实是无法更改的。另外我安装后发现Gmail for iOS只支持老的在主界面弹出提示框的提醒，而不支持iOS 5新的在顶端的Banner提示，这确实比较奇怪。</p>
<p><span style="color: #ff0000;"><strong>Updtae</strong></span>：由于刚上架，在App Store里居然还搜索不到Gmail，<a href="http://itunes.apple.com/app/gmail/id422689480?mt=8" target="_blank">所以要下载请直接点这个链接</a>。</p>
<p>Via <a href="http://googlemobile.blogspot.com/2011/11/gmail-app-for-ios-available-in-app.html" target="_blank">Google Mobile Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-app-for-ios-available-in-the-app-store-again.html#comments" target="_blank">8 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-app-for-ios-available-in-the-app-store-again.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/app-store" rel="tag">App Store</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-mobile" rel="tag">Google Mobile</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>, <a href="http://www.guao.hk/tag/ipad" rel="tag">iPad</a>, <a href="http://www.guao.hk/tag/iphone" rel="tag">iPhone</a>, <a href="http://www.guao.hk/tag/ipod-touch" rel="tag">iPod touch</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-app-for-ios-available-in-the-app-store-again.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Google Apps 副总裁承诺他们不会只眷恋 Android</title>
		<link>http://www.guao.hk/posts/google-apps-chief-promises-they-wont-favor-android.html</link>
		<comments>http://www.guao.hk/posts/google-apps-chief-promises-they-wont-favor-android.html#comments</comments>
		<pubDate>Tue, 15 Nov 2011 13:42:55 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45891</guid>
		<description><![CDATA[Google拥有全球最大的移动平台Android，在桌面平台上他们还有个Chrome OS。但Gmail和Google Apps是否会继续支持更多平台呢？还是说他们会逐渐只考虑Android平台还放弃其它平台呢？这是SAI记者Matt Rosoff 在今天举行的Atmosphere大会上抛给Google Apps副总裁Dave Girouard的问题。 对于bug满天飞的Gmail for iOS上线后又迅速下线的问题，Dave承认Google玩儿砸了： 我们赶快出动，进行快速改进。 而对于黑莓上不再提供Gmail应用下载的问题，Dave则表示包括对话式邮件和加星等功能都已经被黑莓原生的邮件应用所支持，而Google发现99%的黑莓客户都在使用原生邮件应用来使用Gmail，而几乎没人单独下载Gmail应用，所以干脆不费那个劲儿开发了。 之后Matt问Dave是否听到过企业担心Android和Chrome将成为Google Apps最佳平台的说法，Dave说没有过，主要因为打一开始他们的应用就在iPhone上表现的更好，比Android上都好。在有些时段上，一些功能在iOS上强于Android，而另外一些功能可能Android又强于iOS，所以两个平台其实是互相竞争的。Dave还打趣说没准哪天有功能也会在Windows Phone上更强呢（真的会有吗……）。 Via SAI © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Android, BlackBerry, Gmail, Google Apps, iOS, iPhone, Windows Phone]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-45892" title="android-eating-apple" src="http://www.guao.hk/wp-content/uploads/2011/11/android-eating-apple.jpg" alt="" width="400" height="300" /></p>
<p>Google拥有全球最大的移动平台Android，在桌面平台上他们还有个Chrome OS。但Gmail和Google Apps是否会继续支持更多平台呢？还是说他们会逐渐只考虑Android平台还放弃其它平台呢？这是<a href="http://www.businessinsider.com/google-apps-chief-promises-they-wont-favor-android-2011-11" target="_blank">SAI</a>记者<a href="http://www.businessinsider.com/author/matt-rosoff">Matt Rosoff</a> 在今天举行的Atmosphere大会上抛给Google Apps副总裁Dave Girouard的问题。</p>
<p>对于<a href="http://www.guao.hk/posts/gmail-for-ios-released.html" target="_blank">bug满天飞的Gmail for iOS上线后又迅速下线</a>的问题，Dave承认Google玩儿砸了：</p>
<blockquote><p>我们赶快出动，进行快速改进。</p></blockquote>
<p>而对于<a href="http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html" target="_blank">黑莓上不再提供Gmail应用下载</a>的问题，Dave则表示包括对话式邮件和加星等功能都已经被黑莓原生的邮件应用所支持，而Google发现99%的黑莓客户都在使用原生邮件应用来使用Gmail，而几乎没人单独下载Gmail应用，所以干脆不费那个劲儿开发了。</p>
<p>之后Matt问Dave是否听到过企业担心Android和Chrome将成为Google Apps最佳平台的说法，Dave说没有过，主要因为打一开始他们的应用就在iPhone上表现的更好，比Android上都好。在有些时段上，一些功能在iOS上强于Android，而另外一些功能可能Android又强于iOS，所以两个平台其实是互相竞争的。Dave还打趣说没准哪天有功能也会在Windows Phone上更强呢（真的会有吗……）。</p>
<p>Via <a href="http://www.businessinsider.com/google-apps-chief-promises-they-wont-favor-android-2011-11" target="_blank">SAI</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-apps-chief-promises-they-wont-favor-android.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/google-apps-chief-promises-they-wont-favor-android.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/android" rel="tag">Android</a>, <a href="http://www.guao.hk/tag/blackberry" rel="tag">BlackBerry</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-apps" rel="tag">Google Apps</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>, <a href="http://www.guao.hk/tag/iphone" rel="tag">iPhone</a>, <a href="http://www.guao.hk/tag/windows-phone" rel="tag">Windows Phone</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-apps-chief-promises-they-wont-favor-android.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>如何永久移除小清新 Gmail 界面右下方没完没了的黑色提示框？</title>
		<link>http://www.guao.hk/posts/how-to-permanently-remove-about-the-new-look-send-feedback-in-gmail.html</link>
		<comments>http://www.guao.hk/posts/how-to-permanently-remove-about-the-new-look-send-feedback-in-gmail.html#comments</comments>
		<pubDate>Sat, 12 Nov 2011 13:49:09 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[AdBlock]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45819</guid>
		<description><![CDATA[感谢读者 duia 的提醒。 当你升级到小清新Gmail界面之后，Google会在其右下角显示一个黑框，让你了解这个新的界面，或是给出反馈建议。但这个提示条居然不会自动消失，每次打开Gmail，它都在这里，即便点了叉子下次还是会出来，实在有够烦人。 我们需要彻底把它消灭掉，用Chrome的Adblock Plus扩展即可做到（Firefox版的扩展也可以），实际上就是让Adblock把这段代码给毙掉，在扩展里加入以下的代码即可： mail.google.com##div[class="GcwpPb-MEmzyf GcwpPb-bEO5kc"] 如果你是油猴脚本粉丝，也可以安装这个脚本，不过目前仅支持Firefox，Chrome和Safari的话需要安装NinjaKit先。 Via Gtricks © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 14 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: AdBlock, Chrome, Chrome Extensions, Gmail, Greasemonkey, Safari]]></description>
			<content:encoded><![CDATA[<p>感谢读者 duia 的提醒。</p>
<p><img class="aligncenter size-full wp-image-45820" title="Inbox" src="http://www.guao.hk/wp-content/uploads/2011/11/Inbox.jpg" alt="" width="350" height="211" /></p>
<p>当你<a href="http://www.guao.hk/posts/gmail-new-ui-gets-more-improvements.html" target="_blank">升级到小清新Gmail界面</a>之后，Google会在其右下角显示一个黑框，让你了解这个新的界面，或是给出反馈建议。但这个提示条居然不会自动消失，每次打开Gmail，它都在这里，即便点了叉子下次还是会出来，实在有够烦人。</p>
<p>我们需要彻底把它消灭掉，用<a href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddilifddb" target="_blank">Chrome的Adblock Plus扩展</a>即可做到（<a href="https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/" target="_blank">Firefox版的扩展也可以</a>），实际上就是让Adblock把这段代码给毙掉，在扩展里加入以下的代码即可：</p>
<blockquote><p>mail.google.com##div[class="GcwpPb-MEmzyf GcwpPb-bEO5kc"]</p></blockquote>
<p>如果你是<a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/" target="_blank">油猴脚本</a>粉丝，也可以安装这个脚本，不过目前仅支持Firefox，Chrome和Safari的话需要安装<a href="http://d.hatena.ne.jp/os0x/20100612/1276330696">NinjaKit</a>先。</p>
<p>Via <a href="http://www.gtricks.com/gmail-tricks/remove-about-the-new-look-gmail-box/" target="_blank">Gtricks</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/how-to-permanently-remove-about-the-new-look-send-feedback-in-gmail.html#comments" target="_blank">14 条评论</a> |
<a href="http://www.guao.hk/posts/how-to-permanently-remove-about-the-new-look-send-feedback-in-gmail.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/adblock" rel="tag">AdBlock</a>, <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/greasemonkey" rel="tag">Greasemonkey</a>, <a href="http://www.guao.hk/tag/safari" rel="tag">Safari</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/how-to-permanently-remove-about-the-new-look-send-feedback-in-gmail.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Google 将于11月22日停止对 Blackberry 版 Gmail 应用的支持</title>
		<link>http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html</link>
		<comments>http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html#comments</comments>
		<pubDate>Wed, 09 Nov 2011 09:32:37 +0000</pubDate>
		<dc:creator>gkp</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[RIM]]></category>

		<guid isPermaLink="false">http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html</guid>
		<description><![CDATA[Google 宣布将于 2011年11月22日 起停止对 Blackberry 平台上的原生 Gmail App 的支持，在此之前用户还可以下载安装这个应用，11月22日 后已经安装应用的用户也不会受到影响。 对于这个决定，Google 给出的理由是移动版 Gmail web 界面在过去的几年一直在不断改进并且会在未来继续完善，言下之意就是说有了移动版 web 就不需要原生 App 了，但是 Google 老湿您前几天刚给 iDevice 出的原生 App 又是闹哪样呀？觉得 Blackberry 用户少就直说嘛，反正大家都知道这家公司活不了多久了…… via Google Apps Update pic via © gkp 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 7 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: BlackBerry, Gmail, Google [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="bb_rip" border="0" alt="bb_rip" src="http://www.guao.hk/wp-content/uploads/2011/11/bb_rip.jpg" width="444" height="480" /> </p>
<p>Google 宣布将于 2011年11月22日 起停止对 Blackberry 平台上的原生 Gmail App 的支持，在此之前用户还可以下载安装这个应用，11月22日 后已经安装应用的用户也不会受到影响。</p>
<p>对于这个决定，Google 给出的理由是移动版 Gmail web 界面在过去的几年一直在不断改进并且会在未来继续完善，言下之意就是说有了移动版 web 就不需要原生 App 了，但是 Google 老湿您前几天刚给 iDevice 出的<a href="http://www.guao.hk/posts/gmail-for-ios-released.html" target="_blank">原生 App</a> 又是闹哪样呀？觉得 Blackberry 用户少就直说嘛，反正大家都知道这家公司活不了多久了……</p>
<p>via <a href="http://googleappsupdates.blogspot.com/2011/11/deprecation-of-gmail-app-for-blackberry.html" target="_blank">Google Apps Update</a></p>
<p><a href="http://gillessaraillon.wordpress.com/2011/06/23/ripping-thought-of-the-week-blackberry-blackballed-by-bigger-ballers/" target="_blank">pic via</a></p>
<hr />
<p><small>© gkp 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html#comments" target="_blank">7 条评论</a> |
<a href="http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/blackberry" rel="tag">BlackBerry</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-apps" rel="tag">Google Apps</a>, <a href="http://www.guao.hk/tag/rim" rel="tag">RIM</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/deprecation-of-gmail-app-for-blackberry-nov-2011.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google 官方帐号纷纷入驻 Google+ Pages</title>
		<link>http://www.guao.hk/posts/google-officials-in-google-plus-pages.html</link>
		<comments>http://www.guao.hk/posts/google-officials-in-google-plus-pages.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 19:20:38 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Direct Connect]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Company]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45617</guid>
		<description><![CDATA[其实不仅仅有一小撮企业帐号首批入驻Google+ Pages，Google自家的服务和品牌当然也可以开小灶第一批入驻。目前已经在Google+开设Pages的官方帐号包括： +Google Chrome +Google Maps +YouTube +Gmail +Google +Android 欢迎留言继续补充 记不住这些有着一长串数字的URL地址，又想快速找到这些帐号？直接在Google里搜索“+帐号名”，就直接带你飞过来了（其实注意看上面列表的URL地址，就是Google搜索的地址，它会自动跳转到相应的Google+ Pages的）。 Update：目前只有美国IP可以做到Direct Connect，或者你也可以伪装成美国人。 © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 14 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Android, Chrome, Direct Connect, Gmail, Google Company, Google Maps, Google Plus, Google Search, YouTube]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-45618" title="screen-capture-2" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture-23-550x244.jpg" alt="" width="550" height="244" /></p>
<p>其实不仅仅<a href="http://www.guao.hk/posts/google-plus-pages.html" target="_blank">有一小撮企业帐号首批入驻Google+ Pages</a>，Google自家的服务和品牌当然也可以开小灶第一批入驻。目前已经在Google+开设Pages的官方帐号包括：</p>
<ul>
<li><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=%2BGoogle+Chrome" target="_blank">+Google Chrome</a></li>
<li><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=%2BGoogle+Maps" target="_blank">+Google Maps</a></li>
<li><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=%2BYouTube" target="_blank">+YouTube</a></li>
<li><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=%2BGmail" target="_blank">+Gmail</a></li>
<li><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=%2BGoogle" target="_blank">+Google</a></li>
<li><a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=%2BAndroid" target="_blank">+Android</a></li>
<li>欢迎留言继续补充</li>
</ul>
<p>记不住这些有着一长串数字的URL地址，又想快速找到这些帐号？<a href="http://www.guao.hk/posts/google-plus-direct-connect.html" target="_blank">直接在Google里搜索“+帐号名”</a>，就直接带你飞过来了（其实注意看上面列表的URL地址，就是Google搜索的地址，它会自动跳转到相应的Google+ Pages的）。</p>
<p><span style="color: #ff0000;"><strong>Update</strong></span>：目前只有美国IP可以做到Direct Connect，或者你也可以伪装成美国人。</p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-officials-in-google-plus-pages.html#comments" target="_blank">14 条评论</a> |
<a href="http://www.guao.hk/posts/google-officials-in-google-plus-pages.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/android" rel="tag">Android</a>, <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/direct-connect" rel="tag">Direct Connect</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-company" rel="tag">Google Company</a>, <a href="http://www.guao.hk/tag/google-maps" rel="tag">Google Maps</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>, <a href="http://www.guao.hk/tag/google-search" rel="tag">Google Search</a>, <a href="http://www.guao.hk/tag/youtube" rel="tag">YouTube</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-officials-in-google-plus-pages.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>为啥 Gmail for iOS 做得如此之烂？因为 Gmail 团队不在乎 iOS 平台</title>
		<link>http://www.guao.hk/posts/google-just-doesnt-care-about-ios.html</link>
		<comments>http://www.guao.hk/posts/google-just-doesnt-care-about-ios.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 08:27:36 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Fail]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45457</guid>
		<description><![CDATA[如果今天凌晨你有幸在Google紧急下架Gmail for iOS应用之前下载到了这货，那么恭喜你，你有幸一睹史上最烂的Google移动应用了。该应用的烂点罄竹难书： 第一次启动必定崩溃一次 邮件推送压根是废的 完全没有任何诚意的在移动版Gmail外面套了一层壳，实际上你是打开了一个Safari浏览器来访问移动版的Gmail网页而已 iPad版的界面优化极差，随处可见空白边界和错位的线条 为何Google做出了这么烂的一个iOS应用？知情人士透露因为Gmail团队压根不关心iOS平台，他们更专注于Android平台的应用开发，因为那毕竟是Google自己的家产。且Gmail团队之前做过调查，发现iOS人士都使用默认的Mail应用来收发Gmail邮件，而不是移动网页版的Gmail，所以干脆用这个投机取巧的办法让iOS用户体会一下网页版Gmail的优势（在披着原生应用这层皮的前提下，引诱大家使用）。 其实这也不能全赖Google，因为是Apple不让他们升级iOS 5里内置的Mail应用的。Google其实也很想升级iOS 5里的Maps应用，但Apple不让他们这么干。比较悲催的是Google甚至不被允许自己制作Google Maps for iOS应用，因为那将成为Maps应用的替代品，而功能完全可以替代系统默认应用的行为是被Apple禁止的。 Via SAI © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 9 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: App Store, Apple, Gmail, Google Fail, Google Maps, iOS, iPad, iPhone, iPod touch]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-45458" title="gmail-app-icon-400" src="http://www.guao.hk/wp-content/uploads/2011/11/gmail-app-icon-400.jpg" alt="" width="400" height="300" /></p>
<p>如果今天凌晨你有幸在<a href="http://www.guao.hk/posts/gmail-for-ios-released.html" target="_blank">Google紧急下架Gmail for iOS应用</a>之前下载到了这货，那么恭喜你，你有幸一睹史上最烂的Google移动应用了。该应用的烂点罄竹难书：</p>
<ul>
<li>第一次启动必定崩溃一次</li>
<li>邮件推送压根是废的</li>
<li>完全没有任何诚意的在移动版Gmail外面套了一层壳，实际上你是打开了一个Safari浏览器来访问移动版的Gmail网页而已</li>
<li>iPad版的界面优化极差，随处可见空白边界和错位的线条</li>
</ul>
<p>为何Google做出了这么烂的一个iOS应用？知情人士透露因为Gmail团队压根不关心iOS平台，他们更专注于Android平台的应用开发，因为那毕竟是Google自己的家产。且Gmail团队之前做过调查，发现iOS人士都使用默认的Mail应用来收发Gmail邮件，而不是移动网页版的Gmail，所以干脆用这个投机取巧的办法让iOS用户体会一下网页版Gmail的优势（在披着原生应用这层皮的前提下，引诱大家使用）。</p>
<p>其实这也不能全赖Google，因为是Apple不让他们升级iOS 5里内置的Mail应用的。Google其实也很想升级iOS 5里的Maps应用，但Apple不让他们这么干。比较悲催的是Google甚至不被允许自己制作Google Maps for iOS应用，因为那将成为Maps应用的替代品，而功能完全可以替代系统默认应用的行为是被Apple禁止的。</p>
<p>Via <a href="http://www.businessinsider.com/gmail-disaster-explained-google-just-doesnt-care-about-ios-2011-11" target="_blank">SAI</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-just-doesnt-care-about-ios.html#comments" target="_blank">9 条评论</a> |
<a href="http://www.guao.hk/posts/google-just-doesnt-care-about-ios.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/app-store" rel="tag">App Store</a>, <a href="http://www.guao.hk/tag/apple" rel="tag">Apple</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-fail" rel="tag">Google Fail</a>, <a href="http://www.guao.hk/tag/google-maps" rel="tag">Google Maps</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>, <a href="http://www.guao.hk/tag/ipad" rel="tag">iPad</a>, <a href="http://www.guao.hk/tag/iphone" rel="tag">iPhone</a>, <a href="http://www.guao.hk/tag/ipod-touch" rel="tag">iPod touch</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-just-doesnt-care-about-ios.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Gmail 小清新界面继续改进，可调显示间距</title>
		<link>http://www.guao.hk/posts/gmail-new-ui-gets-more-improvements.html</link>
		<comments>http://www.guao.hk/posts/gmail-new-ui-gets-more-improvements.html#comments</comments>
		<pubDate>Tue, 01 Nov 2011 19:33:12 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45384</guid>
		<description><![CDATA[感谢读者 yfdyh000 的提醒。 Gmail小清新界面将在未来几天内全面更新，且届时Gmail将在页面里提示你，让你尝试新的界面。新界面主要有5大改进。 首先是简化而流畅的对话界面（如上图），对话式邮件是Gmail的首创，在新界面里你将可看到每个对话者的头像，一目了然知道谁在说话。每条对话的界面也做到了极简，让你感觉好像不是在发邮件，而是聊IM？ 其次是可调的间距。Google这个小清新系列被大家主要诟病之处就在于对空间的铺张浪费，新界面里你将可通过齿轮图标修改间距： 然后是高清主题。很多主题都经过重新打造，有了更清晰的背景图片： 然后还有智能导航。左侧的标签和聊天区域的高度可进行自定义，你甚至可以隐藏整个聊天区域，给标签显示腾出更多地方来，通过上下箭头可在界面里进行导航移动： 最后是更好的搜索。当你点击搜索框的下拉条之后，可直接弹出高级搜索框，在这里可输入要搜索发信人，还是收信人、主题、正文包含文字、正文不包含文字，是否有附件以及邮件时间，方便多了： 如果你对Gmail的小清新界面还抱有一丝希望的话，别忘了随时看看右下角是否弹出让你切换到新界面的提示哦。 继续观看官方对Gmail小清新新界面的介绍视频： iOS设备观看地址，原始视频地址。 Via Google Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 15 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p>感谢读者 yfdyh000 的提醒。</p>
<p><img class="aligncenter size-large wp-image-45385" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture2-550x398.jpg" alt="" width="550" height="398" /></p>
<p>Gmail小清新界面将在未来几天内全面更新，且届时Gmail将在页面里提示你，让你尝试新的界面。新界面主要有5大改进。</p>
<p>首先是简化而流畅的对话界面（如上图），对话式邮件是Gmail的首创，在新界面里你将可看到每个对话者的头像，一目了然知道谁在说话。每条对话的界面也做到了极简，让你感觉好像不是在发邮件，而是聊IM？</p>
<p>其次是可调的间距。Google这个小清新系列被大家主要诟病之处就在于对空间的铺张浪费，新界面里你将可通过齿轮图标修改间距：</p>
<p><img class="aligncenter size-full wp-image-45386" title="screen-capture-1" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture-11.jpg" alt="" width="361" height="288" /></p>
<p>然后是高清主题。很多主题都经过重新打造，有了更清晰的背景图片：</p>
<p><img class="aligncenter size-large wp-image-45387" title="themeslarge" src="http://www.guao.hk/wp-content/uploads/2011/11/themeslarge-550x415.jpg" alt="" width="550" height="415" /></p>
<p>然后还有智能导航。左侧的标签和聊天区域的高度可进行自定义，你甚至可以隐藏整个聊天区域，给标签显示腾出更多地方来，通过上下箭头可在界面里进行导航移动：</p>
<p><img class="aligncenter size-full wp-image-45388" title="screen-capture-2" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture-21.jpg" alt="" width="403" height="306" /></p>
<p>最后是更好的搜索。当你点击搜索框的下拉条之后，可直接弹出高级搜索框，在这里可输入要搜索发信人，还是收信人、主题、正文包含文字、正文不包含文字，是否有附件以及邮件时间，方便多了：</p>
<p><img class="aligncenter size-full wp-image-45389" title="screen-capture-3" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture-31.jpg" alt="" width="397" height="302" /></p>
<p>如果你对Gmail的小清新界面还抱有一丝希望的话，别忘了随时看看右下角是否弹出让你切换到新界面的提示哦。</p>
<p>继续观看官方对Gmail小清新新界面的介绍视频：</p>
<p><span id="more-45384"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzE4NDU5MzA0/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzE4NDU5MzA0/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMzE4NDU5MzA0.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=vfW5e6jVsMs" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://googleblog.blogspot.com/2011/11/gmails-new-look.html" target="_blank">Google Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-new-ui-gets-more-improvements.html#comments" target="_blank">15 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-new-ui-gets-more-improvements.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-new-ui-gets-more-improvements.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>传 Google 已经向 App Store 提交独立的 Gmail 应用</title>
		<link>http://www.guao.hk/posts/could-a-native-gmail-iphone-app-finally-be-on-the-way-and-will-people-use-it.html</link>
		<comments>http://www.guao.hk/posts/could-a-native-gmail-iphone-app-finally-be-on-the-way-and-will-people-use-it.html#comments</comments>
		<pubDate>Tue, 01 Nov 2011 11:35:41 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45348</guid>
		<description><![CDATA[根据从TechCrunch半单飞的MG Siegler获得的消息，Google已经向App Store提交了一个独立的Gmail for iOS应用，等待苹果的审核。 该应用其实是iOS用户梦寐以求的了，Gmail for Android已经越来越强大，而iOS里的邮件应用却还是万年不变，完全跟不上Gmail发展的步伐。据说看过Gmail for iOS的人都称其“超级梦幻”，当然它也会整合iOS 5的推送提醒功能，Gmail for Android早有的priority inbox和加星也会有。 Via TNW © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 8 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, iOS, iPhone]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-45349" title="gmail-520x245" src="http://www.guao.hk/wp-content/uploads/2011/11/gmail-520x245.jpg" alt="" width="520" height="245" /></p>
<p>根据从TechCrunch半单飞的<a href="http://parislemon.com/post/12181169812/incoming-a-native-gmail-iphone-app-finally">MG Siegler</a>获得的消息，Google已经向App Store提交了一个独立的Gmail for iOS应用，等待苹果的审核。</p>
<p>该应用其实是iOS用户梦寐以求的了，Gmail for Android已经越来越强大，而iOS里的邮件应用却还是万年不变，完全跟不上Gmail发展的步伐。据说看过Gmail for iOS的人都称其“超级梦幻”，当然它也会整合iOS 5的推送提醒功能，Gmail for Android早有的priority inbox和加星也会有。</p>
<p>Via <a href="http://thenextweb.com/apple/2011/11/01/could-a-native-gmail-iphone-app-finally-be-on-the-way-and-will-people-use-it/" target="_blank">TNW</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/could-a-native-gmail-iphone-app-finally-be-on-the-way-and-will-people-use-it.html#comments" target="_blank">8 条评论</a> |
<a href="http://www.guao.hk/posts/could-a-native-gmail-iphone-app-finally-be-on-the-way-and-will-people-use-it.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>, <a href="http://www.guao.hk/tag/iphone" rel="tag">iPhone</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/could-a-native-gmail-iphone-app-finally-be-on-the-way-and-will-people-use-it.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Google 将在 Gmail 广告和 AdWords 广告加入广告设置中心链接</title>
		<link>http://www.guao.hk/posts/google-unveils-ad-preferences-center-for-search-and-gmail-ads.html</link>
		<comments>http://www.guao.hk/posts/google-unveils-ad-preferences-center-for-search-and-gmail-ads.html#comments</comments>
		<pubDate>Tue, 01 Nov 2011 11:08:01 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[ad preference center]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45337</guid>
		<description><![CDATA[Google宣布将在未来几周里在Gmail 广告和 AdWords 广告右上角加入一个Why the ad?或Wht these ads?的新链接，点击之后可在弹出标签里看到Google告诉你这里的广告是根据你的搜索关键字和邮件对话来显示的，同时给出ad preference center链接，让你设置自己要显示的广告类别，或是选择退出Google对你个人兴趣爱好跟踪而投放的广告（就是在你访问过旅游网站之后，会发现访问任何网站里的AdSense广告全跟旅游有关，传说中的追到死广告）。 同时，ad preference center届时也会改版，以小清新界面与大家见面： 我对Google此举表示赞成，我相信很少有人知道ad preference center的存在，更别提亲自访问去修改自己的广告设置了。 这一改进已经上线，但只能被百分之两位数的用户看到，在数周内会全面上线，同时支持40种语言。 Update：更新ad preference center的官方介绍视频： iOS设备观看地址，原始视频地址。 Via SEL © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 没有评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: ad preference center, AdSense, AdWords, Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-45338" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture1-550x188.jpg" alt="" width="550" height="188" /></p>
<p>Google宣布将在未来几周里在Gmail 广告和 AdWords 广告右上角加入一个Why the ad?或Wht these ads?的新链接，点击之后可在弹出标签里看到Google告诉你这里的广告是根据你的搜索关键字和邮件对话来显示的，同时给出<a href="http://www.google.com/ads/preferences">ad preference center</a>链接，让你设置自己要显示的广告类别，或是选择退出Google对你个人兴趣爱好跟踪而投放的广告（就是在你访问过旅游网站之后，会发现访问任何网站里的AdSense广告全跟旅游有关，传说中的追到死广告）。</p>
<p>同时，<a href="http://www.google.com/ads/preferences">ad preference center</a>届时也会改版，以小清新界面与大家见面：</p>
<p><img class="aligncenter size-full wp-image-45339" title="screen-capture-1" src="http://www.guao.hk/wp-content/uploads/2011/11/screen-capture-1.jpg" alt="" width="436" height="416" /></p>
<p>我对Google此举表示赞成，我相信很少有人知道<a href="http://www.google.com/ads/preferences">ad preference center</a>的存在，更别提亲自访问去修改自己的广告设置了。</p>
<p>这一改进已经上线，但只能被百分之两位数的用户看到，在数周内会全面上线，同时支持40种语言。</p>
<p><span style="color: #ff0000;"><strong>Update</strong></span>：更新<a href="http://www.google.com/ads/preferences">ad preference center</a>的官方介绍视频：</p>
<p><span id="more-45337"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzE4Mzc0NTIw/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzE4Mzc0NTIw/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMzE4Mzc0NTIw.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?v=PN0I_YlDF1A&amp;feature=player_embedded" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://searchengineland.com/google-unveils-ad-preferences-center-for-search-and-gmail-ads-99292" target="_blank">SEL</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-unveils-ad-preferences-center-for-search-and-gmail-ads.html#comments" target="_blank">没有评论</a> |
<a href="http://www.guao.hk/posts/google-unveils-ad-preferences-center-for-search-and-gmail-ads.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/ad-preference-center" rel="tag">ad preference center</a>, <a href="http://www.guao.hk/tag/adsense" rel="tag">AdSense</a>, <a href="http://www.guao.hk/tag/adwords" rel="tag">AdWords</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-unveils-ad-preferences-center-for-search-and-gmail-ads.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail 完全小清新版演示视频泄露</title>
		<link>http://www.guao.hk/posts/a-new-look-for-gmail.html</link>
		<comments>http://www.guao.hk/posts/a-new-look-for-gmail.html#comments</comments>
		<pubDate>Fri, 21 Oct 2011 14:43:01 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=45055</guid>
		<description><![CDATA[Google的YouTube频道里突然出现了一个Gmail新界面的预览视频，尽管很快就被设置成私有，但已经被人下载下来单独保存了。在这个新的预览视频里，我们可以看到彻底小清新化的Gmail界面，相对于现在的半小清新界面，主要变化包括： 完全使用图标而非文字的按钮 邮件对话界面彻底变化 紧挨着联系人的头像 更灵活的布局，适合各种窗口大小 可以像Google Docs那样设置布局的紧凑度 聊天/标签部分可伸缩 新的高清主题 升级的搜索框，包含高级搜索选项 尽管我们还没有任何关于这个新界面的信息，但相信Google内部已经完成设计（视频介绍都做好了），很快就会跟大家见面。 Google Tasks和Google Contacts从Gmail的默认显示界面里被取缔了，你必须通过点击Mail后面的小三角箭头才能访问。 继续观看这段内部泄露视频： iOS设备观看地址，原始视频地址。 Via GOS &#160; © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 18 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-45056" title="gmail-new-ui-3" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-new-ui-3-550x302.png" alt="" width="550" height="302" /></p>
<p>Google的YouTube频道里突然出现了一个Gmail新界面的预览视频，尽管很快就被设置成私有，但已经被人下载下来单独保存了。在这个新的预览视频里，我们可以看到彻底小清新化的Gmail界面，相对于现在的<a href="http://www.guao.hk/posts/a-preview-of-gmails-new-look-july-2011.html" target="_blank">半小清新界面</a>，主要变化包括：</p>
<p><img class="aligncenter size-large wp-image-45057" title="gmail-new-ui-1" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-new-ui-1-550x305.png" alt="" width="550" height="305" /></p>
<ul>
<li>完全使用图标而非文字的按钮</li>
<li>邮件对话界面彻底变化</li>
<li>紧挨着联系人的头像</li>
<li>更灵活的布局，适合各种窗口大小</li>
<li>可以像Google Docs那样设置布局的紧凑度</li>
<li>聊天/标签部分可伸缩</li>
<li>新的高清主题</li>
<li>升级的搜索框，包含高级搜索选项</li>
</ul>
<p><img class="aligncenter size-large wp-image-45058" title="gmail-new-ui-5" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-new-ui-5-550x384.png" alt="" width="550" height="384" /></p>
<p>尽管我们还没有任何关于这个新界面的信息，但相信Google内部已经完成设计（视频介绍都做好了），很快就会跟大家见面。</p>
<p><img class="aligncenter size-large wp-image-45060" title="gmail-new-ui-2" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-new-ui-21-550x475.png" alt="" width="550" height="475" /></p>
<p>Google Tasks和Google Contacts从Gmail的默认显示界面里被取缔了，你必须通过点击Mail后面的小三角箭头才能访问。</p>
<p><img class="aligncenter size-large wp-image-45061" title="gmail-new-ui-4" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-new-ui-4-550x371.png" alt="" width="550" height="371" /></p>
<p>继续观看这段内部泄露视频：</p>
<p><span id="more-45055"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzE0ODQwNjQ4/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzE0ODQwNjQ4/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMzE0ODQwNjQ4.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?v=aF2I8c3fNQs" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/10/new-look-for-gmail.html" target="_blank">GOS</a></p>
<p>&nbsp;</p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/a-new-look-for-gmail.html#comments" target="_blank">18 条评论</a> |
<a href="http://www.guao.hk/posts/a-new-look-for-gmail.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/a-new-look-for-gmail.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>洛杉矶警察局要求 Google 为缓慢的企业邮箱部署买单</title>
		<link>http://www.guao.hk/posts/los-angeles-to-google-we-wont-pay-for-lapd-seats.html</link>
		<comments>http://www.guao.hk/posts/los-angeles-to-google-we-wont-pay-for-lapd-seats.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 15:06:33 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google Fail]]></category>
		<category><![CDATA[LAPD]]></category>
		<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44949</guid>
		<description><![CDATA[Google的一个政府大客户洛杉矶警察局拒绝支付合同款，因为Google无法达到他们的安全要求。早在2年前Google就拿下了洛杉矶警察局3万名公务员的大单，让他们从Lotus Groupwise转换到新的Gmail邮件系统。但整个部署过程异常缓慢，因为Google一直无法达到洛杉矶警察局额外要求的安全标准。 今年4月洛杉矶官方就汇报过一次问题，而今年8月洛杉矶CTO Randi Levin再次声明Google无法完成洛杉矶警察局和其它机构保存犯罪记录的全部安全需求，所以洛杉矶官方拒绝支付费用，除了要求Google免费提供服务以外，还要求他们支持洛杉矶警察局到2012年11月12日使用Groupwise授权的费用。 Google发言人表示开发进度还正常，只是遇到了来自一个组织（其实是Consumer Watchdog）必须跟竞争对手合作的压力，实际上洛杉矶官方在今年还续签了17,000人的Google Apps使用合约，该项目为洛杉矶纳税人省了上百万美元。 如果Google继续在安全问题上无法达到洛杉矶警察局的要求的话，他们还会继续为洛杉矶纳税人省更多的钱，因为他们不仅不能向洛杉矶警察局收费，还要支付他们使用老邮件系统的授权费用，洛杉矶纳税人真要谢谢Google了，囧。 Via SAI © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Apps, Google Fail, LAPD, Lotus]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-44950" title="lapd" src="http://www.guao.hk/wp-content/uploads/2011/10/lapd.jpg" alt="" width="400" height="300" /></p>
<p>Google的一个政府大客户洛杉矶警察局拒绝支付合同款，因为Google无法达到他们的安全要求。早在2年前Google就拿下了洛杉矶警察局3万名公务员的大单，让他们从Lotus Groupwise转换到新的Gmail邮件系统。但整个部署过程异常缓慢，因为Google一直无法达到洛杉矶警察局额外要求的安全标准。</p>
<p>今年4月洛杉矶官方就汇报过一次问题，而今年8月洛杉矶CTO Randi Levin再次声明Google无法完成洛杉矶警察局和其它机构保存犯罪记录的全部安全需求，所以洛杉矶官方拒绝支付费用，除了要求Google免费提供服务以外，还要求他们支持洛杉矶警察局到2012年11月12日使用Groupwise授权的费用。</p>
<p>Google发言人表示开发进度还正常，只是遇到了来自一个组织（其实是Consumer Watchdog）必须跟竞争对手合作的压力，实际上洛杉矶官方在今年还续签了17,000人的Google Apps使用合约，该项目为洛杉矶纳税人省了上百万美元。</p>
<p>如果Google继续在安全问题上无法达到洛杉矶警察局的要求的话，他们还会继续为洛杉矶纳税人省更多的钱，因为他们不仅不能向洛杉矶警察局收费，还要支付他们使用老邮件系统的授权费用，洛杉矶纳税人真要谢谢Google了，囧。</p>
<p>Via <a href="http://www.businessinsider.com/gmail-isnt-good-enough-for-the-lapd-2011-10" target="_blank">SAI</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/los-angeles-to-google-we-wont-pay-for-lapd-seats.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/los-angeles-to-google-we-wont-pay-for-lapd-seats.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-apps" rel="tag">Google Apps</a>, <a href="http://www.guao.hk/tag/google-fail" rel="tag">Google Fail</a>, <a href="http://www.guao.hk/tag/lapd" rel="tag">LAPD</a>, <a href="http://www.guao.hk/tag/lotus" rel="tag">Lotus</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/los-angeles-to-google-we-wont-pay-for-lapd-seats.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gmail 开测超大型图片展示广告</title>
		<link>http://www.guao.hk/posts/gmail-tests-a-huge-image-ad.html</link>
		<comments>http://www.guao.hk/posts/gmail-tests-a-huge-image-ad.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 13:32:59 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44931</guid>
		<description><![CDATA[有人发现当你还没有登录进Gmail的时候，会在输入用户名密码的地方看到一个超级大条的图片展示广告。 纽约时报曾经在5月报道说，Gmail将开始允许广告商使用广告，比如当你收到一个提供滑雪信息的邮件的时候，在右侧有可能就会看到一个关于滑雪的广告图片，但保证都是跟邮件内容相关的。 不过我相信谁也不喜欢在Gmail里看到超大型的广告图片，即便它跟你的邮件正文内容相关。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-44932" title="gmail-giant-ad" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-giant-ad-550x280.png" alt="" width="550" height="280" /></p>
<p>有人发现当你还没有登录进Gmail的时候，会在输入用户名密码的地方看到一个超级大条的图片展示广告。</p>
<p><a href="http://www.nytimes.com/2011/05/15/business/15digi.html" target="_blank">纽约时报曾经在5月报道说</a>，Gmail将开始允许广告商使用广告，比如当你收到一个提供滑雪信息的邮件的时候，在右侧有可能就会看到一个关于滑雪的广告图片，但保证都是跟邮件内容相关的。</p>
<p>不过我相信谁也不喜欢在Gmail里看到超大型的广告图片，即便它跟你的邮件正文内容相关。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/10/gmail-tests-huge-image-ad.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-tests-a-huge-image-ad.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-tests-a-huge-image-ad.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-tests-a-huge-image-ad.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>看看未来可能会出现的 Google 小清新界面内部设计</title>
		<link>http://www.guao.hk/posts/how-googles-interface-might-change.html</link>
		<comments>http://www.guao.hk/posts/how-googles-interface-might-change.html#comments</comments>
		<pubDate>Sat, 15 Oct 2011 14:07:16 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Sandbar]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44678</guid>
		<description><![CDATA[继续从Jon Wiley在UX wWeek 2011大会上的演讲里挖料。昨天说到Jon Wiley说这次小清新改版是Larry Page在上位CEO第一天推动的，今天我们来看看Wiley展示的一些新的内部设计草稿。 上图是真正的清新设计，没有那个硬又黑的Sandbar导航条，取而代之的是位于Google logo右侧的灰色下拉箭头（好低调的箭头），点击下拉箭头即可选择要去到哪个Google服务。个人头像、分享和推送提醒按钮则依然在右侧，但与搜索框在同一行。 然后Gmail和Google Calendar等这些Google应用自己的按钮则被安排在搜索框、个人头像、分享和推送提醒按钮这一行的下方。 这个新的界面很可能会逐渐开始找越来越多人进行测试，而目前的硬又黑Sandbar只是个过渡性的解决方式。证据之一就是Google Docs的小清新界面已经有了如上图那样的位于右上侧的独立设置参数按钮（但两个齿轮图标一定会让你感到不知所措）： 继续观看Jon Wiley在UX wWeek 2011大会上的演讲视频： iOS设备观看地址，原始视频地址。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 4 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Calendar, Google Docs, Google Search, Sandbar]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-44679" title="ui-mock-search-large" src="http://www.guao.hk/wp-content/uploads/2011/10/ui-mock-search-large-550x316.jpg" alt="" width="550" height="316" /></p>
<p>继续从Jon Wiley在UX wWeek 2011大会上的演讲里挖料。<a href="http://www.guao.hk/posts/more-about-googles-new-design.html" target="_blank">昨天说到Jon Wiley说这次小清新改版是Larry Page在上位CEO第一天推动的</a>，今天我们来看看Wiley展示的一些新的内部设计草稿。</p>
<p>上图是真正的清新设计，没有那个硬又黑的Sandbar导航条，取而代之的是位于Google logo右侧的灰色下拉箭头（好低调的箭头），点击下拉箭头即可选择要去到哪个Google服务。个人头像、分享和推送提醒按钮则依然在右侧，但与搜索框在同一行。</p>
<p><img class="aligncenter size-large wp-image-44681" title="ui-mock-gmail-large" src="http://www.guao.hk/wp-content/uploads/2011/10/ui-mock-gmail-large-550x318.jpg" alt="" width="550" height="318" /></p>
<p>然后Gmail和Google Calendar等这些Google应用自己的按钮则被安排在搜索框、个人头像、分享和推送提醒按钮这一行的下方。</p>
<p><img class="aligncenter size-large wp-image-44682" title="ui-mock-calendar-large" src="http://www.guao.hk/wp-content/uploads/2011/10/ui-mock-calendar-large-550x316.jpg" alt="" width="550" height="316" /></p>
<p>这个新的界面很可能会逐渐开始找越来越多人进行测试，而目前的硬又黑Sandbar只是个过渡性的解决方式。证据之一就是Google Docs的小清新界面已经有了如上图那样的位于右上侧的独立设置参数按钮（但两个齿轮图标一定会让你感到不知所措）：</p>
<p><img class="aligncenter size-full wp-image-44684" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/10/screen-capture8.jpg" alt="" width="197" height="184" /></p>
<p>继续观看Jon Wiley在UX wWeek 2011大会上的演讲视频：</p>
<p><span id="more-44678"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzEyNzAwMzg0/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzEyNzAwMzg0/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMzEyNzAwMzg0.html" target="_blank">iOS设备观看地址</a>，<a href="http://vimeo.com/29965463" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/10/how-googles-interface-might-change.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/how-googles-interface-might-change.html#comments" target="_blank">4 条评论</a> |
<a href="http://www.guao.hk/posts/how-googles-interface-might-change.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-calendar" rel="tag">Google Calendar</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://www.guao.hk/tag/google-search" rel="tag">Google Search</a>, <a href="http://www.guao.hk/tag/sandbar" rel="tag">Sandbar</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/how-googles-interface-might-change.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Larry Page 上位 CEO 第一天吩咐 Google 需要有新的美丽界面</title>
		<link>http://www.guao.hk/posts/more-about-googles-new-design.html</link>
		<comments>http://www.guao.hk/posts/more-about-googles-new-design.html#comments</comments>
		<pubDate>Fri, 14 Oct 2011 10:51:06 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[Larry Page]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44658</guid>
		<description><![CDATA[Google搜索设计团队领导Jon Wiley最近在UX wWeek 2011大会上做了一个很有趣的演讲，其中谈到了Google历史上最大规模的设计修改过程──也就是我们谷奥所说的“小清新”界面。有趣的是其实这个新界面跟Google+完全没关系，只不过Google+是第一个使用“小清新”界面的Google产品。 Larry Page在今年4月4日第一天上任CEO的时候就决定要给Google带来一个全新的漂亮的界面，之前设计过Google超级碗广告和Chrome广告系列的Google Creative Labs团队出任了这一设计任务，这些设计师也对此感到非常惊讶，因为他们终于有大展宏图的机会了。Jon Wiley说有一个Google用户在看到新设计之后认为Google肯定雇佣了新的设计师。 尽管Larry Page对小清新界面感到满意，但Google雇员最初却对新界面感到厌恶，尤其是Gmail的小清新界面，但在后来几天就开始喜欢上它了。这次小清新的改版完全是Larry Page推动的。 Update：增加Jon Wiley在UX wWeek 2011大会上的演讲视频： iOS设备观看地址，原始视频地址。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 12 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Plus, Larry Page]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-44660" title="screen-capture-8" src="http://www.guao.hk/wp-content/uploads/2011/10/screen-capture-81.jpg" alt="" width="550" height="258" /></p>
<p>Google搜索设计团队领导Jon Wiley最近在UX wWeek 2011大会上做了一个很有趣的演讲，其中谈到了Google历史上最大规模的设计修改过程──也就是我们谷奥所说的“小清新”界面。有趣的是其实这个新界面跟Google+完全没关系，只不过Google+是第一个使用“小清新”界面的Google产品。</p>
<p>Larry Page在今年4月4日第一天上任CEO的时候就决定要给Google带来一个全新的漂亮的界面，之前设计过<a href="http://www.guao.hk/posts/google-ads-in-2010-super-bowl-parisian-love.html" target="_blank">Google超级碗广告</a>和<a href="http://www.google.com/cse?q=%E8%B6%85%E7%BA%A7%E7%A2%97&amp;sa=&amp;cx=000933044124106996470%3Aas1u_mlc4li&amp;ie=UTF-8#gsc.tab=0&amp;gsc.q=chrome%E5%B9%BF%E5%91%8A" target="_blank">Chrome广告系列</a>的Google Creative Labs团队出任了这一设计任务，这些设计师也对此感到非常惊讶，因为他们终于有大展宏图的机会了。Jon Wiley说有一个Google用户在看到新设计之后认为Google肯定雇佣了新的设计师。</p>
<p>尽管Larry Page对小清新界面感到满意，但Google雇员最初却对新界面感到厌恶，<a href="http://www.guao.hk/posts/a-preview-of-gmails-new-look-july-2011.html" target="_blank">尤其是Gmail的小清新界面</a>，但在后来几天就开始喜欢上它了。这次小清新的改版完全是Larry Page推动的。</p>
<p>Update：增加Jon Wiley在UX wWeek 2011大会上的演讲视频：</p>
<p><span id="more-44658"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzEyNzAwMzg0/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzEyNzAwMzg0/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMzEyNzAwMzg0.html" target="_blank">iOS设备观看地址</a>，<a href="http://vimeo.com/29965463" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/10/more-about-googles-new-design.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/more-about-googles-new-design.html#comments" target="_blank">12 条评论</a> |
<a href="http://www.guao.hk/posts/more-about-googles-new-design.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>, <a href="http://www.guao.hk/tag/larry-page" rel="tag">Larry Page</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/more-about-googles-new-design.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>大水二冲龙王庙，中国谷歌开发者日邀请信被 Gmail 判为垃圾邮件</title>
		<link>http://www.guao.hk/posts/gdd-2011-spam-gmail.html</link>
		<comments>http://www.guao.hk/posts/gdd-2011-spam-gmail.html#comments</comments>
		<pubDate>Sat, 08 Oct 2011 16:58:58 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[GDD]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google China]]></category>
		<category><![CDATA[Google China Fail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44486</guid>
		<description><![CDATA[感谢读者 Dndx 的爆尿。 2011谷歌中国开发者日的申请者陆续已经收到了大会发来的邀请邮件，但是令人匪夷所思的是很多人（包括我）竟然在Gmail的“垃圾邮件”里找到了邀请信： 根据大会官方微博的说法，邀请信已经重新发送，可是更搞笑的是，它仍然出现在了“垃圾邮件”里。只能怪谷歌的垃圾邮件过滤算法太强大了，强大到六亲不认了。 为什么说是二冲？因为今天已经有过第一冲了。 © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 16 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: fun, GDD, Gmail, Google China, Google China Fail]]></description>
			<content:encoded><![CDATA[<p>感谢读者 <a href="http://idndx.com/" target="_blank">Dndx</a> 的爆尿。</p>
<p><img class="aligncenter size-large wp-image-44487" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/10/screen-capture6-550x352.jpg" alt="" width="550" height="352" /></p>
<p><a href="http://www.guao.hk/posts/google-developer-day-2011-beijing-shanghai-and-gaungzhou.html" target="_blank">2011谷歌中国开发者日</a>的申请者陆续已经收到了大会发来的邀请邮件，但是令人匪夷所思的是很多人（包括我）竟然在Gmail的“垃圾邮件”里找到了邀请信：</p>
<p><img class="aligncenter size-large wp-image-44488" title="original" src="http://www.guao.hk/wp-content/uploads/2011/10/original-550x234.jpg" alt="" width="550" height="234" /><br />
<a href="http://weibo.com/2396130634/xrNDDncPw" target="_blank">根据大会官方微博的说法</a>，邀请信已经重新发送，可是更搞笑的是<wbr>，它仍然出现在了“垃圾邮件”里。只能怪谷歌的垃圾邮件过滤算法太强大了，强大到六亲不认了。</wbr></p>
<p>为什么说是二冲？<a href="http://www.guao.hk/posts/google-must-be-feeling-burned-for-investing-in-intellectual-ventures.html" target="_blank">因为今天已经有过第一冲了</a>。</p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gdd-2011-spam-gmail.html#comments" target="_blank">16 条评论</a> |
<a href="http://www.guao.hk/posts/gdd-2011-spam-gmail.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/fun" rel="tag">fun</a>, <a href="http://www.guao.hk/tag/gdd" rel="tag">GDD</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-china" rel="tag">Google China</a>, <a href="http://www.guao.hk/tag/google-china-fail" rel="tag">Google China Fail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gdd-2011-spam-gmail.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Google 计划为发展中国家开发非智能手机版 Gmail 网页应用</title>
		<link>http://www.guao.hk/posts/google-opens-gmail-up-to-the-developing-world-with-feature-phone-signup.html</link>
		<comments>http://www.guao.hk/posts/google-opens-gmail-up-to-the-developing-world-with-feature-phone-signup.html#comments</comments>
		<pubDate>Wed, 05 Oct 2011 11:28:45 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Mobile]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44369</guid>
		<description><![CDATA[Google的Gmail团队通过非洲博客宣布他们目前正在忙于为发展中国家开发非智能手机版 Gmail 网页应用，大多数的发展中国家很少使用智能手机，所以他们无法使用本地应用来访问Gmail邮箱。但他们的手机也有简单的浏览器，可连接互联网，Google将部署一个非智能手机版的Gmail，通过mail.google.com提供服务。 Via TNW © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 8 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Mobile]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-44370" title="gmail-520x245" src="http://www.guao.hk/wp-content/uploads/2011/10/gmail-520x245.jpg" alt="" width="520" height="245" /></p>
<p><a href="http://google-africa.blogspot.com/2011/10/sign-up-to-gmail-from-your-featurephone.html" target="_blank">Google的Gmail团队通过非洲博客宣布</a>他们目前正在忙于为发展中国家开发非智能手机版 Gmail 网页应用，大多数的发展中国家很少使用智能手机，所以他们无法使用本地应用来访问Gmail邮箱。但他们的手机也有简单的浏览器，可连接互联网，Google将部署一个非智能手机版的Gmail，通过mail.google.com提供服务。</p>
<p>Via <a href="http://thenextweb.com/google/2011/10/04/google-opens-gmail-up-to-the-developing-world-with-feature-phone-signup/" target="_blank">TNW</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-opens-gmail-up-to-the-developing-world-with-feature-phone-signup.html#comments" target="_blank">8 条评论</a> |
<a href="http://www.guao.hk/posts/google-opens-gmail-up-to-the-developing-world-with-feature-phone-signup.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-mobile" rel="tag">Google Mobile</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-opens-gmail-up-to-the-developing-world-with-feature-phone-signup.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Chromebook 必备扩展：保存 Gmail 附件到 Google Docs</title>
		<link>http://www.guao.hk/posts/save-gmail-attachments-directly-to-google-docs-with-this-extension.html</link>
		<comments>http://www.guao.hk/posts/save-gmail-attachments-directly-to-google-docs-with-this-extension.html#comments</comments>
		<pubDate>Wed, 05 Oct 2011 10:28:03 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Docs]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44360</guid>
		<description><![CDATA[Gmail Attachments To Docs这枚Chrome扩展应该是所有Chromebook用户的必备神器了，它可以在你的Gmail附件里增加一个保存到Google Docs的链接，点击即可直接将附件保存到自己帐户的Google Docs里，而不必打开它。 Via Chrome Story © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Chrome Extensions, Gmail, Google Docs]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-44361" title="screen-capture-1" src="http://www.guao.hk/wp-content/uploads/2011/10/screen-capture-13.jpg" alt="" width="278" height="229" /></p>
<p><a href="https://chrome.google.com/webstore/detail/epoohehjbaenldfbahgcegdmlogakgin" target="_blank">Gmail Attachments To Docs这枚Chrome扩展</a>应该是所有Chromebook用户的必备神器了，它可以在你的Gmail附件里增加一个保存到Google Docs的链接，点击即可直接将附件保存到自己帐户的Google Docs里，而不必打开它。</p>
<p>Via <a href="http://chromestory.com/2011/10/save-gmail-attachments-directly-to-google-docs-with-this-extension/" target="_blank">Chrome Story</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/save-gmail-attachments-directly-to-google-docs-with-this-extension.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/save-gmail-attachments-directly-to-google-docs-with-this-extension.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/save-gmail-attachments-directly-to-google-docs-with-this-extension.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Attachments.me Chrome 扩展可让你看到 Gmail 附件的缩略图</title>
		<link>http://www.guao.hk/posts/attachments-me-for-chrome-shows-thumbnails-of-attachments-in-gmail-search.html</link>
		<comments>http://www.guao.hk/posts/attachments-me-for-chrome-shows-thumbnails-of-attachments-in-gmail-search.html#comments</comments>
		<pubDate>Fri, 30 Sep 2011 16:25:31 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44229</guid>
		<description><![CDATA[作为一名Gmail用户，你肯定知道它的搜索功能是一大特色，Attachments.me的这个Chrome扩展更可让Gmail的搜索如虎添翼。 要查找Gmail里的附件，你必须先搜索到它，然后打开邮件，再点击附件预览或下载到本地查看。如果发现不是，还要返回搜索结果继续找，非常麻烦。在安装了Attachments.me的这个Chrome扩展后，搜索结果可直接显示出缩略图，哪个是你要找的附件就一目了然了。 继续观看演示视频： &#160; iOS设备观看地址，原始视频地址。 Via TNW © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 没有评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Chrome Extensions, Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-44230" title="Attachments.me-for-Gmail™-Chrome-Web-Store" src="http://www.guao.hk/wp-content/uploads/2011/10/Attachments.me-for-Gmail%E2%84%A2-Chrome-Web-Store.jpg" alt="" width="410" height="219" /></p>
<p>作为一名Gmail用户，你肯定知道它的搜索功能是一大特色，<a href="https://chrome.google.com/webstore/detail/gdgofjdapkmlgpgjfielacjckplcdjjk" target="_blank">Attachments.me的这个Chrome扩展</a>更可让Gmail的搜索如虎添翼。</p>
<p>要查找Gmail里的附件，你必须先搜索到它，然后打开邮件，再点击附件预览或下载到本地查看。如果发现不是，还要返回搜索结果继续找，非常麻烦。在安装了<a href="https://chrome.google.com/webstore/detail/gdgofjdapkmlgpgjfielacjckplcdjjk" target="_blank">Attachments.me的这个Chrome扩展</a>后，搜索结果可直接显示出缩略图，哪个是你要找的附件就一目了然了。</p>
<p>继续观看演示视频：<br />
<span id="more-44229"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzA4NDc3MTk2/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzA4NDc3MTk2/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p>&nbsp;</p>
<p><a href="http://v.youku.com/v_show/id_XMzA4NDc3MTk2.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?v=YRGdhlSKtIM&amp;feature=player_embedded" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://thenextweb.com/apps/2011/09/29/attachments-me-for-chrome-shows-thumbnails-of-attachments-in-gmail-search/" target="_blank">TNW</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/attachments-me-for-chrome-shows-thumbnails-of-attachments-in-gmail-search.html#comments" target="_blank">没有评论</a> |
<a href="http://www.guao.hk/posts/attachments-me-for-chrome-shows-thumbnails-of-attachments-in-gmail-search.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/attachments-me-for-chrome-shows-thumbnails-of-attachments-in-gmail-search.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Ventures 一百万美元投资 Yesware 邮件跟踪系统</title>
		<link>http://www.guao.hk/posts/google-ventures-foundry-group-put-1m-in-yesware-email-tracking-and-productivity-platform-for-salespeople.html</link>
		<comments>http://www.guao.hk/posts/google-ventures-foundry-group-put-1m-in-yesware-email-tracking-and-productivity-platform-for-salespeople.html#comments</comments>
		<pubDate>Tue, 27 Sep 2011 15:59:18 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Market]]></category>
		<category><![CDATA[Dynamics]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Ventures]]></category>
		<category><![CDATA[investments]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[Yesware]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=44064</guid>
		<description><![CDATA[Yesware是一个帮助销售人员跟踪邮件的创业公司，他们最近拿到了由Google Ventures、Foundry Group和一些其它投资商投资的100万美元。 Yesware可帮助销售人员提高他们的效率。他们有针对Gmail和智能手机的邮件分析系统、自定义模板和CRM整合系统，可帮助销售人员更快的达成自己的交易。Yesware也可跟Salesforce.com、微软的Dynamics、Oracle的CRM和Highrise等CEM平台整合。 Yesware应用的报告是实时的，可在客户打开邮件的同时提供给销售人员时间、次数、位置和平台等数据报告。Yesware for Gmail对销售人员和销售团队是完全免费的，Yesware for Android则需要在Android Market里花4.99美元购买，之后即可免费使用。他们的客户目前包括KissMetrics和StackOverflow等等，新拿到的投资可帮助他们继续进行产品开发。 Via TC © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 没有评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Android, Android Market, Dynamics, Gmail, Google Ventures, investments, Oracle, Salesforce.com, Yesware]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-44065" title="screen-capture-1" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-115-550x317.jpg" alt="" width="550" height="317" /></p>
<p><a href="http://www.yesware.com/">Yesware</a>是一个帮助销售人员跟踪邮件的创业公司，他们最近拿到了由Google Ventures、Foundry Group和一些其它投资商投资的100万美元。</p>
<p>Yesware可帮助销售人员提高他们的效率。他们有针对Gmail和智能手机的邮件分析系统、自定义模板和CRM整合系统，可帮助销售人员更快的达成自己的交易。Yesware也可跟Salesforce.com、微软的Dynamics、Oracle的CRM和Highrise等CEM平台整合。</p>
<p>Yesware应用的报告是实时的，可在客户打开邮件的同时提供给销售人员时间、次数、位置和平台等数据报告。Yesware for Gmail对销售人员和销售团队是完全免费的，Yesware for Android则需要在Android Market里花4.99美元购买，之后即可免费使用。他们的客户目前包括KissMetrics和StackOverflow等等，新拿到的投资可帮助他们继续进行产品开发。</p>
<p>Via <a href="http://techcrunch.com/2011/09/27/google-ventures-foundry-group-put-1m-in-email-tracking-and-productivity-platform-for-salespeople-yesware/" target="_blank">TC</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-ventures-foundry-group-put-1m-in-yesware-email-tracking-and-productivity-platform-for-salespeople.html#comments" target="_blank">没有评论</a> |
<a href="http://www.guao.hk/posts/google-ventures-foundry-group-put-1m-in-yesware-email-tracking-and-productivity-platform-for-salespeople.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/android" rel="tag">Android</a>, <a href="http://www.guao.hk/tag/android-market" rel="tag">Android Market</a>, <a href="http://www.guao.hk/tag/dynamics" rel="tag">Dynamics</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-ventures" rel="tag">Google Ventures</a>, <a href="http://www.guao.hk/tag/investments" rel="tag">investments</a>, <a href="http://www.guao.hk/tag/oracle" rel="tag">Oracle</a>, <a href="http://www.guao.hk/tag/salesforce-com" rel="tag">Salesforce.com</a>, <a href="http://www.guao.hk/tag/yesware" rel="tag">Yesware</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-ventures-foundry-group-put-1m-in-yesware-email-tracking-and-productivity-platform-for-salespeople.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>移动版 Gmail 开始支持多帐户登录</title>
		<link>http://www.guao.hk/posts/multiple-sign-in-and-preferences-on-gmail-for-mobile.html</link>
		<comments>http://www.guao.hk/posts/multiple-sign-in-and-preferences-on-gmail-for-mobile.html#comments</comments>
		<pubDate>Wed, 21 Sep 2011 21:23:36 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Mobile]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43879</guid>
		<description><![CDATA[移动版Gmail的功能和界面一直是移动网页应用里的先锋，他们今天又宣布开始支持多帐户登录。 跟桌面版的多帐户登录一样，你可以同时登录多个帐户，只需要点击页面最下方的“Sign into an another account.”链接即可，然后选择想登录的帐户（如上图）。每个不同的帐户都有一个独立地址，所以你可以切换到不同邮件之后加入收藏，这样即可一键到达自己想要的那个帐户的邮件列表界面。 另外，移动中发邮件难免出现很多错别字（尽管我在桌面也会写错别字，囧），现在点击设置按钮，即可为移动中发送的邮件设置一个单独的签名，比如“发送自我的山寨机”之类的，让对方理解错别字真不是你故意写的： 最后，现在移动版也可以设置不在工作的渡假提醒了，如果你已经到了渡假圣地而忘了之前就设置好渡假提醒的日期和提醒语了，那么现在直接掏出手机也可以完成这项设置了，不错。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 3 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Mobile]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-43880" title="screen-capture-2" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-26.jpg" alt="" width="311" height="404" /></p>
<p>移动版Gmail的功能和界面一直是移动网页应用里的先锋，他们今天又宣布开始支持多帐户登录。</p>
<p>跟桌面版的多帐户登录一样，你可以同时登录多个帐户，只需要点击页面最下方的“Sign into an another account.”链接即可，然后选择想登录的帐户（如上图）。每个不同的帐户都有一个独立地址，所以你可以切换到不同邮件之后加入收藏，这样即可一键到达自己想要的那个帐户的邮件列表界面。</p>
<p>另外，移动中发邮件难免出现很多错别字（尽管我在桌面也会写错别字，囧），现在点击设置按钮，即可为移动中发送的邮件设置一个单独的签名，比如“发送自我的山寨机”之类的，让对方理解错别字真不是你故意写的：</p>
<p><img class="aligncenter size-full wp-image-43881" title="screen-capture-3" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-39.jpg" alt="" width="309" height="395" /></p>
<p>最后，现在移动版也可以设置不在工作的渡假提醒了，如果你已经到了渡假圣地而忘了之前就设置好渡假提醒的日期和提醒语了，那么现在直接掏出手机也可以完成这项设置了，不错。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/09/introducing-multiple-sign-in-and.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/multiple-sign-in-and-preferences-on-gmail-for-mobile.html#comments" target="_blank">3 条评论</a> |
<a href="http://www.guao.hk/posts/multiple-sign-in-and-preferences-on-gmail-for-mobile.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-mobile" rel="tag">Google Mobile</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/multiple-sign-in-and-preferences-on-gmail-for-mobile.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gmail 里的电话可自动充值，防止打爆</title>
		<link>http://www.guao.hk/posts/gmail-calling-auto-recharge.html</link>
		<comments>http://www.guao.hk/posts/gmail-calling-auto-recharge.html#comments</comments>
		<pubDate>Tue, 20 Sep 2011 20:31:20 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43840</guid>
		<description><![CDATA[Gmail 里的电话虽说很便宜，但一旦跨洋电话粥褒起来，没准也会打爆，正在谈情说爱却被突然掐断可够难受的。于是Gmail今天为电话功能增加了自动充值，在余额不到2美元或2欧元的时候自动从你的信用卡上划钱过来，有10、25和50三种额度可选，也可以选择发送一封提醒邮件。 现在电话是打不爆了，不过要小心你的信用卡被刷爆了。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-43841" title="screen-capture-11" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-112.jpg" alt="" width="404" height="178" /></p>
<p>Gmail 里的电话虽说很便宜，但一旦跨洋电话粥褒起来，没准也会打爆，正在谈情说爱却被突然掐断可够难受的。于是Gmail今天为电话功能增加了自动充值，在余额不到2美元或2欧元的时候自动从你的信用卡上划钱过来，有10、25和50三种额度可选，也可以选择发送一封提醒邮件。</p>
<p>现在电话是打不爆了，不过要小心你的信用卡被刷爆了。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/09/never-run-out-of-calling-credit-with.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-calling-auto-recharge.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-calling-auto-recharge.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-calling-auto-recharge.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>韩国国家情报局承认扫描 Gmail 用户收发的邮件</title>
		<link>http://www.guao.hk/posts/south-korea-nis-admits-to-tapping-emails-of-a-gmail-user.html</link>
		<comments>http://www.guao.hk/posts/south-korea-nis-admits-to-tapping-emails-of-a-gmail-user.html#comments</comments>
		<pubDate>Sat, 17 Sep 2011 09:24:47 +0000</pubDate>
		<dc:creator>xslidian</dc:creator>
				<category><![CDATA[其他新闻]]></category>
		<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[Korea]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43759</guid>
		<description><![CDATA[大家都知道 Google 通过强制 https 访问确保客户端到 Gmail 服务器通信的安全，但常常忽视传输过程的保密。电子邮件内容在经过 base64 编码后，就会被明文投递到目标服务器。只要不是 Gmail 用户间互发，投递所经过的中继服务商都可能记录/窃取邮件的内容。这不，韩国国家情报局（NIS/국정원）也承认在调查时对一位 Gmail 用户收发的邮件进行了抓包。 据《韩民族》（한겨레）日报昨天报道，原为教师的金亨根（音译）（김형근，52 岁）最近曾提起宪法上诉。为调查此人，NIS 在今年三月对他收发邮件的情况进行了长达 15 天的窃听。 在提交给国会的书面回应中，NIS 陈述：“金先生为避免调查机构的侦察，使用境外邮件服务（Gmail），并以其父母的名字开设帐号，且收发邮件后立即删除，使得传统的搜查扣押模式难以收集证据，因此决定采取窃听数据包的方案。” NIS 解释道：“（部分韩国民众）通过使用超出韩国调查权限的境外邮件服务（Gmail、Hotmail 等）来寻求所谓的‘网络庇护’（사이버 망명），使得数据包窃听成为不可避免的措施。”NIS 在向法院申请同时采取通讯限制措施（抓包）时坚称有窃听邮件的必要。而法院当时也接受的 NIS 的请求，并授权抓包。 据该报解释，包窃听与传统通讯窃听手段不同，可以实时查看互联网来往的全部内容。通过深度抓包，可以记录特定用户在网络上传输的所有数据包。深度抓包通常用于审查或广告投放调研（即明文关键词触发——译者注）。 该报还引述一家安全公司负责人的说法：“Gmail 自 2009 年透露中国安全部门窃听其服务后，（强制）使用加密通讯协议（https），技术上几乎不可能破解。如果 NIS 真能窃听（客户端到服务器间的通讯），可能引发国际性争论。” 显然，NIS 只是稍稍山寨了一下在天朝早已投入实际应用的过境过滤技术，以加深网络国界的管控（跨国公司没有国内公司听话）。韩国民众会被这场导向性宣传冲昏头脑吗？请大家淡定滴拭目以待！ via 한겨레 © xslidian 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 16 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 [...]]]></description>
			<content:encoded><![CDATA[<p>大家都知道 Google 通过<a title="Gmail 在全球默认启用 https 加密连接访问" href="http://www.guao.hk/posts/default-gmail-https-access-in-global.html">强制 https 访问</a>确保客户端到 Gmail 服务器通信的安全，但常常忽视传输过程的保密。电子邮件内容在经过 <a title="Base64" href="http://zh.wikipedia.org/zh/Base64" target="_blank">base64</a> 编码后，就会被<strong>明文投递</strong>到目标服务器。只要不是 Gmail 用户间互发，<strong>投递所经过的中继服务商都可能记录/窃取邮件的内容</strong>。这不，韩国国家情报局（NIS/국정원）也承认在调查时对一位 Gmail 用户收发的邮件进行了抓包。</p>
<p>据《韩民族》（한겨레）日报昨天报道，原为教师的金亨根（音译）（김형근，52 岁）最近曾提起宪法上诉。为调查此人，NIS 在今年三月对他收发邮件的情况进行了长达 15 天的窃听。</p>
<p>在提交给国会的书面回应中，NIS 陈述：“金先生为避免调查机构的侦察，使用境外邮件服务（Gmail），并以其父母的名字开设帐号，且收发邮件后立即删除，使得传统的搜查扣押模式难以收集证据，因此决定采取窃听数据包的方案。”</p>
<p>NIS 解释道：“（部分韩国民众）通过使用超出韩国调查权限的境外邮件服务（Gmail、Hotmail 等）来寻求所谓的‘网络庇护’（사이버 망명），使得数据包窃听成为不可避免的措施。”NIS 在向法院申请同时采取通讯限制措施（抓包）时坚称有窃听邮件的必要。而法院当时也接受的 NIS 的请求，并授权抓包。</p>
<p>据该报解释，包窃听与传统通讯窃听手段不同，可以实时查看互联网来往的全部内容。通过深度抓包，可以记录特定用户在网络上传输的所有数据包。深度抓包通常用于审查或广告投放调研（即明文关键词触发——译者注）。</p>
<p>该报还引述一家安全公司负责人的说法：“<a href="http://www.guao.hk/tag/gmail">Gmail</a> 自 <a title="Google 发现邮件系统受到来自大陆的攻击，扬言可能撤出中国大陆" href="http://www.guao.hk/posts/google-may-end-its-operations-in-chia.html">2009 年透露中国安全部门窃听其服务</a>后，（强制）使用加密通讯协议（https），<strong>技术上几乎不可能破解</strong>。如果 NIS 真能窃听（客户端到服务器间的通讯），可能引发国际性争论。”</p>
<p>显然，NIS 只是稍稍山寨了一下在天朝早已投入实际应用的过境过滤技术，以加深网络国界的管控（<a href="http://www.guao.hk/tag/korea">跨国公司没有国内公司听话</a>）。韩国民众会被这场导向性宣传冲昏头脑吗？请大家淡定滴拭目以待！</p>
<p>via <a title="구글 지메일도 국정원이 감청" href="http://www.hani.co.kr/arti/society/society_general/496439.html" target="_blank">한겨레</a></p>
<hr />
<p><small>© xslidian 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/south-korea-nis-admits-to-tapping-emails-of-a-gmail-user.html#comments" target="_blank">16 条评论</a> |
<a href="http://www.guao.hk/posts/south-korea-nis-admits-to-tapping-emails-of-a-gmail-user.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/https" rel="tag">https</a>, <a href="http://www.guao.hk/tag/korea" rel="tag">Korea</a>, <a href="http://www.guao.hk/tag/security" rel="tag">Security</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/south-korea-nis-admits-to-tapping-emails-of-a-gmail-user.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Gtalk 聊天记录现可通过 Gmail 的 IMAP 导出</title>
		<link>http://www.guao.hk/posts/google-liberates-gmail-chat-logs-via-imap.html</link>
		<comments>http://www.guao.hk/posts/google-liberates-gmail-chat-logs-via-imap.html#comments</comments>
		<pubDate>Fri, 16 Sep 2011 22:29:08 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Data Liberation]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gtalk]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43750</guid>
		<description><![CDATA[Google Data Liberation团队今天宣布你将可通过IMAP下载Gmail聊天记录了，之前我们可以通过IMAP来下载Gmail的邮件，但Gmail和Gtalk里的聊天记录一直还不行。 要导出，需要到Gmail的Labels标签页设置里，将Chats的Show in IMAP打上钩，然后你的邮件客户端（比如Outlook）里就可收到来自Gtalk的聊天记录了。 继续观看视频演示： iOS设备观看地址，原始视频地址。 Via RWW © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 4 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Data Liberation, Gmail, Gtalk]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-43751" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture13-550x177.jpg" alt="" width="550" height="177" /></p>
<p>Google Data Liberation团队今天宣布你将可通过IMAP下载Gmail聊天记录了，之前我们可以通过IMAP来下载Gmail的邮件，但Gmail和Gtalk里的聊天记录一直还不行。</p>
<p>要导出，需要到Gmail的Labels标签页设置里，将Chats的Show in IMAP打上钩，然后你的邮件客户端（比如Outlook）里就可收到来自Gtalk的聊天记录了。</p>
<p>继续观看视频演示：</p>
<p><span id="more-43750"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMzA0Nzk4MjY0/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMzA0Nzk4MjY0/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMzA0Nzk4MjY0.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=0p_jUltvwng" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://www.readwriteweb.com/archives/google_liberates_gmail_chat_logs_via_imap.php" target="_blank">RWW</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-liberates-gmail-chat-logs-via-imap.html#comments" target="_blank">4 条评论</a> |
<a href="http://www.guao.hk/posts/google-liberates-gmail-chat-logs-via-imap.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/data-liberation" rel="tag">Data Liberation</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/gtalk" rel="tag">Gtalk</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-liberates-gmail-chat-logs-via-imap.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>把收 Gmail 邮件变成“打怪”游戏的 Chrome 扩展 The Email Game</title>
		<link>http://www.guao.hk/posts/the-email-game-for-chrome-awards-points-for-quick-replies-and-small-inboxes.html</link>
		<comments>http://www.guao.hk/posts/the-email-game-for-chrome-awards-points-for-quick-replies-and-small-inboxes.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 20:56:53 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[快乐周末]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43400</guid>
		<description><![CDATA[每天要处理大量的邮件着实让人感到身心疲惫，但如果将邮箱变成一个游戏平台是不是心里能好受点？The Email Game就是这么个Chrome扩展，它可以将你在Gmail里的每个操作变成一个“任务”去完成，在规定时间里完成一定的任务，即可获得积分。 你每打开一个邮件并进行回复的时候，都会看到一个计时器，回复邮件的速度越快积分就越高，随着积分的增高你还可以获得升级。最终的目标就是以最快的速度消灭Gmail邮箱里的未读邮件，提高效率。对了，它也支持Google Apps的邮箱。 这个扩展需要获得访问邮件的权限，如果你是个敏感词人士，要掂量一下。 Via LifeHacker © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 2 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Chrome Extensions, Gmail, Google Apps, 快乐周末]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-43401" title="unnamed" src="http://www.guao.hk/wp-content/uploads/2011/09/unnamed.jpg" alt="" width="400" height="275" /></p>
<p>每天要处理大量的邮件着实让人感到身心疲惫，但如果将邮箱变成一个游戏平台是不是心里能好受点？<a href="https://chrome.google.com/webstore/detail/ehbobaphhmjpchjknfpcnlhcbkjbclge?hc=hp-pr&amp;hcp=pr1-3">The Email Game</a>就是这么个Chrome扩展，它可以将你在Gmail里的每个操作变成一个“任务”去完成，在规定时间里完成一定的任务，即可获得积分。</p>
<p>你每打开一个邮件并进行回复的时候，都会看到一个计时器，回复邮件的速度越快积分就越高，随着积分的增高你还可以获得升级。最终的目标就是以最快的速度消灭Gmail邮箱里的未读邮件，提高效率。对了，它也支持Google Apps的邮箱。</p>
<p>这个扩展需要获得访问邮件的权限，如果你是个敏感词人士，要掂量一下。</p>
<p>Via <a href="http://lifehacker.com/5838663/the-email-game-for-chrome-awards-points-for-quick-replies-and-small-inboxes" target="_blank">LifeHacker</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/the-email-game-for-chrome-awards-points-for-quick-replies-and-small-inboxes.html#comments" target="_blank">2 条评论</a> |
<a href="http://www.guao.hk/posts/the-email-game-for-chrome-awards-points-for-quick-replies-and-small-inboxes.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-apps" rel="tag">Google Apps</a>, <a href="http://www.guao.hk/tag/%e5%bf%ab%e4%b9%90%e5%91%a8%e6%9c%ab" rel="tag">快乐周末</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/the-email-game-for-chrome-awards-points-for-quick-replies-and-small-inboxes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>高处不胜寒──Google 称 Gmail 比自己托管的邮件系统省 80 倍的能源</title>
		<link>http://www.guao.hk/posts/gmail-80-times-more-energy-efficient-than-in-house-email-study-shows.html</link>
		<comments>http://www.guao.hk/posts/gmail-80-times-more-energy-efficient-than-in-house-email-study-shows.html#comments</comments>
		<pubDate>Wed, 07 Sep 2011 21:44:21 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43268</guid>
		<description><![CDATA[如果你的公司在使用Google Apps里的Gmail，你其实是在为节能做出自己的贡献，因为Google说Gmail这种云端邮件服务比企业自建的托管邮箱要节省80倍的能源，正应了那句老话──“高处不胜寒”──云端服务消耗的热量更小。 这个结论是Verdantix和碳排放披露项目（CDP）预测得出的。斯坦福的教授Jonathan Koomey测试了多个数据中心的能源使用情况，得出结论：云端比本地托管的邮件服务来说节能显著。 Google还称在YouTube看视频也比看DVD更节能，因为YouTube的服务器播放一段一分钟的视频只需要消耗0.0002千瓦的能量，而在家看一张DVD消耗的能源足以在YouTube看三天三夜的视频： 看来Google是想让大家都跑到云端生活，这样更节能更环保更低碳。 Via TNW © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: DVD, Gmail, Google Apps, YouTube]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-43269" title="screen-capture-4" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-43-550x415.jpg" alt="" width="550" height="415" /></p>
<p>如果你的公司在使用Google Apps里的Gmail，你其实是在为节能做出自己的贡献，因为Google说Gmail这种云端邮件服务比企业自建的托管邮箱要节省80倍的能源，正应了那句老话──“高处不胜寒”──云端服务消耗的热量更小。</p>
<p>这个结论是Verdantix和碳排放披露项目（CDP）预测得出的。斯坦福的教授Jonathan Koomey测试了多个数据中心的能源使用情况，得出结论：云端比本地托管的邮件服务来说节能显著。</p>
<p>Google还称在YouTube看视频也比看DVD更节能，因为YouTube的服务器播放一段一分钟的视频只需要消耗0.0002千瓦的能量，而在家看一张DVD消耗的能源足以在YouTube看三天三夜的视频：</p>
<p><img class="aligncenter size-full wp-image-43270" title="screen-capture-5" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-53.jpg" alt="" width="157" height="295" /></p>
<p>看来Google是想让大家都跑到云端生活，这样更节能更环保更低碳。</p>
<p>Via <a href="http://thenextweb.com/google/2011/09/07/gmail-80-times-more-energy-efficient-than-in-house-email-study-shows/" target="_blank">TNW</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-80-times-more-energy-efficient-than-in-house-email-study-shows.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-80-times-more-energy-efficient-than-in-house-email-study-shows.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/dvd" rel="tag">DVD</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-apps" rel="tag">Google Apps</a>, <a href="http://www.guao.hk/tag/youtube" rel="tag">YouTube</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-80-times-more-energy-efficient-than-in-house-email-study-shows.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>离线 Gmail、Google Docs 和 Google Calendar 终于驾临 Chrome，但是……</title>
		<link>http://www.guao.hk/posts/offine-gmail-google-docs-google-calendar-chrome-extension.html</link>
		<comments>http://www.guao.hk/posts/offine-gmail-google-docs-google-calendar-chrome-extension.html#comments</comments>
		<pubDate>Wed, 31 Aug 2011 19:51:57 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Web Apps]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Gears]]></category>
		<category><![CDATA[HTML 5]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=43011</guid>
		<description><![CDATA[千呼万唤始出来──用这句话形容离线版Gmail、Google Docs 和 Google Calendar一点不为过，尤其是在Google一刀切取消了以前用于离线的Google Gears之后，大家就一直在等待一个离线版的应用解决方案，在Chromebook发布之后其意义更加重大。 今天Google终于宣布了可让Chrome实现离线的网页应用Gmail Offline 。该应用完全基于HTML 5打造，界面则基于Gmail的平板界面（这是最让人不满的），在你没有网络连接的情况下，通过Chrome打开这个离线网页应用，即可管理自己的Gmail邮件了。所有操作都将被暂时记录在本地，当你一旦连接到网络之后立刻同步，这有点类似手机上的Gmail应用──你可以在没有信号的时候阅读邮件、整理邮件甚至发送邮件──当然这一切必须当你获得网络的时候才能真正于云端生效。 离线的Google Calendar和Google Docs也是同一个道理，你可以创建并管理事件和文档，在有网络的时候再同步到云端。不过这俩网页应用还需要等一段日子才会放出。 不过在Gmail Offline页面里大量用户都给这个网页应用打了零分──他们不满于这个平板界面和缩水的功能，Google是偷懒了还是水平不够呢？抑或是为了先让Chromebook用户有的可用？这跟以前使用Google Gears的全功能离线版Gmail差得不是一星半点啊，不得不让人怀疑HTML 5的能力了。 界面简单点也就算了，现在的Gmail Offline无法定义同步的邮件数量和天数（Android的Gmail应用是可以的，不同标签可定义不同的规则）。而且以前的Google Gears可是支持多浏览器的，现在的做法等于将用户捆绑在了Chrome这条船上──这不是Google的风格。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 18 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Chrome, Chrome Web Apps, Gmail, Google Calendar, Google Docs, Google Gears, HTML 5]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-43012" title="screen-capture-4" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-4-550x514.jpg" alt="" width="550" height="514" /></p>
<p><a href="http://www.guao.hk/posts/offline-storage-coming-to-gmail-calendar-docs.html" target="_blank">千呼万唤始出来</a>──用这句话形容离线版Gmail、Google Docs 和 Google Calendar一点不为过，尤其是在Google一刀切<a href="http://www.guao.hk/posts/say-hello-to-html5-say-goodbye-to-google-gears.html" target="_blank">取消了以前用于离线的Google Gears</a>之后，大家就一直在等待一个离线版的应用解决方案，在Chromebook发布之后其意义更加重大。</p>
<p>今天Google终于宣布了可让Chrome实现离线的网页应用<a href="https://chrome.google.com/webstore/detail/ejidjjhkpiempkbhmpbfngldlkglhimk">Gmail Offline </a>。该应用完全基于HTML 5打造，界面则基于Gmail的平板界面（这是最让人不满的），在你没有网络连接的情况下，通过Chrome打开这个离线网页应用，即可管理自己的Gmail邮件了。所有操作都将被暂时记录在本地，当你一旦连接到网络之后立刻同步，这有点类似手机上的Gmail应用──你可以在没有信号的时候阅读邮件、整理邮件甚至发送邮件──当然这一切必须当你获得网络的时候才能真正于云端生效。</p>
<p><img class="aligncenter size-large wp-image-43013" title="screen-capture-3" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-3-550x342.jpg" alt="" width="550" height="342" /></p>
<p>离线的Google Calendar和Google Docs也是同一个道理，你可以创建并管理事件和文档，在有网络的时候再同步到云端。不过这俩网页应用还需要等一段日子才会放出。</p>
<p>不过在<a href="https://chrome.google.com/webstore/detail/ejidjjhkpiempkbhmpbfngldlkglhimk">Gmail Offline</a>页面里大量用户都给这个网页应用打了零分──他们不满于这个平板界面和缩水的功能，Google是偷懒了还是水平不够呢？抑或是为了先让Chromebook用户有的可用？这跟以前使用Google Gears的全功能离线版Gmail差得不是一星半点啊，不得不让人怀疑HTML 5的能力了。</p>
<p><img class="aligncenter size-large wp-image-43014" title="screen-capture-2" src="http://www.guao.hk/wp-content/uploads/2011/09/screen-capture-2-550x392.jpg" alt="" width="550" height="392" /></p>
<p>界面简单点也就算了，现在的<a href="https://chrome.google.com/webstore/detail/ejidjjhkpiempkbhmpbfngldlkglhimk">Gmail Offline</a>无法定义同步的邮件数量和天数（Android的Gmail应用是可以的，不同标签可定义不同的规则）。而且以前的Google Gears可是支持多浏览器的，现在的做法等于将用户捆绑在了Chrome这条船上──这不是Google的风格。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/08/using-gmail-calendar-and-docs-without.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/offine-gmail-google-docs-google-calendar-chrome-extension.html#comments" target="_blank">18 条评论</a> |
<a href="http://www.guao.hk/posts/offine-gmail-google-docs-google-calendar-chrome-extension.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-web-apps" rel="tag">Chrome Web Apps</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-calendar" rel="tag">Google Calendar</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://www.guao.hk/tag/google-gears" rel="tag">Google Gears</a>, <a href="http://www.guao.hk/tag/html-5" rel="tag">HTML 5</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/offine-gmail-google-docs-google-calendar-chrome-extension.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Google 甚至有针对外星人攻击地球的紧急预案，死保数据安全</title>
		<link>http://www.guao.hk/posts/alien-attacks-california-destruction-just-part-of-googles-disaster-recovery-plan.html</link>
		<comments>http://www.guao.hk/posts/alien-attacks-california-destruction-just-part-of-googles-disaster-recovery-plan.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 16:00:26 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[headline]]></category>
		<category><![CDATA[快乐周末2]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42687</guid>
		<description><![CDATA[看标题就知道Google有多蛋疼了。在接受Computerworld采访时，Google企业业务安全的负责人Eran Feigenbaum说他们要确保Google即便在面临各种国家灾难的时候也要保证服务稳定和数据安全，他们甚至有处理外星人攻击地球和加州整个从地图上消失等灾难的预案。Feigenbaum说： 我们想象了好多场景，包括最严重的灾难降临时的恢复计划。在去年的时候我们考虑过Google如果被外星人攻击和加州从地图上消失这类灾难。我们必须扪心自问：我们到时候咋整？我们如何继续运营？ Feigenbaum有着多年为高级客户和政府设计和部署加密系统的经验，他也将这种安全策略带入了Google的企业业务里，帮助Google为客户提供最安全的系统。 Google有大概250名安全专家来保护他们的系统，运营自己的架构和自定义的防火墙。这是个“日不落”团队，从加州到苏黎世，探测、分析并阻止安全事故。当出现安全事故之时，Google会分配给一些事故协调员来诊断问题。不管是什么问题，Google都要确保在第一时间通知自己的客户，让他们知道自己的数据出了啥问题。 我觉得Google扯啥外星人也太矫情了，连景德镇的攻击都承受不了，难道说景德镇的破坏水平已经在外星人之上了？ Via TNW Pic via scottfromsc © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 23 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Apps, headline, 快乐周末2]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-42688" title="alien attack" src="http://www.guao.hk/wp-content/uploads/2011/08/alien-attack-550x366.jpg" alt="" width="550" height="366" /></p>
<p>看标题就知道Google有多蛋疼了。<a href="http://www.computerworld.com.au/article/398051/taken_over_by_aliens_don_t_worry_google_has_it_covered/?fp=4&amp;fpid=1398720840" target="_blank">在接受Computerworld采访时</a>，Google企业业务安全的负责人Eran Feigenbaum说他们要确保Google即便在面临各种国家灾难的时候也要保证服务稳定和数据安全，他们甚至有处理外星人攻击地球和加州整个从地图上消失等灾难的预案。Feigenbaum说：</p>
<blockquote><p>我们想象了好多场景，包括最严重的灾难降临时的恢复计划。在去年的时候我们考虑过Google如果被外星人攻击和加州从地图上消失这类灾难。我们必须扪心自问：我们到时候咋整？我们如何继续运营？</p></blockquote>
<p>Feigenbaum有着多年为高级客户和政府设计和部署加密系统的经验，他也将这种安全策略带入了Google的企业业务里，帮助Google为客户提供最安全的系统。</p>
<p>Google有大概250名安全专家来保护他们的系统，运营自己的架构和自定义的防火墙。这是个“日不落”团队，从加州到苏黎世，探测、分析并阻止安全事故。当出现安全事故之时，Google会分配给一些事故协调员来诊断问题。不管是什么问题，Google都要确保在第一时间通知自己的客户，让他们知道自己的数据出了啥问题。</p>
<p>我觉得Google扯啥外星人也太矫情了，<a href="http://www.guao.hk/posts/google-may-end-its-operations-in-chia.html" target="_blank">连景德镇的攻击都承受不了</a>，难道说景德镇的破坏水平已经在外星人之上了？</p>
<p>Via <a href="http://thenextweb.com/google/2011/08/23/alien-attacks-california-destruction-just-part-of-googles-disaster-recovery-plan" target="_blank">TNW</a><br />
Pic via <a href="http://scottfromsc.blogspot.com/" target="_blank">scottfromsc</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/alien-attacks-california-destruction-just-part-of-googles-disaster-recovery-plan.html#comments" target="_blank">23 条评论</a> |
<a href="http://www.guao.hk/posts/alien-attacks-california-destruction-just-part-of-googles-disaster-recovery-plan.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-apps" rel="tag">Google Apps</a>, <a href="http://www.guao.hk/tag/headline" rel="tag">headline</a>, <a href="http://www.guao.hk/tag/%e5%bf%ab%e4%b9%90%e5%91%a8%e6%9c%ab2" rel="tag">快乐周末2</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/alien-attacks-california-destruction-just-part-of-googles-disaster-recovery-plan.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Gmail people widget 开始显示最近的 Google+ 信息流</title>
		<link>http://www.guao.hk/posts/google-plus-and-gmail-take-first-tiny-step.html</link>
		<comments>http://www.guao.hk/posts/google-plus-and-gmail-take-first-tiny-step.html#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:33:45 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[People widget]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42680</guid>
		<description><![CDATA[Google工程师曾经说过Google+也会像Google Buzz那样整合到Gmail里，今天他们迈出了第一步，尽管这一步挺无聊的：就是在people widget里显示好友的Google+信息流。 Gmail里的people widget是一个最近才加入的侧边栏功能，它会显示出你当前阅读邮件里提到的好友的信息，包括电话、头像和最近的邮件和聊天记录等等。现在people widget也会显示出他最近的Google+信息流的（当然是允许你看到的那些信息流）。 我能想到的这个功能的唯一用途，就是可以在回不知道说什么好的邮件之时，根据对方Google+最近喷的内容，扯点有的没的。 Via Marketing pilgrim © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Plus, People widget]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-42681" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/08/screen-capture22.jpg" alt="" width="509" height="140" /><a href="http://www.guao.hk/posts/google-already-at-work-on-several-gmail-google-plus-integrations.html" target="_blank">Google工程师曾经说过</a>Google+也会像Google Buzz那样整合到Gmail里，今天他们迈出了第一步，尽管这一步挺无聊的：就是在people widget里显示好友的Google+信息流。</p>
<p><a href="http://www.guao.hk/tag/people-widget" target="_blank">Gmail里的people widget是一个最近才加入的侧边栏功能</a>，它会显示出你当前阅读邮件里提到的好友的信息，包括电话、头像和最近的邮件和聊天记录等等。现在people widget也会显示出他最近的Google+信息流的（当然是允许你看到的那些信息流）。</p>
<p>我能想到的这个功能的唯一用途，就是可以在回不知道说什么好的邮件之时，根据对方Google+最近喷的内容，扯点有的没的。</p>
<p>Via <a href="http://www.marketingpilgrim.com/2011/08/google-and-gmail-take-first-tiny-step.html" target="_blank">Marketing pilgrim</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-plus-and-gmail-take-first-tiny-step.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/google-plus-and-gmail-take-first-tiny-step.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-plus" rel="tag">Google Plus</a>, <a href="http://www.guao.hk/tag/people-widget" rel="tag">People widget</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-plus-and-gmail-take-first-tiny-step.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>直接用 Chrome 扩展来回复 Android 手机上的短信</title>
		<link>http://www.guao.hk/posts/use-chrome-to-send-texts-with-desksms.html</link>
		<comments>http://www.guao.hk/posts/use-chrome-to-send-texts-with-desksms.html#comments</comments>
		<pubDate>Sat, 20 Aug 2011 19:21:10 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gtalk]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42592</guid>
		<description><![CDATA[标题已经说明一切了，没错，Android手机发短信怎么着也比用电脑键盘打字慢，尤其是没有实体键盘的纯触摸屏手机。所以直接用电脑来回手机上的短信最方便了，尤其适合一上班或一回家就开电脑的挨踢人士。方法也很简单： 下载DeskSMS for Android应用，并在自己的Android手机上安装 下载DeskSMS for Chrome扩展，并在自己的Chrome浏览器上安装 在手机和浏览器上都登录同一个Google帐户 同步你的短信 然后就可以直接在DeskSMS的Chrome扩展窗口里发短信了，当然手机如果接收到短信的话你也可以直接在扩展里看到 怎么讲呢？你完全可以把自己的手机放到家里，然后带着电脑出门。利用这个Chrome扩展你不会错过任何短信，且可以直接回复短信，就好像随身携带着电话一样。 另外你发出的短信还可以转发一份到你的Gmail邮件或Gtalk里存档。 Via TheChromeSource © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 28 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Android, Chrome, Chrome Extensions, Gmail, Gtalk, SMS]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-42593" title="unnamed" src="http://www.guao.hk/wp-content/uploads/2011/08/unnamed.jpg" alt="" width="400" height="275" /></p>
<p>标题已经说明一切了，没错，Android手机发短信怎么着也比用电脑键盘打字慢，尤其是没有实体键盘的纯触摸屏手机。所以直接用电脑来回手机上的短信最方便了，尤其适合一上班或一回家就开电脑的挨踢人士。方法也很简单：</p>
<ol>
<li><a href="https://market.android.com/details?id=com.koushikdutta.desktopsms" target="_blank">下载DeskSMS for Android应用</a>，并在自己的Android手机上安装</li>
<li><a href="https://chrome.google.com/webstore/detail/nmgcfdmgcfldfkehdgoancleciikdlnf" target="_blank">下载DeskSMS for Chrome扩展</a>，并在自己的Chrome浏览器上安装</li>
<li>在手机和浏览器上都登录同一个Google帐户</li>
<li>同步你的短信</li>
<li>然后就可以直接在DeskSMS的Chrome扩展窗口里发短信了，当然手机如果接收到短信的话你也可以直接在扩展里看到</li>
</ol>
<p>怎么讲呢？你完全可以把自己的手机放到家里，然后带着电脑出门。利用这个Chrome扩展你不会错过任何短信，且可以直接回复短信，就好像随身携带着电话一样。</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-42594" title="ss-480-0-11" src="http://www.guao.hk/wp-content/uploads/2011/08/ss-480-0-11.jpg" alt="" width="288" height="480" /></p>
<p>另外你发出的短信还可以转发一份到你的Gmail邮件或Gtalk里存档。</p>
<p>Via <a href="http://www.thechromesource.com/use-chrome-to-send-texts-with-desksms/" target="_blank">TheChromeSource</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/use-chrome-to-send-texts-with-desksms.html#comments" target="_blank">28 条评论</a> |
<a href="http://www.guao.hk/posts/use-chrome-to-send-texts-with-desksms.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/android" rel="tag">Android</a>, <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/gtalk" rel="tag">Gtalk</a>, <a href="http://www.guao.hk/tag/sms" rel="tag">SMS</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/use-chrome-to-send-texts-with-desksms.html/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>支持 Google 各服务的 Cloud Print 网页应用</title>
		<link>http://www.guao.hk/posts/google-cloud-print-apps.html</link>
		<comments>http://www.guao.hk/posts/google-cloud-print-apps.html#comments</comments>
		<pubDate>Sun, 14 Aug 2011 12:30:57 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Chrome Extensions]]></category>
		<category><![CDATA[Chromebook]]></category>
		<category><![CDATA[Cloud Print]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42300</guid>
		<description><![CDATA[Google为Cloud Print建立了一个全新的主页，其中介绍了什么是云打印，哪些应用支持云打印，以及如何进行云打印。 所谓云打印（Cloud Print）就是说你可以用任何设备来命令打印机进行打印，包括电脑、Chromebook、手机、平板以及任何可以联网的设备。不过由于云打印的概念太新，所以即便是Google也没有太多的应用直接支持云打印。 如果你想云打印Gmail和Google Docs，可以使用一个第三方的Chrome扩展Print Using Google Cloud Print™。如果你使用Android或iOS，那么可以直接用Google Docs或Gmail的应用来进行云打印。对于iOS来说，Print Central Pro可以提供更多打印高级功能，也包括了云打印，不过它要9刀。对于Google那些网页应用来说，支持云打印的步伐还需要加快。 继续观看官方的云打印介绍视频： iOS设备观看地址，原始视频地址。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 4 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Android, Chrome, Chrome Extensions, Chromebook, Cloud Print, Gmail, Google Docs, iOS]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-42301" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/08/screen-capture13-550x373.jpg" alt="" width="550" height="373" /></p>
<p><a href="http://www.google.com/cloudprint/learn/index.html" target="_blank">Google为Cloud Print建立了一个全新的主页</a>，其中介绍了什么是云打印，<a href="http://www.google.com/cloudprint/learn/apps.html" target="_blank">哪些应用支持云打印</a>，以及如何进行云打印。</p>
<p>所谓云打印（Cloud Print）就是说你可以用任何设备来命令打印机进行打印，包括电脑、Chromebook、手机、平板以及任何可以联网的设备。不过由于云打印的概念太新，所以即便是Google也没有太多的应用直接支持云打印。</p>
<p>如果你想云打印Gmail和Google Docs，<a href="https://chrome.google.com/webstore/detail/ffaifmgpcdjedlffbhenaloimajbdkfg" target="_blank">可以使用一个第三方的Chrome扩展Print Using Google Cloud Print™</a>。如果你使用Android或iOS，那么可以直接用Google Docs或Gmail的应用来进行云打印。对于iOS来说，<a href="http://mobile.eurosmartz.com/products/printcentralpro.html" target="_blank">Print Central Pro</a>可以提供更多打印高级功能，也包括了云打印，不过它要9刀。对于Google那些网页应用来说，支持云打印的步伐还需要加快。</p>
<p>继续观看官方的云打印介绍视频：</p>
<p><span id="more-42300"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMjk0Njg2MzA4/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMjk0Njg2MzA4/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMjk0Njg2MzA4.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?v=1A5zvYda7Eo&amp;feature=player_embedded" target="_blank">原始视频地址</a>。</p>
<p>Via GOS</p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/google-cloud-print-apps.html#comments" target="_blank">4 条评论</a> |
<a href="http://www.guao.hk/posts/google-cloud-print-apps.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/android" rel="tag">Android</a>, <a href="http://www.guao.hk/tag/chrome" rel="tag">Chrome</a>, <a href="http://www.guao.hk/tag/chrome-extensions" rel="tag">Chrome Extensions</a>, <a href="http://www.guao.hk/tag/chromebook" rel="tag">Chromebook</a>, <a href="http://www.guao.hk/tag/cloud-print" rel="tag">Cloud Print</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/google-cloud-print-apps.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Gmail 每页现可显示更少的邮件对话</title>
		<link>http://www.guao.hk/posts/show-fewer-gmail-conversations.html</link>
		<comments>http://www.guao.hk/posts/show-fewer-gmail-conversations.html#comments</comments>
		<pubDate>Fri, 12 Aug 2011 21:55:13 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google技巧]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42257</guid>
		<description><![CDATA[如果你是信息恐惧症患者，那么可能一直在盼望着Gmail每页显示的邮件对话数少一些。以前最少也必须显示25条邮件，现在Gmail给了我们10、15和20这三个更少数量的选择了。 其实我更期待的是，桌面版Gmail也能像Android上的Gmail那样下滑滚动就自动读取出更多的邮件来，省得来回翻页了。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 1 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-42258" title="gmail" src="http://www.guao.hk/wp-content/uploads/2011/08/gmail.jpg" alt="" width="442" height="168" /></p>
<p>如果你是信息恐惧症患者，那么可能一直在盼望着Gmail每页显示的邮件对话数少一些。以前最少也必须显示25条邮件，现在Gmail给了我们10、15和20这三个更少数量的选择了。</p>
<p>其实我更期待的是，桌面版Gmail也能像Android上的Gmail那样下滑滚动就自动读取出更多的邮件来，省得来回翻页了。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/08/show-fewer-gmail-conversations.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/show-fewer-gmail-conversations.html#comments" target="_blank">1 条评论</a> |
<a href="http://www.guao.hk/posts/show-fewer-gmail-conversations.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/show-fewer-gmail-conversations.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google 部分产品测试 “小清新” 登录界面</title>
		<link>http://www.guao.hk/posts/googles-experimental-sign-in-pages.html</link>
		<comments>http://www.guao.hk/posts/googles-experimental-sign-in-pages.html#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:39:32 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Reader]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42252</guid>
		<description><![CDATA[现在，当你准备登录Gmail的时候，可能会在登录界面下方看到一行字说让你点击“Preview it”测试新的“小清新”风格登录界面。如果你加入了测试，那么Gmail、Google Docs和Google Reader等一系列Google产品的登录界面都将变成“小清新”，当然你要是不喜欢也可以回到以前的界面，不过只是一个登录界面，无所谓吧？ 新的登录界面增大了帐号的输入框，以前输入框最多只能显示出20个字符，而现在撑大到31个了。 Via GOS © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 5 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Docs, Google Reader]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-42253" title="google-login-page-test" src="http://www.guao.hk/wp-content/uploads/2011/08/google-login-page-test-550x350.png" alt="" width="550" height="350" /></p>
<p>现在，当你准备登录Gmail的时候，可能会在登录界面下方看到一行字说让你点击“Preview it”测试新的“小清新”风格登录界面。如果你加入了测试，那么Gmail、Google Docs和Google Reader等一系列Google产品的登录界面都将变成“小清新”，当然你要是不喜欢也可以回到以前的界面，不过只是一个登录界面，无所谓吧？</p>
<p><img class="aligncenter size-large wp-image-42254" title="google-login-page-test-2" src="http://www.guao.hk/wp-content/uploads/2011/08/google-login-page-test-2-550x366.png" alt="" width="550" height="366" /></p>
<p>新的登录界面增大了帐号的输入框，以前输入框最多只能显示出20个字符，而现在撑大到31个了。</p>
<p>Via <a href="http://googlesystem.blogspot.com/2011/08/googles-experimental-sign-in-pages.html" target="_blank">GOS</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/googles-experimental-sign-in-pages.html#comments" target="_blank">5 条评论</a> |
<a href="http://www.guao.hk/posts/googles-experimental-sign-in-pages.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-docs" rel="tag">Google Docs</a>, <a href="http://www.guao.hk/tag/google-reader" rel="tag">Google Reader</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/googles-experimental-sign-in-pages.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gmail Labs 新实验项目 Preview Pane 可将布局分成三栏</title>
		<link>http://www.guao.hk/posts/gmail-labs-preview-pane.html</link>
		<comments>http://www.guao.hk/posts/gmail-labs-preview-pane.html#comments</comments>
		<pubDate>Thu, 04 Aug 2011 22:04:31 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Gmail Labs]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=42008</guid>
		<description><![CDATA[今天Gmail推出了相当大条的一个新实验室功能：Preview Pane，就是将以前的两栏邮件显示布局，变成三栏的（其实从上图也看到了，几乎这一事一个四栏的布局──广告的那一栏相当占据眼球）。三栏有两种形式：纵向切分（上图）和横向切分（下图），且切分的位置是可调的。 在实验室里开启了Preview Pane之后，你可以通过右上角的下拉菜单选择使用哪种布局： Google称此举是为了让那些使用平板的用户能感到用起来更亲切，因为iOS和Android平板都可以在一边显示邮件列表，而另外一边显示邮件正文。 默认情况，在你点击邮件并在新的分栏显示的邮件不会立刻被算做已读，而需要等待3秒才认为是已读了。这一设置可以在General里修改，我觉得立刻算作已读是比较正常的。 纵向切分太难受了，尤其是醒目的第四栏广告，我决定先用横向分割试几天看看。Gmail为什么要推出这个实验室功能呢？也许他们也意识到从邮件正文界面退回到邮件列表界面的速度也忒慢了吧？Gmail Lite版迫在眉睫。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 16 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Gmail Labs]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-42010" title="Inbox - midifan1" src="http://www.guao.hk/wp-content/uploads/2011/08/Inbox-midifan1-550x257.jpg" alt="" width="550" height="257" /></p>
<p>今天Gmail推出了相当大条的一个新实验室功能：Preview Pane，就是将以前的两栏邮件显示布局，变成三栏的（其实从上图也看到了，几乎这一事一个四栏的布局──广告的那一栏相当占据眼球）。三栏有两种形式：纵向切分（上图）和横向切分（下图），且切分的位置是可调的。</p>
<p><img class="aligncenter size-large wp-image-42011" title="Inbox - midifan2" src="http://www.guao.hk/wp-content/uploads/2011/08/Inbox-midifan2-550x333.jpg" alt="" width="550" height="333" /></p>
<p>在实验室里开启了Preview Pane之后，你可以通过右上角的下拉菜单选择使用哪种布局：</p>
<p><img class="aligncenter size-full wp-image-42012" title="gmail pane" src="http://www.guao.hk/wp-content/uploads/2011/08/gmail-pane.jpg" alt="" width="211" height="103" /></p>
<p>Google称此举是为了让那些使用平板的用户能感到用起来更亲切，因为iOS和Android平板都可以在一边显示邮件列表，而另外一边显示邮件正文。</p>
<p>默认情况，在你点击邮件并在新的分栏显示的邮件不会立刻被算做已读，而需要等待3秒才认为是已读了。<a href="https://mail.google.com/mail/#settings/general" target="_blank">这一设置可以在General里修改</a>，我觉得立刻算作已读是比较正常的。</p>
<p>纵向切分太难受了，尤其是醒目的第四栏广告，我决定先用横向分割试几天看看。Gmail为什么要推出这个实验室功能呢？也许他们也意识到从邮件正文界面退回到邮件列表界面的速度也忒慢了吧？Gmail Lite版迫在眉睫。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/08/new-in-labs-preview-pane.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-labs-preview-pane.html#comments" target="_blank">16 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-labs-preview-pane.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/gmail-labs" rel="tag">Gmail Labs</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-labs-preview-pane.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>移动版 Gmail 增加下拉刷新和更清晰的图标</title>
		<link>http://www.guao.hk/posts/gmail-for-mobile-now-sharper-and-smoother.html</link>
		<comments>http://www.guao.hk/posts/gmail-for-mobile-now-sharper-and-smoother.html#comments</comments>
		<pubDate>Thu, 04 Aug 2011 10:30:03 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Mobile]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod touch]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Playbook]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=41964</guid>
		<description><![CDATA[今天移动版的Gmail继续为iOS系统做出优化。首先是iOS标准的下拉刷新功能（如上图），只要往下拉动页面，即可自动刷新，还伴有动画。这一效果除了可以在iOS上体验，还包括黑莓的Playbook，Android是无福消受了。 另外一个改进就是更高精度的图标，这样在iPhone 4的Retina显示屏上看起来就更细腻了，而不是以前的一团糊（如下图）。 最后是过渡动画效果。当你在邮件正文、邮件列表等视图之前切换的时候，会出现页面像左右过渡的动画效果，让你的浏览体验更顺畅平滑。 Google说他们使用了8种不同的CSS3过渡动画和Javascript来得到的这些效果。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 3 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: BlackBerry, CSS, Gmail, Google Mobile, iOS, iPad, iPhone, iPod touch, JavaScript, Playbook]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-41965" title="screen-capture" src="http://www.guao.hk/wp-content/uploads/2011/08/screen-capture4.jpg" alt="" width="532" height="383" /></p>
<p>今天移<a href="http://mail.google.com/" target="_blank">动版的Gmail</a>继续为iOS系统做出优化。首先是iOS标准的下拉刷新功能（如上图），只要往下拉动页面，即可自动刷新，还伴有动画。这一效果除了可以在iOS上体验，还包括黑莓的Playbook，Android是无福消受了。</p>
<p>另外一个改进就是更高精度的图标，这样在iPhone 4的Retina显示屏上看起来就更细腻了，而不是以前的一团糊（如下图）。</p>
<p><img class="aligncenter size-full wp-image-41966" title="screen-capture-1" src="http://www.guao.hk/wp-content/uploads/2011/08/screen-capture-11.jpg" alt="" width="471" height="193" /></p>
<p>最后是过渡动画效果。当你在邮件正文、邮件列表等视图之前切换的时候，会出现页面像左右过渡的动画效果，让你的浏览体验更顺畅平滑。</p>
<p>Google说他们使用了8种不同的CSS3过渡动画和Javascript来得到的这些效果。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/08/gmail-for-mobile-now-sharper-and.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/gmail-for-mobile-now-sharper-and-smoother.html#comments" target="_blank">3 条评论</a> |
<a href="http://www.guao.hk/posts/gmail-for-mobile-now-sharper-and-smoother.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/blackberry" rel="tag">BlackBerry</a>, <a href="http://www.guao.hk/tag/css" rel="tag">CSS</a>, <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-mobile" rel="tag">Google Mobile</a>, <a href="http://www.guao.hk/tag/ios" rel="tag">iOS</a>, <a href="http://www.guao.hk/tag/ipad" rel="tag">iPad</a>, <a href="http://www.guao.hk/tag/iphone" rel="tag">iPhone</a>, <a href="http://www.guao.hk/tag/ipod-touch" rel="tag">iPod touch</a>, <a href="http://www.guao.hk/tag/javascript" rel="tag">JavaScript</a>, <a href="http://www.guao.hk/tag/playbook" rel="tag">Playbook</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/gmail-for-mobile-now-sharper-and-smoother.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Gmail 超大广告可占领你的邮件正文</title>
		<link>http://www.guao.hk/posts/you-can-save-the-new-gmail-ads.html</link>
		<comments>http://www.guao.hk/posts/you-can-save-the-new-gmail-ads.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 22:00:05 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[故事/传闻]]></category>
		<category><![CDATA[Gmail]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=41934</guid>
		<description><![CDATA[Financial Times的Richard Waters又幸运的（还是应该说不幸的）发现了一种新的Gmail广告形式。它首先也跟其它图片广告一样出现在右侧的侧边栏里，如果你对该广告感兴趣，单击了它之后，它会扩展到你的正文区域，显示出一个超级大图。 Waters遇到的这个广告是一个OneDay电影的宣传，点击右侧的广告之后，直接会在你邮件正文里打开一个大图（上图），同时给你几个选择： 将该广告转存到自己的收件箱里 获取电影优惠券 将广告转发给好友 取消 第三项弄不好绝对会造成绝交的惨剧。 Via Digital Inspiration © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 2 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-large wp-image-41935" title="gmail_image_ads_thumb" src="http://www.guao.hk/wp-content/uploads/2011/08/gmail_image_ads_thumb-550x259.jpg" alt="" width="550" height="259" /></p>
<p>Financial Times的<a href="http://blogs.ft.com/fttechhub/2011/08/finally-gmail-ads-that-users-might-actually-welcome/" target="_blank">Richard Waters</a>又幸运的（还是应该说不幸的）发现了一种新的Gmail广告形式。它首先也跟其它图片广告一样出现在右侧的侧边栏里，如果你对该广告感兴趣，单击了它之后，它会扩展到你的正文区域，显示出一个超级大图。</p>
<p>Waters遇到的这个广告是一个OneDay电影的宣传，点击右侧的广告之后，直接会在你邮件正文里打开一个大图（上图），同时给你几个选择：</p>
<ul>
<li>将该广告转存到自己的收件箱里</li>
<li>获取电影优惠券</li>
<li>将广告转发给好友</li>
<li>取消</li>
</ul>
<p>第三项弄不好绝对会造成绝交的惨剧。</p>
<p>Via <a href="http://www.labnol.org/internet/new-gmail-ads/19894/" target="_blank">Digital Inspiration</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/you-can-save-the-new-gmail-ads.html#comments" target="_blank">2 条评论</a> |
<a href="http://www.guao.hk/posts/you-can-save-the-new-gmail-ads.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/you-can-save-the-new-gmail-ads.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gmail 里打电话向全球开放，同时执行更低资费</title>
		<link>http://www.guao.hk/posts/calling-from-gmail-now-in-38-languages-with-lower-rates-to-over-150-destinations.html</link>
		<comments>http://www.guao.hk/posts/calling-from-gmail-now-in-38-languages-with-lower-rates-to-over-150-destinations.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 00:19:32 +0000</pubDate>
		<dc:creator>musiXboy</dc:creator>
				<category><![CDATA[Google新闻]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Voice]]></category>

		<guid isPermaLink="false">http://www.guao.hk/?p=41894</guid>
		<description><![CDATA[今天Google升级了Gmail打电话的功能，终于支持非美国人民直接在Gmail里拨打电话了，同时支持38种新语言的显示，以及用欧元、英镑、加元和美元来购买点卡。 另外就是电话资费进一步下调，比如说打到英国的手机只需要10美分/分钟，打到法国或德国的手机也是10美分/分钟，座机20美分/分钟，打到墨西哥手机、任何印度和景德镇的手机和座机都只有2美分/分钟（没错，你没看错，米国人民用Gmail打到景德镇只需要1毛3人刀/分钟）。150个国家的资费可在这里查询到。 当然了美国人民在Gmail里直接打美国和加拿大还是免费的，美国和加拿大以外人民拨打美国和加拿大电话只有1美分/分钟。 在未来几天里，Gmail里的电话功能将陆续向美国以外的国家扩展，但Google没说具体有哪些国家，所以现在还不清楚是否包括景德镇。如果你用本地IP访问Gmail（尽管这个任务现在看起来还蛮艰巨的）并可以拨出电话了，不妨留言告诉我们。 Update：感谢读者 yfdyh000 的提醒，果然景德镇不属于全球的一部分，景德镇不在此次开放的Gmail拨打电话国家之列。 继续观看视频介绍： iOS设备观看地址，原始视频地址。 Via Gmail Blog © musiXboy 发表于 谷奥——探寻谷歌的奥秘 ( http://www.guao.hk ), 2011. &#124; 81 条评论 &#124; 永久链接 &#124; 关于谷奥 &#124; 投稿/爆料 Post tags: Gmail, Google Voice]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-41895" title="screen-capture-1" src="http://www.guao.hk/wp-content/uploads/2011/08/screen-capture-1.jpg" alt="" width="397" height="255" /></p>
<p>今天Google升级了Gmail打电话的功能，终于支持非美国人民直接在Gmail里拨打电话了，同时支持38种新语言的显示，以及用欧元、英镑、加元和美元来购买点卡。</p>
<p>另外就是电话资费进一步下调，比如说打到英国的手机只需要10美分/分钟，打到法国或德国的手机也是10美分/分钟，座机20美分/分钟，打到墨西哥手机、任何印度和景德镇的手机和座机都只有2美分/分钟（没错，你没看错，米国人民用Gmail打到景德镇只需要1毛3人刀/分钟）。<a href="https://www.google.com/voice/b/0/rates" target="_blank">150个国家的资费可在这里查询到</a>。</p>
<p>当然了美国人民在Gmail里直接打美国和加拿大还是免费的，美国和加拿大以外人民拨打美国和加拿大电话只有1美分/分钟。</p>
<p>在未来几天里，Gmail里的电话功能将陆续向美国以外的国家扩展，但Google没说具体有哪些国家，所以现在还不清楚是否包括景德镇。如果你用本地IP访问Gmail（尽管这个任务现在看起来还蛮艰巨的）并可以拨出电话了，不妨留言告诉我们。</p>
<p><strong><span style="color: #ff0000;">Update</span></strong>：感谢读者 yfdyh000 的提醒，果然景德镇不属于全球的一部分，<a href="http://www.google.com/support/chat/bin/answer.py?answer=1267644&amp;hl=zh-CN" target="_blank">景德镇不在此次开放的Gmail拨打电话国家之列</a>。</p>
<p>继续观看视频介绍：</p>
<p><span id="more-41894"></span></p>
<p style="text-align: center;"><object width="480" height="400" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://player.youku.com/player.php/sid/XMjkwOTA5NDgw/v.swf" /><param name="quality" value="high" /><param name="allowscriptaccess" value="sameDomain" /><embed width="480" height="400" type="application/x-shockwave-flash" src="http://player.youku.com/player.php/sid/XMjkwOTA5NDgw/v.swf" quality="high" allowscriptaccess="sameDomain" /></object></p>
<p><a href="http://v.youku.com/v_show/id_XMjkwOTA5NDgw.html" target="_blank">iOS设备观看地址</a>，<a href="http://www.youtube.com/watch?v=QG190LlSmrg&amp;feature=player_embedded" target="_blank">原始视频地址</a>。</p>
<p>Via <a href="http://gmailblog.blogspot.com/2011/08/calling-from-gmail-now-in-38-languages.html" target="_blank">Gmail Blog</a></p>
<hr />
<p><small>© musiXboy 发表于 <a href="http://www.guao.hk" target="_blank">谷奥——探寻谷歌的奥秘 ( http://www.guao.hk )</a>, 2011.  |
<a href="http://www.guao.hk/posts/calling-from-gmail-now-in-38-languages-with-lower-rates-to-over-150-destinations.html#comments" target="_blank">81 条评论</a> |
<a href="http://www.guao.hk/posts/calling-from-gmail-now-in-38-languages-with-lower-rates-to-over-150-destinations.html" target="_blank">永久链接</a> |
<a href="http://google.org.cn/about/" target="_blank">关于谷奥</a> |
<a href="http://google.org.cn/submit/" target="_blank">投稿/爆料</a><br/>
Post tags: <a href="http://www.guao.hk/tag/gmail" rel="tag">Gmail</a>, <a href="http://www.guao.hk/tag/google-voice" rel="tag">Google Voice</a>
</small></p>
<img src="http://img.tongji.linezing.com/1105192/tongji.php" border="0" width="0" height="0">]]></content:encoded>
			<wfw:commentRss>http://www.guao.hk/posts/calling-from-gmail-now-in-38-languages-with-lower-rates-to-over-150-destinations.html/feed</wfw:commentRss>
		<slash:comments>81</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching 1/134 queries in 0.166 seconds using memcached
Object Caching 5130/5436 objects using memcached

Served from: www.google.org.cn @ 2012-02-09 20:33:09 -->
