Kukoo's Blog

Something about whatever...

Kukoo's Blog


分类为 ‘GReader’ 的文章归档:

September 26th, 2008

Google Reader Trends

No Comments, Popularity: 21% [?]

google-reader-trends

上图显示出来的是在过去30天内,我在 Google Reader 中的阅读趋势(每天读多少内容)。 柱状图显得非常奇怪,有时候每天阅读超过500,有时候每天只阅读不到50。 我大致能知道,我每天仔细阅读(阅读全文)的数量大约在50-80篇左右,如果只是浏览标题,也许能超过500。 那 Google Reader 记录的情况,为什么不是比较平均,而是起伏那么大? 我试验了几天,最后确认这不是我阅读的问题。

我以前说过,使用 Google Reader,我比较喜欢用列表模式(List view),使用 n/p 快捷键快速地浏览标题,对感兴趣的内容,或者直接v在后台打开原文,或者s一下做一个star标记延后阅读。 所以,通过这种方式在阅读完一个目录后,通常就会 Shift+A,把所有标题置为Mark all as read。

在有了 Nokia E71 之后,有时晚上回到家,或者在路上的时候,我会用 E71 来访问 Google Reader 的移动版本。 移动版本中没有 List view 模式,应该就是默认的 Expand view 模式。 因为浏览器太小的缘故,我通常不阅读全文,而是 star 起来。 同样的,我会把我浏览过的内容 Mark all items as read。

这样问题就来了,在 List view 模式下,Mark all as read 并不会让 Google Reader 认为你真的读过这些内容了,所以,虽然“Mark all as read”,其实只有你真的阅读过全文的,才会被计数。 而在移动版本的 Expand view 模式下,Mark all as read 会把所有条目都记录为“已读”,不管你是不是真的读过。 这就出现了上图比较奇怪的趋势,那些超过 500 的,差不多都是通过 E71 在移动版本中“读过的”,而那些 50 左右的,则是比较正常的。

进一步实验一下,在桌面版的 Google Reader 中,如果你使用的是 Expand view 模式,那么 Mark all as read,不管你是不是真的阅读过,也会被记录为“已读”。 这让我觉得,那些每天阅读超过1000+的,是不是真的读过每一篇内容,或者只是浏览了一下标题,甚至连标题都没看,就 Mark all as read 了。

我还是比较详细自己的感觉,快速地浏览标题,仔细阅读 50-80 篇内容,分享一些自己觉得有趣又有保存价值的。

Popularity: 21% [?]

Tags: e71, Google and google reader

August 6th, 2008

Google Reader: view original in background tab

1 Comment, Popularity: 21% [?]

我在谈到《信息过载》的时候,描述过我是如何使用Google Reader的,如果feed提供了全文输出,我通常直接在Google Reader中阅读了,否则的话,我一般会在新标签页中打开feed,而且是background tab,这样不会影响我在Google Reader中继续阅读,同时也让Firefox在后台去慢慢打开网页而不需要我去等待了。

Google Reader提供了一个快捷键:v,用来view original,也就是打开feed的原始网页。 但是这个快捷键虽然打开一个新标签页,却也同时把焦点切换到这个新页(这事实上是影响效率的)。 我起初以为Google Reader会提供一个Shift-v这样的快捷键来在后台打开标签页,但是很遗憾,没有。 还好我可以用Firefox的Easy DragToGo的鼠标拖拽功能,在后台标签页打开链接,但是,这还是有一点点麻烦:因为我喜欢用List View,也就是只看标题的,所以要打开原始链接,需要先用右手使用快捷键o打开标题,然后右手换到鼠标,再拖拽链接。

终于都点忍受不了这么繁琐,寻思着是否有GreaseMonkey的脚本可以替我解决这个问题,所以Google了一下,还真找到了类似的userscript,但是似乎可以不用脚本来解决,通过调整Firefox的两个参数就可以了,用about:config:

1. browser.tabs.loadDivertedInBackground,改为 true。 改变这个参数,会改变Firefox打开新窗口的一些做法,比如Google search的结果,在改变了这个参数以后,也会在后台打开标签页了。

