<?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>網生@誌 &#124; zEUS.&#039;Blog &#187; Google-Reader</title>
	<atom:link href="http://zeuscn.net/index.php/archives/tag/google-reader/feed" rel="self" type="application/rss+xml" />
	<link>http://zeuscn.net</link>
	<description>Not Only Wordpress Template, But Also My Life...</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google Reader 提供的网页多媒体播放器</title>
		<link>http://zeuscn.net/archives/2008/10/26/google-media-player.html</link>
		<comments>http://zeuscn.net/archives/2008/10/26/google-media-player.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 17:54:41 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[网络相关]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google-Reader]]></category>
		<category><![CDATA[Google-Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=513</guid>
		<description><![CDATA[由于国内访问 youtube 很慢，而且难保它不被 GFWed，所以想找个独立的网页多媒体播放器取代 youtube ，这样就能直接调用储存到自己的服务器上的多媒体资源了。不过找了很长时间却都没有中意的，结果最后还是将目标锁定在了 Google 的身上。 相信使用 Google Reader 订阅博客的朋友应该都知道它有一款内置的播放器，这款播放器除了能在 Google Reader 内使用外，我们还能把它放到网页上进行调用，下面就是个例子：（点击 “Play 箭头”即可播放） 调用代码如下： 1 2 3 &#60;embed height=&#34;27px&#34; width=&#34;350px&#34; name=&#34;plugin&#34; src=&#34;http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl=http://zeuscn.net/wp-content/uploads/2008/10/yahoo.mp3&#34; type=&#34;application/x-shockwave-flash&#34;/&#62; 其中 http://www.google.com/reader/ui/3523697345-audio-player.swf 即是 Google Reader 内置的播放器，点开链接即可看到效果。 上述代码中的 1 ?audioUrl=http://zeuscn.net/download/angry.mp3 即指定的多媒体资源的绝对地址。 那么只要知道了 mp3 资源的地址，我们就能使用上述的代码在网页中的任何地方插入 mp3 音乐了。 Google 在收购 Youtube 之前也有自己的视频网站：http://video.google.com/ 与 Google Reader 的内置多媒体播放器一样，Google Video 也提供了一个多媒体播放器： http://video.google.com/googleplayer.swf 两者调用多媒体资源的方式基本一样，但是似乎 Google [...]]]></description>
			<content:encoded><![CDATA[<p>由于国内访问 <a href="http://zeuscn.net/archives/tag/youtube" class="st_tag internal_tag" rel="tag" title="标签 YouTube 下的日志">youtube</a> 很慢，而且难保它不被 GFWed，所以想找个独立的网页多媒体播放器取代 <a href="http://zeuscn.net/archives/tag/youtube" class="st_tag internal_tag" rel="tag" title="标签 YouTube 下的日志">youtube</a> ，这样就能直接调用储存到自己的服务器上的多媒体资源了。不过找了很长时间却都没有中意的，结果最后还是将目标锁定在了 <a href="http://zeuscn.net/archives/tag/google" class="st_tag internal_tag" rel="tag" title="标签 google 下的日志">Google</a> 的身上。</p>
<p>相信使用 Google Reader 订阅博客的朋友应该都知道它有一款内置的播放器，这款播放器除了能在 Google Reader 内使用外，我们还能把它放到网页上进行调用，下面就是个例子：（点击 “Play 箭头”即可播放）<span id="more-513"></span></p>
<div align=center><embed height="27px" width="350px" name="plugin" src="http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl=http://zeuscn.net/wp-content/uploads/2008/10/yahoo.mp3" type="application/x-shockwave-flash"/></div>
<p>调用代码如下：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;embed <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;27px&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;350px&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;plugin&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl=http://zeuscn.net/wp-content/uploads/2008/10/yahoo.mp3&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span><span style="color: #66cc66;">/</span>&gt;</span></pre></td></tr></table></div>

<p>其中<br />
<a href="http://www.google.com/reader/ui/3523697345-audio-player.swf" target="_blank">http://www.google.com/reader/ui/3523697345-audio-player.swf</a><br />
即是 Google Reader 内置的播放器，点开链接即可看到效果。<br />
上述代码中的</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;">?audioUrl=http://zeuscn.net/download/angry.mp3</pre></td></tr></table></div>

<p>即指定的多媒体资源的绝对地址。<br />
那么只要知道了 mp3 资源的地址，我们就能使用上述的代码在网页中的任何地方插入 mp3 音乐了。</p>
<p>Google 在收购 Youtube 之前也有自己的视频网站：<a href="http://video.google.com/" target="_blank">http://video.google.com/</a><br />
与 Google Reader 的内置多媒体播放器一样，Google Video 也提供了一个多媒体播放器：<br />
<a href="http://video.google.com/googleplayer.swf" target="_blank">http://video.google.com/googleplayer.swf</a><br />
两者调用多媒体资源的方式基本一样，但是似乎 Google Video 的播放器出了问题——外部调用该播放器无法播放任何多媒体文件，也意味着我无法使用它在网页中插入 flv 视频。即使我 Google 了一下午也没找到解决办法&#8230; 无奈只能另辟蹊径。</p>
<p>经过一番研究后，我发现 Google Reader 的播放器还能播放 flv 文件！<br />
调用代码和效果如下</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;embed <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;300px&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;400px&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;plugin&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot; http://www.google.com/reader/ui/3523697345-audio-player.swf?videoUrl=http://zeuscn.net/wp-content/uploads/2008/10/optimusprime.flv&quot;</span> </span>
<span style="color: #009900;"><span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span><span style="color: #66cc66;">/</span>&gt;</span></pre></td></tr></table></div>

<p>点击 “Play 箭头”即开始缓冲，缓冲结束后自动播放，或者在缓冲的时候再点击一次，就能在缓冲时进行播放：</p>
<div align=center><embed height="300px" width="400px" name="plugin" src="http://www.google.com/reader/ui/3523697345-audio-player.swf?videoUrl=http://zeuscn.net/download/optimusprime.flv&#038;thumbnailUrl=http://zeuscn.net/wp-content/uploads/2008/10/optimusprime.jpg" type="application/x-shockwave-flash"/></div>
<p>使用 Google Reader 提供的网页多媒体播放器播放<strong>音频</strong>和<strong>视频</strong>文件，除了 “width” “height” 参数的值以及多媒体资源地址不同外，还有一个地方需要特别注意：<br />
播放音乐文件时，在资源地址的前面是：<strong>?audioUrl=</strong><br />
而在播放视频文件时，资源地址前则是：<strong>?VideoUrl=</strong></p>
<p>OK ，只要我们手上有 mp3 和 flv 的资源，就能通过上述方法在网页/博客中方便插入多媒体文件了 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  </p>
<p>倘若你需要播放器能够自动播放，那么紧跟</p>
<p>http://www.google.com/reader/ui/3523697345-audio-player.swf?videoUrl=http://zeuscn.net/wp-content/uploads/2008/10/optimusprime.flv</p>
<p>这一串地址后直接加上 <strong>&#038;autoPlay=true</strong> 即可！</p>
<p>不用额外安装插件就能在博客内插入音频和视频，还是挺爽的 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /><br />
最后再次感谢 Google 给我们带来的便利 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  </p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://ishawn.net' rel='external nofollow' class='url'>Shawn</a> writes: 真勤劳，这么晚还发文。
我一直有一个问题，Google Reader 里似乎不显示除 Youtube 之外的任何 FLV 播放器。</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://ernsky.com' rel='external nofollow' class='url'>Mr.Hdq</a> writes: 我有个想法，能不能把它弄成和audio player一样，可以自动识别的，我的技术水平太低无法达到。</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://ernsky.com' rel='external nofollow' class='url'>Mr.Hdq</a> writes: 相反，我订阅了热闹youku，全可以在里面看！</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://imwyh.net' rel='external nofollow' class='url'>wangyh</a> writes: 有意思，我现在还在用Audio player</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://gopherwood.info' rel='external nofollow' class='url'>wayne</a> writes: 好东东, 顺便囧一下那个铃声的....</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://tiantian.yo2.cn' rel='external nofollow' class='url'>BlackDream</a> writes: 终于解决了在feed中试听音乐的问题了！</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://jobru.net' rel='external nofollow' class='url'>JoBru</a> writes: :mrgreen: 太好了，不错～</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 经我刚才测试，还是不能在 feed 中试听音乐，在 Google Reader 中文章的底部却出现了播放器。
视频还是看不了...</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 这个调用相当简单，播放器的样式也很简洁，适合大多数的模板，我已经基本放弃了 Audio player 了。</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 这个简单的调用无需什么技术吧... 无非就是改点参数而已。</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 这篇日志从下午就开始写了，但昨晚网速一直超级慢，过了1点才稍微强点，所以这么晚才能把日志写完发表出来。
我现在也很头疼 Googe Reader 只认 YOUTUBE 这个问题...</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://tiantian.yo2.cn' rel='external nofollow' class='url'>BlackDream</a> writes: 我也在你的feed看到了播放器，沒音響，所以沒试听，以为能用呢！</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://www.xuchi.name' rel='external nofollow' class='url'>抽筋儿</a> writes: 这个东东不错，原来是GR里特有的。</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://www.digglife.cn' rel='external nofollow' class='url'>摩摩诘</a> writes: 真不错，以后有媒体文件就用这个 :cool:</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，从 youtube 上 down 视频下来的方法，我就是在你那边找到的呢～</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 27日</a>, <a href='http://gangege.com' rel='external nofollow' class='url'>GanGeGe</a> writes: GOOGLE的东东我一直都很信赖！</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 27日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 我也是，呵呵  :cool:</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 27日</a>, <a href='http://www.eemir3.com' rel='external nofollow' class='url'>Yacca</a> writes: 一般的视频调用和音频调用都会给我播放器代码

其实只要gr等阅读器开放一点就啥都解决了...</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十月 30日</a>, <a href='http://www.caocao.org' rel='external nofollow' class='url'>caocao</a> writes: :???:  挺好玩的。</li><li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">2008年, 十一月 4日</a>, <a href='http://rong179.blogbus.com' rel='external nofollow' class='url'>rong179</a> writes: haha !谢谢google</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html">http://zeuscn.net/archives/2008/10/26/google-media-player.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/10/31/chrome-googletoolbar.html" title="Chrome 竟无法安装 GoogleToolbar (2008年, 十月 31日)">Chrome 竟无法安装 GoogleToolbar</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/13/wanted-yonnie.html" title="Wanted Yonnie (2007年, 十月 13日)">Wanted Yonnie</a> (123)</li>
	<li><a href="http://zeuscn.net/archives/2007/01/14/shit.html" title="习惯性骂了一句 (2007年, 一月 14日)">习惯性骂了一句</a> (9)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/02/chrome.html" title="Chrome — 咱又多了一位爷 (2008年, 九月 2日)">Chrome — 咱又多了一位爷</a> (24)</li>
	<li><a href="http://zeuscn.net/archives/2009/03/14/busy-days.html" title="不加班的人生是不完整的&#8230; (2009年, 三月 14日)">不加班的人生是不完整的&#8230;</a> (28)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/21/new-record.html" title="New Record (2008年, 八月 21日)">New Record</a> (120)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/07/google-friend-connect.html" title="大家一起来玩 Google Friend Connect 吧～ (2008年, 十二月 7日)">大家一起来玩 Google Friend Connect 吧～</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/01/wordpress-blog-2009.html" title="关于 WordPress 和 Blog 的小展望 (2008年, 十二月 1日)">关于 WordPress 和 Blog 的小展望</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2009/08/28/drumbeating-and-taobao-goods-page.html" title="三个第一次 (2009年, 八月 28日)">三个第一次</a> (115)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html" title="给博客添加 Google 自定义搜索 (2008年, 九月 18日)">给博客添加 Google 自定义搜索</a> (102)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2008/10/26/google-media-player.html/feed</wfw:commentRss>
		<slash:comments>20</slash:comments>
<enclosure url="http://zeuscn.net/download/angry.mp3" length="99744" type="audio/mpeg" />
		</item>
		<item>
		<title>我的 Web 2.0 装备</title>
		<link>http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html</link>
		<comments>http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html#comments</comments>
		<pubDate>Wed, 28 Nov 2007 14:21:24 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[网络相关]]></category>
		<category><![CDATA[Alexa]]></category>
		<category><![CDATA[feedsky]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[Google-Reader]]></category>
		<category><![CDATA[Gtalk]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[web-2.0]]></category>
		<category><![CDATA[Yupoo]]></category>

		<guid isPermaLink="false">http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons/</guid>
		<description><![CDATA[Web 1.0 时代的你，可能只是用 IE 浏览网站，偶尔中个毒；用 QQ 和众 MM 交流“感情”；再就是逛逛聊天室或者论坛；下下 BT 和迅雷等资源，作为一介网名你始终扮演只是个信息接收者。 但现在不一样了，在全明皆博的 Web 2.0 时代，越来越多的人放弃了“简陋”并且“不堪一击”的 IE，而选择“自己的”Firefox；体积和资源占用量逐年成指数升高的 QQ 被越来越多的人唾弃，虽然 QQ 在国内 IM 市场上的地位还无法被动摇，但 Gtalk 和 MSN 已成为众多网民的第二选择；如今聊天室和论坛已无法满足大众的社交欲了，因而越来越多的社会性社交服务网站诞生；尽管国内宽带运营商们开始想方设法限制用户的流量，但却丝毫不能阻止 P2P 成为主流的资源共享方式。Web 2.0 时代的你，依然只是一介网民，但你却已经成为了组成互联网的一个部分。在这个“潜水有罪”的时代，我们每天在互联网上消耗8个小时（甚至更多），所做的一切其实就是在给贴着 Web 2.0 标签的互联网“灌水”&#8230; 我们的目标就是让 Web 2.0 成为有史以来最长的水贴！但是，是你拿什么来“灌水”呢？ 下面就分享一下我为 Web 2.0 “灌水”的装备：浏览器：Firefox 2.0+ ，必备插件扩展：Adsense Notifier（状态栏显示 GGAD 收入等信息）、Alexa Sparky（状态栏显示网站 Alexa 排名）、Firebug（超级强劲的网页动态编辑器）、FireFTP（直接用浏览器进行 FTP 上传）、FireYupoo（直接将网络图片保存到“又拍网”）、Google Toolbar for firefox、Thunder Extension（FF [...]]]></description>
			<content:encoded><![CDATA[<p><img class="img_border" title="Web 2.0 革命" style="margin: 0px 0px 0px 5px" alt="Web 2.0" src="http://photo15.yupoo.com/20071127/223744_1478256255_m.jpg" align="right"> Web 1.0 时代的你，可能只是用 IE 浏览网站，偶尔中个毒；用 <a href="http://zeuscn.net/archives/tag/qq" class="st_tag internal_tag" rel="tag" title="标签 QQ 下的日志">QQ</a> 和众 MM 交流“感情”；再就是逛逛聊天室或者论坛；下下 BT 和迅雷等资源，作为一介网名你始终扮演只是个信息接收者。</p>
<p>但现在不一样了，在全明皆博的 Web 2.0 时代，越来越多的人放弃了“简陋”并且“不堪一击”的 IE，而选择“自己的”<a href="http://zeuscn.net/archives/tag/firefox" class="st_tag internal_tag" rel="tag" title="标签 firefox 下的日志">Firefox</a>；体积和资源占用量逐年成指数升高的 QQ 被越来越多的人唾弃，虽然 QQ 在国内 IM 市场上的地位还无法被动摇，但 <a href="http://zeuscn.net/archives/tag/gtalk" class="st_tag internal_tag" rel="tag" title="标签 Gtalk 下的日志">Gtalk</a> 和 MSN 已成为众多网民的第二选择；如今聊天室和论坛已无法满足大众的社交欲了，因而越来越多的社会性社交服务网站诞生；尽管国内宽带运营商们开始想方设法限制用户的流量，但却丝毫不能阻止 P2P 成为主流的资源共享方式。Web 2.0 时代的你，依然只是一介网民，但你却已经成为了组成互联网的一个部分。在这个“潜水有罪”的时代，我们每天在互联网上消耗8个小时（甚至更多），所做的一切其实就是在给贴着 Web 2.0 标签的互联网“灌水”&#8230; 我们的目标就是让 Web 2.0 成为有史以来最长的水贴！但是，是你拿什么来“灌水”呢？</p>
<p> <span id="more-273"></span>
<p>下面就分享一下我为 Web 2.0 “灌水”的装备：<br />浏览器：<strong>Firefox 2.0+</strong> ，必备插件扩展：<strong><em>Adsense Notifier</em></strong>（状态栏显示 GGAD 收入等信息）、<strong><em><a href="http://zeuscn.net/archives/tag/alexa" class="st_tag internal_tag" rel="tag" title="标签 Alexa 下的日志">Alexa</a> Sparky</em></strong>（状态栏显示网站 Alexa 排名）、<strong><em>Firebug</em></strong>（超级强劲的网页动态编辑器）、<strong><em>FireFTP</em></strong>（直接用浏览器进行 FTP 上传）、<strong><em>FireYupoo</em></strong>（直接将网络图片保存到“又拍网”）、<strong><em><a href="http://zeuscn.net/archives/tag/google" class="st_tag internal_tag" rel="tag" title="标签 google 下的日志">Google</a> Toolbar for firefox</em></strong>、<strong><em>Thunder Extension</em></strong>（FF 的迅雷插件） 和 <strong><em>Tab Mix Plus</em></strong>（更人性化的标签管理插件）。以上所有插件均可在<a href="https://addons.mozilla.org/en-US/firefox/browse/" target="_blank">其官方网站</a>搜索到。</p>
<p>IM：<strong>Gtalk </strong>，其实我很少用 Gtalk 的客户端程序，一般都用 GMAIL 里内嵌的 Gtalk，无限增容的 GMAIL 现在已经成为了我的数据存储中心，所以只要连入互联网我就会开启 GMAIL 以及其中的 Gtalk ；<strong>QQ</strong>，虽然有 N+1 个理由让我放弃它，但我和众多无法放弃它的人一样，仍然每天都会使用它（有一种被强X的感觉）。</p>
<p>博客程序：<strong>WordPress</strong> ，和《魔兽争霸》一样，易于上手难于精通，是它们最为吸引我的地方；<strong>Windows Live Writer</strong> ，比起在 wordpress 后台写日志，WLW 有快感多了&#8230;</p>
<p>RSS阅读器：<strong>Google Reader</strong> ，我不是 Gfan ，也不是其它的什么 fans 。顺手——是我选择工具的唯一标准！</p>
<p>其它 Web 服务：<strong><a href="http://zeuscn.net/archives/tag/yupoo" class="st_tag internal_tag" rel="tag" title="标签 Yupoo 下的日志">Yupoo</a></strong> ，如果不是 <a href="http://zeuscn.net/archives/tag/gfw" class="st_tag internal_tag" rel="tag" title="标签 GFW 下的日志">GFW</a> 我肯定依然使用 Flickr ，但 Yupoo 也没有让我失望；<strong><a href="http://zeuscn.net/archives/tag/feedsky" class="st_tag internal_tag" rel="tag" title="标签 feedsky 下的日志">Feedsky</a></strong> ，在我看来，能免费的绑定2级域名是它的最大特色了，现在使用它依然是 GFW 的功劳；<strike><strong>饭否</strong></strike>，对微博客我实在不感冒。</p>
<p>其它工具：<strong>KAV 6</strong> ，除了 Great Fire 墙之外，我们还需要给自己设一道真正意义上的防火墙，起初用卡巴斯基，是因为很容易可以弄到它的 KEY ，用过卡巴之后才发现，原来&#8230; 之前我就没装过杀毒软件；<strong>金山词霸2007</strong>，CET4都没通过，别指望我英语属于正常人的水品；<strong>Dreamweaver</strong> ，虽然不少做模板的人都嫌它“太肥”，但我做模板全靠它——用起来顺手就行。</p>
<p>不知道以上罗列是否有遗漏，漏了就漏了吧，不管漏掉的了&#8230; </p>
<p>本想弄个博客串联活动的，但是近段时间做主题模板做“伤”了，想好好休息一段时间，再加上工作上有些变动，以及想尽快看完《哈利波特与死圣》所以没太多时间花在博客上了。这里我就只邀请几个朋友分享一下他们的 Web 2.0 装备吧～ 如果大家有时间也可以邀请其他朋友写写，下面我就开始点名了：<strong><a href="http://www.gtalkme.com/" target="_blank">Fiorano</a> 、<a href="http://www.digglife.cn/" target="_blank">摩摩诘</a>、<a href="http://www.dogorgod.com/" target="_blank">Dorgorgod</a> 、<a href="http://www.oioq.cn/" target="_blank">OIOQ</a> 、<a href="http://www.vctsky.com/blog/" target="_blank">Victerm</a> 、<a href="http://gangege.com/" target="_blank">GanGeGe</a></strong> 其它没有被我点到朋友，如果有兴趣的话也不妨写写 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  大家什么时候写都无所谓，只希望不会占用大家都宝贵时间！</p>
<p>Update:<br />
<a href="http://gangege.com/" target="_blank">gangege </a>竟然没装备 RSS 阅读器！而且不常用 Firefox&#8230; 有点让我吃惊的，<a href="http://gangege.com/post/377" target="_blank">那么你想知道他都用些什么装备吗？</a><br />
<a href="http://www.oioq.cn/" target="_blank">OIOQ</a> 有装一些<a href="http://www.oioq.cn/articles/my-web-2-0-weapons.html" target="_blank">非常不错的 Firefox 插件</a>哦～</p>
<p align="right">zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 28日</a>, <a href='http://hyn921.yculblog.com' rel='external nofollow' class='url'>Cynthia妮</a> writes: :oops:</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 28日</a>, <a href='http://www.oioq.cn' rel='external nofollow' class='url'>OIOQ</a> writes: 收到，写完后再报到！</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 28日</a>, zEUS. writes: @OIOQ：谢谢O兄弟支持！ :mrgreen:</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://www.digglife.cn' rel='external nofollow' class='url'>摩摩诘</a> writes: 收到~!一定写~~!我的Firefox安装的插件和你好多一样哦...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://www.vctsky.com' rel='external nofollow' class='url'>victerm</a> writes: 来支持你一下</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://nnidea.com/blog' rel='external nofollow' class='url'>南男</a> writes: 不错的文章,准备试验一下没用过的装备~~</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://gangege.com' rel='external nofollow' class='url'>gangege</a> writes: 收到，原来又是要自己报料的，OK等写完再回来报个到！^_^</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://gangege.com' rel='external nofollow' class='url'>gangege</a> writes: 写好了，来报到了！
http://gangege.com/post/377</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://www.oioq.cn' rel='external nofollow' class='url'>OIOQ</a> writes: 我在yo2的blog现在不能访问，郁闷之极！只能通过二级域名oioq.yo2.cn访问。可是又无法登陆后台，没办法发表文章！直接晕到死！</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, zEUS. writes: @OIOQ：YO2好像是一整天都不能访问... 等 YO2 好了在发表吧 :smile: 
@gangege：多谢啦，你动作可真快！
各位都很给我面子，太感动了！</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, <a href='http://www.gtalkme.com/' rel='external nofollow' class='url'>fiorano</a> writes: show装备嘛，强项~
我的firefox插件好多。。。</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十一月 29日</a>, zEUS. writes: 呵呵，期待 YO2 恢复后给位的大作！</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十二月 2日</a>, <a href='http://www.oioq.cn' rel='external nofollow' class='url'>OIOQ</a> writes: 我写完了，希望不要太晚啊！http://www.oioq.cn/articles/my-web-2-0-weapons.html</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十二月 2日</a>, zEUS. writes: 多谢 O兄 的支持！ :mrgreen:</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十二月 4日</a>, <a href='http://www.digglife.cn/articles/my-web20-tools.html' rel='external nofollow' class='url'>DiggLife</a> writes: <strong>摩摩诘的Web2.0装备...</strong>

前几天收到zEUS.的邀请要我秀秀自己的上网装备,这个话题我还是挺感兴趣的,因为这两天忙着搞毕业论文的开题和任务书,所以当时就写了个标题仍在Windows Live Writer的草稿箱里,每天打开也只忙.....</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十二月 17日</a>, <a href='http://roamlog.cn' rel='external nofollow' class='url'>漫步</a> writes: 是不是改成web装备更好呢，很多东东不能定义为web2.0的。。。</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十二月 17日</a>, zEUS. writes: @漫步：恩，确实，当初我也想过这个问题，但是光一个 web 听起来实在不够 cool  :razz:</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2007年, 十二月 18日</a>, <a href='http://blog.2i2j.com/' rel='external nofollow' class='url'>偶爱偶家</a> writes: web 2.0 还有kav 哈哈</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2008年, 三月 10日</a>, <a href='http://www.wowgolds.co.uk' rel='external nofollow' class='url'>wow gold</a> writes: 像楼主学习，我是一刚刚学上网的小女生，很多东西都不会。。希望可以在您这里学习到东西</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2008年, 五月 9日</a>, <a href='http://willerce.cn' rel='external nofollow' class='url'>willerce</a> writes: 确实。QQ有众多理由让人们放弃它。但却不能放弃。</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2008年, 五月 20日</a>, <a href='http://www.pcdigest.com/2008/05/web-2-0-tools/' rel='external nofollow' class='url'>我的 Web 2.0 装备 | 《计算机应用文摘》杂志官方网站</a> writes: [...] 原文链接 : http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons/ [...]</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2008年, 六月 28日</a>, <a href='http://www.oioq.cn' rel='external nofollow' class='url'>小O</a> writes: 用了Firefox3之后很多都不能用了，等更新吧！</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2009年, 十月 20日</a>, <a href='http://zhangwenjie.net' rel='external nofollow' class='url'>zhangwenjie</a> writes: 你的这个回复插件是什么？能告诉我吗？谢谢</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2009年, 十月 20日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 我使用的是 WordPress 原生的评论恢复嵌套功能，该功能需要 WordPress 主题支持才行。</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 17日</a>, <a href='http://www.axiscreations.com/' rel='external nofollow' class='url'>northrop grumman it information technology</a> writes: <strong>Recommended Resources...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 26日</a>, <a href='http://www.vilago21.com/event/Search+engine+optimization+You+Can+Get+From+a+Good+SEO+Company/301575/profile' rel='external nofollow' class='url'>best seo blog</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 26日</a>, <a href='http://www.evelyne-escort.com' rel='external nofollow' class='url'>Escort girl Paris</a> writes: <strong>{Very | Really | Real | Rattling} {good | excellent | fantastic | great | superb | wonderful} {info | information} can be found on {blog | website | site | web blog | weblog | web site}. {"The quality of an organization can never exceed the quality ...</strong>

I like this weblog very much, Its a very nice office to read and receive information. "I look upon every day to be lost, in which I do not make a new acquaintance." by Samuel Johnson....</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 27日</a>, <a href='http://rosspine.wordpress.com/' rel='external nofollow' class='url'>Ross Pine</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 29日</a>, <a href='http://www.adeepbite.com/hidemyass-vpn-review/' rel='external nofollow' class='url'>hidemyass</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 29日</a>, <a href='http://www.askalivepsychic.com' rel='external nofollow' class='url'>ONLINE PSYCHIC READINGS</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://www.pokahontas.de' rel='external nofollow' class='url'>Burlesque Dessous</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://www.ziki.com/en/morgan-waters+803152/post/Lyrics-Search+13748200' rel='external nofollow' class='url'>song lyrics</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://dupagemetro.com/index.php/2011/11/elliptical-machines-vs-cybex-arc-trainers/' rel='external nofollow' class='url'>cybex arc trainer 360a</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://www.ziki.com/en/katelyn-mcgraw+803812/post/Outback-coupons+13748806' rel='external nofollow' class='url'>Outback Steakhouse coupons</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://www.anti-spam.nu' rel='external nofollow' class='url'>spamfilter</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://219.93.20.137/~web/innovation-ideabank/index.php?action=profile;u=70224' rel='external nofollow' class='url'>tanie noclegi zakopane</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 30日</a>, <a href='http://www.securityguardtrainingdepot.com' rel='external nofollow' class='url'>security guard training</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 一月 31日</a>, <a href='http://frankigwalsh.insanejournal.com/' rel='external nofollow' class='url'>dating online</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 1日</a>, <a href='http://bgm.me/r/651066' rel='external nofollow' class='url'>bad credit debt settlement</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 1日</a>, <a href='http://victoriadavis317.over-blog.com/pages/t5-vw-transporter---can-it-be-the-very-best-van-ever-6525181.html' rel='external nofollow' class='url'>t5</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 1日</a>, <a href='http://articlethecw.info/overview-to-do-with-at-home-laser-hair-removal/' rel='external nofollow' class='url'>At Home Laser Hair Removal</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 2日</a>, <a href='http://www.forbearrance.com/mortgage-broker-scott-tucker-helps-seniors-pay-for-long-term-care/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 2日</a>, <a href='http://auto-racing.speedtv.com/article/alms-level-5-targeting-lmp2-return/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 2日</a>, <a href='http://www.imdb.com/name/nm0046112/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://aidenreyes656.over-blog.com/pages/watch-live-tv-online-with-free-streaming---learn-how-easy-it-s-6549167.html' rel='external nofollow' class='url'>Watch TV Online Live</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://kaitlynbailey84.insanejournal.com/422.html' rel='external nofollow' class='url'>climbing frames</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://community.atom.com/Post/Scott-Tucker-Payday-Loans-Are-Presently-Offering-A-number-of-the-Best-Rates-About/03EFBFFFF025915980008018649FD' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://www.socializr.com/event/718226278' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://angelinabilliot4.babybloggo.de/389591/Scott-Tucker-Racing-Is-Origional-And-Seriously-Thrilling/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://www.incompany.com/blog.php?user=sarafleming379&#038;blogentry_id=174632' rel='external nofollow' class='url'>leather wallets for men</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://www.youtube.com/watch?v=-WC-aCfL77E' rel='external nofollow' class='url'>How To Loss Weight Fast</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://superbowllivestreaming.tumblr.com' rel='external nofollow' class='url'>super bowl live streaming</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 3日</a>, <a href='http://agent.point2.com/Members/US/Florida/Clearwater/Ron-Nedd/4953F39C-0B48-4BE9-AA41-D4D199FBC081.html' rel='external nofollow' class='url'>getting those great foreclosure and short sales deals</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com' rel='external nofollow' class='url'>BPO Companies</a> writes: <strong>Online Resource...</strong>

[...]The information mentioned in the article are some of the best available [...]......</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 4日</a>, <a href='http://www.dailystrength.org/people/1314048/journal' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 4日</a>, <a href='http://www.vilago21.com/event/Scott+Tucker+CBS+Is+really+Intresting+If+you+learn+The+right+CBS/362982/profile' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 4日</a>, <a href='http://bobgray514.blogspace.fr/3287347/Scott-Tucker-Leawood-Is-often-a-Level-5-Star/' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 4日</a>, <a href='http://www.bpo-automation.com/company.html' rel='external nofollow' class='url'>broker price opinion companies</a> writes: <strong>Tumblr article...</strong>

I saw a writer talking about this on Tumblr and it linked to...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 4日</a>, <a href='http://www.kojipokeronline.com/2012/01/19/good-assistance-for-a-productive-workout-routine/' rel='external nofollow' class='url'>e-cigs</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 5日</a>, <a href='http://www.BOOTCAMPWORKOUTS.ME' rel='external nofollow' class='url'>boot camp workout</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 5日</a>, <a href='http://www.spinachhealthbenefits.com/' rel='external nofollow' class='url'>spinach health benefits</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 5日</a>, <a href='http://freshsmoothierecipes.com' rel='external nofollow' class='url'>smoothie recipes</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 5日</a>, <a href='http://www.futuretechnologypredictions.org/' rel='external nofollow' class='url'>future technology predictions</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 5日</a>, <a href='http://www.seewebdirect.com/Health_and_Medical/Fitness/detail/link-19900.html' rel='external nofollow' class='url'>speed training</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 5日</a>, <a href='http://www.arlinkdirectory.com/index.php?c=408' rel='external nofollow' class='url'>football speed</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 6日</a>, <a href='https://www.youtube.com/watch?v=yLPiHXss1aA' rel='external nofollow' class='url'>Unique Birthday Gifts Ideas</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 6日</a>, <a href='http://banknotegallery.blogspot.com' rel='external nofollow' class='url'>currency</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 6日</a>, <a href='http://www.zerofungus.com' rel='external nofollow' class='url'>toenail fungus</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 6日</a>, <a href='http://www.stormconsultancyuk.com/html/business-continuity.html' rel='external nofollow' class='url'>business continuity</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=CtQDRmRlhxc' rel='external nofollow' class='url'>Geodesic greenhouse plans</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 6日</a>, <a href='http://www.diigo.com/user/dgirlpuckett514' rel='external nofollow' class='url'>North Myrtle Beach Vacations</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=Pd5HpJ1uk5g' rel='external nofollow' class='url'>Commercial Insurance Tampa</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=_tpDmAcqp4w' rel='external nofollow' class='url'>Late Holiday Deals</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 8日</a>, <a href='http://www.dailystrength.org/people/1349472/journal' rel='external nofollow' class='url'>resume</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 8日</a>, <a href='http://community.atom.com/Post/Online-Sales-Lead-Generation-Can-be-a-Great-Way-To-Kick-Start-out-Your-Business/03EFBFFFF0259A156000801879D23' rel='external nofollow' class='url'>Online Sales Lead Generation</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 8日</a>, <a href='http://orlandocorporatehousing161.tumblr.com/post/17259733635/how-to-choose-the-right-corporate-housing' rel='external nofollow' class='url'>orlando corporate housing</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=I_DRuyoYKBo' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 9日</a>, <a href='http://www.justbeenpaidreferrals.com' rel='external nofollow' class='url'>jss tripler 2 members profile settings</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 9日</a>, <a href='http://www.pennyauctioncustomers.com' rel='external nofollow' class='url'>zeekrewards penny auction</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 9日</a>, <a href='http://www.BOOTCAMPFORWOMEN.US' rel='external nofollow' class='url'>boot camp for women</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">2012年, 二月 9日</a>, <a href='http://www.ziki.com/en/william-penson+844571/post/Good-hair-care-+13822597' rel='external nofollow' class='url'>Kinky curly curling custard Target</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html">http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/10/26/google-media-player.html" title="Google Reader 提供的网页多媒体播放器 (2008年, 十月 26日)">Google Reader 提供的网页多媒体播放器</a> (20)</li>
	<li><a href="http://zeuscn.net/archives/2009/11/10/e2-will-be-retired.html" title="ROKR-E2 即将退居二线 (2009年, 十一月 10日)">ROKR-E2 即将退居二线</a> (89)</li>
	<li><a href="http://zeuscn.net/archives/2007/11/26/mozilla-firefox-3.html" title="谋智网络和 Firefox 3.0 beta (2007年, 十一月 26日)">谋智网络和 Firefox 3.0 beta</a> (6)</li>
	<li><a href="http://zeuscn.net/archives/2007/11/05/blogspot-come-back.html" title="重启 blogspot! (2007年, 十一月 5日)">重启 blogspot!</a> (9)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/10/blog-interesting.html" title="博客需要保持乐趣 (2007年, 十月 10日)">博客需要保持乐趣</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2008/04/01/feedsky-for-fun.html" title="Feedsky 也很有娱乐精神 (2008年, 四月 1日)">Feedsky 也很有娱乐精神</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2008/04/30/pagerank-4.html" title="PR 更新 (2008年, 四月 30日)">PR 更新</a> (24)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/21/affiche-of-dz-theme.html" title="关于 D&#038;Z Theme 的升级公告 (2008年, 十二月 21日)">关于 D&#038;Z Theme 的升级公告</a> (38)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/15/break-qq-protect-card.html" title="QQ密保如此破 (2007年, 九月 15日)">QQ密保如此破</a> (73)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/06/zeus-logo.html" title="zEUS.&#8217;Logo 正式上线 (2007年, 八月 6日)">zEUS.&#8217;Logo 正式上线</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2007/11/28/my-web-2-0-weapons.html/feed</wfw:commentRss>
		<slash:comments>83</slash:comments>
		</item>
	</channel>
</rss>

