<?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; Website</title>
	<atom:link href="http://www.neoease.com/tag/website/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/move-website-to-an-new-web-host/</link>
		<comments>http://www.neoease.com/move-website-to-an-new-web-host/#comments</comments>
		<pubDate>Tue, 03 May 2011 03:00:27 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Move]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=1904</guid>
		<description><![CDATA[MT 升级, 跟风换了新的服务器. 终于在今天我迁移博客了, 顺便记录了过程中的注意事项和迁移步骤, 方便自己以后使用. 你是否也苦恼过网站迁移不知从何开始, 评论丢失, 迁移过程中被捣乱, ...? 只要按照某些流程去做, 不会发生那样的问题, 下面我将自己的方法简单说明一下, 希望对各位站长也有所帮助. 网站迁移准备 进行网站迁移前, 你必须了解以下一些信息. 老服务器的 IP, 使用 FTP 帐号及密码. 访问数据库的 IP, 帐号及密码. (一般数据库和文件服务器在一台机器上, WordPress 的 wp-config.php 文件中可以找到帐号和密码.) 修改域名 DNS 的帐号及密码. 新服务器的 IP, 使用 FTP 帐号及密码, 创建和更新服务器的权限. (如果使用外部数据库, 可以使用不支持数据库的服务器.) 网站迁移步骤 下面我将 step by step 地讲解整个迁移的流程. 1. 将服务器上的文件打包, 下载 一般来说, 除了自动生成的静态文件和数据库备份, 服务器上的文件是不因用户活动变化的内容. 我们可以先将这些文件备份下来. 如果你的服务器支持 [...]<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>
MT 升级, 跟风换了新的服务器. 终于在今天我<strong>迁移博客</strong>了, 顺便记录了过程中的注意事项和迁移步骤, 方便自己以后使用.
</p>
<p>
你是否也苦恼过<strong>网站迁移</strong>不知从何开始, 评论丢失, 迁移过程中被捣乱, ...? 只要按照某些流程去做, 不会发生那样的问题, 下面我将自己的方法简单说明一下, 希望对各位站长也有所帮助.
</p>
<p><span id="more-1904"></span></p>
<h3>网站迁移准备</h3>
<p>
进行网站迁移前, 你必须了解以下一些信息.
</p>
<ul>
<li>老服务器的 IP, 使用 FTP 帐号及密码.</li>
<li>访问数据库的 IP, 帐号及密码. (一般数据库和文件服务器在一台机器上, WordPress 的 wp-config.php 文件中可以找到帐号和密码.)</li>
<li>修改域名 DNS 的帐号及密码.</li>
<li>新服务器的 IP, 使用 FTP 帐号及密码, 创建和更新服务器的权限. (如果使用外部数据库, 可以使用不支持数据库的服务器.)</li>
</ul>
<h3>网站迁移步骤</h3>
<p>
下面我将 step by step 地讲解整个迁移的流程.
</p>
<p>
<strong>1. 将服务器上的文件打包, 下载</strong>
</p>
<p>
一般来说, 除了自动生成的静态文件和数据库备份, 服务器上的文件是不因用户活动变化的内容. 我们可以先将这些文件备份下来.
</p>
<p>
如果你的服务器支持 SSH, 建议将文件拷贝到 private (不对外开放访问权限) 的目录, 进行压缩后再通过 FTP 下载到本地, 可以节省很多时间.
</p>
<p>
建议将文件再备份一份到本机.
</p>
<p>
<strong>2. 将文件上传到服务器, 并解压</strong>
</p>
<p>
既然文件是固定不变的, 我们可以最先将这些文件上传到新的服务器上.
</p>
<p>
如果你的新服务器支持 SSH, 可以将备份上传再进行解压.
</p>
<p>
<strong>3. 停止用户行为</strong>
</p>
<p>
后面要迁移网站数据, 需要停止网站上一切可以修改数据的活动, 包括注册, 评论, trackback 等.
</p>
<p>
如果你不能明确哪些行为会改变网站的数据, 那可以制作一个提示页面, 将它替换为所有页面的跳转目标, 相当于停机维护. 我就是这样做的, 我的网站没有营销压力, 而且我可以快速切换服务器. 对我来说, 这样做成本比较低.
</p>
<p>
<img class="sided" src="http://farm6.static.flickr.com/5190/5683318334_3425ed4e19.jpg" alt="" />
</p>
<p>
<strong>4. 备份网站数据</strong>
</p>
<p>
对老服务器对应的进行备份. (如果使用外部数据库, 无需进行备份和还原.)
</p>
<p>
建议将数据再备份一份到本机.
</p>
<p>
<strong>5. 将数据还原到新服务器上</strong>
</p>
<p>
一般 PHP 服务器不支持命令行操作数据库, 而会提供 phpMyAdmin 操作数据库. 上传的数据文件不能操作 2M. 如果你的数据文件大小超标, 可以在文件内容切割成多个文件, 压缩成 zip 再进行上传导入.
</p>
<p>
<strong>6. 测试新服务器上的效果</strong>
</p>
<p>
通过文件和数据的还原, 其实服务已经搭建好了, 只差开通入口 (域名指向). 在开放入口之前, 可以通过修改 hosts 进行预先测试.
</p>
<p>
在本机的 hosts 文件中, 将域名绑定新的服务器地址. hosts 文件的路径如下.<br />
Windows: <i>C:\Windows\System32\drivers\etc\hosts</i><br />
Linux: <i>/etc/hosts</i>
</p>
<p>
修改并保存后, 重新打开浏览器并通过域名访问网站即可. 如还有关于修改 hosts 的疑问, 可以 Google 或百度查看相关教程.
</p>
<p>
<strong>7. 修改 DNS (域名服务器) 记录</strong>
</p>
<p>
在上步测试中没发现异常, 即可修改 DNS 的 A 记录, 将原指向老服务器 IP 的内容修改成指向新的服务器 IP.
</p>
<p>
接下来就是等待 DNS 记录生效, 或许立即可用, 或许需要等待数小时, 根据域名服务器的性能而定.
</p>
<p>
<strong>8. 删除老服务器上文件和数据</strong>
</p>
<p>
待 DNS 生效. (建议别干等, 放几天不管好了.)
</p>
<p>
找到老服务器上文件根目录, 在 FTP 上删除整个目录, 或者在 SSH 上用 rm * -rf 命令进行删除.
</p>
<p>
访问老服务器上数据库, 使用 DROP DATABASE '{你使用的数据库名称}' 删除整个数据库.
</p>
<h3>备注</h3>
<p>
上述第 3 步进行了停机维护或者中止用户行为, 对网站来说体验并不是很好, 但直接, 方便. 如果你的网站时时刻刻都很有价值, 可以不做这一步骤, 而在所有部署都完成后, 将这段时间在旧的数据库上产生的数据 merge 到新的数据库中. (需要对数据库操作比较熟练才能操作.)
</p>
<p>
记得以前我写过一篇<a href="http://www.neoease.com/update-wordpress-manually/">《手动升级 WordPress 的步骤》</a>, 记录了我手动升级博客的流程, 有兴趣的同学也可前去看看.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1904" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/change-header-color-of-inove/" rel="bookmark">Change Header Color of iNove</a><!-- (5.1)--></li>
		<li><a href="http://www.neoease.com/google-blog-converters-appengine/" rel="bookmark">Google 帮你的博客搬家</a><!-- (4.5)--></li>
		<li><a href="http://www.neoease.com/use-image-title-in-inove/" rel="bookmark">Use Image Title in iNove</a><!-- (4.1)--></li>
		<li><a href="http://www.neoease.com/googlecn-toolbar/" rel="bookmark">Google.cn 的首页工具栏</a><!-- (4)--></li>
		<li><a href="http://www.neoease.com/google-10th-birthday/" rel="bookmark">Google 10周年时间轴</a><!-- (3.9)--></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/move-website-to-an-new-web-host/feed/</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>发放图海 VIP 邀请码</title>
		<link>http://www.neoease.com/tuhigh-vip-invite-code/</link>
		<comments>http://www.neoease.com/tuhigh-vip-invite-code/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 16:03:12 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Tool]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Invite Code]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[VIP]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=1801</guid>
		<description><![CDATA[图海是一个图片存储和分享网站, 类似国外著名的 Flickr 和在国内一度风光无限的 Yupoo. 图海的页面虽然界面设计不给力, 甚至我一度觉得这界面愧为一个图片分享网站, 但它的功能却是比较全面的. 它有能设置标签和相册, 有评论功能, 支持群组 (相当于兴趣小组, Flickr 也有该功能), 生成尺寸图片, 支持外链, 甚至提供冲印服务. 图海 VIP 与普通会员有何区别? 前面说了很多图海的功能特点. 然而, 图海对普通会员的功能做了很多限制, 与 VIP 会员相比, 功能区分如下表: 类型 普通用户 邀请 VIP 用户 付费 VIP 用户 价格 (年) 无 无 ￥120 月上传流量 60MB 1GB 3GB 相册空间 不限 不限 不限 月外链流量 512MB 2GB 8GB 上传图片大小限制 10MB 10MB [...]<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>
<a rel="external" href="http://www.tuhigh.com">图海</a>是一个图片存储和分享网站, 类似国外著名的 Flickr 和在国内一度风光无限的 Yupoo. 图海的页面虽然界面设计不给力, 甚至我一度觉得这界面愧为一个图片分享网站, 但它的功能却是比较全面的. 它有能设置标签和相册, 有评论功能, 支持群组 (相当于兴趣小组, Flickr 也有该功能), 生成尺寸图片, 支持外链, 甚至提供冲印服务.
</p>
<p><span id="more-1801"></span></p>
<h3>图海 VIP 与普通会员有何区别?</h3>
<p>
前面说了很多图海的功能特点. 然而, 图海对普通会员的功能做了很多限制, 与 VIP 会员相比, 功能区分如下表:
</p>
<table>
<tbody>
<tr class="even">
<th>类型</th>
<th>普通用户</th>
<th>邀请 VIP 用户</th>
<th>付费 VIP 用户</th>
</tr>
<tr class="odd">
<td>价格 (年)</td>
<td>无</td>
<td>无</td>
<td>￥120</td>
</tr>
<tr class="even">
<td>月上传流量</td>
<td>60MB</td>
<td>1GB</td>
<td>3GB</td>
</tr>
<tr class="odd">
<td>相册空间</td>
<td>不限</td>
<td>不限</td>
<td>不限</td>
</tr>
<tr class="even">
<td>月外链流量</td>
<td>512MB</td>
<td>2GB</td>
<td>8GB</td>
</tr>
<tr class="odd">
<td>上传图片大小限制</td>
<td>10MB</td>
<td>10MB</td>
<td>10MB</td>
</tr>
<tr class="even">
<td>外链图片大小限制</td>
<td>不限 (NP不可外链)</td>
<td>不限</td>
<td>不限</td>
</tr>
<tr class="odd">
<td>相册个数</td>
<td>10 个</td>
<td>不限</td>
<td>不限</td>
</tr>
<tr class="even">
<td>建群组个数</td>
<td>5 个</td>
<td>不限</td>
<td>不限</td>
</tr>
<tr class="odd">
<td>NP 图片比例限制</td>
<td>前 100 张不限，超过 100 张 NP 比例小于图片总数 50%</td>
<td>不限</td>
<td>不限</td>
</tr>
<tr class="even">
<td>图片打水印</td>
<td>NP 可能被打水印</td>
<td>不打水印</td>
<td>不打水印</td>
</tr>
</tbody>
</table>
<p>
其中 NP 是非摄影图片, GP 是摄影图片
</p>
<h3>为什么用图海?</h3>
<p>
对博客来说, 图床必不可少, 我是 Flickr 和图海同时使用的. 一方面, Flickr 新策略对原图做了限制, 转换后的图片一般都比原图大, 需要图海 VIP 的强大功能; 另一方面, 我当心 Flickr 某天会被墙掉, 需要增加一个图床, 减少风险. 我一般会在图片较多, 或与摄影相关的文章里使用图海的外链图片, 如: <a rel="nofollow" href="http://www.neoease.com/the-first-snow-in-hangzhou-2010/">2010 年杭州的第一场雪</a>.
</p>
<p>
不瞒大家说, 使用图海之初, 看到那简陋的界面, 我一直认为它做不久, 但它已经很给力地陪着我们走过了几个春秋, 也是因为这个原因, 我觉得可以向大家推荐一把.
</p>
<h3>图海 VIP 邀请码</h3>
<p>
通过使用图海 VIP 的邀请码, 可以免费升级为 VIP 用户, 期限为一年. 月初我在<a rel="nofollow external" href="http://weibo.com/mg12">新浪微博</a>发放过几个邀请码, 有几个人还满足不了, 于是找到图海的工作人员, 向他们要了一批注册码. 虽然争取过, 但只拿到了十几个. 因为数量有限, 只会对拥有发图习惯的博客和摄影爱好者发放邀请, 有需要的朋友请在此留言.
</p>
<p>
有博客的朋友请留下博客地址, 摄影爱好者请提供可访问的摄影作品网页地址.
</p>
<p>
收到邀请码的朋友请尽快激活, 我会定期查看, 如果一周没有注册我会转发给别人.
</p>
<h3>备注信息</h3>
<p>
请不要在评论内容中留下邮箱地址, 以免被 SPAM 爬到. 建议评论的时候, 在 Email 一栏填写你的邮箱.
</p>
<p>
2月21日: 第 1 轮, 一共 13 枚邀请码已经发放完毕.<br />
2月22日: 第 2 轮, 一共 10 枚邀请码已经发放完毕.<br />
3月3日: 第 3 轮, 一共 15 枚邀请码已经发放完毕.<br />
5月15日: 第 4 轮, 一共 10 枚邀请码已经发放完毕.<br />
9月7日: 第 5 轮, 一共 8 枚邀请码已经发放完毕.<br />
10月15日: 第 6 轮, 一共 10 枚邀请码已经发放完毕.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1801" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/rollip-image-tool/" rel="bookmark">Rollip 图片处理</a><!-- (2.4)--></li>
		<li><a href="http://www.neoease.com/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/" rel="bookmark">简单布局上如何协调网页样式</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/aliexpress-outing-photograph-flowers/" rel="bookmark">AliExpress Outing 之花花篇</a><!-- (1.7)--></li>
		<li><a href="http://www.neoease.com/torch-relay-guangzhou/" rel="bookmark">再看圣火传递盛况</a><!-- (1.7)--></li>
		<li><a href="http://www.neoease.com/adobe-photoshop-cs4-as-real-as-it-gets/" rel="bookmark">Photoshop CS4 制作花絮</a><!-- (1.6)--></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/tuhigh-vip-invite-code/feed/</wfw:commentRss>
		<slash:comments>186</slash:comments>
		</item>
		<item>
		<title>关注新浪微博</title>
		<link>http://www.neoease.com/follow-tsina/</link>
		<comments>http://www.neoease.com/follow-tsina/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 16:21:42 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Social]]></category>
		<category><![CDATA[Sina]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=1779</guid>
		<description><![CDATA[自去年 11 月去重庆认识了一个新浪的人, 我开始用上新浪微博. 作为 Twitter 过来的用户, 本人从心里对新浪微博是有排斥的, 觉得它不好. 但是, 它确实改变了我的生活, 起码改变了我上网的行为. 现在, 新浪微博页面在我机器上的打开时间应该仅次于我服务的网站, Firefox 地址栏上敲 t 字母的域名联想也超越了 taobao.com, tudou.com 和 twitter.com. 而其它社会化网站上得越来越少, 甚至已经废弃. 我不再上校内, 关闭了 Qzone; Twitter 上尽管有 3,000 的 followers, 也上得很少了, 毕竟有诸多的不便. 接触 Twitter, 认识微博 对我而言, 微博是什么? 记得我刚玩 Twitter 的时候, 觉得这么个记录只言片语的简单程序没什么好玩的, 于是我疑惑地请教那些玩了很久的朋友. 他们这么对我说, 微博就像一个露天广场, 人们都在那, 你吼一声, 对你感兴趣的人都能听到. 正因为这种开阔的, 臭味相投式的关注, 让微博上的话题总能引起共鸣, 让草根的声音可以变得很大. 从此我开始碎碎念, 学会了 [...]<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 class="inline right">
<img src="http://img.t.sinajs.cn/t3/style/images/common/header/rabbit.png?id=201101281809" alt="新浪微博" />
</div>
<p>
自<a rel="nofollow" href="http://www.neoease.com/chongqing-hp-travel/">去年 11 月去重庆</a>认识了一个新浪的人, 我开始用上<strong>新浪微博</strong>. 作为 <a href="http://www.neoease.com/twitter-clients/">Twitter</a> 过来的用户, 本人从心里对新浪微博是有排斥的, 觉得它不好. 但是, 它确实改变了我的生活, 起码改变了我上网的行为.
</p>
<p>
现在, 新浪微博页面在我机器上的打开时间应该仅次于我服务的网站, Firefox 地址栏上敲 t 字母的域名联想也超越了 taobao.com, tudou.com 和 twitter.com. 而其它社会化网站上得越来越少, 甚至已经废弃. 我不再上校内, 关闭了 Qzone; Twitter 上尽管有 3,000 的 followers, 也上得很少了, 毕竟有诸多的不便.
</p>
<p><span id="more-1779"></span></p>
<h3>接触 Twitter, 认识微博</h3>
<p>
对我而言, 微博是什么? 记得我刚玩 Twitter 的时候, 觉得这么个记录只言片语的简单程序没什么好玩的, 于是我疑惑地请教那些玩了很久的朋友. 他们这么对我说, 微博就像一个露天广场, 人们都在那, 你吼一声, 对你感兴趣的人都能听到. 正因为这种开阔的, 臭味相投式的关注, 让微博上的话题总能引起共鸣, 让草根的声音可以变得很大. 从此我开始碎碎念, 学会了 RT 和围观. 不巧, 基于某些不可告人的原因, Twitter 变得遥不可及, 起码对多数玩家是如此, 于是说话的人越来越少, 说话的人话越来越多, 像关在小黑屋里面唧唧小语, 很有情调, 却像是少了什么一样.
</p>
<h3>其他社会化网站</h3>
<p>
之后玩了一阵校内, 也就是人人网. 初玩的时候很欢快, 甚至惊喜不断, 因为找到了很多 "失散" 多年的朋友, 但因为空间过于狭小, 越发无趣. 感觉就像每人一个小房间, 需要敲门进入, 留下脚印, 圈子基本上跟生活中的一样. 既然与生活圈子无异, 何不在周末组织次活动? Qzone 也是类似, 一直是我吐槽的对象, 并非不好, 不适合我.
</p>
<h3>选择新浪微博</h3>
<p>
继饭否和叽歪后, 国内又开始盛行微博, 与之前不同, 这次的微博都与 Twitter 长得不那么一样, 甚至我一度认为这不是微博, 而是另一个校内 (这正是我排斥的原因). 无论是作为战略级产品的新浪微博, 作为变革型产品的网易微博, 作为阻击型产品的腾讯微博, 还是作为跟随型产品的搜狐微博<sup>[1]</sup>, 都有自己的特点和不同的策略.
</p>
<p>
因为对网易的喜爱, 我最先注册的是网易微博, 而不得不吐槽的是, 我用 Gmail 注册的帐号不能找回密码 (只支持网易通行证), 多时不能解决. 出于 "无奈" 注册了新浪微博, 或是因为先入, 或是因为名人, 新浪微博在国内确实大大领先于其他类似服务, 用新浪微博的同事和朋友越来越多, 甚至有同事开玩笑说可以通过微博发会议邀请了. 是的, 我被 "绑架" 了, 除非 Twitter 回来, 饭否复活, 腾讯微博爆发什么的貌似都浮云了.
</p>
<h3>新浪微博的可玩性</h3>
<p>
新浪微博可玩性在哪? 站在一般用户的角度, 其可玩性就在其娱乐化, 不但切合了中国人网络娱乐化的特点, 还避开了大量不必要的政治风险. Twitter 的老用户经常抱怨新浪微博上绯闻上万转发, 国事无人 RT, 或许这正是新浪微博的成功. 而现在, 除了利用微博搞网络营销, 还有人做一些与民生相关的公益活动, 而 <a rel="nofollow external" href="http://t.sina.com.cn/yueyunpeng">@随手拍解救大龄女青年</a> 和 <a rel="nofollow external" href="http://t.sina.com.cn/n/%E9%9A%8F%E6%89%8B%E6%8B%8D%E8%A7%A3%E6%95%91%E5%A4%A7%E9%BE%84%E7%94%B7%E9%9D%92%E5%B9%B4">@随手拍解救大龄男青年</a> 将此推向了另一个高度, 这不只营销, 还需具有相当的使命感.
</p>
<p>
我写这个文章并不是想说服大家去开通一个新浪微博, 无非是写写个人的看法. 而微博上的信息就像一道光, 一闪即逝, 很多东西还需要博客来承载, 在工作闲暇之时, 我会继续在博客中分享更多个人的技术, 想法和作品.
</p>
<p>
如果你也有新浪微博, 欢迎关注我 <a rel="nofollow external" href="http://t.sina.com.cn/mg12">@吴钊</a>.
</p>
<div class="annotations">
<h5>注解</h5>
<ol>
<li>引用自<a rel="nofollow external" href="http://t.sina.com.cn/1400852211/5KD0UeR7ik3">胡泳的微博</a>. 网易副总编辑张锐: 微博对四大门户来说, 新浪是战略级产品, 网易是变革型产品, 腾讯是阻击型产品, 搜狐是跟随型产品.</li>
</ol>
</div>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1779" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/wordpress-plugin-thread-twitter/" rel="bookmark">WordPress 插件 Thread Twitter</a><!-- (6.8)--></li>
		<li><a href="http://www.neoease.com/thread-twitter-05/" rel="bookmark">Thread Twitter 0.5</a><!-- (6)--></li>
		<li><a href="http://www.neoease.com/guangzhou-twitter-camp/" rel="bookmark">广州推友聚会</a><!-- (5.8)--></li>
		<li><a href="http://www.neoease.com/update-plurk-via-gtalk/" rel="bookmark">通过 Gtalk 更新 Plurk</a><!-- (5)--></li>
		<li><a href="http://www.neoease.com/twitter-retweet-strategy/" rel="bookmark">微博客的 RT 方式</a><!-- (4.5)--></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/follow-tsina/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Rollip 图片处理</title>
		<link>http://www.neoease.com/rollip-image-tool/</link>
		<comments>http://www.neoease.com/rollip-image-tool/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 16:44:25 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Tool]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=887</guid>
		<description><![CDATA[之前我介绍过一款叫 PhotoFunia 图片加工工具, 这次我为大家介绍的是另一款图片处理工具, 叫 Rollip PhotoFunia 可以将上传图片作为图中的一部分, 作出令人称奇的效果. 而 Rollip 则是将图片加工成一些不同风格的效果, 相当的逼真, 尤其是老照片效果. Rollip 提供的一些模式还支持输入文字, 但好像只能是英文. 使用很简单, 登录 rollip.com, 选择一种效果, 上传你的图片, 最后它会为你返回一个修改好的图片. 你可以把它下载保存, 也可以向你的朋友分享, 但不支持外链. 本文的效果图是我的中学时就读的学校, 看上去效果还不错. 今天 rollip.com 项目的主管给我发个邮件, 希望我可以写一个文章来推广这个工具. 我试用过之后觉得不错, 所以写下此文. 本文绝非软文, 如果你或者你的团队开发了什么好玩的, 新奇的, 实用的产品, 也可以联系我, 但产品必须是非商业的, 并且与 Web 相关. PhotoFunia 图片加工工具 发放图海 VIP 邀请码 简单布局上如何协调网页样式 Picasa 3 for Linux (beta) 在线制作名片小工具 [...]<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 class="inline right">
<a href="http://farm3.static.flickr.com/2618/3826082475_c14b037612_o.jpg" onclick="return hs.expand(this);" class="highslide-image"><img src="http://farm3.static.flickr.com/2618/3826082475_e6701e4704_m.jpg" alt="image" title="Click to enlarge" /></a>
</div>
<p>
之前我介绍过一款叫 <a href="http://www.neoease.com/photofunia-image-tool/">PhotoFunia</a> 图片加工工具, 这次我为大家介绍的是另一款图片处理工具, 叫 <a href="http://www.rollip.com/">Rollip</a>
</p>
<p>
PhotoFunia 可以将上传图片作为图中的一部分, 作出令人称奇的效果. 而 Rollip 则是将图片加工成一些不同风格的效果, 相当的逼真, 尤其是老照片效果. Rollip 提供的一些模式还支持输入文字, 但好像只能是英文.
</p>
<p>
使用很简单, 登录 rollip.com, 选择一种效果, 上传你的图片, 最后它会为你返回一个修改好的图片. 你可以把它下载保存, 也可以向你的朋友分享, 但不支持外链.
</p>
<p>
本文的效果图是我的中学时就读的学校, 看上去效果还不错.
</p>
<p><span id="more-887"></span></p>
<p>
今天 rollip.com 项目的主管给我发个邮件, 希望我可以写一个文章来推广这个工具. 我试用过之后觉得不错, 所以写下此文. 本文绝非软文, 如果你或者你的团队开发了什么好玩的, 新奇的, 实用的产品, 也可以联系我, 但产品必须是非商业的, 并且与 Web 相关.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=887" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/photofunia-image-tool/" rel="bookmark">PhotoFunia 图片加工工具</a><!-- (11.7)--></li>
		<li><a href="http://www.neoease.com/tuhigh-vip-invite-code/" rel="bookmark">发放图海 VIP 邀请码</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/" rel="bookmark">简单布局上如何协调网页样式</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/picasa-3-for-linux-beta/" rel="bookmark">Picasa 3 for Linux (beta)</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/atomic-business-cards/" 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/rollip-image-tool/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>TestFreaks 点评狂</title>
		<link>http://www.neoease.com/testfreaks-cn/</link>
		<comments>http://www.neoease.com/testfreaks-cn/#comments</comments>
		<pubDate>Thu, 07 May 2009 14:30:45 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Tool]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Digital products]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=853</guid>
		<description><![CDATA[点评狂是欧洲著名数码产品点评网站 TestFreaks 旗下的中文网站. 致力于让用户得到正在寻找的产品的尽可能多的信息, 并在最短的时间找到最适合自己的产品. 前几天 Denis 说想要买个单反, 搞得我也心头痒痒的想弄个数码相机. 数码产品可是烧钱的玩意儿, 买的时候很难下手. 而我们不可能对这些那些都了如指掌, 所以需要一些建议. 但一些产品网站的产品评论里 N 多 SPAM, 评论往往是蜜者巨蜜, 黑者够黑, 不够客观. 如果你对数码产品像我一样犹豫, 或许点评狂可以帮到你, 其为产品进行了多方面的评分, 包括设计, 性价比, 易用性, 特色等等等等, 而且评分来源于 "专家评分" 和 "用户评分", 还有 "视频评论". 评论部分也分开有 "专家评论" 和 "用户评论", 还有图片库, 视频库和其他网站对产品的评论, 由此你可以从不同的角度对产品有更准确的认识. 当你在类似产品中徘徊不决的时候, 点评狂可以让你在两款或者更多款产品之间进行对比, 运作模式有点像 PConline 的产品对比, 但是其中有 "最好的价格" 一项很吸引眼球. 网站的外观设计完全采用母站的风格, 足够简洁, 给了被评论产品足够的专注. 但是由于中英字形的差异, 页面看起来有点诡异. 点评狂会登录中国, 也是看中了这么个庞大的消费群体, [...]<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>
<img class="sided" src="http://i.testfreaks.cn/images/v2/testfreakscnlogo.gif" alt="TestFreaks 点评狂" />
</p>
<p>
<strong><a href="http://www.testfreaks.cn/">点评狂</a></strong>是欧洲著名数码产品点评网站 <strong>TestFreaks 旗下的中文网站</strong>. 致力于让用户得到正在寻找的产品的尽可能多的信息, 并在最短的时间找到最适合自己的产品.
</p>
<p>
前几天 Denis 说想要买个<a rel="nofollow external" href="http://www.testfreaks.cn/search/?q=单反">单反</a>, 搞得我也心头痒痒的想弄个<a rel="nofollow external" href="http://www.testfreaks.cn/search/?q=数码相机">数码相机</a>. 数码产品可是烧钱的玩意儿, 买的时候很难下手. 而我们不可能对这些那些都了如指掌, 所以需要一些建议. 但一些产品网站的产品评论里 N 多 SPAM, 评论往往是蜜者巨蜜, 黑者够黑, 不够客观.
</p>
<p><span id="more-853"></span></p>
<p>
如果你对数码产品像我一样犹豫, 或许点评狂可以帮到你, 其为产品进行了多方面的评分, 包括设计, 性价比, 易用性, 特色等等等等, 而且评分来源于 "专家评分" 和 "用户评分", 还有 "视频评论". 评论部分也分开有 "专家评论" 和 "用户评论", 还有图片库, 视频库和其他网站对产品的评论, 由此你可以从不同的角度对产品有更准确的认识. 当你在类似产品中徘徊不决的时候, 点评狂可以让你在两款或者更多款产品之间进行对比, 运作模式有点像 PConline 的产品对比, 但是其中有 "最好的价格" 一项很吸引眼球.
</p>
<p>
网站的外观设计完全采用母站的风格, 足够简洁, 给了被评论产品足够的专注. 但是由于中英字形的差异, 页面看起来有点诡异. 点评狂会登录中国, 也是看中了这么个庞大的消费群体, 相信本地化的问题会很快得到解决的. (其实可以请我帮他搞搞, 哇哈哈~)
</p>
<p>
好吧, 下面是点评狂的链接:<br />
<a rel="external" href="http://www.testfreaks.cn/">http://www.testfreaks.cn/</a></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=853" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/scribd-ipaper/" rel="bookmark">Scribd iPaper</a><!-- (1)--></li>
		<li><a href="http://www.neoease.com/update-plurk-via-gtalk/" rel="bookmark">通过 Gtalk 更新 Plurk</a><!-- (1)--></li>
		<li><a href="http://www.neoease.com/photofunia-image-tool/" rel="bookmark">PhotoFunia 图片加工工具</a><!-- (1)--></li>
		<li><a href="http://www.neoease.com/sichuan-earthquakes/" rel="bookmark">四川汶川地震</a><!-- (1)--></li>
		<li><a href="http://www.neoease.com/thinkpad-x300-hac-macbook-air/" rel="bookmark">ThinkPad X300 广告恶搞 MacBook Air</a><!-- (1)--></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/testfreaks-cn/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>QQ 空间离奇复活</title>
		<link>http://www.neoease.com/relive-my-qzone/</link>
		<comments>http://www.neoease.com/relive-my-qzone/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 14:39:12 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=833</guid>
		<description><![CDATA[自从使用 "英雄帖" 开通我的 QQ 空间后, 它让我上网十分尴尬, 因为它一度只能用 IE 访问. 所以一直用 Firefox 的我最后留下一个文章就关掉它了. 不知道什么时候, QQ 空间可以用 Firefox 访问了, 而我的空间也离奇复活了. 对于这种不约而至我有点惊喜和无奈, 这次不想再关闭它了, 就放着吧, 心血来潮的时候就去更新一下. 现在 QQ 空间里有个叫 "买卖好友" 的游戏, 很无厘头, 不过挺好玩. 最近春雨绵绵, 人也比较忙哪, 网友的一些问题我是没时间逐一回答了, 对于一些常被提问的, 我会写成文章发布. 关闭了QQ空间 用 Browsershots 测试网页兼容性 关注新浪微博 QQ 2008 beta1 祈福版 Linux 版 QQ 即将发布 Copyright &#169; 2007-2010 NeoEase. All rights reserved. NeoEase.com [...]<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>
自从使用 "英雄帖" 开通我的 QQ 空间后, 它让我上网十分尴尬, 因为它一度只能用 IE 访问. 所以一直用 Firefox 的我最后<a href="http://www.neoease.com/close-my-qzone/">留下一个文章就关掉它了</a>.
</p>
<p>
不知道什么时候, QQ 空间可以用 Firefox 访问了, 而我的空间也离奇复活了. 对于这种不约而至我有点惊喜和无奈, 这次不想再关闭它了, 就放着吧, 心血来潮的时候就去更新一下.<br />
现在 QQ 空间里有个叫 "买卖好友" 的游戏, 很无厘头, 不过挺好玩.
</p>
<p>
最近春雨绵绵, 人也比较忙哪, 网友的一些问题我是没时间逐一回答了, 对于一些常被提问的, 我会写成文章发布.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=833" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/close-my-qzone/" rel="bookmark">关闭了QQ空间</a><!-- (2.2)--></li>
		<li><a href="http://www.neoease.com/browsershots/" rel="bookmark">用 Browsershots 测试网页兼容性</a><!-- (2.2)--></li>
		<li><a href="http://www.neoease.com/follow-tsina/" rel="bookmark">关注新浪微博</a><!-- (1.7)--></li>
		<li><a href="http://www.neoease.com/qq-2008-beta1-qifu/" rel="bookmark">QQ 2008 beta1 祈福版</a><!-- (1)--></li>
		<li><a href="http://www.neoease.com/qq-2008-and-qq-for-linux/" rel="bookmark">Linux 版 QQ 即将发布</a><!-- (1)--></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/relive-my-qzone/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>简单布局上如何协调网页样式</title>
		<link>http://www.neoease.com/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/</link>
		<comments>http://www.neoease.com/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 17:31:51 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/%e7%ae%80%e5%8d%95%e5%b8%83%e5%b1%80%e4%b8%8a%e5%a6%82%e4%bd%95%e5%8d%8f%e8%b0%83%e7%bd%91%e9%a1%b5%e6%a0%b7%e5%bc%8f/</guid>
		<description><![CDATA[这是一个 PS 狂人制作的一个关于如何搭配网页样式, 图片和背景和教程. 对一个网页来说, 页面的协调性, 配色和结构的合理使用比炫目的效果和夸张的展示更为之重要, 一个好的网页设计不但要凸显其主要部分, 更应该让人百看不厌, 毕竟我们不可能每天换一个界面来吸引用户. 如果你正准备亲手设计一个主题, 这会是你很好的指引. 阅读教程请访问: PSDTUTS 我以前也介绍过这个网站的一个教程, 一个绚丽的 Blog header 设计, 有兴趣的也可以看看. Click here 对于颜色的搭配, 个人觉得 Yahoo! 是做到最好的, 可以多参考, 不知道你觉得如何? 另外, 还可以参考一下 COLOURlovers 上的配色方案. A Cool 3D Web Design Effect 红心爱国不容易 魔方拼图 Web Favicon Editor 小图标巧妙设计 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[<div class="inline right">
<img class="sided" src="http://psdtuts.s3.amazonaws.com/001_WebDesignWeek/02_Layout/200.jpg" alt="PSDTUTS image" />
</div>
<p>
这是一个 PS 狂人制作的一个关于如何搭配网页样式, 图片和背景和教程. 对一个网页来说, 页面的协调性, 配色和结构的合理使用比炫目的效果和夸张的展示更为之重要, 一个好的网页设计不但要凸显其主要部分, 更应该让人百看不厌, 毕竟我们不可能每天换一个界面来吸引用户. 如果你正准备亲手设计一个主题, 这会是你很好的指引.<br />
阅读教程请访问: <a href="http://psdtuts.com/tutorials/interface-tutorials/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/">PSDTUTS</a>
</p>
<p>
我以前也介绍过这个网站的一个教程, 一个绚丽的 Blog header 设计, 有兴趣的也可以看看. <a href="http://www.neoease.com/a-cool-3d-web-design-effect/">Click here</a>
</p>
<p>
对于颜色的搭配, 个人觉得 <a href="http://www.yahoo.com/">Yahoo!</a> 是做到最好的, 可以多参考, 不知道你觉得如何? 另外, 还可以参考一下 <a href="http://www.colourlovers.com/">COLOURlovers</a> 上的配色方案.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=806" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/a-cool-3d-web-design-effect/" rel="bookmark">A Cool 3D Web Design Effect</a><!-- (4.9)--></li>
		<li><a href="http://www.neoease.com/the-heart-of-love-china/" rel="bookmark">红心爱国不容易</a><!-- (3.5)--></li>
		<li><a href="http://www.neoease.com/rubik-cube-picture/" rel="bookmark">魔方拼图</a><!-- (3.4)--></li>
		<li><a href="http://www.neoease.com/web-favicon-editor/" rel="bookmark">Web Favicon Editor</a><!-- (3.2)--></li>
		<li><a href="http://www.neoease.com/the-icons-puzzle/" rel="bookmark">小图标巧妙设计</a><!-- (3.1)--></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/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>通过 Gtalk 更新 Plurk</title>
		<link>http://www.neoease.com/update-plurk-via-gtalk/</link>
		<comments>http://www.neoease.com/update-plurk-via-gtalk/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 07:40:05 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Plurk]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=798</guid>
		<description><![CDATA[Plurk 和 Twitter 一样, 也是一个即时短信息型社区, 可以让你播报短消息给你的朋友或者 followers 的一个在线服务. 与 Twitter 不同, Plurk 有一个时间轴, 你和你 follow 的朋友的短信息会被自右向左地贴在这个时间轴上, 非常好玩. 我注册了 Twitter, 饭否, 叽歪, Plurk, ... 几乎所有出名的短信息服务, 但一直没真正的使用过. 最近准备在其中选择一个使用. 其实我是偏爱 Twitter 的, 可能是因为通过那些非专用客户端用户根本无法体验 Twitter 的强大, 所以 Gtalk 机器人已经被废止了. 虽然 Twitter 有众多的, 强大的客户端程序, 但这为我带来了极大的不方便. 而最近 Plurk 却加上了使用 Google Talk/Jabber 进行更新的支持, 我觉得值得试用一下. 进入 "My Account -> Instant messaging" 填入你的 Gtalk [...]<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 class="inline right">
<a href="http://farm4.static.flickr.com/3157/3070472956_3ca04ae450_o.png" onclick="return hs.expand(this);" class="highslide-image"><img class="sided" src="http://farm4.static.flickr.com/3157/3070472956_9e4c84eb8b_m.jpg" alt="通过 Gtalk 更新 Plurk" title="Click to enlarge" /></a>
</div>
<p>
Plurk 和 Twitter 一样, 也是一个<strong>即时短信息</strong>型社区, 可以让你播报短消息给你的朋友或者 followers 的一个在线服务. 与 Twitter 不同, Plurk 有一个时间轴, 你和你 follow 的朋友的短信息会被自右向左地贴在这个时间轴上, 非常好玩.
</p>
<p>
我注册了 Twitter, 饭否, 叽歪, Plurk, ... 几乎所有出名的短信息服务, 但一直没真正的使用过. 最近准备在其中选择一个使用. 其实我是偏爱 Twitter 的, 可能是因为通过那些非专用客户端用户根本无法体验 Twitter 的强大, 所以 Gtalk 机器人已经被废止了. 虽然 Twitter 有众多的, 强大的客户端程序, 但这为我带来了极大的不方便. 而最近 Plurk 却加上了使用 Google Talk/Jabber 进行更新的支持, 我觉得值得试用一下.
</p>
<p><span id="more-798"></span></p>
<p>
进入 "My Account -> Instant messaging" 填入你的 Gtalk 帐号, 选择 Google Talk/Jabber, 登记. 在你的 Gtalk 中就会接到 PlurkBuddy 的请求, 接受请求并对它输入你的帐号就大功告成了.<br />
另外, 你可以在 "My Friends" 栏目里选择要不要跟踪他们的 IM 短信息.
</p>
<p>
我的帐号是 <a href="http://www.plurk.com/mg12">http://www.plurk.com/mg12</a>, 欢迎 follow.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=798" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/two-ways-to-create-google-talk-groups/" rel="bookmark">建立 Gtalk 群聊的两种方法</a><!-- (20.1)--></li>
		<li><a href="http://www.neoease.com/digsby/" rel="bookmark">Digsby = 即时通信 + 电邮通知 + 社区网络;</a><!-- (17.6)--></li>
		<li><a href="http://www.neoease.com/imified/" rel="bookmark">IMified</a><!-- (11.3)--></li>
		<li><a href="http://www.neoease.com/google-talk-labs-edition/" rel="bookmark">Google Talk Labs Edition</a><!-- (11)--></li>
		<li><a href="http://www.neoease.com/talk-to-me/" rel="bookmark">Talk to Me</a><!-- (9.7)--></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/update-plurk-via-gtalk/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>让我帮你 Google 一下吧</title>
		<link>http://www.neoease.com/letmegooglethatforyou-com/</link>
		<comments>http://www.neoease.com/letmegooglethatforyou-com/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 17:00:23 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=795</guid>
		<description><![CDATA[Let me Google that for you 是一个好玩的网站. 界面和 Google 差别不大, 但搜索后不是跳转搜索结果页面, 而是返回一个链接. 你可以将这个链接发给任何一个你认识的人. 进入链接指向的页面, 你会惊奇地发现, 放佛有人在 Google 帮你输入内容并进行搜索. 而且打字还有快慢节奏, 十分逼真. 但输入中文却缺了一个显示拼音或者五笔进行字母组合的界面. 怎么说呢? 没什么实质使用价值, 但十分好玩. 嗯, 我现在唯一能想到的用处是: 当某人问你一个相当脑残的问题, 就返个地址去忽悠一下他吧. 所以下次当有人发你这么个地址, 就得好好反省一下自己的提问了. Google.cn 的首页工具栏 Google 10周年时间轴 整合 Google 自定义搜索 CSE Google Reader Gadget Google 撤出中国? 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[<div class="inline right">
<a href="http://farm4.static.flickr.com/3139/3055886957_4a2f914bd3_o.png" onclick="return hs.expand(this);" class="highslide-image"><img class="sided" src="http://farm4.static.flickr.com/3139/3055886957_2dfc72fcb8_m.jpg" alt="image" title="Click to enlarge" /></a>
</div>
<p>
<strong><a href="http://letmegooglethatforyou.com/">Let me Google that for you</a></strong> 是一个好玩的网站. 界面和 Google 差别不大, 但搜索后不是跳转搜索结果页面, 而是返回一个链接. 你可以将这个链接发给任何一个你认识的人.
</p>
<p>
进入链接指向的页面, 你会惊奇地发现, 放佛有人在 Google 帮你输入内容并进行搜索. 而且打字还有快慢节奏, 十分逼真. 但输入中文却缺了一个显示拼音或者五笔进行字母组合的界面.
</p>
<p>
怎么说呢? 没什么实质使用价值, 但十分好玩. 嗯, 我现在唯一能想到的用处是: 当某人问你一个相当脑残的问题, 就返个地址去忽悠一下他吧. 所以下次当有人发你这么个地址, 就得好好反省一下自己的提问了.  <img src='http://www.neoease.com/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=795" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/googlecn-toolbar/" rel="bookmark">Google.cn 的首页工具栏</a><!-- (9)--></li>
		<li><a href="http://www.neoease.com/google-10th-birthday/" rel="bookmark">Google 10周年时间轴</a><!-- (8.9)--></li>
		<li><a href="http://www.neoease.com/integrate-google-custom-search-into-wordpress/" rel="bookmark">整合 Google 自定义搜索 CSE</a><!-- (7.8)--></li>
		<li><a href="http://www.neoease.com/google-reader-gadget/" rel="bookmark">Google Reader Gadget</a><!-- (7.5)--></li>
		<li><a href="http://www.neoease.com/will-google-leave-china/" rel="bookmark">Google 撤出中国?</a><!-- (7.5)--></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/letmegooglethatforyou-com/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>PhotoFunia 图片加工工具</title>
		<link>http://www.neoease.com/photofunia-image-tool/</link>
		<comments>http://www.neoease.com/photofunia-image-tool/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 16:32:03 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Tool]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/photofunia-%e5%9b%be%e7%89%87%e5%8a%a0%e5%b7%a5%e5%b7%a5%e5%85%b7/</guid>
		<description><![CDATA[PhotoFunia 是一个图片加工工具网站, 它提供众多图片处理模式, 图片处理后的效果十分棒. 只需要到 photofunia.com 选择一种处理模式, 并上传你的靚照, 最后你将会得到一个结合无暇的图片. (不知道这样的效果需要 PS 多久?) 其中一些带有笑脸的图片处理模式会进行 "面部检验" 处理, 如果你的图片中没被检验出 "面部", 则图片不会被处理. 哎, 不说了. 有兴趣的还是自己去玩一下吧. Rollip 图片处理 Scribd iPaper 在线制作名片小工具 用 Browsershots 测试网页兼容性 Web Favicon Editor 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[<div class="inline right">
<a href="http://farm4.static.flickr.com/3234/2961205715_73ff3d2f16_o.jpg" onclick="return hs.expand(this);" class="highslide-image"><img class="sided" src="http://farm4.static.flickr.com/3234/2961205715_2e80febb8b_m.jpg" alt="PhotoFunia Blocks" title="Click to enlarge" /></a>
</div>
<p>
<strong>PhotoFunia</strong> 是一个图片加工工具网站, 它提供众多图片处理模式, 图片处理后的效果十分棒.
</p>
<p>
只需要到 <a href="http://www.photofunia.com/">photofunia.com</a> 选择一种处理模式, 并上传你的靚照, 最后你将会得到一个结合无暇的图片. (不知道这样的效果需要 PS 多久?)
</p>
<p>
其中一些带有笑脸的图片处理模式会进行 "面部检验" 处理, 如果你的图片中没被检验出 "面部", 则图片不会被处理.
</p>
<p>
哎, 不说了. 有兴趣的还是自己去玩一下吧.</p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=775" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/rollip-image-tool/" rel="bookmark">Rollip 图片处理</a><!-- (9.8)--></li>
		<li><a href="http://www.neoease.com/scribd-ipaper/" rel="bookmark">Scribd iPaper</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/atomic-business-cards/" rel="bookmark">在线制作名片小工具</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/browsershots/" rel="bookmark">用 Browsershots 测试网页兼容性</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/web-favicon-editor/" rel="bookmark">Web Favicon Editor</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/photofunia-image-tool/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>10 款赏心悦目的蓝色风格网页</title>
		<link>http://www.neoease.com/10_beautifully_blue_web_designs/</link>
		<comments>http://www.neoease.com/10_beautifully_blue_web_designs/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 15:22:12 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=762</guid>
		<description><![CDATA[蓝色是网页设计中最受追捧的颜色之一, 因此在众多的网页中选出那些被认为是杰出的主题并非易事. Six Revisions 为我们选出了 30 款他们认为是最好的, 独特的, 有创意的, 以蓝色为主的主题. 而我又从这 30 款中选出了自己最喜欢的 10 款. 好东西大家一起来鉴赏, 以后做主题可以借鉴一下. 更多入选主题请查看原文: 30 Beautifully Blue Web Designs Icebrrg StrawPoll Birdie Brooke Chase Associates MochiAds Pixel House iceberg 280 Slides Branded07 PLUMSMEDIA A Cool 3D Web Design Effect 简单布局上如何协调网页样式 主题演示站与支持 Widget 的 Theme-Switcher 插件 侧边栏应该放在左边还是右边? WordPress 动态加载文章内容 Copyright &#169; 2007-2010 [...]<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>
蓝色是网页设计中最受追捧的颜色之一, 因此在众多的网页中选出那些被认为是杰出的主题并非易事. Six Revisions 为我们选出了 30 款他们认为是<strong>最好的</strong>, <strong>独特的</strong>, <strong>有创意的</strong>, <strong>以蓝色为主的</strong>主题.
</p>
<p>
而我又从这 30 款中选出了自己最喜欢的 10 款. 好东西大家一起来鉴赏, 以后做主题可以借鉴一下.<br />
更多入选主题请查看原文: <a href="http://sixrevisions.com/web_design/30_beautifully_blue_web_designs/">30 Beautifully Blue Web Designs</a>
</p>
<p><span id="more-762"></span></p>
<h3><a href="http://www.icebrrg.com/" title="Icebrrg">Icebrrg</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-03_icebrrg.jpg" alt="Icebrrg - screen shot." /></p>
<h3><a href="http://www.strawpollnow.com/" title="StrawPoll">StrawPoll</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-04_strawpoll.jpg" alt="StrawPoll - screen shot." /></p>
<h3><a href="http://www.bird.ie/" title="Birdie">Birdie</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-06_birdie.jpg" alt="Birdie - screen shot." /></p>
<h3><a href="http://www.brookechase.com/" title="Brooke Chase Associates">Brooke Chase Associates</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-13_brookechase.jpg" alt="Brooke Chase Associates - screen shot." /></p>
<h3><a href="http://www.mochiads.com/" title="MochiAds">MochiAds</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-15_mochiads.jpg" alt="MochiAds - screen shot." /></p>
<h3><a href="http://www.pixel-house.com.au/" title="Pixel House">Pixel House</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-16_pixelhouse.jpg" alt="Pixel House - screen shot." /></p>
<h3><a href="http://www.geticeberg.com/" title="iceberg">iceberg</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-17_iceberg.jpg" alt="WooThemes - screen shot." /></p>
<h3><a href="http://280slides.com/" title="280 Slides">280 Slides</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-19_280slides.jpg" alt="280 Slides - screen shot." /></p>
<h3><a href="http://www.branded07.com/" title="Branded07">Branded07</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-23_brandedo7.jpg" alt="Branded07 - screen shot." /></p>
<h3><a href="http://www.plumsmedia.com/" title="PLUMSMEDIA">PLUMSMEDIA</a></h3>
<p><img class="sided" src="http://images.sixrevisions.com/2008/10/04-26_plusmedia.jpg" alt="PLUMSMEDIA - screen shot." /></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=762" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/a-cool-3d-web-design-effect/" rel="bookmark">A Cool 3D Web Design Effect</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/" rel="bookmark">简单布局上如何协调网页样式</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/demo-site-and-theme-switcher/" rel="bookmark">主题演示站与支持 Widget 的 Theme-Switcher 插件</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/should-a-sidebar-go-on-the-left-or-right/" rel="bookmark">侧边栏应该放在左边还是右边?</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/load-posts-dynamically/" rel="bookmark">WordPress 动态加载文章内容</a><!-- (1)--></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/10_beautifully_blue_web_designs/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>主题演示站与支持 Widget 的 Theme-Switcher 插件</title>
		<link>http://www.neoease.com/demo-site-and-theme-switcher/</link>
		<comments>http://www.neoease.com/demo-site-and-theme-switcher/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 05:36:53 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=757</guid>
		<description><![CDATA[机缘偶合, 昨天架设了一个主题演示站, 并对 Theme-Switcher 改造了一下, 让它支持 Widget. 事情是这样的... 自今年年初开始, 本博客就架设于明网的虚拟主机上. 一直还算安稳, 直到昨天发现服务器连接不上. 好像是与电信发生了纠纷. 看似一时半会不能恢复, 于是我打算重新搭建一个. 却在差不多弄好的时候发现服务器已经恢复正常了, 所以就干脆将这个新做的站作为一个主题演示站, 以后会将一些自己做的, 无版权纠纷的主题放上面去, 毕竟 WordPress 的官方演示站点显得有点局限. 演示站用的是 WordPress 爱好者推荐的空间, 你可以去感受一下: http://demo.neoease.com/ 现在很多私营的主题演示站都是用 Theme-Switcher 这个插件来实现在一个站对多个主题的演示的. 这就带来了一个问题: 需要在各个主题演示中迁移到别的主题演示, Theme-Switcher 的主题演示链接列表可以放侧边栏, 但不支持 Widget. 所以我在插件 0.5 版本的基础上改了一下, 让它支持 Widget, 这样就能通过使用 Widget 在每个主题的侧边栏看到主题演示链接列表. 希望对你也有帮助, 下载: theme-switcher_modified.zip 使 WordPress 主题支持 Widget Blocks2 主题提交记 在主题上添加风格切换功能 (2) [...]<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>
机缘偶合, 昨天架设了一个主题演示站, 并对 Theme-Switcher 改造了一下, 让它支持 Widget.
</p>
<p>
事情是这样的...<br />
自今年年初开始, 本博客就架设于<a rel="nofollow external" href="http://www.ary.com.cn">明网</a>的虚拟主机上. 一直还算安稳, 直到昨天发现服务器连接不上. 好像是与电信发生了纠纷. 看似一时半会不能恢复, 于是我打算重新搭建一个. 却在差不多弄好的时候发现服务器已经恢复正常了, 所以就干脆将这个新做的站作为一个主题演示站, 以后会将一些自己做的, 无版权纠纷的主题放上面去, 毕竟 WordPress 的官方演示站点显得有点局限. 演示站用的是 <a rel="nofollow external" href="http://wfans.org/forums/thread-70-1-1.html">WordPress 爱好者推荐的空间</a>, 你可以去感受一下: <a rel="nofollow external" href="http://demo.neoease.com/">http://demo.neoease.com/</a>
</p>
<p>
现在很多私营的主题演示站都是用 <a rel="nofollow external" href="http://wordpress.org/extend/plugins/theme-switcher/">Theme-Switcher</a> 这个插件来实现在一个站对多个主题的演示的. 这就带来了一个问题: 需要在各个主题演示中迁移到别的主题演示, Theme-Switcher 的主题演示链接列表可以放侧边栏, 但不支持 Widget. 所以我在插件 0.5 版本的基础上改了一下, 让它支持 Widget, 这样就能通过使用 Widget 在每个主题的侧边栏看到主题演示链接列表. 希望对你也有帮助, 下载: <a rel="nofollow external" href="http://www.boxcn.net/shared/m6ynor1jn8">theme-switcher_modified.zip</a></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=757" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/wordpress-widget-support/" rel="bookmark">使 WordPress 主题支持 Widget</a><!-- (9.8)--></li>
		<li><a href="http://www.neoease.com/blocks2-theme-upload/" rel="bookmark">Blocks2 主题提交记</a><!-- (5.4)--></li>
		<li><a href="http://www.neoease.com/theme-style-switcher-2/" rel="bookmark">在主题上添加风格切换功能 (2)</a><!-- (5.3)--></li>
		<li><a href="http://www.neoease.com/inove/" rel="bookmark">WordPress 主题 iNove</a><!-- (4.9)--></li>
		<li><a href="http://www.neoease.com/blocks-3-requirements/" rel="bookmark">Blocks 3.0 主题需求调查</a><!-- (4.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/demo-site-and-theme-switcher/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Google 10周年时间轴</title>
		<link>http://www.neoease.com/google-10th-birthday/</link>
		<comments>http://www.neoease.com/google-10th-birthday/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 12:49:41 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=754</guid>
		<description><![CDATA[Google 为它的十周年生日制作了一个专门的, 叫 Google 10th Birthday 的网站. 这个网站用一个可拖动的时间轴记录了 Google 这 10 年中的重要里程碑, 产品, 截图, 视频等, 还包括了各式各样的 Google Doodle. 时间轴很好玩, 有点 Plurk 的感觉. 你也来体验一下, 再一次回顾 Google 这十年的生长与成就吧... Google 10th Birthday 通过 Gtalk 更新 Plurk Google.cn 的首页工具栏 让我帮你 Google 一下吧 整合 Google 自定义搜索 CSE Google Reader Gadget Copyright &#169; 2007-2010 NeoEase. All rights reserved. NeoEase.com &#124; Twitter [...]<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 class="inline right">
<a href="http://farm4.static.flickr.com/3026/2885058272_4fbd520599_o.png" onclick="return hs.expand(this);" class="highslide-image"><img class="sided" src="http://farm4.static.flickr.com/3026/2885058272_bbfe7438d0_m.jpg" alt="Google 10th Birthday" title="Click to enlarge" /></a>
</div>
<p>
Google 为它的十周年生日制作了一个专门的, 叫 <strong>Google 10th Birthday</strong> 的网站.
</p>
<p>
这个网站用一个可拖动的时间轴记录了 Google 这 10 年中的重要里程碑, 产品, 截图, 视频等, 还包括了各式各样的 Google Doodle.
</p>
<p>
时间轴很好玩, 有点 Plurk 的感觉. 你也来体验一下, 再一次回顾 Google 这十年的生长与成就吧...
</p>
<p>
<a href="http://www.google.com/tenthbirthday/">Google 10th Birthday</a></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=754" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/update-plurk-via-gtalk/" rel="bookmark">通过 Gtalk 更新 Plurk</a><!-- (11.5)--></li>
		<li><a href="http://www.neoease.com/googlecn-toolbar/" rel="bookmark">Google.cn 的首页工具栏</a><!-- (9)--></li>
		<li><a href="http://www.neoease.com/letmegooglethatforyou-com/" rel="bookmark">让我帮你 Google 一下吧</a><!-- (8)--></li>
		<li><a href="http://www.neoease.com/integrate-google-custom-search-into-wordpress/" rel="bookmark">整合 Google 自定义搜索 CSE</a><!-- (7.8)--></li>
		<li><a href="http://www.neoease.com/google-reader-gadget/" rel="bookmark">Google Reader Gadget</a><!-- (7.5)--></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/google-10th-birthday/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>在线制作名片小工具</title>
		<link>http://www.neoease.com/atomic-business-cards/</link>
		<comments>http://www.neoease.com/atomic-business-cards/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:33:06 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[Web Tool]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=414</guid>
		<description><![CDATA[这是一个 AJAX 应用的小玩意儿, 可以帮你在线生成一款简洁大方的名片. 你要做的或者你能做的, 就是往输入框内填入你的资料, 并上传一个图片. 它会为你生成一个简单的名片模型. 资料没有标题, 是按顺序填写的, 从上到下共有 10 项. 你可以往这 10 项里面填入资料和选择文字样式. 下方可以选择全部文字的字体和左右对齐. 此外, 你还能上传一个图片, 但无论你上传的图片有多大, 它都会帮你转为 100x100 的. 名片生成之后, 你可以下载一个 PDF 文件, 里面 3 行 4 列地整齐得排列着名片. 生成的名片样式单一, 但还算凑合, 可惜不支持中文. 有兴趣的可以去玩一下. 网址: http://www.atomicbusinesscards.com/ Scribd iPaper 代码墙 Web Favicon Editor 用 Browsershots 测试网页兼容性 Rollip 图片处理 Copyright &#169; 2007-2010 NeoEase. All rights [...]<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 class="inline right">
<img class="sided" src="http://www.atomicbusinesscards.com/img/default-card.gif" alt="atomic business card" />
</div>
<p>
这是一个 AJAX 应用的小玩意儿, 可以帮你在线生成一款简洁大方的名片.<br />
你要做的或者你能做的, 就是往输入框内填入你的资料, 并上传一个图片. 它会为你生成一个简单的名片模型.
</p>
<p>
资料没有标题, 是按顺序填写的, 从上到下共有 10 项. 你可以往这 10 项里面填入资料和选择文字样式. 下方可以选择全部文字的字体和左右对齐. 此外, 你还能上传一个图片, 但无论你上传的图片有多大, 它都会帮你转为 100x100 的.
</p>
<p>
名片生成之后, 你可以下载一个 PDF 文件, 里面 3 行 4 列地整齐得排列着名片. 生成的名片样式单一, 但还算凑合, 可惜不支持中文.<br />
有兴趣的可以去玩一下. <img src='http://www.neoease.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />
</p>
<p>
网址: <a rel="nofollow external" href="http://www.atomicbusinesscards.com/">http://www.atomicbusinesscards.com/</a></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=414" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/scribd-ipaper/" rel="bookmark">Scribd iPaper</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/code-wall/" rel="bookmark">代码墙</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/web-favicon-editor/" rel="bookmark">Web Favicon Editor</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/browsershots/" rel="bookmark">用 Browsershots 测试网页兼容性</a><!-- (2)--></li>
		<li><a href="http://www.neoease.com/rollip-image-tool/" rel="bookmark">Rollip 图片处理</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/atomic-business-cards/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress 爱好者论坛</title>
		<link>http://www.neoease.com/wordpress-fans-forum/</link>
		<comments>http://www.neoease.com/wordpress-fans-forum/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 12:31:59 +0000</pubDate>
		<dc:creator>mg12</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.neoease.com/?p=402</guid>
		<description><![CDATA[前不久, WordPress 中文论坛经历了域名门之变, 先后 "炒冷饭" 和 "悬尸门前", 版主和元老纷纷离开. 大侠们的集体外走, 要重新组织一个论坛是轻而易举的, 也是必然的. 瞧, 这就重新搭建了一个, 叫 WordPress 爱好者论坛, 网址: http://wfans.org/ 我刚去 WordPress 中文论坛没几天, 但其实感觉挺好. 发生了那样的事情貌似也与我不相干, 但管理员排除异己, 谬理删贴的行为让我对那个论坛失去了信心. 我将 WordPress 爱好者论坛看作是前一个的延续, 希望它有更好的发展, 也希望你能常来. 主题演示站与支持 Widget 的 Theme-Switcher 插件 使用图床还是将图片上传到 WordPress? 手机主题调度插件 WordPress Mobile Themes 解决 WordPress 头像无法显示问题 巧用 WordPress 缩略图 Copyright &#169; 2007-2010 NeoEase. All rights reserved. NeoEase.com [...]<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>
前不久, WordPress 中文论坛经历了域名门之变, 先后 "炒冷饭" 和 "悬尸门前", 版主和元老纷纷离开. 大侠们的集体外走, 要重新组织一个论坛是轻而易举的, 也是必然的. 瞧, 这就重新搭建了一个, 叫 <strong>WordPress 爱好者论坛</strong>, 网址: <a href="http://wfans.org/">http://wfans.org/</a>
</p>
<p>
我刚去 WordPress 中文论坛没几天, 但其实感觉挺好. 发生了那样的事情貌似也与我不相干, 但管理员排除异己, 谬理删贴的行为让我对那个论坛失去了信心.<br />
我将 WordPress 爱好者论坛看作是前一个的延续, 希望它有更好的发展, 也希望你能常来. <img src='http://www.neoease.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /></p>
 <img src="http://www.neoease.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=402" width="1" height="1" style="display: none;" /><ul>
		<li><a href="http://www.neoease.com/demo-site-and-theme-switcher/" rel="bookmark">主题演示站与支持 Widget 的 Theme-Switcher 插件</a><!-- (4.8)--></li>
		<li><a href="http://www.neoease.com/thirdparty-image-library-or-wordpress-gallery/" rel="bookmark">使用图床还是将图片上传到 WordPress?</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/wp-mobile-themes/" rel="bookmark">手机主题调度插件 WordPress Mobile Themes</a><!-- (3)--></li>
		<li><a href="http://www.neoease.com/change-gravatar-links-to-fix-wordpress-avatars/" rel="bookmark">解决 WordPress 头像无法显示问题</a><!-- (2.9)--></li>
		<li><a href="http://www.neoease.com/wordpress-thumb-trick/" rel="bookmark">巧用 WordPress 缩略图</a><!-- (2.9)--></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/wordpress-fans-forum/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