2. dom.popup_maximum,把初始值20改得大一些(我改为2000了)。 这个参数用来改变Firefox允许一个站点的弹出窗口数。

OK,做完这两个调整就可以了,再使用快捷键v,原始网页就在background tab页打开了,不会离开Google Reader而打断阅读的节奏,也不用去看着网页一点点loading进来。

所以,现在在Google Reader中阅读,基本的节奏是:使用List View方式看标题,用n/p快捷键导航,如果觉得标题有意思,可以s做星标稍后阅读,也可以直接v在后台打开;进入星标标记的栏目,则使用j/k进行Expanded View方式浏览,如果有全文,就直接阅读了,如果没有,也可以用v打开原始网页。 基本上不用在键盘和鼠标之间切换了(切换tab页则直接用ctrl-tab即可),效率又提高了。

Popularity: 21% [?]

Tags: firefox and google reader

June 15th, 2008

推荐给Google Reader的几个Greasemonkey脚本

No Comments, Popularity: 22% [?]

前些天更新我在Firefox 3中使用的扩展插件时,已经安装上最新的Greasemonkey 0.8了,有了Greasemonkey这个超级扩展,可以做很多事情, 这里是我新近使用的Google Reader的脚本(Firefox 3 RC2,Greasemonkey 0.8):

  • Google Reader - Title Unread Count
    默认的未读计数显示在标题的后边,标签宽度不够的时候它就看不见了。 借助这个脚本可以把计数器移到标题前面来,像这样:

google-reader-unread-count

  • Google Reader - Colorful List View
    我在“信息过载的问题”中提过,我通常使用List view快速地浏览文章标题,对感兴趣的Star起来,然后仔细阅读Starred items中的内容,这时候使用List view就不能直观地分清哪些文章来自哪个订阅(“All items”或者某个标签文件夹下使用 List view 时也一样)。 所以,用这个脚本,它会自动用颜色区分了:

google-reader-colorful-list

  • Google Reader - Full Feed Changer
    有些网站很吝啬,RSS feed 只给你看几行字,这个脚本,让Google Reader 可以获取feed的全文。 比如新浪科技新闻,没有全文输出,用了这个脚本,手工增加新浪的site-info,就图文并茂了(见下图)。 详细的说明,参考老肥的博客:RSS feed 不输出全文?- 一样搞定你

google-reader-full-feed

【参考资料】

  • Google Reader Greasemonkey Scripts
  • 20 must-see Greasemonkey Addons
  • 15 Useful Greasemonkey Scripts for Del.icio.us Users
  • 12 Must-Have Tools for Active Digg Users

Popularity: 22% [?]

Tags: firefox and google reader

June 12th, 2008

Google Reader的小改进

No Comments, Popularity: 14% [?]

Google Reader在上一次的改进中,增加了一个“Mark all as read"的确认,当时是一个传统的浏览器对话框。 今天发现,这个对话框改造为一个js的了,还增加了一个选项:Don’t ask me again。

greader_mark_all_read_diaglog

Popularity: 14% [?]

Tags: Google and google reader

June 12th, 2008

Google Gears 支持 Firefox 3了

1 Comment, Popularity: 19% [?]

据Google Operating System报道,Google Gears在上周已经发布了最新的版本0.3,支持Firefox 3了。

google_gear_api_history

Google Gears 0.3, released last week, added support for Firefox 3 and extended the desktop integration by allowing applications to create shortcuts on the desktop or in the start menu. Google Docs is one of the applications that takes advantage of this feature and……

另外转述了CNet所提及Gears 0.3的另外两个新功能: 支持blog和地理定位(geolocation):

The blob module lets a Web browser handle a large chunk of data in pieces, for example, uploading a large video bit by bit to better protect against unreliable network connections. The geolocation module gives browsers abilities to use data about where exactly a person using the Web is located, but Google hasn't worked out exactly how to handle the privacy implications of that work. - CNet

