<?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>NeoEase &#187; Society</title>
	<atom:link href="http://www.neoease.com/tag/society/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neoease.com</link>
	<description>MG12&#039;s Blog - Just Another WordPress Blog</description>
	<lastBuildDate>Sun, 08 Jan 2012 03:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>为网站添加分享按钮</title>
		<link>http://www.neoease.com/add-share-buttons/</link>
		<comments>http://www.neoease.com/add-share-buttons/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:41:58 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Society]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=1584</guid>
		<description><![CDATA[为了增加文章在类似读者群体中的关注度, 刚刚在博客添加了文章分享按钮. 网上能找到很多提供分享按钮功能的控件和插件, 但是往往功能过于强大. 大部分插件将分享, 收藏, 订阅等功能全集合与一身, 涵盖海内外几乎所有的相关服务. 其中一些提供了个性化设置, 可以筛选服务, 但是同样耗费了大量资源 (图片和代码); 还有一些插件隐藏了部分分享按钮, 以减少对页面空间的需求, 但同时交互形式却变得复杂. 所以我自己写了一段代码来实现这个功能, 现在分享一下. 分享按钮 DEMO HTML &#60;div id=&#34;share&#34;&#62; Share on: &#60;a rel=&#34;nofollow&#34; id=&#34;facebook-share&#34; title=&#34;Facebook&#34;&#62;Facebook&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;twitter-share&#34; title=&#34;Twitter&#34;&#62;Twitter&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;delicious-share&#34; title=&#34;Delicious&#34;&#62;Delicious&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;kaixin001-share&#34; title=&#34;开心网&#34;&#62;开心网&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;renren-share&#34; title=&#34;人人网&#34;&#62;人人网&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;douban-share&#34; title=&#34;豆瓣&#34;&#62;豆瓣&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;sina-share&#34; title=&#34;新浪微博&#34;&#62;新浪微博&#60;/a&#62; &#60;a rel=&#34;nofollow&#34; id=&#34;netease-share&#34; [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
为了增加文章在类似读者群体中的关注度, 刚刚在博客添加了文章分享按钮.
</p>
<p><img class="sided" src="http://photo.tuhigh.com/pics/1044/1024/187252t1287902148368_o.png" alt="分享按钮" /></p>
<p>
网上能找到很多提供分享按钮功能的控件和插件, 但是往往功能过于强大. 大部分插件将分享, 收藏, 订阅等功能全集合与一身, 涵盖海内外几乎所有的相关服务. 其中一些提供了个性化设置, 可以筛选服务, 但是同样耗费了大量资源 (图片和代码); 还有一些插件隐藏了部分分享按钮, 以减少对页面空间的需求, 但同时交互形式却变得复杂. 所以我自己写了一段代码来实现这个功能, 现在分享一下.
</p>
<p>
<a rel="external" href="http://www.neoease.com/tutorials/add-share-buttons/">分享按钮 DEMO</a>
</p>
<p><span id="more-1584"></span></p>
<p>
<strong>HTML</strong>
</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;share&quot;</span>&gt;</span>
	Share on:
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;facebook-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Facebook&quot;</span>&gt;</span>Facebook<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;twitter-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Twitter&quot;</span>&gt;</span>Twitter<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;delicious-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Delicious&quot;</span>&gt;</span>Delicious<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;kaixin001-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;开心网&quot;</span>&gt;</span>开心网<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;renren-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;人人网&quot;</span>&gt;</span>人人网<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;douban-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;豆瓣&quot;</span>&gt;</span>豆瓣<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sina-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;新浪微博&quot;</span>&gt;</span>新浪微博<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;netease-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;网易微博&quot;</span>&gt;</span>网易微博<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nofollow&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;tencent-share&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;腾讯微博&quot;</span>&gt;</span>腾讯微博<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

<p>
<strong>CSS</strong>
</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#share</span><span style="color: #00AA00;">,</span><span style="color: #cc00cc;">#share</span> a<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">16px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span>inline-<span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>width<span style="color: #00AA00;">:</span><span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>height<span style="color: #00AA00;">:</span><span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>text-indent<span style="color: #00AA00;">:</span><span style="color: #933;">-999em</span><span style="color: #00AA00;">;</span>cursor<span style="color: #00AA00;">:</span><span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>margin-<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>background<span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">http://photo.tuhigh.com/pics/1044/1024/187252t1287897845550_o.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#facebook-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#twitter-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-16px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#delicious-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-32px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#kaixin001-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-48px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#renren-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-64px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#douban-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-80px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#sina-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-96px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#netease-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-112px</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#share</span> a<span style="color: #cc00cc;">#tencent-share</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background-position</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">-128px</span><span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>
<strong>JavaScript</strong>
</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> addListener<span style="color: #009900;">&#40;</span>node<span style="color: #339933;">,</span> type<span style="color: #339933;">,</span> listener<span style="color: #339933;">,</span> obj<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> param <span style="color: #339933;">=</span> obj <span style="color: #339933;">||</span> <span style="color: #009900;">&#123;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>node.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		node.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span>type<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>ev<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>listener<span style="color: #009900;">&#40;</span>ev<span style="color: #339933;">,</span> param<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span> <span style="color: #000066; font-weight: bold;">else</span> <span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span>node.<span style="color: #660066;">attachEvent</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		node<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'e'</span> <span style="color: #339933;">+</span> type <span style="color: #339933;">+</span> listener<span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> listener<span style="color: #339933;">;</span>
		node<span style="color: #009900;">&#91;</span>type <span style="color: #339933;">+</span> listener<span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			node<span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'e'</span> <span style="color: #339933;">+</span> type <span style="color: #339933;">+</span> listener<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#40;</span>window.<span style="color: #660066;">event</span><span style="color: #339933;">,</span> param<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
		node.<span style="color: #660066;">attachEvent</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'on'</span> <span style="color: #339933;">+</span> type<span style="color: #339933;">,</span> node<span style="color: #009900;">&#91;</span>type <span style="color: #339933;">+</span> listener<span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">true</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span>width<span style="color: #339933;">,</span> height<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'toolbar=0,status=0,resizable=1,width='</span> <span style="color: #339933;">+</span> width <span style="color: #339933;">+</span> <span style="color: #3366CC;">',height='</span> <span style="color: #339933;">+</span> height <span style="color: #339933;">+</span> <span style="color: #3366CC;">',left='</span><span style="color: #339933;">,</span><span style="color: #009900;">&#40;</span>screen.<span style="color: #660066;">width</span><span style="color: #339933;">-</span>width<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">2</span><span style="color: #339933;">,</span><span style="color: #3366CC;">',top='</span><span style="color: #339933;">,</span><span style="color: #009900;">&#40;</span>screen.<span style="color: #660066;">height</span><span style="color: #339933;">-</span>height<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">join</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> bindShareList<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> link <span style="color: #339933;">=</span> encodeURIComponent<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">location</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 文章链接</span>
	<span style="color: #003366; font-weight: bold;">var</span> title <span style="color: #339933;">=</span> encodeURIComponent<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">title</span>.<span style="color: #660066;">substring</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span><span style="color: #CC0000;">76</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 文章标题</span>
	<span style="color: #003366; font-weight: bold;">var</span> source <span style="color: #339933;">=</span> encodeURIComponent<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'网站名称'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 网站名称</span>
	<span style="color: #003366; font-weight: bold;">var</span> windowName <span style="color: #339933;">=</span> <span style="color: #3366CC;">'share'</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 子窗口别称</span>
	<span style="color: #003366; font-weight: bold;">var</span> site <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://www.example.com/'</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 网站链接</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'facebook-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://facebook.com/share.php?u='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;t='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">626</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">436</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'twitter-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://twitter.com/share?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;text='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">500</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">375</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'delicious-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://delicious.com/post?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">550</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">550</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'kaixin001-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://www.kaixin001.com/repaste/share.php?rurl='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;rcontent='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;rtitle='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">540</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">342</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'renren-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://share.renren.com/share/buttonshare?link='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">626</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">436</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'douban-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://www.douban.com/recommend/?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">450</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">350</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'sina-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://v.t.sina.com.cn/share/share.php?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">607</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">523</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'netease-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://t.163.com/article/user/checkLogin.do?link='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'source='</span> <span style="color: #339933;">+</span> source <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;info='</span><span style="color: #339933;">+</span> title <span style="color: #339933;">+</span> <span style="color: #3366CC;">' '</span> <span style="color: #339933;">+</span> link<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">642</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">468</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	addListener<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">getElementById</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'tencent-share'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">'click'</span><span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://v.t.qq.com/share/share.php?title='</span> <span style="color: #339933;">+</span> title <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;site='</span> <span style="color: #339933;">+</span> site<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">634</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">668</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
bindShareList<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>
<strong>jQuery</strong> (JavaScript 和 jQuery 代码任选其一)
</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span>width<span style="color: #339933;">,</span> height<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #009900;">&#91;</span><span style="color: #3366CC;">'toolbar=0,status=0,resizable=1,width='</span> <span style="color: #339933;">+</span> width <span style="color: #339933;">+</span> <span style="color: #3366CC;">',height='</span> <span style="color: #339933;">+</span> height <span style="color: #339933;">+</span> <span style="color: #3366CC;">',left='</span><span style="color: #339933;">,</span><span style="color: #009900;">&#40;</span>screen.<span style="color: #660066;">width</span><span style="color: #339933;">-</span>width<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">2</span><span style="color: #339933;">,</span><span style="color: #3366CC;">',top='</span><span style="color: #339933;">,</span><span style="color: #009900;">&#40;</span>screen.<span style="color: #660066;">height</span><span style="color: #339933;">-</span>height<span style="color: #009900;">&#41;</span><span style="color: #339933;">/</span><span style="color: #CC0000;">2</span><span style="color: #009900;">&#93;</span>.<span style="color: #660066;">join</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">''</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> bindShareList<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #003366; font-weight: bold;">var</span> link <span style="color: #339933;">=</span> encodeURIComponent<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">location</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 文章链接</span>
	<span style="color: #003366; font-weight: bold;">var</span> title <span style="color: #339933;">=</span> encodeURIComponent<span style="color: #009900;">&#40;</span>document.<span style="color: #660066;">title</span>.<span style="color: #660066;">substring</span><span style="color: #009900;">&#40;</span><span style="color: #CC0000;">0</span><span style="color: #339933;">,</span><span style="color: #CC0000;">76</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 文章标题</span>
	<span style="color: #003366; font-weight: bold;">var</span> source <span style="color: #339933;">=</span> encodeURIComponent<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'网站名称'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 网站名称</span>
	<span style="color: #003366; font-weight: bold;">var</span> windowName <span style="color: #339933;">=</span> <span style="color: #3366CC;">'share'</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 子窗口别称</span>
	<span style="color: #003366; font-weight: bold;">var</span> site <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://www.example.com/'</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 网站链接</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#facebook-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://facebook.com/share.php?u='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;t='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">626</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">436</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#twitter-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://twitter.com/share?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;text='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">500</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">375</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#delicious-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://delicious.com/post?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">550</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">550</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#kaixin001-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://www.kaixin001.com/repaste/share.php?rurl='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;rcontent='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;rtitle='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">540</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">342</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#renren-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://share.renren.com/share/buttonshare?link='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">626</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">436</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#douban-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://www.douban.com/recommend/?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">450</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">350</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#sina-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://v.t.sina.com.cn/share/share.php?url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;title='</span> <span style="color: #339933;">+</span> title<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">607</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">523</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#netease-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://t.163.com/article/user/checkLogin.do?link='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'source='</span> <span style="color: #339933;">+</span> source <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;info='</span><span style="color: #339933;">+</span> title <span style="color: #339933;">+</span> <span style="color: #3366CC;">' '</span> <span style="color: #339933;">+</span> link<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">642</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">468</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#tencent-share'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">click</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #003366; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> <span style="color: #3366CC;">'http://v.t.qq.com/share/share.php?title='</span> <span style="color: #339933;">+</span> title <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;url='</span> <span style="color: #339933;">+</span> link <span style="color: #339933;">+</span> <span style="color: #3366CC;">'&amp;site='</span> <span style="color: #339933;">+</span> site<span style="color: #339933;">;</span>
		<span style="color: #003366; font-weight: bold;">var</span> params <span style="color: #339933;">=</span> getParamsOfShareWindow<span style="color: #009900;">&#40;</span><span style="color: #CC0000;">634</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">668</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		window.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span>url<span style="color: #339933;">,</span> windowName<span style="color: #339933;">,</span> params<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
bindShareList<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>
这些分享按钮包括了社区转贴和微博推广两种类型, 因为某些服务的用户群体跟我的分享文章不匹配, 没有加进来, 要加入其他分享按钮的朋友请自行研究和添加.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1584" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/random-advertisements/" rel="bookmark">随机排序广告</a><!-- (8.1)--></li>
		<li><a href="http://www.neoease.com/egg-and-orange/" rel="bookmark">鸡蛋, 桔子</a><!-- (4.3)--></li>
		<li><a href="http://www.neoease.com/inove-13-released/" rel="bookmark">iNove 1.3 发布</a><!-- (3.5)--></li>
		<li><a href="http://www.neoease.com/blog-birthday-2/" rel="bookmark">Blog 两岁了!</a><!-- (2.7)--></li>
		<li><a href="http://www.neoease.com/who-touched-my-feed-reader/" rel="bookmark">谁动了我的订阅器</a><!-- (2.4)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/add-share-buttons/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>网瘾等于精神病?</title>
		<link>http://www.neoease.com/cyberbug-equal-psychopaths/</link>
		<comments>http://www.neoease.com/cyberbug-equal-psychopaths/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 14:06:05 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Jotting]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=789</guid>
		<description><![CDATA[近日, 我国首部《网络成瘾诊断标准》通过专家论证, 网络成瘾被正式纳入精神病诊断范畴. 忙乎了几天, 今日看看新闻, 没想到会有这么荒唐的事情. 这下不得了了, 此标准一出, 估计中国一下子多了好几千万的精神病, 各大高校也成为了众多精神病患者的集中地. 上瘾的事情谁都有过, 看电视会上瘾, 抽烟会上瘾, 工作也会上瘾. 这些都不是精神病的症状, 而是一种投入程度十分高的状态. 网瘾是网瘾, 不是病, 更不是精神病. 网瘾确实会一定程度的影响人们的正常生活, 如果专家们觉得有必要降低网瘾者数量, 我很赞同. 但并不应该用这样一种奇怪的定义让人们感到恐惧. 这是对网络妖魔化的行为. 网络上瘾者俗称网虫, 是过渡依赖和沉迷网络的人 (IT 工作者可以除外吧?). 上瘾率较高的是学生群体, 但他们也是最容易戒掉网瘾的. (我也沉迷过网络游戏, 玩游戏午夜不归那种) 只要找到下一个可以让自己专注的, 自然就会甩掉网瘾. 已经上瘾的朋友可以多去搞搞其他项目, 并从尝试中找到乐趣. 比如摄影, 打球, 参加社区活动等等, 其实泡妞也可以. 好吧, 下个结论吧. 某人 = ( 某人.认为 ( 网瘾等于精神病 ) ) ? 精神病患者 : 正常人; “修”人不贵乎? [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
近日, 我国首部《网络成瘾诊断标准》通过专家论证, <strong>网络成瘾被正式纳入精神病诊断范畴</strong>. 忙乎了几天, 今日看看新闻, 没想到会有这么荒唐的事情. 这下不得了了, 此标准一出, 估计中国一下子多了好几千万的精神病, 各大高校也成为了众多精神病患者的集中地.
</p>
<p>
上瘾的事情谁都有过, 看电视会上瘾, 抽烟会上瘾, 工作也会上瘾. 这些都不是精神病的症状, 而是一种投入程度十分高的状态. 网瘾是网瘾, 不是病, 更不是精神病. 网瘾确实会一定程度的影响人们的正常生活, 如果专家们觉得有必要降低网瘾者数量, 我很赞同. 但并不应该用这样一种奇怪的定义让人们感到恐惧. 这是对网络妖魔化的行为.
</p>
<p>
网络上瘾者俗称网虫, 是过渡依赖和沉迷网络的人 (IT 工作者可以除外吧?). 上瘾率较高的是学生群体, 但他们也是最容易戒掉网瘾的. (我也沉迷过网络游戏, 玩游戏午夜不归那种) 只要找到下一个可以让自己专注的, 自然就会甩掉网瘾. 已经上瘾的朋友可以多去搞搞其他项目, 并从尝试中找到乐趣. 比如摄影, 打球, 参加社区活动等等, 其实泡妞也可以.
</p>
<p>
好吧, 下个结论吧.<br />
<code>某人 = ( 某人.认为 ( 网瘾等于精神病 ) ) ? 精神病患者 : 正常人;</code></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=789" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/see-doctor-is-expensive/" rel="bookmark">“修”人不贵乎?</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/bare-chat-award-punishment/" rel="bookmark">全国首例因裸聊被判刑</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/obama-change-has-come-to-america/" rel="bookmark">奥巴马获胜演说的演讲稿与 MP3</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/egg-and-orange/" rel="bookmark">鸡蛋, 桔子</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/torch-relay-guangzhou/" rel="bookmark">再看圣火传递盛况</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/cyberbug-equal-psychopaths/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>鸡蛋, 桔子</title>
		<link>http://www.neoease.com/egg-and-orange/</link>
		<comments>http://www.neoease.com/egg-and-orange/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:43:04 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=780</guid>
		<description><![CDATA[这年头, 还有什么可以令人放心的? 自从牛奶发现三聚氰胺事件爆发后, 我就不敢喝奶了. 不料鸡蛋也含三聚氰胺, 早餐再少一个选择. 早餐营养少了, 想饭后吃个水果吧, 桔子也跟着生蛆. 俗话说:"病从口入", 打折送礼品也还是不敢买啊. 牛奶倒了, 鸡蛋撤了, 桔子埋了, 这些都没什么; 但民众惊了, 那就是人心茫茫了. 我希望, 也相信国家能将事情做好的. 今年多事, 我们应该记住 2008. 送图两个, 缅怀一下鸡蛋和桔子. 明天早餐喝奶! 国家地理杂志 2008 年度点击率最高 10 张图片 “修”人不贵乎? 我们不但盗版, 还窃取了他国态度! Linux 是防毒专家? 北京奥运: 缶阵 Copyright &#169; 2007-2010 NeoEase. All rights reserved. NeoEase.com &#124; Twitter &#124; 新浪微博 &#124; 豆瓣 &#124; 知乎<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
这年头, 还有什么可以令人放心的? 自从<strong>牛奶</strong>发现三聚氰胺事件爆发后, 我就不敢喝奶了. 不料<strong>鸡蛋</strong>也含三聚氰胺, 早餐再少一个选择. 早餐营养少了, 想饭后吃个水果吧, <strong>桔子</strong>也跟着生蛆. 俗话说:"病从口入", 打折送礼品也还是不敢买啊. 牛奶倒了, 鸡蛋撤了, 桔子埋了, 这些都没什么; 但民众惊了, 那就是人心茫茫了. 我希望, 也相信国家能将事情做好的. 今年多事, 我们应该记住 <strong>2008</strong>.
</p>
<p><span id="more-780"></span></p>
<p>
送图两个, 缅怀一下鸡蛋和桔子. 明天早餐喝奶!
</p>
<div>
<a href="http://justcreativedesign.com/wp-content/uploads/2008/03/photography/_Enjoy_your_breakfast__by_nocturnalMoTH.jpg" onclick="return hs.expand(this);" class="highslide-image"><img class="sided" style="height:180px;" src="http://justcreativedesign.com/wp-content/uploads/2008/03/photography/_Enjoy_your_breakfast__by_nocturnalMoTH.jpg" alt="鸡蛋" title="Click to enlarge" /></a><a href="http://img124.imageshack.us/img124/4634/oj3rdc7hk.jpg" onclick="return hs.expand(this);" class="highslide-image"><img class="sided" style="height:180px;margin-left:10px;" src="http://img124.imageshack.us/img124/4634/oj3rdc7hk.jpg" alt="桔子" title="Click to enlarge" /></a>
</div>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=780" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/national-geographic-most-viewed-2008/" rel="bookmark">国家地理杂志 2008 年度点击率最高 10 张图片</a><!-- (4.3)--></li>
		<li><a href="http://www.neoease.com/see-doctor-is-expensive/" rel="bookmark">“修”人不贵乎?</a><!-- (3.8)--></li>
		<li><a href="http://www.neoease.com/chinese-do-not-only-copy-products-they-steal-attitudes/" rel="bookmark">我们不但盗版, 还窃取了他国态度!</a><!-- (3.6)--></li>
		<li><a href="http://www.neoease.com/anti-virus-software-is-dead-use-linux/" rel="bookmark">Linux 是防毒专家?</a><!-- (2.9)--></li>
		<li><a href="http://www.neoease.com/beijing2008-fou/" rel="bookmark">北京奥运: 缶阵</a><!-- (2.8)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/egg-and-orange/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>未成年人不得擅见网友</title>
		<link>http://www.neoease.com/teenages-dont-touch/</link>
		<comments>http://www.neoease.com/teenages-dont-touch/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 02:40:43 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=291</guid>
		<description><![CDATA[广东拟定青少年上网条例, 未经同意不得擅见网友. 其中也包括了 "未成年人不得沉迷网络与电子游戏" 的规定. 看了一些相关文章, 觉得这事儿太无厘头了. 我知道政府的用意, 但这样的规定能实行吗? 一小女生要去见网友难道还会特意去告诉父母? 一小伙去玩网络游戏的也绝对不会, 难道说: "妈, 今晚我们团队要攻城, 会晚点回来." 吾虽不才, 也有幸念过中学... 叛逆的初中生会乱赶潮流, 怎么取决还需环境决定, 需要社会引导, 而不是老师. 而苦闷的高中总想找些课外活动, 选择球场, 选择小说, 还是选择电子游戏不是出了相关规定就可以改变的. 别以为你不准他玩游戏机他就会爱上做题. 现在定些这样的规则有用吗? 人家都不参与你这游戏, 这规则有什么约束力? 与其搞些这么灵活的规定, 倒不如研究一下为什么很多学生会沉迷网络. 现在很多人眼中的网络是时尚, 是娱乐. 就算是百度, 为了符合国情, 也对娱乐方面的权重提高一些. 为什么会这样, 相信很多人都有自己的理解. 在上世纪 90 年代, 很多人都有计算机了, 但他们只当计算机是游戏机, 可见这不是一下这冒出来的, 你也别想一下子将它切掉. 怎么引导民众, 怎么将这个大得无边的 "娱乐场所" 转型成为一个 "藏经阁" 是摆在政府很难处理, 但必须处理的问题. 最后, 八卦一下. 你见过网友吗? [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
广东拟定青少年上网条例, 未经同意不得擅见网友. 其中也包括了 "未成年人不得沉迷网络与电子游戏" 的规定. 看了一些相关文章, 觉得这事儿太无厘头了.
</p>
<p>
我知道政府的用意, 但这样的规定能实行吗? 一小女生要去见网友难道还会特意去告诉父母? 一小伙去玩网络游戏的也绝对不会, 难道说: "妈, 今晚我们团队要攻城, 会晚点回来."
</p>
<p>
吾虽不才, 也有幸念过中学...<br />
叛逆的初中生会乱赶潮流, 怎么取决还需环境决定, 需要社会引导, 而不是老师.<br />
而苦闷的高中总想找些课外活动, 选择球场, 选择小说, 还是选择电子游戏不是出了相关规定就可以改变的. 别以为你不准他玩游戏机他就会爱上做题.<br />
现在定些这样的规则有用吗? 人家都不参与你这游戏, 这规则有什么约束力?
</p>
<p>
与其搞些这么灵活的规定, 倒不如研究一下为什么很多学生会沉迷网络. 现在很多人眼中的网络是时尚, 是娱乐. 就算是百度, 为了符合国情, 也对娱乐方面的权重提高一些. 为什么会这样, 相信很多人都有自己的理解. 在上世纪 90 年代, 很多人都有计算机了, 但他们只当计算机是游戏机, 可见这不是一下这冒出来的, 你也别想一下子将它切掉. 怎么引导民众, 怎么将这个大得无边的 "娱乐场所" 转型成为一个 "藏经阁" 是摆在政府很难处理, 但必须处理的问题.
</p>
<p>
最后, 八卦一下. 你见过网友吗? 同性还是异性? 偶遇的还是相约的? <img src='http://www.neoease.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=291" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/see-doctor-is-expensive/" rel="bookmark">“修”人不贵乎?</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/sichuan-maid-coffee-shop/" rel="bookmark">四川女仆咖啡店</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/bare-chat-award-punishment/" rel="bookmark">全国首例因裸聊被判刑</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/the-penalties-in-school/" rel="bookmark">罚款不如体罚</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/cyberbug-equal-psychopaths/" rel="bookmark">网瘾等于精神病?</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/teenages-dont-touch/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>再看圣火传递盛况</title>
		<link>http://www.neoease.com/torch-relay-guangzhou/</link>
		<comments>http://www.neoease.com/torch-relay-guangzhou/#comments</comments>
		<pubDate>Mon, 12 May 2008 14:26:15 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Olympic]]></category>
		<category><![CDATA[Guangzhou]]></category>
		<category><![CDATA[Jotting]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Society]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=176</guid>
		<description><![CDATA[圣火走过广州, 带来了全城欢腾的热情高涨, 也暴露了部分民众的素质低下. 与官方公布的图片不一样, 网上流传了另一个版本迎奥运的盛况. 圣火传递正在考验国民的素质. 01. 几百年前就有人说:"吾尝跂而望矣, 不如登高之博见也." 02. 每天西装革屡, 不停往上爬. 今日抱树一棵, 更渴望往上爬. 03. 小树一人爬, 大树一起上. 不管它能承多少, 直到它枝弯树折. 04. 哪怕只是高出一点, 往上踏就能望得更远. 05. 舞台无处不在, 站这还真有点悬空的感觉. 06. 带来了激情, 却带不来文明. 带走了心情, 却带不走邋遢. 奥运来了, Are you ready? 圣火广州传 用 CSS 背景属性代替图片 SRC 我们不但盗版, 还窃取了他国态度! 放水, 只是工具有所不同 网瘾等于精神病? Copyright &#169; 2007-2010 NeoEase. All rights reserved. NeoEase.com &#124; Twitter &#124; [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
圣火走过广州, 带来了全城欢腾的热情高涨, 也暴露了部分民众的素质低下. 与官方公布的图片不一样, 网上流传了另一个版本迎奥运的盛况. 圣火传递正在考验国民的素质.
</p>
<p><span id="more-176"></span></p>
<p>
01. 几百年前就有人说:"吾尝跂而望矣, 不如登高之博见也."
</p>
<p>
<img class="sided" src="http://farm4.static.flickr.com/3158/2481899999_5a002849d7.jpg" alt="" />
</p>
<p>
02. 每天西装革屡, 不停往上爬. 今日抱树一棵, 更渴望往上爬.
</p>
<p>
<img class="sided" src="http://farm4.static.flickr.com/3024/2481900377_c057257046.jpg" alt="" />
</p>
<p>
03. 小树一人爬, 大树一起上. 不管它能承多少, 直到它枝弯树折.
</p>
<p>
<img class="sided" src="http://farm3.static.flickr.com/2107/2481899737_d3dc0afa42.jpg" alt="" />
</p>
<p>
04. 哪怕只是高出一点, 往上踏就能望得更远.
</p>
<p>
<img class="sided" src="http://farm4.static.flickr.com/3052/2481900699_84762fb791.jpg" alt="" />
</p>
<p>
05. 舞台无处不在, 站这还真有点悬空的感觉.
</p>
<p>
<img class="sided" src="http://farm3.static.flickr.com/2389/2482713124_16bd7b1231.jpg" alt="" />
</p>
<p>
06. 带来了激情, 却带不来文明. 带走了心情, 却带不走邋遢.
</p>
<p>
<img class="sided" src="http://farm4.static.flickr.com/3169/2481899269_ecf535861e.jpg" alt="" />
</p>
<p>
奥运来了, Are you ready?</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=176" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/share-the-dream-in-guangzhou/" rel="bookmark">圣火广州传</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/img-src-to-css-background/" rel="bookmark">用 CSS 背景属性代替图片 SRC</a><!-- (2.4)--></li>
		<li><a href="http://www.neoease.com/chinese-do-not-only-copy-products-they-steal-attitudes/" rel="bookmark">我们不但盗版, 还窃取了他国态度!</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/pass-water-sculptures/" rel="bookmark">放水, 只是工具有所不同</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/cyberbug-equal-psychopaths/" rel="bookmark">网瘾等于精神病?</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/torch-relay-guangzhou/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>罚款不如体罚</title>
		<link>http://www.neoease.com/the-penalties-in-school/</link>
		<comments>http://www.neoease.com/the-penalties-in-school/#comments</comments>
		<pubDate>Mon, 05 May 2008 16:59:53 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=168</guid>
		<description><![CDATA[最近有新闻报道, 某学校出台 "新政", 对外出上网的学生罚款, 对上学迟到的学生罚款, 对上课开小差的学生罚款, 并美其名曰: "爱心捐款". 先不追究 "捐款" 去向, 那并不是我关心的问题, 这年头不知去向的银子多着呢... [话题一转] 想当年, 我们被打手心, 抽大腿, 罚站, 罚抄, 罚扫操场, 还真没见过被罚钱的. 没想到为了贯彻 "不体罚学生" 的宗旨, 某些学校已 "和谐" 到这种程度了. 不知道这是可悲还是可笑, 或者哭笑不得. 我并不是赞成学生泡网吧, 上课迟到, 课堂开小差, 但这处罚方式太有问题了. 人犯错误那是不可避免的, 处罚是为了让他不要再犯同样的错误. 对教训的深入理解应该与付出的代价会成正比, 但错误的代价是用什么来衡量的呢? 用时间? 用金钱? 还是用切肤之痛? "切肤之痛" 或许已经不合时宜了, 一是教师不应该打骂学生, 二是小孩子忘记痛楚的能力相当强, 三是家长们有可能无理取闹 (孩子被打, 父母也有 "切心之痛"). 那就说说时间和金钱吧. 虽说 "时间=金钱", 但时间和金钱的作用和效果是不一样的, 金钱对于经济水平不一样的人, 其代价程度是完全不一样的. 比如: [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
最近有新闻报道, 某学校出台 "新政", 对外出上网的学生罚款, 对上学迟到的学生罚款, 对上课开小差的学生罚款, 并美其名曰: "爱心捐款".
</p>
<p>
先不追究 "捐款" 去向, 那并不是我关心的问题, 这年头不知去向的银子多着呢...<br />
[话题一转] 想当年, 我们被打手心, 抽大腿, 罚站, 罚抄, 罚扫操场, 还真没见过被罚钱的. 没想到为了贯彻 "不体罚学生" 的宗旨, 某些学校已 "和谐" 到这种程度了. 不知道这是可悲还是可笑, 或者哭笑不得.
</p>
<p><span id="more-168"></span></p>
<p>
我并不是赞成学生泡网吧, 上课迟到, 课堂开小差, 但这处罚方式太有问题了. 人犯错误那是不可避免的, 处罚是为了让他不要再犯同样的错误. 对教训的深入理解应该与付出的代价会成正比, 但错误的代价是用什么来衡量的呢? 用时间? 用金钱? 还是用切肤之痛?
</p>
<p>
"切肤之痛" 或许已经不合时宜了, 一是教师不应该打骂学生, 二是小孩子忘记痛楚的能力相当强, 三是家长们有可能无理取闹 (孩子被打, 父母也有 "切心之痛"). 那就说说时间和金钱吧.<br />
虽说 "时间=金钱", 但时间和金钱的作用和效果是不一样的, 金钱对于经济水平不一样的人, 其代价程度是完全不一样的. 比如: 我们家乡骑摩托车冲红灯得罚款 200. 我冲一次罚两百, 那我就损失了一两天的劳动成果, 十分不情愿; 但一富有的老板冲一次也罚两百, 这损失对于他来说可能只是蝇头小财, 无所谓.<br />
(对于 "交通罚款是否应该取消, 而改行社会服务处罚?" 已经是我心中埋藏已久的话题, 但国家有国家的难处, 只能说我们国家还未发展到那种程度, 发展中国家嘛... 以后另行开贴讨论!)
</p>
<p>
学校除了招收高价生 (也称异价生或择校生) 外, 还来些这样的罚款, 能不叫人恶心吗? 这种罚款可能会让一些学生记住了教训, 但同时也会滋生了更多的拜金情绪, 利弊难分啊...
</p>
<p>
学生犯错, 不罚不行, 但可故技重用. 广东有句话经常被提起, 叫 "窍唔怕旧, 至紧要受", 意思是说, 不在乎方法有多老, 只要能起到好的效果就行了. 为什么不用老的一套, 去其糟粕, 取其精华.<br />
现在的校园处罚也一样, 体罚怎么了? 不打学生就行了. 罚抄, 罚洗厕所任君选择, 只要有积极的意义就行了. 罚抄除了熟悉课文还可以练练字, 还可以补补现在学生只认键盘不认字的坏习惯; 罚洗厕所是为人民服务, 没有人敢反对. 罚站, 罚蹲, 罚面壁思过就免了. 老师不应该试图抹杀学生的活力, 而是要想办法将它转移到积极的方面.
</p>
<p>
我不是教育工作者, 不敢对教育事业评头论足; 但我是一个社会人, 不可能不去关心祖国的未来.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=168" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/cyberbug-equal-psychopaths/" rel="bookmark">网瘾等于精神病?</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/egg-and-orange/" rel="bookmark">鸡蛋, 桔子</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/teenages-dont-touch/" rel="bookmark">未成年人不得擅见网友</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/bare-chat-award-punishment/" rel="bookmark">全国首例因裸聊被判刑</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/sichuan-maid-coffee-shop/" rel="bookmark">四川女仆咖啡店</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/the-penalties-in-school/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>全国首例因裸聊被判刑</title>
		<link>http://www.neoease.com/bare-chat-award-punishment/</link>
		<comments>http://www.neoease.com/bare-chat-award-punishment/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 14:02:53 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=127</guid>
		<description><![CDATA[近日, 女子方某成为全国首位因裸聊被判有罪的人. 以 "传播淫秽物品牟利罪" 被一审判处有期徒刑 6 个月, 缓期 1 年, 并罚金 5000 元人民币. 而导致女子被捕的原因是, 她的一位 "观众" 看了表演后对服务不满, 于是向警方举报. 案件中更为荒唐的是, 由于涉及面广, 社会危害大, 经过"多次探讨和研究", 检察院最终决定以 "传播淫秽物品牟利罪" 起诉方某, 这判决是不是有点牵强了? 由此案件足以见得, 我国在计算机网络方面存在很大的法律空洞. 网络法律的空白让执法人员举步维艰; 也让判决模棱两可, 难以服众. 裸聊究竟算不算犯法? 如果单纯的裸聊, 应该只是道德观念的问题, 不触及法律. 像最近很火的自拍女白领, 人家有这兴趣, 自愿的你管得着吗? 但如果以裸聊作为一种服务向社会提供, 并以此牟取利益, 那就算卖淫了吧. 卖淫算不算犯法? 就因为法律的空白, 所以有了 "多次探讨和研究". 而只是因为方某生意火红, 遍布大江南北 22 个省份, 法院才决定给予定罪. 那么只是偶尔 one on one 的裸聊就不算犯法吗? [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
近日, 女子方某成为全国首位因裸聊被判有罪的人. 以 "传播淫秽物品牟利罪" 被一审判处有期徒刑 6 个月, 缓期 1 年, 并罚金 5000 元人民币. 而导致女子被捕的原因是, 她的一位 "观众" 看了表演后对服务不满, 于是向警方举报.
</p>
<p>
案件中更为荒唐的是, 由于涉及面广, 社会危害大, 经过"多次探讨和研究", 检察院最终决定以 "传播淫秽物品牟利罪" 起诉方某, 这判决是不是有点牵强了?<br />
由此案件足以见得, 我国在计算机网络方面存在很大的法律空洞. 网络法律的空白让执法人员举步维艰; 也让判决模棱两可, 难以服众.
</p>
<p>
裸聊究竟算不算犯法?<br />
如果单纯的裸聊, 应该只是道德观念的问题, 不触及法律. 像最近很火的自拍女白领, 人家有这兴趣, 自愿的你管得着吗?<br />
但如果以裸聊作为一种服务向社会提供, 并以此牟取利益, 那就算卖淫了吧. 卖淫算不算犯法?<br />
就因为法律的空白, 所以有了 "多次探讨和研究". 而只是因为方某生意火红, 遍布大江南北 22 个省份, 法院才决定给予定罪. 那么只是偶尔 one on one 的裸聊就不算犯法吗?</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=127" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/see-doctor-is-expensive/" rel="bookmark">“修”人不贵乎?</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/cyberbug-equal-psychopaths/" rel="bookmark">网瘾等于精神病?</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/the-penalties-in-school/" rel="bookmark">罚款不如体罚</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/sichuan-maid-coffee-shop/" rel="bookmark">四川女仆咖啡店</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/bestow-for-daling/" rel="bookmark">留宿异性久已, 今欲杀鸡儆猴?</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/bare-chat-award-punishment/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>四川女仆咖啡店</title>
		<link>http://www.neoease.com/sichuan-maid-coffee-shop/</link>
		<comments>http://www.neoease.com/sichuan-maid-coffee-shop/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 02:08:45 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=93</guid>
		<description><![CDATA[据说前不久在四川开了一家以日本女仆为主题的咖啡店. 店内服务生都是戴头巾, 身穿女仆装的年轻女生. 入门不是 "欢迎光临", 而曰 "お帰りなさいませ、ご主人様 (欢迎回来, 主人)". 店主搞噱头惹争议, 但声称 "本店之意不在女仆, 而在于动漫", 是给动漫发烧友提供的聚会交流场所. 专家认为多元化不可避免, 但需注意道德观念, "女仆" 一词欠妥. 女仆咖啡最早于 2001 年出现在日本秋叶原, 是因为这里是御宅男 (迷恋动漫和电子游戏者) 的大本营. 现在已经发展到数十家, 顾客也已不仅仅是御宅男, 还有慕名而来的游客. 在中国大陆, 大众能够接受女仆文化吗? 需要这种服务吗? 小店顾客爆满? 是人们已经接受了, 抑或只是在人们出于好奇心的昙花一现? 四川来的同事都说 "四川美女多", 看来不假呀. IE6 必死 鸡蛋, 桔子 “修”人不贵乎? 全国首例因裸聊被判刑 罚款不如体罚 Copyright &#169; 2007-2010 NeoEase. All rights reserved. NeoEase.com &#124; Twitter &#124; 新浪微博 [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<p>
据说前不久在四川开了一家以日本女仆为主题的咖啡店. 店内服务生都是戴头巾, 身穿女仆装的年轻女生. 入门不是 "欢迎光临", 而曰 "お帰りなさいませ、ご主人様 (欢迎回来, 主人)".<br />
店主搞噱头惹争议, 但声称 "本店之意不在女仆, 而在于动漫", 是给动漫发烧友提供的聚会交流场所.<br />
专家认为多元化不可避免, 但需注意道德观念, "女仆" 一词欠妥.
</p>
<p>
<img class="sided" src="http://farm3.static.flickr.com/2063/2302772529_788ed6bcb1_o.jpg" alt="女仆咖啡店" />
</p>
<p>
女仆咖啡最早于 2001 年出现在日本秋叶原, 是因为这里是御宅男 (迷恋动漫和电子游戏者) 的大本营. 现在已经发展到数十家, 顾客也已不仅仅是御宅男, 还有慕名而来的游客.<br />
在中国大陆, 大众能够接受女仆文化吗? 需要这种服务吗?<br />
小店顾客爆满? 是人们已经接受了, 抑或只是在人们出于好奇心的昙花一现?
</p>
<p>
四川来的同事都说 "四川美女多", 看来不假呀.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=93" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/ie6-must-die/" rel="bookmark">IE6 必死</a><!-- (2.9)--></li>
		<li><a href="http://www.neoease.com/egg-and-orange/" rel="bookmark">鸡蛋, 桔子</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/see-doctor-is-expensive/" rel="bookmark">“修”人不贵乎?</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/bare-chat-award-punishment/" rel="bookmark">全国首例因裸聊被判刑</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/the-penalties-in-school/" rel="bookmark">罚款不如体罚</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/sichuan-maid-coffee-shop/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>“修”人不贵乎?</title>
		<link>http://www.neoease.com/see-doctor-is-expensive/</link>
		<comments>http://www.neoease.com/see-doctor-is-expensive/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 16:32:59 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Society]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=78</guid>
		<description><![CDATA[“是对生命的不够尊重，才会觉得看病贵。修一辆车换一个零件都要花几千元钱，何况‘修’一个人？”昨日下午，在政协分组讨论会上，市政委委员、市卫生局副局长曾其毅如是说。对此，很多委员表示难以认同。 ...... 修车比“修”人贵多了 我走遍全世界，看病最不难是中国，看病最不贵是中国”，曾其毅说，“老百姓老要自己掏钱看病，所以觉得贵，但出不起不等于贵。国外是互助共济，通过保险来完善医疗保障，而中国没有这个制度。其实，请一个国家一级专家看病挂号才7元钱，这些钱要支付挂号处、收费处、专家、各种设施等各个方面的费用，根本不贵。”...... 更多请访问新华网... 广州市卫生局一副局长对比修车与 "修" 人，认为看病最不贵是中国... 看到这我就有揍人的冲动了, 这是人话吗? 这位同志以修车和看病相提并论, 并认为大家认为看病贵是因为对生命的不尊重, 实在让人哭笑不得. 俗话说, 健康就是财富. 每逢过节, 老人家迷信, 会对着神台哼上几句只有神才能听懂的话, 再为亲友祈求好运气, 而一般 "身体健康" 都被放在第一句. 得个小病, 往医院跑一趟. 医生说:"没什么事, 开点药给你吃就好了." 真治病的就几颗小丸, 却开了一堆保健药, 能不贵吗? 局长说, 挂个号就几块, 但这药费... 哼哼~ 一个农民, 年均收入才几千, 随便看个病就 3 位数了, 看个大病就倾家荡产了. 这些都不能说明看病贵吗? 那英唱, 白天不懂夜的黑; 阿拉说, 富人不知穷的苦. 全国首例因裸聊被判刑 网瘾等于精神病? 四川女仆咖啡店 留宿异性久已, 今欲杀鸡儆猴? 珊瑚虫一审有罪 Copyright &#169; 2007-2010 NeoEase. All [...]<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></description>
			<content:encoded><![CDATA[<div>
<img class="sided" src="http://news.xinhuanet.com/politics/2008-02/19/xinsrc_1420205191708421149794.jpg" alt="image" />
</div>
<p><span id="more-78"></span></p>
<blockquote><p>
“是对生命的不够尊重，才会觉得看病贵。修一辆车换一个零件都要花几千元钱，何况‘修’一个人？”昨日下午，在政协分组讨论会上，市政委委员、市卫生局副局长曾其毅如是说。对此，很多委员表示难以认同。<br />
......<br />
<strong>修车比“修”人贵多了</strong><br />
我走遍全世界，看病最不难是中国，看病最不贵是中国”，曾其毅说，“老百姓老要自己掏钱看病，所以觉得贵，但出不起不等于贵。国外是互助共济，通过保险来完善医疗保障，而中国没有这个制度。其实，请一个国家一级专家看病挂号才7元钱，这些钱要支付挂号处、收费处、专家、各种设施等各个方面的费用，根本不贵。”......<br />
<a href="http://news.xinhuanet.com/politics/2008-02/19/content_7631967.htm">更多请访问新华网...</a>
</p></blockquote>
<p>
广州市卫生局一副局长对比修车与 "修" 人，认为看病最不贵是中国...<br />
看到这我就有揍人的冲动了, 这是人话吗?<br />
这位同志以修车和看病相提并论, 并认为大家认为看病贵是因为对生命的不尊重, 实在让人哭笑不得.
</p>
<p>
俗话说, 健康就是财富.<br />
每逢过节, 老人家迷信, 会对着神台哼上几句只有神才能听懂的话, 再为亲友祈求好运气, 而一般 "身体健康" 都被放在第一句.<br />
得个小病, 往医院跑一趟. 医生说:"没什么事, 开点药给你吃就好了." 真治病的就几颗小丸, 却开了一堆保健药, 能不贵吗? 局长说, 挂个号就几块, 但这药费... 哼哼~<br />
一个农民, 年均收入才几千, 随便看个病就 3 位数了, 看个大病就倾家荡产了.<br />
这些都不能说明看病贵吗?
</p>
<p>
那英唱, 白天不懂夜的黑;<br />
阿拉说, 富人不知穷的苦.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=78" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/bare-chat-award-punishment/" rel="bookmark">全国首例因裸聊被判刑</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/cyberbug-equal-psychopaths/" rel="bookmark">网瘾等于精神病?</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/sichuan-maid-coffee-shop/" rel="bookmark">四川女仆咖啡店</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/bestow-for-daling/" rel="bookmark">留宿异性久已, 今欲杀鸡儆猴?</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/coralqq-award-punishment/" rel="bookmark">珊瑚虫一审有罪</a><!-- (2)--></li>
	</ul>
<p><hr color="#E0E0E0" />
<div>
Copyright &copy; 2007-2010 NeoEase. All rights reserved.<br />
<a href="http://www.neoease.com" target="_blank">NeoEase.com</a> | <a target="_blank" href="http://twitter.com/mg12" rel="nofollow">Twitter</a> | <a target="_blank" href="http://weibo.com/mg12" rel="nofollow">新浪微博</a> | <a target="_blank" href="http://www.douban.com/people/mg12" rel="nofollow">豆瓣</a> | <a target="_blank" href="http://www.zhihu.com/people/mg12" rel="nofollow">知乎</a>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.neoease.com/see-doctor-is-expensive/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

