<?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>简单生活 -- Kevin Yang的博客 &#187; Google</title>
	<atom:link href="http://www.imkevinyang.com/tags/google/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imkevinyang.com</link>
	<description>It&#039;s all about sharing</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:37:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>G1手机与笔记本实现Wifi互联共享上网</title>
		<link>http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html</link>
		<comments>http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:56:57 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[工具技巧]]></category>
		<category><![CDATA[Ad-Hoc]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[上网]]></category>
		<category><![CDATA[共享]]></category>
		<category><![CDATA[虚拟路由]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html</guid>
		<description><![CDATA[<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的G1手机上带有WIFI设备，如果周围有无线AP的话直接连上就可以上网了。在公司没问题，有无线网络，可是家里没有无线路由，WIFI没法用。<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>了一把，很多人都说可以使用笔记本的无线网卡做为AP使用，这样G1就可以连上笔记本，进而通过共享笔记本的有线网络上网。</p>
<p>但是我尝试了若干种方案&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的G1手机上带有WIFI设备，如果周围有无线AP的话直接连上就可以上网了。在公司没问题，有无线网络，可是家里没有无线路由，WIFI没法用。<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>了一把，很多人都说可以使用笔记本的无线网卡做为AP使用，这样G1就可以连上笔记本，进而通过共享笔记本的有线网络上网。</p>
<p>但是我尝试了若干种方案均以失败告终。先是下了个傻瓜软件Connectify，说是通过简单的设置就可以把无线网卡变成无线AP来使用。但是运行发现建立不了AP，后来上官网查了一下，发现我的Dell D520内置的Intel 3945ABG无线网卡被摆在了不兼容列表。还有人说Windows 7就直接内置了将无线网卡变成虚拟路由（VirtualRounter）的功能，只是界面上不提供，可以通过以下命令行开启：</p>
<pre class="csharpcode">netsh wlan <span class="kwrd">set</span> hostednetwork mode=allow ssid=Hotspot <span class="kwrd">key</span>=passwordhere
netsh wlan <span class="kwrd">start</span> hostednetwork</pre>
<p>我运行了一下，第一行代码没问题，但是运行第二行代码启动该网络的时候却失败了。显示无法启动承载网络XXX。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2010/03/image1.png" width="564" height="169" /> </p>
<p>后来在Intel的官网上看到一个MyWifi的工具和相应的支持驱动，据说是今年新出的，也是为了实现Wifi互联的，下载下来开始安装，却发现官网上的安装图示明明有一个“MyWifi”的条目，可是在我上面却没找到。难道真是这个3945的网卡不支持这功能？</p>
<p>最后总算在Android论坛上找到正确的方向（帖子地址：<a title="G1终于实现了利用手机wifi连接笔记本wifi共享宽带上网" href="http://a.opda.cn/thread-1442-1-1.html" target="_blank">《G1终于实现了利用手机wifi连接笔记本wifi共享宽带上网》</a>），那就是使用Ad-Hoc模式来连接，而不是无线AP这种方式。我不是很清楚这两种有什么区别，感觉一个就是点对点的连接，一个是点对面的连接。在讲具体步骤之前先列一下我当前的系统情况：</p>
<ul>
<li>Windows 7操作系统</li>
<li>Intel(R) Pro/Wireless 3945ABG无线网卡</li>
<li>Broadcom 440x 10/100 Integrated Controller有线网卡（连着ADSL可以上网）</li>
<li>搭载<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Android的G1手机</li>
</ul>
<p>下面讲一下详细的步骤：</p>
<h3>准备工作</h3>
<p>一会需要编辑到某些系统配置文件，如果你熟悉Linux命令行和VI编辑器的话，那么你可以直接打开G1上面自带的终端来修改。否则你可以去下一个软件，叫91手机助手Android版，直接把文件下载到PC上进行修改，然后再上传到原来的目录覆盖。在PC上如何操作就不说了，需要提一下的是在终端下操作需要注意的步骤：</p>
<p>1. 打开终端</p>
<p>2. 输入su，切换到管理员（SuperUser）模式，这样一会儿才有权限修改系统文件，此时Android系统会提示你是否允许当前用户使用管理员权限，选“确定”即可。</p>
<p>3. 使用以下代码重新加载system分区，使到里头的文件可写：</p>
<pre class="csharpcode">mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system</pre>
<p>4. 使用cd命令进入/system/etc/wifi目录</p>
<pre class="csharpcode">cd /system/etc/wifi</pre>
<p>5. 使用vi打开tiwlan.ini文件</p>
<pre class="csharpcode">vi tiwlan.ini</pre>
<p>接下来的操作就是标准的VI编辑操作了，在这里就不细讲了。大家可以<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>一下。</p>
<h3>启用G1手机的Ad-Hoc连接功能</h3>
<p>找到tiwlan.ini文件中的这一行设置：</p>
<pre class="csharpcode">WiFiAdhoc = 0</pre>
<p>我们需要将其值修改为1，表示启用ad-hoc模式，同时加上两行额外的代码：</p>
<pre class="csharpcode">WiFiAdhoc = 1
dot11DesiredSSID = MyHTCDream
dot11DesiredBSSType = 0</pre>
<p>上面代码中的第二行后面的值表示网络ID号，你也可以设置为其他值。</p>
<h3>在G1手机中添加Ad-Hoc网络</h3>
<p>接下来，我们需要在G1手机中添加一个Ad-Hoc网络，打开/data/misc/wifi/wpa_supplicant.conf文件，在文件末尾添加几行代码：</p>
<pre class="csharpcode">network = {
  ssid=<span class="str">&quot;MyHTCDream&quot;</span>
  scan_ssid=1
  key_mgmt=NONE
  mode=1
}</pre>
<p>这里头要注意两个地方，一个是SSID一定要和上一步中设置的SSID号一样。还有mode的值必须为1，表示这是一个Ad-Hoc网络。</p>
<p>重启Wifi设备（禁用再启用即可）然后刷新Windows 7的网络列表，就会看到多了一个“MyHTCDream”的网络。</p>
<h3>将G1手机配置成静态IP模式</h3>
<p><strong><font color="#008000">由于Ad-Hoc连接不支持DHCP自动获取IP，所以需要将G1的Wifi配置成静态IP，否则一会儿连接的过程中，G1会一直提示“正在获取IP地址...”最后以失败告终</font></strong>。在这里，我简单的配置了一下：</p>
<p>IP地址：192.168.1.115</p>
<p>网关：192.168.1.1</p>
<p>掩码：255.255.255.0</p>
<p>DNS1：192.168.1.1</p>
<p>好了，现在我们点击Windows 7 网络列表中的“MyHTCDream”网络，G1上面就会立即显示“MyHTCDream已连接”。</p>
<p><strong><font color="#008000">这里需要注意，在G1中会显示MyHTCDream网络不在可用范围内，你必须从PC端主动去连接G1的Wifi设备。</font></strong></p>
<h3>网络共享</h3>
<p>现在，我们已经实现了G1和笔记本的互联，但是目前G1还是无法上网，这是因为我们的无线网卡和有线网卡本来就不是互通的，我们需要通过建立网桥来实现无线网卡和有线网卡的互联。</p>
<p>在网络适配器面板中，同时选中无线网卡和有线网卡，然后右键选择建立网桥即可。OK，这样一来，你就可以在G1中享受Wifi上网了。</p>
<p style="text-align: right">——<a title="G1手机与笔记本实现Wifi互联共享上网" href="http://www.imkevinyang.com/2010/03/G1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0Wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/ad-hoc" title="Ad-Hoc" rel="tag">Ad-Hoc</a>, <a href="http://www.imkevinyang.com/tags/android" title="Android" rel="tag">Android</a>, <a href="http://www.imkevinyang.com/tags/g1" title="G1" rel="tag">G1</a>, <a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/wifi" title="Wifi" rel="tag">Wifi</a>, <a href="http://www.imkevinyang.com/tags/windows-7" title="Windows 7" rel="tag">Windows 7</a>, <a href="http://www.imkevinyang.com/tags/%e4%b8%8a%e7%bd%91" title="上网" rel="tag">上网</a>, <a href="http://www.imkevinyang.com/tags/%e5%85%b1%e4%ba%ab" title="共享" rel="tag">共享</a>, <a href="http://www.imkevinyang.com/categories/techarticles/toolskills-techarticles" title="工具技巧" rel="tag">工具技巧</a>, <a href="http://www.imkevinyang.com/tags/%e8%99%9a%e6%8b%9f%e8%b7%af%e7%94%b1" title="虚拟路由" rel="tag">虚拟路由</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/07/hilo-windows-7%e4%b8%8bc%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%bc%80%e5%8f%91%e5%ae%9e%e6%88%98%e6%bc%94%e7%bb%83.html" title="Hilo: Windows 7下C++应用程序开发实战演练 (2010/07/21)">Hilo: Windows 7下C++应用程序开发实战演练</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html" title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计 (2010/02/15)">使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Android手机初体验</title>
		<link>http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html</link>
		<comments>http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:17:29 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[生活网事]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[优点]]></category>
		<category><![CDATA[手机]]></category>
		<category><![CDATA[缺点]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html</guid>
		<description><![CDATA[<p>春节的时候从我老姐那换了一个HTC的G1手机。G1手机是世界上第一款搭载着<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Android系统（基于linux的）的手机。这也是我使用的第一台智能手机。还没拿到手之前，我对这款手机的期望蛮高的，可是操作了两三天后感觉却大为失望。</p>
<p>第一天拿到手的时候，我当然是把所有可见的图标菜单都点了个遍，并&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>春节的时候从我老姐那换了一个HTC的G1手机。G1手机是世界上第一款搭载着<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Android系统（基于linux的）的手机。这也是我使用的第一台智能手机。还没拿到手之前，我对这款手机的期望蛮高的，可是操作了两三天后感觉却大为失望。</p>
<p>第一天拿到手的时候，我当然是把所有可见的图标菜单都点了个遍，并和以前的6300做对比，看日常的需求是否能满足。但是搞了半天，发现连电话都打不出去，短信也发不了。后来才知道原来是不小心进入了“飞行模式”。此情景模式是专门为乘飞机的人准备的。当进入此模式之后，所有无线信号都会关闭，自然啥都干不了。</p>
<p>解除了飞行模式之后，想看看日程管理方不方便。打开上面的“日历”应用程序，原来是<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Calendar的手机版。打开要求我登陆<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>帐户。可是上面的用户名是我姐的，我想改成我的用户名，找了半天，尝试了无数种按钮组合都找不着重新设置的办法。后来上网搜了一下才发现，原来G1手机是一款非常“忠诚”的手机。当你第一次告诉它你的<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>帐户之后，它就会永远记住了，而且只会记住一个帐号，你别指望哪有选项可以重新设置，除非你刷机，把它的“记忆”都抹掉。其他的很多程序也都是这样的行为，例如Gmail邮箱，Gtalk等。</p>
<p>刷机的过程非常快，还不到30秒呢。刷机过后，手机上的非系统数据全都被清空了。插上我的Sim卡，重启系统之后想看看通讯录功能如何，打开“我的联系人”，却发现里头一个联系人都没见到，系统提示我必须把联系人从Sim卡中导入到手机里之后才能用，还不让我直接放在sim卡里用，那以后我要是临时换手机的话通讯录岂不是不同步了。先不管了，导入再说。看着进度条走到1/3的时候，突然弹出个窗口，“进程com.andorid.phone出错，是否强制关闭”。靠，感觉回到windows了~还能怎么办，重试一遍咯，结果重试了3、4遍——期间还重启过手机——之后终于放弃了，这肯定是系统的Bug。后来在Android论坛看到很多人也提了类似的问题，都没有实质的解决办法，刷机是最快也是最省事的办法。继续刷之~</p>
<p>G1手机提供两种操作体验，一种是全键盘模式，就类似我们用普通键盘操作PC机一样，一种是触摸式操作。但是它的触摸体验让我这种挑剔的人很不爽，很多我认为触摸屏就可以搞定的操作却要我用其他几个按键来实现。例如后退，关闭菜单。不上网查我几乎都不懂得应该怎么操作。</p>
<p>G1手机除了普通键盘锁之后还提供了一种图案锁定的功能。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2010/03/image.png" width="200" height="191" /> </p>
<p>当手机从待机状态恢复的时候，上面会显示9个黑框白心的圆圈，你需要用手指连接其中的部分圆圈绘制一幅图案以解锁屏幕。当然，图案是由你预先设定的。不过建议如果对手机数据没有严格保密需求的话，不要开启此功能。因为一旦输错次数过多，G1手机就会将其锁定，不让你继续尝试了。除非你输入<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>帐户名和密码。但是这里有个Bug，很多人在遇到这种情况的时候，即使用户名密码输对了，但还是提示用户名密码错误，尝试多少次都是一样。我很不幸，就遇到这样的问题。最后只能刷机了。</p>
<p>接连不断的刷机倒让我回想起了当年第一次接触电脑，接触Windows 98系统的时候，看到很多很新奇的东西，然后就喜欢乱弄，接着系统就会动不动就蓝屏崩溃了，最后总是重装了事。</p>
<p>用了两三天，真正印证了那句老话，期望越大，失望越大。不过也总算是熟悉了Android系统的使用。前面说了那么多Android的缺点，其实Android系统也不是很烂，只是没想象中的那么好而已。使用Wifi连上网之后，到Android Market上逛了一下，发现了好多挺好玩的东西。例如给相机加上特效镜头，拍出来的照片可以是哈哈镜效果，也可以是镜面效果，艺术照效果等等。还有<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Sky Map，跟手机的重力感应系统以及GPS结合起来，可以让你把抬头看到的星空和手机上的星空对应到一块来观察，很有意思。</p>
<p>暂时说来，Android手机感觉就是一台迷你移动PC，我并没有看到太多创新的东西在里面。</p>
<p style="text-align: right">——<a title="Android手机初体验" href="http://www.imkevinyang.com/2010/03/Android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/android" title="Android" rel="tag">Android</a>, <a href="http://www.imkevinyang.com/tags/g1" title="G1" rel="tag">G1</a>, <a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/htc" title="HTC" rel="tag">HTC</a>, <a href="http://www.imkevinyang.com/tags/%e4%bc%98%e7%82%b9" title="优点" rel="tag">优点</a>, <a href="http://www.imkevinyang.com/tags/%e6%89%8b%e6%9c%ba" title="手机" rel="tag">手机</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a>, <a href="http://www.imkevinyang.com/tags/%e7%bc%ba%e7%82%b9" title="缺点" rel="tag">缺点</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html" title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计 (2010/02/15)">使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/10/%e5%86%85%e7%89%9b%e6%bb%a1%e9%9d%a2%ef%bc%8c%e7%bb%88%e4%ba%8e%e6%9c%89pr%e5%80%bc%e4%ba%86.html" title="内牛满面，终于有PR值了~ (2009/10/31)">内牛满面，终于有PR值了~</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</title>
		<link>http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html</link>
		<comments>http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html#comments</comments>
		<pubDate>Sun, 14 Feb 2010 16:08:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[疑难杂症]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[FeedProxy]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[ItemLinkClicks]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[统计]]></category>
		<category><![CDATA[连接重置]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html</guid>
		<description><![CDATA[<p>我的博客一直用feedburner作为RSS服务提供商，挺不错的。博客地址变了也不用担心。而且Feedburner还提供了很多不错的服务，例如feed阅读统计，adsense集成之类的（虽然鄙人对广告非常讨厌，但是做网络营销效果量化分析职业的，如果自己对各种广告系统不熟悉的话，是非常不敬业的表现╮(&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>我的博客一直用feedburner作为RSS服务提供商，挺不错的。博客地址变了也不用担心。而且Feedburner还提供了很多不错的服务，例如feed阅读统计，adsense集成之类的（虽然鄙人对广告非常讨厌，但是做网络营销效果量化分析职业的，如果自己对各种广告系统不熟悉的话，是非常不敬业的表现╮(╯_╰)╭）。</p>
<p>我的博客以前是摘要输出的，如果用户看到感兴趣的内容，自然会点击feed然后跳转到我的博客上继续阅读全文。但是从去年年底的时候，当用户点击feed标题跳转到我的博客上的时候，中途却被连接重置了。我看了一下被重置的Url，是feedproxy.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com域下的。为了确认不是我自己博客的问题，我又尝试在<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Reader中点好友的博客文章，也是一样的症状。说明feedproxy.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com又被封了。于是我就将博客改成全文输出了。当时也没多想。</p>
<p>今天没事的时候又突然想起了这个问题：为什么点击feed会到feedproxy.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com而不是直接到我博客域名呢？是因为我用的是feedburner服务，所以Url被强制修改的缘故？</p>
<p>后来我又想起了feedburner的统计功能，它可以统计出每个feed条目都被查看和点击了多少次。难道是因为启用了这个分析功能才导致点击feed的时候先到了feedproxy再重定向到我博客的？为了验证我的想法，我在feedburner后台禁用了item link clicks统计功能，保留itemviews统计功能，重新同步了一下feed（重新同步的功能在troubleshootize菜单下）之后，刷新阅读器再次点击feed标题，果然就直接跳到我博客了，没有经过feedproxy这一步了。</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2010/02/image1.png" width="383" height="251" /> </p>
<p>貌似默认情况下是启用这两项分析的，所以估计很多用feedburner的中文博主都会遇到和我一样的问题。最好是和我一样把item link clicks功能给禁用了，那个功能可有可无吧。</p>
<p align="right">——<a title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计" href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8FeedBurner%e7%83%a7%e5%88%b6RSS%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8ItemLinkClicks%e7%bb%9f%e8%ae%a1.html"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/feedburner" title="FeedBurner" rel="tag">FeedBurner</a>, <a href="http://www.imkevinyang.com/tags/feedproxy" title="FeedProxy" rel="tag">FeedProxy</a>, <a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/itemlinkclicks" title="ItemLinkClicks" rel="tag">ItemLinkClicks</a>, <a href="http://www.imkevinyang.com/tags/rss" title="RSS" rel="tag">RSS</a>, <a href="http://www.imkevinyang.com/categories/techarticles/knottyproblems" title="疑难杂症" rel="tag">疑难杂症</a>, <a href="http://www.imkevinyang.com/tags/%e7%bb%9f%e8%ae%a1" title="统计" rel="tag">统计</a>, <a href="http://www.imkevinyang.com/tags/%e8%bf%9e%e6%8e%a5%e9%87%8d%e7%bd%ae" title="连接重置" rel="tag">连接重置</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/visual-studio%e7%bb%9f%e8%ae%a1%e6%9c%89%e6%95%88%e4%bb%a3%e7%a0%81%e8%a1%8c%e6%95%b0.html" title="Visual Studio统计有效代码行数 (2009/05/22)">Visual Studio统计有效代码行数</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>高效使用Google Analytics进行Web流量分析</title>
		<link>http://www.imkevinyang.com/2010/01/%e9%ab%98%e6%95%88%e4%bd%bf%e7%94%a8google-analytics%e8%bf%9b%e8%a1%8cweb%e6%b5%81%e9%87%8f%e5%88%86%e6%9e%90.html</link>
		<comments>http://www.imkevinyang.com/2010/01/%e9%ab%98%e6%95%88%e4%bd%bf%e7%94%a8google-analytics%e8%bf%9b%e8%a1%8cweb%e6%b5%81%e9%87%8f%e5%88%86%e6%9e%90.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 06:29:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[WebAnalytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Web分析]]></category>
		<category><![CDATA[报表]]></category>
		<category><![CDATA[数据筛选]]></category>
		<category><![CDATA[流量分析]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2010/01/%e9%ab%98%e6%95%88%e4%bd%bf%e7%94%a8google-analytics%e8%bf%9b%e8%a1%8cweb%e6%b5%81%e9%87%8f%e5%88%86%e6%9e%90.html</guid>
		<description><![CDATA[Web流量分析的重要性
<p>网站流量分析对于互联网企业来说非常重要。网站技术人员需要数据来告诉他用户对本网站的反馈，进而对网站页面内容以及业务流程进行改版；市场营销人员需要数据来帮助他量化不同渠道的广告效果进而调整媒体广告的投放策略，而老板呢，他可能仅仅想了解互联网是怎么给他带来收益的。</p>
<p>互联网企业与传统企&#8230;</p>]]></description>
			<content:encoded><![CDATA[<h2>Web流量分析的重要性</h2>
<p>网站流量分析对于互联网企业来说非常重要。网站技术人员需要数据来告诉他用户对本网站的反馈，进而对网站页面内容以及业务流程进行改版；市场营销人员需要数据来帮助他量化不同渠道的广告效果进而调整媒体广告的投放策略，而老板呢，他可能仅仅想了解互联网是怎么给他带来收益的。</p>
<p>互联网企业与传统企业最大的一个不同点在于，企业和用户之间并不是面对面交流的。用户来到你的网站，你看不到他在干什么，你不知道他有什么想法。Web流量分析之所以重要，是因为Web流量分析能够帮你把Web上的未知变成已知，用数据描绘出用户的想法，进而用来支撑你做出的决策。</p>
<h2>Web流量分析流程</h2>
<p>Web流量分析要做的事情非常简单，收集所有网站流量数据，根据某一类特征筛选出你关心的那部分流量，分析此流量的性能指标，综合对比其他流量，然后做出决策。下面的图示很好的说明了这一点。</p>
<p><img style="display: inline; border-width: 0px;" title="Web流量分析流程" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb.png" border="0" alt="Web流量分析流程" width="333" height="149" /></p>
<p>目前市面上已经有很多Web流量分析工具了，他们之间除了收集数据的完整程度不同之外，最大的区别就在于能不能帮助你快速筛选出你想看的数据。<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics是流量统计工具中功能非常强大的一款，而且还是免费的。它提供了很多数据筛选和分析手段，高效使用这些手段，能够帮你将流量数据的利用率最大化。</p>
<h2><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics中的六大数据分析手段</h2>
<h3>内置报表</h3>
<p>Web流量分析通常需要回答以下4个基本问题：</p>
<ul>
<li>访客特征——谁访问了你的网站</li>
<li>访客来源——他们从哪里来到你的网站</li>
<li>访客行为——他们到达你的网站之后都做了什么</li>
<li>访客质量——他们是否完成了你预期的目标（KPI转化）</li>
</ul>
<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics中预置了很多常用的报表，涵盖了上述4个基本问题，可以满足大部分人的常规需求。</p>
<p><img style="display: inline; border-width: 0px;" title="Google Analytics内置报表" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb1.png" border="0" alt="Google Analytics内置报表" width="198" height="189" /></p>
<p>访问者类型的报表可以告诉你的，你的用户都喜欢使用什么样的浏览器访问你的网站，你的用户都是哪些国家省市的，新老用户各占多少比例，他们访问有多频繁，等等。</p>
<p>流量来源类型的报表可以告诉你，你的用户群中直接键入网址（或者通过收藏夹）、通过推介网站还有搜索引擎来的各占多少比重，付费和免费的流量各是多少，用户搜索什么词来到你的网站的，等等。</p>
<p>内容类型的报表则告诉你，你的用户来到你网站之后都喜欢看哪些页面，他们喜欢点页面上的哪些链接，他们在你网站上搜索什么（如果你的网站有站内搜索的话），他们还做什么其他什么操作（事件跟踪），等等。</p>
<p>目标类型的报表则告诉你，用户最终有没有达到你的期望行为，例如停留时间超过10分钟，成功注册了会员身份，在你网站上购买了商品，等等。</p>
<p>如果你的网站是电子商务类的网站，那么还有专门针对商品信息的报表。</p>
<p><img style="display: inline; border-width: 0px;" title="热门页面" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb2.png" border="0" alt="热门页面" width="304" height="209" /></p>
<p>熟悉内置的各类报表的意义，能够使你快速了解你的用户群。</p>
<h3>自定义报表</h3>
<p>内置报表有时候和我们最终想要的报表有些偏差，例如少了某个我特别关心的指标，或者剖析路径不是我期望的，这个时候，自定义报告就很有用了。</p>
<p><img style="display: inline; border-width: 0px;" title="自定义报表" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb3.png" border="0" alt="自定义报表" width="229" height="181" /></p>
<p>自定义报表能够让你选择你关注的指标以及想分析的维度，这样你就不用受限于内置报表了。</p>
<p>不过，GA中维度和指标之间是有一定的约束关系的，也就是说，你并不是真的可以选择任意维度和指标的组合来生成最终报表。例如当我们选择了指标“唯一身份综合访问量”的时候，我们就不能再选择“跳出率”指标了，选择“网页”维度就无法选择“广告内容”、“安插广告”等维度了。这个可能是和GA后台架构的设计有关。</p>
<p><img style="display: inline; border-width: 0px;" title="自定义报告指标选择限制" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb4.png" border="0" alt="自定义报告指标选择限制" width="244" height="150" /> <img style="display: inline; border-width: 0px;" title="自定义报告维度选择限制" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb5.png" border="0" alt="自定义报告维度选择限制" width="300" height="60" /></p>
<h3>快速过滤器</h3>
<p>当我们看报表的时候，有些维度可能下面成员（指标、维度、成员，这些都是商业智能方面的专业术语，你可以把成员理解为一个一个的条目即可）数目非常多，例如看“热门内容”报表的时候，会列出非常多的网页。例如像我这么小的博客，用户访问过的独立页面就有590个.</p>
<p><img style="display: inline; border-width: 0px;" title="页面数目" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb6.png" border="0" alt="页面数目" width="244" height="49" /></p>
<p>如果需要快速从这590个网页中定位到自己想看的内容，那么我们可以应用每个报表底部的快速过滤器。</p>
<p><img style="display: inline; border-width: 0px;" title="快速过滤器" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb7.png" border="0" alt="快速过滤器" width="244" height="226" /></p>
<p>我们可以输入过滤的字符串，“visual-studio”</p>
<p><img style="display: inline; border-width: 0px;" title="快速过滤报表结果" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb8.png" border="0" alt="快速过滤报表结果" width="244" height="176" /></p>
<p>需要注意的是，<strong><span style="color: #008000;">这里快速过滤器要求输入一个正则表达式</span></strong>。大多数人可能不知道这一点。特别是当你尝试过滤Url的时候，你很可能会输入带问号的过滤字符串，例如“search?q=cache”，你期望过滤出<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>缓存页面的Url，结果出现：</p>
<p><img style="display: inline; border-width: 0px;" title="过滤之后无数据" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb9.png" border="0" alt="过滤之后无数据" width="244" height="65" /></p>
<p>这是因为？号是正则表达式中的特殊符号，不能直接这样使用。</p>
<p>当你输入一个非法的正则表达式的时候，GA会提示你</p>
<p><img style="display: inline; border-width: 0px;" title="过滤文字不是有效正则表达式" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb10.png" border="0" alt="过滤文字不是有效正则表达式" width="244" height="22" /></p>
<p>可能这个时候你才会意识到这里支持的是正则表达式，而不能输入普通的文本。</p>
<p>之前一个同事要我给他定制一份每日热门内容报表，但他要求只看某些特定页面的数据。例如：</p>
<ul>
<li>/products.asp?columnid=253</li>
<li>/products.asp?columnid=254</li>
<li>/products.asp?columnid=255</li>
<li>/products.asp?columnid=258</li>
<li>/products.asp?columnid=1053</li>
<li>/templates/products.asp</li>
</ul>
<p>列表太长了，我就不全部列出来，要在热门内容报表中过滤出一批特定页面的数据来，最简单的做法，就是通过这里的快速过滤器，写一个正则表达式涵盖上述这些特定页面。</p>
<p>(/products.asp?columnid=(253|254|255|258|1053))|(/templates/products.asp)</p>
<h3>高级过滤器</h3>
<p>在报表底部的快速过滤器一栏，我们还可以看到有个“高级过滤器”的按钮，这是GA在09年加入的新功能。点开“高级过滤器”，你可以看到以下编辑界面：</p>
<p><img style="display: inline; border-width: 0px;" title="高级过滤器" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb11.png" border="0" alt="高级过滤器" width="295" height="198" /></p>
<p>高级过滤器有什么高级之处呢？在这里，你除了可以对维度成员进行过滤（就像上一节讲到的快速过滤器一样）之外，你还可以<strong><span style="color: #008000;">根据当前报表中的指标进行条件筛选</span></strong>。例如，你想看包含“正则”字符串、并且跳出率小于30%的所有用户搜索关键词，那么你可以按照上图中的设置去过滤。</p>
<h3>高级群体</h3>
<p>上述的快速过滤器和高级过滤器只能应用在当前报表中，也就是说当你切换到另外一张报表的时候，过滤器就失效了，如果你需要在各个报表中共享此过滤条件的话，那么你可以使用“高级群体”特性。</p>
<p>高级群体的界面和上面一节中说的高级过滤器类似。你可以选择维度作为过滤条件，也可以选择指标作为过滤条件。</p>
<p><img style="display: inline; border-width: 0px;" title="高级群体" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb12.png" border="0" alt="高级群体" width="364" height="264" /></p>
<p>只不过在这里，你可以使用的条件更多，不用受限于你所看的报表。上一节中讲到的快速高级过滤器中，你只能针对当前报表中用到的维度和指标进行过滤，并且过滤条件之间都是And的关系，无法指定更灵活的逻辑关系。在高级群体设置中，你可以使用or和and来构造你想要的逻辑表达式。</p>
<p>但是高级群体和上述过滤器在过滤数据的方式上还有一个非常大的区别，如果你不理解这个区别的话，那么你很容易对过滤之后得到的报表产生迷惑。</p>
<p><strong><span style="color: #008000;">在上面的快速高级过滤器中，我们的过滤条件都是针对每个维度成员</span></strong>，例如浏览器维度的firefox、ie6、ie8等成员，这里过滤的手段是，遍历每一个维度成员，然后判断每个维度成员的名称是否符合用户设置的维度条件，例如关键词维度成员中含有“silverlight”字符串的；或者，判断每个维度成员的某个指标是否符合用户设置的指标条件，例如关键词维度成员中跳出率小于50%，停留时间&gt;10秒的，等等。</p>
<p><strong><span style="color: #008000;">而在高级群体中，我们的过滤条件都是针对每个会话的</span></strong>。页面访问（PageView），会话（Session）和访客（Visitor）是Web分析的三大核心概念。这里不做特殊解释，如果有不清楚的，可以参考GA帮助文档。高级群体过滤的手段是，遍历所有的会话，然后判断会话的特定维度是否符合用户设置的维度条件，或者，判断单个会话的指标是否符合用户设置的指标条件。</p>
<p>例如找出所有浏览器名称包含“ie”字符串的会话，或者停留时间&gt;10秒的会话，等等。一定要注意，这里针对的是会话。当你使用此高级群体看报表的时候，实际上会先选出符合条件的所有会话，然后在这些会话的基础上进行报表的汇总。下图展示了高级过滤器（快速过滤器也是类似的）和高级群体在过滤上的不同。</p>
<p><img style="display: inline; border-width: 0px;" title="高级过滤器" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb13.png" border="0" alt="高级过滤器" width="517" height="119" /></p>
<p><img style="display: inline; border-width: 0px;" title="高级群体" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb14.png" border="0" alt="高级群体" width="518" height="144" /></p>
<h3>配置文件数据过滤器</h3>
<p>上述说到的几种数据过滤方式都是针对报表的，你所做的任何过滤手段都不会影响底层的数据。而在配置文件级别上设置的过滤器，是会真正影响底层数据。<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>在将数据导入到数据仓库之前会先应用这里设置的各种过滤器。过滤器主要有两个作用：</p>
<p>1. 决定数据的取舍</p>
<p>2. 修改数据</p>
<p>数据取舍指的是根据用户设定的一系列条件来决定数据是否展示给最终用户。你可以使用GA预定义的常用过滤器，例如排除来自某个特定IP的流量，仅包含某个特定域的流量，等等。你可以用它来过滤掉垃圾流量。</p>
<p><img style="display: inline; border-width: 0px;" title="预定义的过滤器" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb15.png" border="0" alt="预定义的过滤器" width="244" height="116" /></p>
<p>如果预定义的过滤器不能满足你的需求，那么你可以使用自定义过滤器。</p>
<p><img style="display: inline; border-width: 0px;" title="自定义过滤器" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb16.png" border="0" alt="自定义过滤器" width="244" height="232" /></p>
<p>在这里，<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>直接把底层各种数据字段暴露出来，你可以选择任意一个字段，例如用户请求的Url，然后写一个正则表达式进行模式匹配。满足要求的，你可以选择保留下来或者排除在外。</p>
<p>GA不但允许你筛选数据，还允许你修改或者合并数据。例如请求Url中可能包含了一些GA无法识别的广告跟踪参数，这样看热门内容报表的时候，同一个页面就会显示为多个Url，这不是我们期望看到的。那么我们可以使用上图中自定义过滤器的“搜索和替换”选项。选择“请求URI”，然后写正则表达式将此跟踪参数替换成空字符串即可。</p>
<p>又或者，我们可能希望取几个不同字段中的部分内容，然后将其拼接成一个新的字段。那么你可以使用上图中自定义过滤器的“高级”选项。</p>
<p><img style="display: inline; border-width: 0px;" title="自定义过滤器高级选项" src="http://www.imkevinyang.com/wp-content/uploads/2010/01/image_thumb17.png" border="0" alt="自定义过滤器高级选项" width="244" height="214" /></p>
<p>在上图中，我将访客的操作系统和浏览器合并到“浏览器”字段中，这样，以后我看“浏览器”报表的时候，就不是看到ie6，ie7这样的数据了，而是看到"Windows xp : ie6”,"linux:firefox”这样的数据。</p>
<p>注意，在配置文件上设置的过滤器，只会影响新数据，旧数据不会受此影响。</p>
<p>在配置文件上新建的过滤器非常适用于创建数据的不同视图。例如，我有三个域名（同一个根域），上面埋的GA代码都是一样的，但是不同域可能由不同的同事来负责，因此你可以新建三个一样的配置文件（创建的时候，选择从已有的域中创建，这样新的配置文件就和旧的配置文件使用同一份跟踪代码），然后应用不同的过滤器，这样看到的数据就不一样了。</p>
<p>OK，<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的几大特色数据过滤功能都已经介绍完毕，希望对那些还不熟悉<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics的人能有所启发。如果你使用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics有什么其他心得，也欢迎大家一块交流~</p>
<p>——<a href="http://www.imkevinyang.com/"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/google-analytics" title="Google Analytics" rel="tag">Google Analytics</a>, <a href="http://www.imkevinyang.com/categories/techarticles/webanalytics" title="WebAnalytics" rel="tag">WebAnalytics</a>, <a href="http://www.imkevinyang.com/tags/web%e5%88%86%e6%9e%90" title="Web分析" rel="tag">Web分析</a>, <a href="http://www.imkevinyang.com/tags/%e6%8a%a5%e8%a1%a8" title="报表" rel="tag">报表</a>, <a href="http://www.imkevinyang.com/tags/%e6%95%b0%e6%8d%ae%e7%ad%9b%e9%80%89" title="数据筛选" rel="tag">数据筛选</a>, <a href="http://www.imkevinyang.com/tags/%e6%b5%81%e9%87%8f%e5%88%86%e6%9e%90" title="流量分析" rel="tag">流量分析</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/01/document-referrer%e4%b8%a2%e5%a4%b1%e7%9a%84%e5%87%a0%e4%b8%aa%e5%8e%9f%e5%9b%a0.html" title="Document.Referrer丢失的几个原因 (2010/01/18)">Document.Referrer丢失的几个原因</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/01/google-analytics%e4%b8%ad%e7%9a%84page%e7%bb%b4%e5%ba%a6.html" title="Google Analytics中的Page维度 (2010/01/04)">Google Analytics中的Page维度</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2010/01/%e9%ab%98%e6%95%88%e4%bd%bf%e7%94%a8google-analytics%e8%bf%9b%e8%a1%8cweb%e6%b5%81%e9%87%8f%e5%88%86%e6%9e%90.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Analytics中的UniquePageView和Visits的区别</title>
		<link>http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html</link>
		<comments>http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 06:23:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[WebAnalytics]]></category>
		<category><![CDATA[GA]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GoogleAnalytics]]></category>
		<category><![CDATA[pageview]]></category>
		<category><![CDATA[UniquePageview]]></category>
		<category><![CDATA[visit]]></category>
		<category><![CDATA[概念]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html</guid>
		<description><![CDATA[<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics中对UniquePageView是这样解释的：</p>
<blockquote><p>A unique view, as seen in the <em>Top Content</em> report, aggregates pageviews that are generated by the same user during the same session. A un&#8230;</p></blockquote>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics中对UniquePageView是这样解释的：</p>
<blockquote><p>A unique view, as seen in the <em>Top Content</em> report, aggregates pageviews that are generated by the same user during the same session. A unique view represents the number of sessions during which that page was viewed one or more times.</p>
</blockquote>
<p>简单的说，一个页面的UniquePageView（唯一页面访问量）就等于访问过此页面的会话数的总和。假设某个网站有两个页面A和B，访问记录如下：</p>
<ul>
<li>2009-12-06 12:00 页面A&#160;&#160;&#160; 用户甲&#160;&#160;&#160; 会话1 </li>
<li>2009-12-06 12:10 页面B&#160;&#160;&#160; 用户甲&#160;&#160;&#160; 会话1 </li>
<li>2009-12-06 12:20 页面A&#160;&#160;&#160; 用户乙&#160;&#160;&#160; 会话2 </li>
<li>2009-12-06 12:30 页面A&#160;&#160;&#160; 用户丙&#160;&#160;&#160; 会话3 </li>
<li>2009-12-07 12:00 页面B&#160;&#160;&#160; 用户甲&#160;&#160;&#160; 会话4 </li>
</ul>
<p>对于页面A来说，和它相关的会话总共有3个，因此uniquepageview为3，页面B相关的会话有两个，因此UniquePageView为2。那么所有汇总得到的UniquePageView等于多少呢？是3+2=5呢，还是4？</p>
<p>这里面的核心问题就是，<strong><font color="#008000">同个会话访问了不同页面，<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics是计算两次还是只计算一次</font></strong>。</p>
<h2>实验出真知</h2>
<h3>实验步骤</h3>
<p>为了做这个实验，我在自己的网站上放了三个很特殊的静态页面，并加上了ga的代码，这样可以排除其他不必要的干扰。</p>
<ul>
<li>gatestpage_a.html </li>
<li>gatestpage_b.html </li>
<li>gatestpage_c.html </li>
</ul>
<p>实验的几点说明：</p>
<ul>
<li>为了模拟不同用户访问我的网站，我会清除掉所有的Cookie </li>
<li>为了模拟同个用户的不同会话，我会重启浏览器 </li>
<li>为了保证数据能够成功发送到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>服务器，我使用HTTP Watch来监视所有发送的数据 </li>
</ul>
<p>测试访问记录（测试时间2009-12-06 21:40）：</p>
<ul>
<li>用户A&#160; 会话1&#160; <font color="#ff0000">gatestpage_a.html</font>&#160; </li>
<li>用户A&#160; 会话1&#160; <font color="#008000">gatestpage_b.html</font>&#160; </li>
<li>用户A&#160; 会话1&#160; <font color="#008000">gatestpage_b.html</font> </li>
<li>用户A&#160; 会话1&#160; <font color="#0000ff">gatestpage_c.html</font>&#160; </li>
<li>用户A&#160; 会话2&#160; <font color="#ff0000">gatestpage_a.html</font>&#160; </li>
<li>用户A&#160; 会话2&#160; <font color="#0000ff">gatestpage_c.html</font>&#160; </li>
<li>用户B&#160; 会话3&#160; <font color="#ff0000">gatestpage_a.html</font> </li>
<li>用户B&#160; 会话3&#160; <font color="#ff0000">gatestpage_a.html</font>&#160;&#160; </li>
<li>用户C&#160; 会话4&#160; <font color="#ff0000">gatestpage_a.html</font>&#160; </li>
<li>用户C&#160; 会话4&#160; <font color="#008000">gatestpage_b.html</font> </li>
<li>用户C&#160; 会话5&#160; <font color="#0000ff">gatestpage_c.html</font> </li>
</ul>
<p>OK，按照上面的访问记录，我们期望的报表应该是：</p>
<table border="1" cellspacing="0" cellpadding="2" width="550">
<thead>
<tr>
<td valign="top" width="100">&#160;</td>
<td valign="top" width="78">pageview</td>
<td valign="top" width="144">unique pageview</td>
<td valign="top" width="78">session/visits</td>
<td valign="top" width="100">visitors</td>
</tr>
</thead>
<tbody>
<tr>
<td valign="top" width="100">gatestpage_a.html</td>
<td valign="top" width="78">5</td>
<td valign="top" width="144">4</td>
<td valign="top" width="78">4</td>
<td valign="top" width="100">3</td>
</tr>
<tr>
<td valign="top" width="100">gatestpage_b.html</td>
<td valign="top" width="78">3</td>
<td valign="top" width="144">2</td>
<td valign="top" width="78">2</td>
<td valign="top" width="100">2</td>
</tr>
<tr>
<td valign="top" width="100">gatestpage_c.html</td>
<td valign="top" width="78">3</td>
<td valign="top" width="144">3</td>
<td valign="top" width="78">3</td>
<td valign="top" width="100">2</td>
</tr>
<tr>
<td valign="top" width="100">汇总</td>
<td valign="top" width="78">11</td>
<td valign="top" width="144"><font color="#ff0000">????</font></td>
<td valign="top" width="78">5</td>
<td valign="top" width="100">3</td>
</tr>
</tbody>
</table>
<p>暂时我们不确定的就是汇总之后的UniquePageView了。</p>
<h3>测试结果</h3>
<p>在<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics后台，我创建了两张自定义报表，分别用于查看PageView相关的指标和Session相关的指标（<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics不支持在一张报表中同时查看这两类指标）。</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb13.png" width="425" height="141" /> </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb14.png" width="423" height="141" /> </p>
<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>它不支持查看单个页面的Visits指标，上图中我们尝试<strong><font color="#008000">从Page维度去看访问量，实际上是看的着陆页面的维度，也就是此页面作为着陆页面的会话数</font></strong>。</p>
<p>我们将得到的报表整合到一块来看</p>
<table border="1" cellspacing="0" cellpadding="2" width="550">
<thead>
<tr>
<td valign="top" width="100">&#160;</td>
<td valign="top" width="78">pageview</td>
<td valign="top" width="184">unique pageview</td>
<td valign="top" width="38">session/visits</td>
<td valign="top" width="100">visitors</td>
</tr>
</thead>
<tbody>
<tr>
<td valign="top" width="100">gatestpage_a.html</td>
<td valign="top" width="78">5</td>
<td valign="top" width="184">4</td>
<td valign="top" width="38">4</td>
<td valign="top" width="100"><font color="#ff0000">X</font></td>
</tr>
<tr>
<td valign="top" width="100">gatestpage_b.html</td>
<td valign="top" width="78">3</td>
<td valign="top" width="184">2</td>
<td valign="top" width="38">0</td>
<td valign="top" width="100"><font color="#ff0000">X</font></td>
</tr>
<tr>
<td valign="top" width="100">gatestpage_c.html</td>
<td valign="top" width="78">3</td>
<td valign="top" width="184">3</td>
<td valign="top" width="38">1</td>
<td valign="top" width="100"><font color="#ff0000">X</font></td>
</tr>
<tr>
<td valign="top" width="100">汇总</td>
<td valign="top" width="78">11</td>
<td valign="top" width="184"><font color="#ff0000">9</font></td>
<td valign="top" width="38">5</td>
<td valign="top" width="100"><font color="#ff0000">X</font></td>
</tr>
</tbody>
</table>
<p>从上面的报表我们可以看出，<strong><font color="#008000">UniquePageView的汇总方式是把每个页面的uniquepageview叠加到一块得到的</font></strong>。</p>
<p>我又查看了手头一些账号的数据，确认了这个结论。不过我之前也做过查看过相应的数据，不过当时的结论和现在的不同。当时的结论是，UniquePageView的汇总至并不总是等于每个page的UniquePageView相加之和，也不等于所有访问量（Vistis），当时觉得非常迷惑。感觉可能GA的UniquePageView本来就是这么设计的，但是当时有Bug，导致查看的时候出现数据不一致的现象。</p>
<p align="right">——<a href="http://www.imkevinyang.com/"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/ga" title="GA" rel="tag">GA</a>, <a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/googleanalytics" title="GoogleAnalytics" rel="tag">GoogleAnalytics</a>, <a href="http://www.imkevinyang.com/tags/pageview" title="pageview" rel="tag">pageview</a>, <a href="http://www.imkevinyang.com/tags/uniquepageview" title="UniquePageview" rel="tag">UniquePageview</a>, <a href="http://www.imkevinyang.com/tags/visit" title="visit" rel="tag">visit</a>, <a href="http://www.imkevinyang.com/categories/techarticles/webanalytics" title="WebAnalytics" rel="tag">WebAnalytics</a>, <a href="http://www.imkevinyang.com/tags/%e6%a6%82%e5%bf%b5" title="概念" rel="tag">概念</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/php%e5%a4%84%e7%90%86bom%e6%a0%87%e8%ae%b0%e7%9a%84utf-8%e6%96%87%e4%bb%b6%e5%af%bc%e8%87%b4%e7%9a%84%e9%97%ae%e9%a2%98.html" title="PHP处理BOM标记的UTF-8文件导致的问题 (2009/05/05)">PHP处理BOM标记的UTF-8文件导致的问题</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html" title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计 (2010/02/15)">使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>在WordPress中轻松集成Google自定义搜索引擎</title>
		<link>http://www.imkevinyang.com/2009/12/%e5%9c%a8wordpress%e4%b8%ad%e8%bd%bb%e6%9d%be%e9%9b%86%e6%88%90google%e8%87%aa%e5%ae%9a%e4%b9%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e.html</link>
		<comments>http://www.imkevinyang.com/2009/12/%e5%9c%a8wordpress%e4%b8%ad%e8%bd%bb%e6%9d%be%e9%9b%86%e6%88%90google%e8%87%aa%e5%ae%9a%e4%b9%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 06:22:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[工具技巧]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[博客搜索]]></category>
		<category><![CDATA[搜索引擎]]></category>
		<category><![CDATA[站内搜索]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2009/12/%e5%9c%a8wordpress%e4%b8%ad%e8%bd%bb%e6%9d%be%e9%9b%86%e6%88%90google%e8%87%aa%e5%ae%9a%e4%b9%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e.html</guid>
		<description><![CDATA[<p>虽然Wordpress自带有一个站内搜索引擎，但是性能比较低下，而且还会占用服务器资源。所以还不如利用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>提供的自定义搜索引擎，将其集成到我们的博客中来。</p>
<p>之前我博客上面已经使用了<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的自定义搜索引擎，但是当用户搜索的时候，是跳到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com的域名上面去，而不是在我自己的域上。&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>虽然Wordpress自带有一个站内搜索引擎，但是性能比较低下，而且还会占用服务器资源。所以还不如利用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>提供的自定义搜索引擎，将其集成到我们的博客中来。</p>
<p>之前我博客上面已经使用了<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的自定义搜索引擎，但是当用户搜索的时候，是跳到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com的域名上面去，而不是在我自己的域上。我希望能够将搜索结果放在我自己设计的页面上，这样的好处是风格统一，在一定程度上也降低了用户流失率。下面讲一下如何在wordpress中集成<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>自定义搜索引擎。</p>
<h2>第一步：注册<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>自定义搜索引擎</h2>
<p>首先，我们需要到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>上面去注册一个自己的搜索引擎。访问<a title="http://www.google.com/cse/" href="http://www.google.com/cse/">http://www.google.com/cse/</a>，用你的<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>账户登录之后，创建新的搜索引擎。</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb5.png" border="0" alt="image" width="319" height="49" /></p>
<blockquote><p>这里需要注意，最好在英文版下操作。因为使用英文版可以提前体验一些新功能，例如一会要用到的样式设计。</p></blockquote>
<p>在Sites（网站）中加上自己的博客链接，这样搜索结果就限定在你设置的网站内了。注意通配符的使用。</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb6.png" border="0" alt="image" width="244" height="104" /></p>
<p>接着点击control panel（控制面板）=&gt;get code（获取代码），这时会进入生成代码的页面。</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb7.png" border="0" alt="image" width="394" height="258" /></p>
<p>以往<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>自定义搜索的结果只能放在<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>自己的域上（以弹出窗口或者iframe的形式展示），现在新增了一个自定义搜索元素的选项，通过这个选项，我们可以使用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> ajax search的API，直接在我们自己的页面上指定的div上输出搜索结果了。</p>
<p>点击页面上的look and feel我们还可以配置搜索结果的样式。<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>预置了几套挺不错的样式供你选择。</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb8.png" border="0" alt="image" width="290" height="220" /></p>
<p>这里我选择的是greensky的样式。</p>
<p>拷贝上面自动生成的javascript代码，一会要用到。</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">div</span> <span class="attr">id</span><span class="kwrd">="cse"</span> <span class="attr">style</span><span class="kwrd">="width: 100%;"</span><span class="kwrd">&gt;</span>Loading<span class="kwrd">&lt;/</span><span class="html">div</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/jsapi"</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>
&lt;script type=<span class="str">"text/javascript"</span>&gt;
  <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.load(<span class="str">'search'</span>, <span class="str">'1'</span>, {language : <span class="str">'zh-CN'</span>});
  <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.setOnLoadCallback(<span class="kwrd">function</span>(){
    <span class="kwrd">var</span> customSearchControl = <span class="kwrd">new</span> <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.search.CustomSearchControl(<span class="str">'009527755525159401988:63iuuetccag'</span>);
    customSearchControl.setResultSetSize(<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw(<span class="str">'cse'</span>);
  }, <span class="kwrd">true</span>);
<span class="kwrd">&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">link</span> <span class="attr">rel</span><span class="kwrd">="stylesheet"</span> <span class="attr">href</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/cse/style/look/greensky.css"</span> <span class="attr">type</span><span class="kwrd">="text/css"</span> <span class="kwrd">/&gt;</span></pre>
<h2>第二步：创建搜索结果页</h2>
<p>为了让搜索结果在博客内显示，我们需要在wordpress中创建一个新的页面，作为搜索结果展示的页面。定位到wordpress主题文件夹下，然后新建一个叫做cse.php（文件名无所谓）的模板文件，内容如下所示，注意到，中间的一段代码就是在第一步中<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>自定义搜索引擎后台获取到的代码。</p>
<pre class="csharpcode"><span class="kwrd">&lt;?</span><span class="html">php</span>
/*
<span class="attr">Template</span> <span class="attr">Name:</span> <span class="attr">cse</span>
*/
?<span class="kwrd">&gt;</span>
<span class="kwrd">&lt;?</span><span class="html">php</span> <span class="attr">get_header</span>(); ?<span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">div</span> <span class="attr">id</span><span class="kwrd">="cse"</span> <span class="attr">style</span><span class="kwrd">="width: 100%;"</span><span class="kwrd">&gt;</span>Loading<span class="kwrd">&lt;/</span><span class="html">div</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/jsapi"</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>
&lt;script type=<span class="str">"text/javascript"</span>&gt;
  <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.load(<span class="str">'search'</span>, <span class="str">'1'</span>, {language : <span class="str">'zh-CN'</span>});
  <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.setOnLoadCallback(<span class="kwrd">function</span>(){
    <span class="kwrd">var</span> customSearchControl = <span class="kwrd">new</span> <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.search.CustomSearchControl(<span class="str">'009527755525159401988:63iuuetccag'</span>);
    customSearchControl.setResultSetSize(<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.search.Search.FILTERED_CSE_RESULTSET);
    customSearchControl.draw(<span class="str">'cse'</span>);
  }, <span class="kwrd">true</span>);
<span class="kwrd">&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">link</span> <span class="attr">rel</span><span class="kwrd">="stylesheet"</span> <span class="attr">href</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/cse/style/look/greensky.css"</span> <span class="attr">type</span><span class="kwrd">="text/css"</span> <span class="kwrd">/&gt;</span>
<span class="kwrd">&lt;?</span><span class="html">php</span> <span class="attr">get_footer</span>(); ?<span class="kwrd">&gt;</span></pre>
<p>注意，<strong><span style="color: #008000;">上面代码中的Template Name后面填的名称，将会显示在wordpress后台文章/页面编辑器的模板选择框中</span></strong>。</p>
<p>将此模板文件通过FTP上传到服务器上相应的主题文件夹下，然后我们登录wordpress后台，创建一个新的页面，名字为sitesearch:</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb9.png" border="0" alt="image" width="157" height="109" /></p>
<p>然后在右侧选择应用刚刚创建的cse模板：</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb10.png" border="0" alt="image" width="244" height="124" /></p>
<p>OK，现在当我们访问http: //www.imkevinyang.com/sitesearch网址的时候，就可以看到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的搜索框了。由于默认没有填入任何搜索关键词，所以我们暂时看不到任何搜索结果。</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb11.png" border="0" alt="image" width="342" height="83" /></p>
<h2>第三步：修改站内搜索提交表单</h2>
<p>上面我们已经创建了一个搜索结果页了，但现在这个页面是一个孤立页面，没有和其他页面关联起来。接下来我们要做的事情，就是<strong><span style="color: #008000;">当用户点击你网站上任意页面的站内搜索按钮的时候，将用户引导到你刚刚创建的搜索结果页上</span></strong>。</p>
<p>在你的主题文件夹中找到相应的模板页，在模板页中找到站内搜索相关的代码，例如我使用的inove主题，站内搜索相关的代码是放在templates/header.php文件中，代码如下：</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">div</span> <span class="attr">class</span><span class="kwrd">="searchbox"</span> <span class="attr">style</span><span class="kwrd">="padding-top:5px;"</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">form</span> <span class="attr">method</span><span class="kwrd">="get"</span> <span class="attr">action</span><span class="kwrd">="/"</span><span class="kwrd">&gt;</span>
  <span class="kwrd">&lt;</span><span class="html">input</span> <span class="attr">type</span><span class="kwrd">="text"</span> <span class="attr">size</span><span class="kwrd">="24"</span> <span class="attr">name</span><span class="kwrd">="q"</span> <span class="attr">value</span><span class="kwrd">="搜索文章...."</span> <span class="attr">class</span><span class="kwrd">="textfield"</span> <span class="attr">style</span><span class="kwrd">="float:left"</span> <span class="attr">onblur</span><span class="kwrd">="if (this.value == '') {this.value = '搜索文章....';}"</span> <span class="attr">onfocus</span><span class="kwrd">="if (this.value != '') {this.value = '';}"</span><span class="kwrd">/&gt;</span>
  <span class="kwrd">&lt;</span><span class="html">input</span> <span class="attr">type</span><span class="kwrd">="hidden"</span> <span class="attr">value</span><span class="kwrd">="UTF-8"</span> <span class="attr">name</span><span class="kwrd">="ie"</span><span class="kwrd">/&gt;</span>
  <span class="kwrd">&lt;</span><span class="html">input</span> <span class="attr">class</span><span class="kwrd">="submitSearch"</span> <span class="attr">type</span><span class="kwrd">="submit"</span> <span class="attr">value</span><span class="kwrd">="Search"</span><span class="kwrd">&gt;&lt;/</span><span class="html">input</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;/</span><span class="html">form</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;/</span><span class="html">div</span><span class="kwrd">&gt;</span></pre>
<p>不同主题的站内搜索代码可能很不一样，放置的位置也不一样，大家可以尝试在整个主题文件夹中搜索包含“searchbox”关键字的文件。</p>
<p>内置的搜索引擎当用户点击搜索按钮之后会跳转到“http: //www.imkevinyang.com/?q=关键词”这样的地址，现在我们想让搜索结果跳到sitesearch页面，也就是刚才创建的页面，因此我们将上面代码中的form表单的action属性值改成“sitesearch”，这样，当我们提交表单的时候，跳转到的Url就形如：/sitesearch?q=XXX&amp;ie=utf-8了。</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">form</span> <span class="attr">method</span><span class="kwrd">="get"</span> <span class="attr">action</span><span class="kwrd">="/sitesearch"</span><span class="kwrd">&gt;</span></pre>
<h2>第四步：初始化搜索关键字</h2>
<p>好，现在当我们点击站内搜索按钮的时候，会跳到我们创建的页面/sitesearch上，并在Url参数中附带用户搜索的关键字。但是你会发现，搜索页面还是一片空白，没有展示任何搜索结果。这是因为<strong><span style="color: #008000;"><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>并不能自动识别Url参数中的搜索关键字。因此我们要做的事情就是，先从Url中提取用户搜索的关键词，然后调用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> API使用此关键词进行搜索。</span></strong></p>
<p>打开之前创建的cse.php模板，代码修改如下：</p>
<pre class="csharpcode"><span class="kwrd">&lt;?</span><span class="html">php</span>
/*
<span class="attr">Template</span> <span class="attr">Name:</span> <span class="attr">cse</span>
*/
?<span class="kwrd">&gt;</span>
<span class="kwrd">&lt;?</span><span class="html">php</span> <span class="attr">get_header</span>(); ?<span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">div</span> <span class="attr">id</span><span class="kwrd">="cse"</span> <span class="attr">style</span><span class="kwrd">="width: 100%;"</span><span class="kwrd">&gt;</span>Loading<span class="kwrd">&lt;/</span><span class="html">div</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/jsapi"</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>
&lt;script type=<span class="str">"text/javascript"</span>&gt;
  <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.load(<span class="str">'search'</span>, <span class="str">'1'</span>, {language : <span class="str">'zh-CN'</span>});
  <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.setOnLoadCallback(<span class="kwrd">function</span>(){
        <span class="kwrd">var</span> customSearchControl = <span class="kwrd">new</span> <a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.search.CustomSearchControl(<span class="str">'009527755525159401988:63iuuetccag'</span>);
        customSearchControl.setResultSetSize(<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.search.Search.FILTERED_CSE_RESULTSET);
        customSearchControl.draw(<span class="str">'cse'</span>);
        <span class="kwrd">var</span> match = location.search.match(/q=([^&amp;]*)(&amp;|$)/);
        <span class="kwrd">if</span>(match &amp;&amp; match[1]){
            <span class="kwrd">var</span> search = decodeURIComponent(match[1]);            

            customSearchControl.execute(search);
        }
    });
<span class="kwrd">&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span>
<span class="kwrd">&lt;</span><span class="html">link</span> <span class="attr">rel</span><span class="kwrd">="stylesheet"</span> <span class="attr">href</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/cse/style/look/greensky.css"</span> <span class="attr">type</span><span class="kwrd">="text/css"</span> <span class="kwrd">/&gt;</span>
<span class="kwrd">&lt;?</span><span class="html">php</span> <span class="attr">get_footer</span>(); ?<span class="kwrd">&gt;</span></pre>
<p>在上面的代码中，我先使用正则表达式提取出来Url中的关键词，并使用UTF-8解码，然后让<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>执行搜索。实际使用中，你需要确认你网站上使用的Url搜索参数是不是q，如果不是，那么需要将上述的正则表达式中的q改成你自己定义的参数。</p>
<p>最终的效果:</p>
<p><img style="display: inline; border-width: 0px;" title="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb12.png" border="0" alt="image" width="349" height="182" /></p>
<h2>细微的调整</h2>
<h3>改用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>.CN防止站内搜索被重置</h3>
<p>由于众所周知的原因，我们使用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>.com搜索的时候经常会无厘头的被重置掉了，我们并不希望用户在我们网站上搜索文章的时候无缘无故被屏蔽掉了。所以为了保险起见，我们可以将第一步代码中引用的javascript文件地址修改成<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.cn，这样所有的搜索都会使用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.cn（部分功能如adsense还是会使用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com）。</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com/jsapi"</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span></pre>
<p>修改成：</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">src</span><span class="kwrd">="http://www.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.cn/jsapi"</span> <span class="attr">type</span><span class="kwrd">="text/javascript"</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span></pre>
<h3>让搜索结果只包含文章页</h3>
<p>大多数博客为了便于用户查阅文章，都会对文章进行聚类，例如按文章标签（也就是关键词）聚类，按文章类别聚类，按存档年份或者月份聚类，等等，这样就会出现大量冗余的内容，对搜索引擎来说，这样的聚类可以让博客看起来内容更丰富些，同时站内链接比较健康，SEO效果会相对好，但这样一来，用户就不容易在搜索结果中快速找到他想看的文章了，因此我们在设置搜索结果的时候，最好让结果只包含文章内容页即可。</p>
<p>要做到这一点，只需要在第一步中的“包含网站”中将原先的“*.imkevinyang.com/*”替换成“*.imkevinyang.com/*.html”即可。</p>
<h2>总结</h2>
<p>利用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>自定义搜索引擎还有很多其他的好处，例如可以和<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Analytics以及Adsense整合到一起，报表分析更加透彻。将搜索结果放置到自己博客内页，可以自己修改样式，以保持和主题风格的一致，同时也可以吸引用户留在你的博客上。</p>
<p>更加高级的用法，请参考<a title="Google代码指南" href="http://www.google.com/cse/docs/" target="_blank">Google代码指南</a>。</p>
<p>文章参考：<a href="http://www.whisperer.name/2009/09/improve-the-google-custom-search-results-of-inove/">http://www.whisperer.name/2009/09/improve-the-google-custom-search-results-of-inove/</a></p>
<p style="text-align: right;">——<a href="http://www.imkevinyang.com/"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/wordpress" title="WordPress" rel="tag">WordPress</a>, <a href="http://www.imkevinyang.com/tags/%e5%8d%9a%e5%ae%a2%e6%90%9c%e7%b4%a2" title="博客搜索" rel="tag">博客搜索</a>, <a href="http://www.imkevinyang.com/categories/techarticles/toolskills-techarticles" title="工具技巧" rel="tag">工具技巧</a>, <a href="http://www.imkevinyang.com/tags/%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e" title="搜索引擎" rel="tag">搜索引擎</a>, <a href="http://www.imkevinyang.com/tags/%e7%ab%99%e5%86%85%e6%90%9c%e7%b4%a2" title="站内搜索" rel="tag">站内搜索</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/05/2009%e5%b9%b4%e7%ac%ac%e4%b8%80%e5%ad%a3%e5%ba%a6%e4%b8%ad%e5%9b%bd%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e%e5%b8%82%e5%9c%ba%e8%90%a5%e6%94%b6%e4%bb%bd%e9%a2%9d.html" title="2009年第一季度中国搜索引擎市场营收份额 (2009/05/06)">2009年第一季度中国搜索引擎市场营收份额</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2009/12/%e5%9c%a8wordpress%e4%b8%ad%e8%bd%bb%e6%9d%be%e9%9b%86%e6%88%90google%e8%87%aa%e5%ae%9a%e4%b9%89%e6%90%9c%e7%b4%a2%e5%bc%95%e6%93%8e.html/feed</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>非常喜欢现在Google主页的设计</title>
		<link>http://www.imkevinyang.com/2009/12/%e9%9d%9e%e5%b8%b8%e5%96%9c%e6%ac%a2%e7%8e%b0%e5%9c%a8google%e4%b8%bb%e9%a1%b5%e7%9a%84%e8%ae%be%e8%ae%a1.html</link>
		<comments>http://www.imkevinyang.com/2009/12/%e9%9d%9e%e5%b8%b8%e5%96%9c%e6%ac%a2%e7%8e%b0%e5%9c%a8google%e4%b8%bb%e9%a1%b5%e7%9a%84%e8%ae%be%e8%ae%a1.html#comments</comments>
		<pubDate>Fri, 04 Dec 2009 06:19:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[生活网事]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[主页]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2009/12/%e9%9d%9e%e5%b8%b8%e5%96%9c%e6%ac%a2%e7%8e%b0%e5%9c%a8google%e4%b8%bb%e9%a1%b5%e7%9a%84%e8%ae%be%e8%ae%a1.html</guid>
		<description><![CDATA[<p>今天看到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>的首页发生了变化，很有意思。</p>
<p> </p>
<p>页面上只有4个元素，刚刚好，非常简洁。非常适合那些经常需要登录<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>首页搜索的人。但原先的博客搜索、图片搜索以及帐户登录入口到哪去了？我不小心碰了一下鼠标，发现原先的界面又浮出水面了。后来搜索了一下，原来这是<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的淡入界面的设计。对于<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Go&#8230;</a></p>]]></description>
			<content:encoded><![CDATA[<p>今天看到<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>的首页发生了变化，很有意思。</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb.png" width="321" height="203" /> </p>
<p>页面上只有4个元素，刚刚好，非常简洁。非常适合那些经常需要登录<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>首页搜索的人。但原先的博客搜索、图片搜索以及帐户登录入口到哪去了？我不小心碰了一下鼠标，发现原先的界面又浮出水面了。后来搜索了一下，原来这是<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的淡入界面的设计。对于<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>常客来说，键入<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>.com，然后直接输入关键词，得到结果就走了。对于那些原本打算点击其他区域的用户来说或者对互联网不熟的用户，他们本来就需要用到鼠标，当鼠标轻轻滑动就立即显示出原先的界面了，所以不会影响他们的操作。虽然相比原先来说没有太大的改变，但是我觉得至少对于那些经常搜索的人来说，新版的界面让人注意力更专注了。</p>
<p>现在我Firefox上还用着<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的UI Jazz界面，我觉得这个界面也是非常不错的。</p>
<p>体验方法，访问<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>.com，然后在地址栏输入</p>
<pre class="csharpcode">javascript:<span class="kwrd">void</span>(document.cookie=<span class="str">&quot;PREF=ID=20b6e4c2f44943bb:U=4bf292d46faad806:TM=1249677602:LM=1257919388:S=odm0Ys-53ZueXfZG;path=/; domain=.<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>.com&quot;</span>);</pre>
<p>刷新之后发现界面变成这样了：</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb1.png" width="376" height="215" /> </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/12/image_thumb2.png" width="382" height="262" /> </p>
<p>这个变化还是比较大的，一个是色彩上的选择，相比以前的更为鲜艳了，另外一个是把百宝箱挪到左侧了，把相关搜索挪到上面。我个人倒是挺喜欢这个设计的。现在firefox上一直用着这个界面风格。</p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/%e4%b8%bb%e9%a1%b5" title="主页" rel="tag">主页</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a>, <a href="http://www.imkevinyang.com/tags/%e8%ae%be%e8%ae%a1" title="设计" rel="tag">设计</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/04/analysis-services-2005-olap%e8%ae%be%e8%ae%a1%e6%9c%80%e4%bd%b3%e5%ae%9e%e8%b7%b5.html" title="Analysis Services 2005 OLAP设计最佳实践 (2009/04/02)">Analysis Services 2005 OLAP设计最佳实践</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/07/analysis-services-2005-olap%e8%ae%be%e8%ae%a1%e6%9c%80%e4%bd%b3%e5%ae%9e%e8%b7%b5-2.html" title="Analysis Services 2005 OLAP设计最佳实践白皮书（中文） (2009/07/24)">Analysis Services 2005 OLAP设计最佳实践白皮书（中文）</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2009/12/%e9%9d%9e%e5%b8%b8%e5%96%9c%e6%ac%a2%e7%8e%b0%e5%9c%a8google%e4%b8%bb%e9%a1%b5%e7%9a%84%e8%ae%be%e8%ae%a1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Wave为什么这么火</title>
		<link>http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html</link>
		<comments>http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html#comments</comments>
		<pubDate>Sat, 14 Nov 2009 06:10:00 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[其他随笔]]></category>
		<category><![CDATA[生活网事]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Wave]]></category>
		<category><![CDATA[会话]]></category>
		<category><![CDATA[富媒体]]></category>
		<category><![CDATA[用户体验]]></category>
		<category><![CDATA[电子邮件]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html</guid>
		<description><![CDATA[<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Wave是<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>目前力推的一个产品，老在很多地方看到有关Wave的介绍，无奈Wave采用的是和当年Gmail一样的邀请策略，除非有人邀请你，否则你通过注册申请的方式，需要等待很长一段时间才能生效。国庆的时候很幸运的我的申请很快就被批准了，还获得了20个邀请名额，开始投身Wave试用&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Wave是<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>目前力推的一个产品，老在很多地方看到有关Wave的介绍，无奈Wave采用的是和当年Gmail一样的邀请策略，除非有人邀请你，否则你通过注册申请的方式，需要等待很长一段时间才能生效。国庆的时候很幸运的我的申请很快就被批准了，还获得了20个邀请名额，开始投身Wave试用大军。</p>
<p>之前看<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> IO大会上对Wave铺天盖地的介绍，觉得<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>这次推的概念确实很不错。</p>
<blockquote><p>如果电子邮件不是在30年前发明的，而是今天发明的，那么它应该就是Wave现在这个样子。</p>
</blockquote>
<h2>传统电子邮件的局限</h2>
<p>当你使用电子邮件的时候，你每发送一封邮件，邮件在你这边存了一份，然后在别人那边也存了一份，邮件与邮件之间是非常独立的。如果你要知道别人回复邮件的上下文，你需要在收件箱里面查找以前的邮件，当然，现在几乎所有的邮件客户端都会在你回复的时候把收到的邮件拷贝一份附加到正文末尾，然后发给对方，这样别人就可以在一封邮件中找到上下文了，代价就是，邮件会越来越庞大。</p>
<p>当邮件交流比较少的时候，这不是什么大问题。但是当邮件比较多的时候，你就很容易迷失在收件箱或者杂乱的邮件内容中。后来Gmail创新性的推出了“邮件会话”的概念，它把同一个主题的邮件组合到了一起，这样当你隔了好几天收到别人邮件的时候，你就可以在同一个界面中看到邮件主题讨论的全部过程了。</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/11/image_thumb12.png" width="364" height="150" /> </p>
<p>但是假设后面有个人C加入了A和B这个会话主题，那么他就无法知道A和B之前讨论过什么样的内容，除非A或者B把之前的邮件内容都发送给C。这是非常麻烦的。</p>
<h2>画布式的交流取代扔球式的交流</h2>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.imkevinyang.com/wp-content/uploads/2009/11/image_thumb13.png" width="243" height="244" />&#160;<img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="image" border="0" alt="image" align="right" src="http://www.imkevinyang.com/wp-content/uploads/2009/11/image_thumb14.png" width="244" height="208" /> </p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>&#160;</p>
<p>本来想取个中规中矩的标题，但后来想还是上面这个标题形象点。</p>
<p>传统的电子邮件交流方式就好像两个人玩扔球一样，两个人把要说的话写到球上，然后扔给对方，对方只有等到你把球扔过来才能知道你要说什么，如果要附带一些其他的东西的话，还得绑到球上扔过去，一旦过重还没法扔呢（现在的邮件要带上个3M的附件就很难发送了）。</p>
<p>而Wave提倡的方式是画布式的交流方式，当你想讨论一个主题的时候，你就好比放一块画布在那，然后所有你希望加入这个主题的人都可以直接在上面“画”任何东西。这就意味着，如果有个人后来才加入你这个主题的，那么他依然可以看到整个主题的全貌。</p>
<p>但是这里有个问题，假设有几个人合作在画布上画了蒙娜丽莎，哇，令人叹为观止，虽然后面加入的人可以看到整幅蒙娜丽莎的画像，但是他无法知道别人都是怎么开始画的。</p>
<h2>会话回放</h2>
<p>Wave借用了视频回放的概念，引入了“主题回放”（Playback）的功能，你可以在上面重新回放别人整个交流过程，就好像看视频重播一样。你可以看到一开始XXX挖了个坑，然后YYY非常挑衅的发表了什么高论，然后被ZZZ等人狂批了一顿，后来YYY自觉羞辱，就把之前发表的高论删了。。。。所以尽管你是后来的，但是你依然不会落下会话的每个细节。</p>
<h2>Wave的画布可以“画”什么？</h2>
<p>Wave可以做什么？</p>
<p>你可以把他当作一个即时交流工具或者早期的聊天室。在上面搜索你感兴趣的话题，然后加入。你也可以把他当作论坛、BBS来用。你甚至可以把他当作一个协作平台，在上面进行多人创作。</p>
<p>Web2.0是一个富媒体的时代，传统电子邮件的方式一般只能做文本交流，高级一点你可以在上面加些图片。但Wave希望未来的交流可不是这么枯燥。他希望你可以在上面以更多的方式进行交流，他希望把现在互联网上很多丰富的元素无缝的整合到Wave中来。</p>
<p>例如你和你朋友讨论到了一首歌，你可以从把这首歌放到Wave上面，这样两个人都可以在上面直接听到这首歌的播放，或者拖个视频进来，直接在上面看视频。</p>
<p>又例如，当你们讨论到一个话题无法得出结论的时候，你们可以在上面创建一个投票，这个投票可不是纯人肉统计的那种投票，而是在上面创建一个非常直观的投票器。</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/11/image_thumb15.png" width="272" height="145" /> </p>
<p>又例如，你朋友问你XXX地方在哪，地图那么大，不好找，这个时候你怎么告诉他具体在地图上的哪个位置呢？在以前，你可能会先告诉他是哪个省哪个市的，最多你会截个图发给他。在wave上呢，你可以拖一个<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>地图进来，然后在上面进行缩放导航，找到XXX这个地方之后在上面画个圈圈。注意，你的朋友可不是只看到最终的结果，他能看到你操作的整个过程！有趣吧~</p>
<p>下面这段视频挺有意思的：<a title="Google Wave的强大应用" href="http://v.youku.com/v_show/id_XMTI3MzM2MTQw.html" target="_blank">Google Wave的强大应用</a></p>
<h2>跨语言的交流</h2>
<p>由于Wave是一个开放的系统，大家都可以在上面开发各种各样的小插件。IO大会上演示了一个非常有意思的即时翻译插件。这个插件在Wave上看上去像一个普通的联系人，当你把这个“人”加入到你的会话中，它就可以帮助不同语言的人在交流的时候，自动将对方的语言转换成自己的母语。</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.imkevinyang.com/wp-content/uploads/2009/11/image_thumb16.png" width="299" height="163" /> </p>
<p>先不管这个翻译质量如何，这个创意确实让人感到非常兴奋！</p>
<h2>Wave的画布有多大？</h2>
<p>你可能在想，我创建了一块“画布”（主题），别人怎么共享我的这块画布呢？当然，如果全世界都只用<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>的产品那事情就简单很多了。可实际情况是，网络中已经有太多交流协作的系统了，你无法让所有用户都改变他们的习惯，转移到Wave上来。因此<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>设想的是把这块画布延伸到互联网各个角落，各个系统上。也就是说，你可以在Wave上创建一个主题（主题？画布？我想说的是一个意思）， 然后把这个主题实时更新到你的博客上，你的twitter上，你的iphone上，等等。<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Wave是一个开放的系统架构，不同人搭建起来的Wave系统可以互相通讯。就好像不同的邮件服务器之间可以互相通讯一样。所以你如果问<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Wave提供的画布有多大，这个问题还真不好回答~</p>
<h2>Preview版本的试用体验</h2>
<p>Wave现在还只是测试版本，试用了一段时间之后发现和我的期望并不是很相近。</p>
<h3>整体的用户体验</h3>
<p>从UI上来说，感觉Wave不是那么容易上手，像我这样的IT前沿分子（别喷我~）如果不看别人的教程，基本摸不着边。虽然在<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Wave上可以放置各种富媒体元素，但是不好好看教程，根本不知道怎么在上面放一个视频，怎么在上面放一个<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a> map。连最基本的设置个人信息我都找了半天。</p>
<p>Web应用应该以直观、简单为导向，就好像一本UI书的书名一样“Dont make me think”， 感觉Wave却是完全反着来做了。</p>
<p>目前的界面响应性能还是很糟糕的，在Chrome上经常用一会就很卡了。</p>
<h3>实时更新</h3>
</p>
</p>
<p>在Wave上，你输入的东西是会实时更新到其他地方的，例如你的Wave连着你的博客，或者有人正在搜索你创建的Wave主题，当你在Wave中输入一些信息的时候，这些信息会实时更新到你的博客上，别人的搜索结果上。</p>
<p>如果两个人在同一个Wave上，你可以看到别人敲字的过程，非常好玩。但这也仅仅是非常好玩而已。我相信不是很多中文用户会喜欢这个功能。因为中文输入法经常会根据你输入的词进行智能联想，如果你不小心打错了什么字母结果出来另外一个“有损形象”的词的话，那后果。。。我就不说了，呵呵</p>
<h3>版本控制非常糟糕</h3>
<p>Wave允许你自由编辑别人敲的内容，这很容易导致别人不小心弄乱你编写的内容。虽然Wave声称可以回放整个会话过程，并给其中的某一时刻起一个版本之类的，但是我并没有在界面上找到任何关于编辑权限控制的地方，除了那个Private Reply之外。</p>
<h3>会话顺序很混乱</h3>
<p>在一个wave中（一个wave就是一个主题，就是我说的一块“画布”），你可以自由的对某一条信息进行回复，回复的信息是直接嵌入到那一条信息之下的，而不是整个会话的最底部。这个设计对于浏览整个会话来说倒是很直观的，但是如果两个人在即时交流，你回复这条内容，我又回复你那条内容，很容易乱套了，除非用回放的功能，否则你无法实时知道别人最后说的什么。</p>
<p>以上就是我试用了一个月的一个粗糙的体验，可能有些地方理解得不对，有用过Wave的人互相交流一下吧。</p>
<p align="right">——<a href="http://www.imkevinyang.com/"><em><strong>Kevin Yang</strong></em></a></p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/google-wave" title="Google Wave" rel="tag">Google Wave</a>, <a href="http://www.imkevinyang.com/tags/wave" title="Wave" rel="tag">Wave</a>, <a href="http://www.imkevinyang.com/tags/%e4%bc%9a%e8%af%9d" title="会话" rel="tag">会话</a>, <a href="http://www.imkevinyang.com/categories/techarticles/othertecharticles" title="其他随笔" rel="tag">其他随笔</a>, <a href="http://www.imkevinyang.com/tags/%e5%af%8c%e5%aa%92%e4%bd%93" title="富媒体" rel="tag">富媒体</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a>, <a href="http://www.imkevinyang.com/tags/%e7%94%a8%e6%88%b7%e4%bd%93%e9%aa%8c" title="用户体验" rel="tag">用户体验</a>, <a href="http://www.imkevinyang.com/tags/%e7%94%b5%e5%ad%90%e9%82%ae%e4%bb%b6" title="电子邮件" rel="tag">电子邮件</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html" title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计 (2010/02/15)">使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/10/%e5%86%85%e7%89%9b%e6%bb%a1%e9%9d%a2%ef%bc%8c%e7%bb%88%e4%ba%8e%e6%9c%89pr%e5%80%bc%e4%ba%86.html" title="内牛满面，终于有PR值了~ (2009/10/31)">内牛满面，终于有PR值了~</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>内牛满面，终于有PR值了~</title>
		<link>http://www.imkevinyang.com/2009/10/%e5%86%85%e7%89%9b%e6%bb%a1%e9%9d%a2%ef%bc%8c%e7%bb%88%e4%ba%8e%e6%9c%89pr%e5%80%bc%e4%ba%86.html</link>
		<comments>http://www.imkevinyang.com/2009/10/%e5%86%85%e7%89%9b%e6%bb%a1%e9%9d%a2%ef%bc%8c%e7%bb%88%e4%ba%8e%e6%9c%89pr%e5%80%bc%e4%ba%86.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 08:54:04 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[生活网事]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[PageRank]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2009/10/%e5%86%85%e7%89%9b%e6%bb%a1%e9%9d%a2%ef%bc%8c%e7%bb%88%e4%ba%8e%e6%9c%89pr%e5%80%bc%e4%ba%86.html</guid>
		<description><![CDATA[<p>今天看谷奥说<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>在30号的时候又大幅更新了很多网站的PR值，于是上去查了一下自己博客的PR值，变为1了。真不容易~小高兴一下^^</p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/pagerank" title="PageRank" rel="tag">PageRank</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体&#8230;</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>今天看谷奥说<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>在30号的时候又大幅更新了很多网站的PR值，于是上去查了一下自己博客的PR值，变为1了。真不容易~小高兴一下^^</p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/pagerank" title="PageRank" rel="tag">PageRank</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html" title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计 (2010/02/15)">使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2009/10/%e5%86%85%e7%89%9b%e6%bb%a1%e9%9d%a2%ef%bc%8c%e7%bb%88%e4%ba%8e%e6%9c%89pr%e5%80%bc%e4%ba%86.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>感叹Google的收录速度</title>
		<link>http://www.imkevinyang.com/2009/09/%e6%84%9f%e5%8f%b9google%e7%9a%84%e6%94%b6%e5%bd%95%e9%80%9f%e5%ba%a6.html</link>
		<comments>http://www.imkevinyang.com/2009/09/%e6%84%9f%e5%8f%b9google%e7%9a%84%e6%94%b6%e5%bd%95%e9%80%9f%e5%ba%a6.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 02:02:46 +0000</pubDate>
		<dc:creator>Kevin Yang</dc:creator>
				<category><![CDATA[生活网事]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[收录]]></category>

		<guid isPermaLink="false">http://www.imkevinyang.com/2009/09/%e6%84%9f%e5%8f%b9google%e7%9a%84%e6%94%b6%e5%bd%95%e9%80%9f%e5%ba%a6.html</guid>
		<description><![CDATA[<p>昨天很晚的时候才在各大搜索引擎入口登记的新域名，早上上班site了一下，发现<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>已经收录了几篇了。其他的搜索引擎都还没爬取。看来<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>的这个入口登记还是非常重要呀。</p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/%e6%94%b6%e5%bd%95" title="收录" rel="tag">收录</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的&#8230;</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>昨天很晚的时候才在各大搜索引擎入口登记的新域名，早上上班site了一下，发现<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a>已经收录了几篇了。其他的搜索引擎都还没爬取。看来<a href="http://www.imkevinyang.com/tags/google" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">google</a>的这个入口登记还是非常重要呀。</p>

	标签：<a href="http://www.imkevinyang.com/tags/google" title="Google" rel="tag">Google</a>, <a href="http://www.imkevinyang.com/tags/%e6%94%b6%e5%bd%95" title="收录" rel="tag">收录</a>, <a href="http://www.imkevinyang.com/categories/dailylife" title="生活网事" rel="tag">生活网事</a><br />

	<h4 style="background-color:#3B3B3B;border-bottom:2px groove gray;color:#F2F2F2;margin-top:20px;padding:6px 6px 6px 15px;margin:20px 0px 0px 0px">你可能对下面的文章感兴趣</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.imkevinyang.com/2009/08/4%e8%a1%8cgreasemonkey%e4%bb%a3%e7%a0%81%e6%9c%80%e5%a4%a7%e5%8c%96google-reader%e7%9a%84%e9%98%85%e8%af%bb%e7%a9%ba%e9%97%b4.html" title="4行Greasemonkey代码最大化Google Reader的阅读空间 (2009/08/09)">4行Greasemonkey代码最大化Google Reader的阅读空间</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/android%e6%89%8b%e6%9c%ba%e5%88%9d%e4%bd%93%e9%aa%8c.html" title="Android手机初体验 (2010/03/01)">Android手机初体验</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/03/g1%e6%89%8b%e6%9c%ba%e4%b8%8e%e7%ac%94%e8%ae%b0%e6%9c%ac%e5%ae%9e%e7%8e%b0wifi%e4%ba%92%e8%81%94%e5%85%b1%e4%ba%ab%e4%b8%8a%e7%bd%91.html" title="G1手机与笔记本实现Wifi互联共享上网 (2010/03/02)">G1手机与笔记本实现Wifi互联共享上网</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/12/google-analytics%e4%b8%ad%e7%9a%84uniquepageview%e5%92%8cvisits%e7%9a%84%e5%8c%ba%e5%88%ab.html" title="Google Analytics中的UniquePageView和Visits的区别 (2009/12/07)">Google Analytics中的UniquePageView和Visits的区别</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/11/google-wave%e4%b8%ba%e4%bb%80%e4%b9%88%e8%bf%99%e4%b9%88%e7%81%ab.html" title="Google Wave为什么这么火 (2009/11/14)">Google Wave为什么这么火</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/05/google%e5%92%8c%e5%be%ae%e8%bd%af%e7%9a%84%e4%b8%80%e5%a4%a7%e4%b8%8d%e5%90%8c.html" title="Google和微软的一大不同 (2009/05/06)">Google和微软的一大不同</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e5%b7%a5%e7%a8%8b%e5%b8%88matt-cutts%e8%b0%88seo.html" title="Google工程师Matt Cutts谈SEO (2009/03/23)">Google工程师Matt Cutts谈SEO</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e6%8e%92%e5%90%8d%e6%9b%b4%e6%96%b0.html" title="Google排名更新 (2009/03/21)">Google排名更新</a> </li>
	<li><a href="http://www.imkevinyang.com/2009/03/google%e7%9a%84%e4%bb%b7%e5%80%bc%e8%a7%82.html" title="Google的价值观 (2009/03/07)">Google的价值观</a> </li>
	<li><a href="http://www.imkevinyang.com/2010/02/%e4%bd%bf%e7%94%a8feedburner%e7%83%a7%e5%88%b6rss%e6%9c%80%e5%a5%bd%e7%a6%81%e7%94%a8itemlinkclicks%e7%bb%9f%e8%ae%a1.html" title="使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计 (2010/02/15)">使用FeedBurner烧制RSS最好禁用ItemLinkClicks统计</a> </li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.imkevinyang.com/2009/09/%e6%84%9f%e5%8f%b9google%e7%9a%84%e6%94%b6%e5%bd%95%e9%80%9f%e5%ba%a6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.imkevinyang.com @ 2012-02-08 00:45:40 -->