也就是说,通过blog模块,来处理大数据(比如视频)。 通过geolocation使得浏览器有能力获知使用者的地理位置(不过这可能有隐私问题)。

通过连接下载Gears 0.3的安装文件,安装以后重启Firefox,我的Google Reader已经出现绿色的go offline图标了。

Popularity: 19% [?]

Tags: firefox, Google and google reader

Page 1 of 3123»

  • 页面导航

    • Home
    • About
    • Archives
    • Tags

  • 文章分类

    • 宝宝 (3)
    • 医疗信息 (2)
    • 管理 (25)
      • 团队 (5)
      • 研发 (2)
      • scrum (7)
    • 随便写写 (85)
      • blog (27)
      • 阅读 (15)
    • F1 (1)
    • Firefox (52)
    • Google (42)
      • GCalendar (1)
      • GMail (9)
      • GReader (13)
    • nokia (4)
    • Ubuntu (6)
    • Windows (11)
    • 技术 (65)
      • .Net (1)
      • Eclipse (31)
      • groovy (5)
      • Java (29)
      • oracle (1)
      • ROR (2)
      • 测试 (1)
    • 未分类 (1)
  • 近月归档

    • November 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • February 2008
    • January 2008
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • March 2007
    • January 2007

  • Firefox 3 Google Reader

    All Posts Feed | RSS?

  • 相关文章

    • T-Mobile G1 和 E71
    • Firefox 3: 介绍2个有用的Greasemonkey脚本
    • Firefox 3: Lifehacker的Better系列
    • Google Reader的小改进
    • Google Gears 支持 Firefox 3了
    • Tips for Google Reader
    • Google Reader 的新改进
    • Google Bookmark 和 Shareaholic
    • 使用Google Reader
    • Nokia E71: UCWeb 的快捷键
    • Google Book Search 的嵌入式预览
    • Nokia E71 使用杂记
    • Groovy/Grails Search
    • 在Google Earth上看奥运场馆
    • Google Reader: view original in background tab
    • Eclipse: 在Firefox 3中添加Eclipse Search
    • Firefox 3 tips: 在Firefox 3的侧边栏运行Google Talk
    • Feed焦虑症?好像有点了
    • 从Firefox的搜索框打开Gmail写邮件
    • Google Toolbar for Firefox 3
    • 推荐给Google Reader的几个Greasemonkey脚本
    • Google Browser Sync项目终止了
    • Searching from the Address Bar
    • 信息过载的问题
    • 我在Firefox 3中使用的扩展
    • Gmail的广告
    • FeedDemon 免费了
    • Google Earth Flight Simulator
    • 谷歌拼音输入法又升级了
    • 谷歌拼音输入法升级至1.0.21.0
    • 我的搜索历史
    • 让你的GMail更安全
    • 在Outlook 2007中使用Google Calendar
    • 使用Google Talk和GMail
    • 高效开会6法则
    • 我只用RSS
  • GReader 分类中最受欢迎文章

    • Tips for Google Reader
    • Google Bookmark 和 Shareaholic
    • Google Reader升级后的一个小bug
    • FeedDemon 免费了
    • feedburner无法访问了?
    • Google Reader 的新改进
    • 使用Google Reader
    • 信息过载的问题
    • 推荐给Google Reader的几个Greasemonkey脚本
    • Google Reader: view original in background tab
  • 最受欢迎文章

    • Fonts in Eclipse IDE
    • Nokia E71: UCWeb 的快捷键
    • T-Mobile G1 和 E71
    • E71: 节电小窍门
    • JAVA EE 工程为什么会效率低下?
    • Google Book Search 的嵌入式预览
    • Google Reader Trends
    • Google Chrome 的 about: 页
    • GMail, GCalendar, GTalk on G1
    • 计算机编程的21条“规律”
  • GReader Shared

  • 其他杂项

    • 新杰
    • 海宸
    • Login
    • Valid XHTML
    • XFN
    • WordPress

© 2007 Kukoo's Blog | iBlue Theme | WordPress 2.2.1
65 queries. 1.373 seconds. valid xhtml css, Creative Commons