【转载】三条关于Google Chrome Frame的使用技巧

Chrome Frame,谷歌网站上说Google Chrome Frame 是Google推出的一个供IE浏览器使用的插件,可以将IE由一个 Trident 内核的浏览器变成一个 Chrome 浏览器。Chrome Frame 会把最新版的Chrome Webkit 内核和JavaScript 引擎注入到IE中。功能虽然强大但是如何使用了在网上找了点关于Google Chrome Frame使用的资料:

1、对于网站所有者而言,提高自己网站的访问速度无疑是获得访问者好感的第一步,那么对于开发者来说,只需要在页面代码的加入

即可让安装了Frame的IE启用Google Chrome Frame来浏览自己的网站。

2、对于浏览者来说获得飞快的上网速度无疑是最后不过的了,使用Google Chrome Frame的前提是在网址前面加上“cf”,如:cf:http://www.google.com,每次都要输入显得很麻烦,困兽介绍一种方法,可以让IE浏览器在浏览网页时自动启用Google Chrome Frame功能,方法如下:

首先给 IE 浏览器下载安装 Google Chrome Frame 插件,然后下载并双击运行此文件 chrome-frame.reg 即可。

即修改有关ChromeFrame注册表的键值为:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Google\ChromeFrame\OptInUrls]

“*”

说明:改成“*”是全部启用,如果只想在访问指定的网站启用则只要加上指定的地址就可以了,如:

*google.com*
*yahoo.com/mail*

去除自动启用只要将HKEY_CURRENT_USER\Software\Google\ChromeFrame\OptInUrls右侧的“*”删除即可。

3、另外发现一个小东西:在大陆访问goog.com会直接被重定向跳转到google.cn这样有些Google提供的功能无法直接使用,现在只要安装了Google [...]

RFC:网络的十二条真理

RFC1925 – The Twelve Networking Truths

Network Working Group                                  R. Callon, Editor
Request for Comments: 1925                                          IOOF
Category: Informational                                     1 April 1996

                      The Twelve Networking Truths

Status of this Memo
本备忘录的状态

   This memo provides information for the Internet community.  This memo does not specify an Internet standard of any kind.  Distribution of this memo is unlimited.
   本备忘录提供了Internet社区的信息,它没有规定任何一种Internet标准,对本备忘录分发不受限制。

Abstract
摘要

   This memo documents the [...]