康爷的博客

关于康爷的日志,IT相关,火鸟,Live Space教程,和iPhone的最新报道和数学相关的内容

谷歌中国与中国网站之俗... 前往火星 »

Google是一家高科技公司。

 中国的互联网公司,只要一大,就变娱乐公司了。

腾讯就不用说了,百度贴吧,搜狐,都是俗不可耐的。

自从Google中国改名为谷歌之后,也开始俗了起来。注资迅雷,难道盗链是一种web mining的好用处?

盗搜狗词库,推谷歌拼音。这简直就是丑闻,微软如果干出来的话,估计快倒闭了。

和金山合作,推金山词霸。没有看过比这更没技术含量的事情了。

推出discouze插件,一系列的事情,让我怀疑李开复是当年的周鸿祎之流,做的事情全是垃圾软件才会干的事情。

请谷歌同学清醒点,把手机提醒搞搞好,把地图搜索弄弄好,搞点创新,否则谷歌是搞不过众中国互联网公司的。 

用Yahoo Pipes全文输出饮水思源Science板... 前往火星 »

参照牛博网制作全文输出的教程,我为Science板做了一个全文输出的RSS,也用feedsky烧制了一下,地址如下:

http://feed.feedsky.com/science1

下面介绍下制作过程:

1、在 Yahoo Pipes 里新建一个 pipe
拖入一个 Fetch Feed 模块,输入Science板的RSS地址

拖入一个 Loop 模块,与 Fetch Feed 连接

2、拖一个 Fetch Page 模块进入 Loop
设置 URL 为 item.link
读取内容从 <pre> 到 </pre>

指定所有结果为 item.temp 

3、拖入一个 Rename 模块,与 Loop 连接

将 item.temp.0.content 重命名为 content:encoded

4、将 Rename 连接到 Pipe Out,保存

然后将 pipe 好的 rss 烧录到 feedsky(主要是方便收藏,不会往里面加小广告)

下面是 pipe 界面截图,一目了然: 

  a.jpg

关于Google App Engine的HTTP header长度问题... 前往火星 »

Will在他的问题中提到:

“他最近下载了Google App Engine的示例程序http://openid-consumer.appspot.com/,可是,当他把这个示例程序上传之后,他发现"Location"字段的HTML文件头都无法被发送,而在本地调试程序时则没有这个问题。” 

 进一步研究,他发现,如果HTML文件的header超过498个字符,那么将会被去掉(当然,这只是发生在上传的程序中,本地调试将不会发生)。

来自Google App Engine的工程师Jon McAlister回答了这个问题:

“我们已经修改了代码,将Location字段的Header长度限制增加了,但其他的Header限制没有改变,如果有什么特别的需要增加长度限制的Header,请及时和我们联系。” 

 

《Developing with Google App Engine》... 前往火星 »

Eugene Ciurana专门出了一本关于Google App Engine编程的书籍,在Amazon上面预售:

http://www.amazon.com/gp/product/1430218312

感兴趣的可以去买,不知道什么时候有下载版~ 

本博客近期计划... 前往火星 »

翻译Google Appengine 的Group里面的优秀文章

介绍Google的最新更新

 

Google文档使用指南... 前往火星 »

Q: 如何将我电脑中的Office文档上传到Google Docs?

A: List Uploader 可以让你通过拖拽来批量上传文件到Google Docs,也支持右键点击上传.

Mac OS X用户可以通过 GDocsUploader 来上传文件,同样支持批量拖拽上传。另外一个选择是GDocsBar,这是一个Firefox插件,只要把文件拖进Firefox的侧边栏,他们就会被自动上传。

Q: 如何让电脑中以doc/xls/ppt为后缀的文件默认以Google Docs打开?

A: 下载 Google Toolbar for Firefox 然后在选项中勾上‘Google Docs’,这样你的Office文档就会直接在浏览器中打开了。

Q: 如何备份Google Docs的全部文档?

A: 下载一个Google Docs的 Grease Monkey 脚本,它会提供一个全部文档的列表, 用DownloadThemAll插件或者FlashGot插件都可以将他们下载全部下来。

Q: 如何在我的Google 文档中加上水印?

A: 你只需要编辑你文档的CSS ,添加一张属性为 non-repeating 的背景突破即可.

Q: 我可以将Word2007的文档上传到Google Docs么?

A: 不像 Zoho Office, Google Docs不支持Docx文件,但你可以用 Zamzar 将它们转化为Doc文档,然后上传到Google Docs.

Q:我有一封邮件,里面有一个PPT插件,我是手机浏览邮箱的,但没有PPT浏览器,怎么办?

A: 只要将你的邮件Forward到你的Google Docs地址.你很快就会收到一封邮件,里面有一个链接,通过它你可以查看PPT文档,即使你的手机没有PPT浏览器。

Q: 我写了一封很长的英文文档,而我的客户要求我用法语写,怎么办?

A: 将你的Google文档发布 (查看发布步骤) ,然后用Google翻译翻译那个网址,将翻译好的文章复制下来,然后可以将原来那篇文章设置为私有。

欢迎大家参加文言文故事计划... 前往火星 »

昨天用Google Sites建了一个网站,专门用来搜集和原创中国古代的文言文故事。

地址是:http://wenyan.kangye.org

如果大家有兴趣,可以给我发Email,我的Email地址在关于页面里面。

现在谈谈文言文故事计划的主要内容:

1.将文言文小说翻译成白话文,最好是生动活泼些的。

2.将历史故事以故事形式展现出来。

3.最好成系列,比如选择《聊斋志异》中的一卷,或是《古文观止》里的故事。

Google App Engine支持HTTPS... 前往火星 »

由于很多人在Google App Engine的Groups上提出建议,希望GAE支持HTPPS,终于,昨天GAE官方发布Blog,说明现在GAE已经支持HTTPS了。

下面介绍一下用法:

* app.yaml 现在支持一个新的handler, 叫 "secure":

- url: /accounts/.*
  script: admin.py
  login: admin
secure: always

*secure的属性可以设成 "always", "optional", or "never" (默认)。详细的文档: http://code.google.com/appengine/docs/configuringanapp.html#Secure_URLs

*HTTPS有自己的带宽限制,但也算在总的带宽限制里面

有关SSL的基础知识,请看:

http://en.wikipedia.org/wiki/Https#Limitations

中国WEB 2.0新玩法-叽歪,饭否,天涯问答,FriendFeed和Twitter的放映厅... 前往火星 »

这两天模仿spy.appspot.com做了一个中国版的spy:http://luck.appspot.com

主要功能如下:

1。随便看看

进入叽歪,饭否,FriendFeed和Twitter的放映厅 ,会自动载入来自叽歪,饭否,和天涯问答的最新内容,而且会自动滚动播放。

2。关注模式

搜索一个关键词,将会在给定的时间内放映来自叽歪,饭否,天涯问答,FriendFeed,Twitter的包含关键词的结果。

3。全屏模式

点击全屏模式,将会全屏观看播放。

4。停止

可以停止播放,这样可以仔细地看一条记录。

5。开灯和关灯

可以切换皮肤,展现开灯关灯的效果。

欢迎访问:http://luck.appspot.com

Google Chrome首个重大更新及使用方法... 前往火星 »

前两天Google Chrome放出了首个重大更新,版本号从0.2升级到了0.3。更新解决了一些b
ug和性能上的提高,但主要的更新是在和一些Plugin的协作上进行了改进。

测试下来,确实,原先Google Chrome打开网络视频时,如果拖动滚动条,CPU会升到99%,
现在这个问题得到了解决。见Release Notes中的r2740:
Fixes a problem where using Flash plugins could lock up Google Chrome and caus
e 100% CPU usage (Issue 387, Issue 772)

目前这个最新重大更新只能通过Dev Channel获得,关于Dev Channel的官方介绍:
Google Chrome publishes new releases to the Dev channel frequently. The Dev ch
annel gives the community access to upcoming features, features in development
, and the latest bug fixes. We can use feedback from Dev channel users to impr
ove and iterate on feature ideas, and make sure that the latest features work
properly before we release them to a wider audience.

可是http://dev.chromium.org/getting-involved/dev-channel/这个网站目前被墙了,绕
过墙之后,知道怎么使用了,下面简单说一下:

1.下载Google Chrome Channel Chooser:
http://bbs.sjtu.edu.cn/file/Google/1223283978103811.exe

2.打开程序,选择Dev,然后点击Update,然后close。
http://bbs.sjtu.edu.cn/file/Google/1223284089103231.jpg

3.打开Google Chrome,工具按钮-About Google Chrome
点击Update

4.更新完后重启Google Chroem即可,现在的About Google Chrome变成:
http://bbs.sjtu.edu.cn/file/test/1223284172103813.jpg

以下是Google Chrome 0.3.154.0的Release Notes:
Google Chrome 0.3.154.0 has been released to the Dev channel ONLY.

See http://dev.chromium.org/getting-involved/dev-channel for information about
subscribing to the Google Chrome Dev channel.

Reminder: please file (or update existing) issues at http://code.google.com/p/
chromium/issues.

Highlights: Plugin Fixes

This release includes several changes that improve the performance of plugins,
especially Adobe Flash video.
r2459, r2744 Improve the performance and scrolling of plugins. This especially
improves pages with multiple plugins playing video. Note to developers: this
affects windowless plugins only. (Issue 93)
r2539 Fixes plugins not playing when embedded in a third-party frame on a page
(Issue 1533)
r2740 Fixes a problem where using Flash plugins could lock up Google Chrome an
d cause 100% CPU usage (Issue 387, Issue 772)
New Network Layer: Testers Wanted

We're just about ready to turn on the new HTTP networking code by default. The
re are a few remaining bugs, mostly in handling SSL edge cases and HTTP authen
tication.

To use the new HTTP code, you can add a command line flag to the shortcut you
use to launch Google Chrome. To add a command line flag, right click the Googl
e Chrome shortcut, choose Properties, and edit the Target field. You can just
add the new flags at the end of the Target line.

The new command line flag is:

--new-http

Enables the new network layer. Please put [new-http] in the description for an
y bugs you file.

Other Notable Changes

User Interface

r2474 'Duplicate' (right click on a tab > Duplicate) opens a new tab instead o
f a new window.
r2631, r2678 Adds the ability to sort table views in the user interface and tu
rns it on for the keyword editor (Options > Basics > Default search: Manage) a
nd cookie manager (Options > Under the hood > Show cookies).
r2643 Makes the link in the About box clickable. The link opens a page acknowl
edging the authors and license terms of third party code and software used in
Google Chrome.
r2645 Keeps focus on the last match after the Find in page box is closed. (Iss
ue 455)
r2704 Ctrl+S now brings up a Save Page dialog. (Issue 1653)

Pages: Prev 1 2 3 4 5 6 7 8 ...20 21 22 Next