<?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>任鸟飞网页设计博客-关注网页设计、网站开发、图形图像设计、互联网趣味信息及搜素引擎的IT原创博客 &#187; 创意</title>
	<atom:link href="http://www.renniaofei.com/tag/creative/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.renniaofei.com</link>
	<description>任鸟飞网页设计博客-关注网页设计、网站开发、图形图像设计、互联网趣味信息及搜素引擎的IT原创博客</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:51:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google图片搜索测试颠覆性大改版</title>
		<link>http://www.renniaofei.com/network/new-google-image-search/</link>
		<comments>http://www.renniaofei.com/network/new-google-image-search/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:26:33 +0000</pubDate>
		<dc:creator>小小鸟</dc:creator>
				<category><![CDATA[联盟]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[搜索引擎]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1459</guid>
		<description><![CDATA[Google图片搜索这一次的改版，让我拍案叫绝，那帮白痴是怎么想到这么棒的改版方案。我现在太鸡冻，以至于打字错字频出。原文链接
]]></description>
			<content:encoded><![CDATA[<p>Google图片搜索这一次的改版，让我拍案叫绝，那帮白痴是怎么想到这么棒的改版方案。我现在太鸡冻，以至于打字错字频出。<a href="http://www.xjp.cc/2010-log/07/new-google-image-search.html">原文链接</a><span id="more-1459"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/network/new-google-image-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>忘记 Wordpress 管理员密码怎么办？</title>
		<link>http://www.renniaofei.com/code/wordpress-guanliyuan-mima/</link>
		<comments>http://www.renniaofei.com/code/wordpress-guanliyuan-mima/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 10:57:08 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[编码]]></category>
		<category><![CDATA[Datebase]]></category>
		<category><![CDATA[WordPress 教程]]></category>
		<category><![CDATA[中文独立博客]]></category>
		<category><![CDATA[创意]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1453</guid>
		<description><![CDATA[大多数的服务器都支持邮件传送服务，如果忘记 Wordpress 管理员密码，可以通过“忘记密码”来重设密码；而本地机器可能不支持邮件传送服务，如果忘记本地机器上的 Wordpress 管理密码的话，该如何找回呢？

重设本机 Wordpress 管理员密码的方法
默认情况下，Wordpress 将用户密码存放在wp-users表中，利用 phpMyAdmin 查看 wp-users 表，如下所示：

user_pass 即 Wordpress 中的用户 admin 对应的密码，但此密码是经过 MD5 算法进行过加密，所以从这里是不可能反推出未经加密的密码的，所以只能通过重设 admin 对应的密码才可以。
知道 Wordpress 是利用 MD5 进行加密之后，就很容易找出问题的解决方法了。
点击此行左端的 “铅笔” 图标，进入编辑页面，如下所示：

找到第二行的  user_pass ，将此行对应的第5列的 “值”（即密码）设置为新的密码（本例将密码设置为 mima-666666），然后将此行对应的第3列的 “函数” 设置为 “MD5” （从下拉列表中选择 MD5 即可），点击“执行”按钮保存即可。
总结：phpMyAdmin 实在是很强大啊！利用 phpMyAdmin 可以处理各种数据库问题。
]]></description>
			<content:encoded><![CDATA[<p>大多数的服务器都支持邮件传送服务，如果忘记 <a href="http://www.renniaofei.com/tag/wordpress-tutorials/">Wordpress</a> 管理员密码，可以通过“忘记密码”来重设密码；而本地机器可能不支持邮件传送服务，如果忘记本地机器上的 Wordpress 管理密码的话，该如何找回呢？<span id="more-1453"></span></p>
<p><a title="任鸟飞网页设计博客" href="http://www.renniaofei.com"><img class="aligncenter size-full wp-image-1454" title="忘记 Wordpress 管理员密码怎么办?" src="http://www.renniaofei.com/wp-content/uploads/2010/07/wordpress-guanliyuan-mima-1.gif" alt="忘记 Wordpress 管理员密码怎么办?" width="355" height="397" /></a></p>
<h4>重设本机 Wordpress 管理员密码的方法</h4>
<p>默认情况下，Wordpress 将用户密码存放在wp-users表中，利用 <a href="http://www.renniaofei.com/tag/sql/">phpMyAdmin</a> 查看 wp-users 表，如下所示：</p>
<p><a title="任鸟飞网页设计博客" href="http://www.renniaofei.com"><img class="aligncenter size-full wp-image-1455" title="忘记 Wordpress 管理员密码怎么办？" src="http://www.renniaofei.com/wp-content/uploads/2010/07/wordpress-guanliyuan-mima-2.gif" alt="忘记 Wordpress 管理员密码怎么办？" width="487" height="42" /></a></p>
<p>user_pass 即 Wordpress 中的用户 admin 对应的密码，但此密码是经过 MD5 算法进行过加密，所以从这里是不可能反推出未经加密的密码的，所以只能通过重设 admin 对应的密码才可以。</p>
<p>知道 <a href="http://www.renniaofei.com/tag/wordpress-tutorials/">Wordpress</a> 是利用 MD5 进行加密之后，就很容易找出问题的解决方法了。</p>
<p>点击此行左端的 “铅笔” 图标，进入编辑页面，如下所示：</p>
<p><a title="任鸟飞网页设计博客" href="http://www.renniaofei.com"><img class="aligncenter size-full wp-image-1456" title="忘记 Wordpress 管理员密码怎么办？" src="http://www.renniaofei.com/wp-content/uploads/2010/07/wordpress-guanliyuan-mima-3.gif" alt="忘记 Wordpress 管理员密码怎么办？" width="530" height="312" /></a></p>
<p>找到第二行的  user_pass ，将此行对应的第5列的 “值”（即密码）设置为新的密码（本例将密码设置为 mima-666666），然后将此行对应的第3列的 “函数” 设置为 “MD5” （从下拉列表中选择 MD5 即可），点击“执行”按钮保存即可。</p>
<p>总结：phpMyAdmin 实在是很强大啊！利用 phpMyAdmin 可以处理各种数据库问题。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/code/wordpress-guanliyuan-mima/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>利用 CSS3 的 transition 属性制作过渡效果的导航栏</title>
		<link>http://www.renniaofei.com/code/css3-transition-daohanglan/</link>
		<comments>http://www.renniaofei.com/code/css3-transition-daohanglan/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 12:35:10 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[编码]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[网页美工]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1423</guid>
		<description><![CDATA[CSS3 新增了大量属性，在实际使用过程中，需要充分挖掘这些属性的潜力，才能制作出富有创意的作品。这里就介绍一个如何利用 CSS3 的 transition 属性来制作一个具有过渡效果的导航栏。
利用CSS3 的 transition 属性制作过渡效果的导航栏 实例预览

HTML 代码
&#60;ul id="navigation"&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com"&#62;首页&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/design/"&#62;设计&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/graphic/"&#62;图像&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/inspiration/"&#62;灵感&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/freebies/"&#62;素材&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/code/"&#62;编码&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/tools/"&#62;工具&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/internet/"&#62;互联&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/category/network/"&#62;联盟&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com/friendlink/"&#62;推荐&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
CSS 代码
ul#navigation {
	background: #00467f;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
ul#navigation li {
	height: 60px;
	display: inline-block;
 *display: inline; /* for IE6 &#38; IE7 */
}
ul#navigation li a, ul#navigation li a:link, ul#navigation li a:visited {
	display: inline-block;
 *display: inline; /* for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.renniaofei.com/code/the-basics-of-css3/">CSS3 新增了大量属性</a>，在实际使用过程中，需要充分挖掘这些属性的潜力，才能制作出富有<a href="http://www.renniaofei.com/tag/creative/">创意</a>的作品。这里就介绍一个如何利用 <a href="http://www.renniaofei.com/tag/css3/">CSS3</a> 的 transition 属性来制作一个具有过渡效果的导航栏。<span id="more-1423"></span></p>
<h4><a href="http://www.renniaofei.com/wp-content/uploads/2010/07/css3-transition-daohanglan.html">利用CSS3 的 transition 属性制作过渡效果的导航栏</a> 实例预览</h4>
<p><a href="http://www.renniaofei.com/wp-content/uploads/2010/07/css3-transition-daohanglan.html"><img class="aligncenter size-full wp-image-1424" title="利用CSS3 的 transition 属性制作过渡效果的导航栏" src="http://www.renniaofei.com/wp-content/uploads/2010/07/css3-transition-daohanglan.gif" alt="利用CSS3 的 transition 属性制作过渡效果的导航栏" width="528" height="59" /></a></p>
<h4>HTML 代码</h4>
<pre><code>&lt;ul id="navigation"&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com"&gt;首页&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/design/"&gt;设计&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/graphic/"&gt;图像&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/inspiration/"&gt;灵感&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/freebies/"&gt;素材&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/code/"&gt;编码&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/tools/"&gt;工具&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/internet/"&gt;互联&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/category/network/"&gt;联盟&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com/friendlink/"&gt;推荐&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<h4>CSS 代码</h4>
<pre><code>ul#navigation {
	background: #00467f;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
ul#navigation li {
	height: 60px;
	display: inline-block;
 *display: inline; /* for IE6 &amp; IE7 */
}
ul#navigation li a, ul#navigation li a:link, ul#navigation li a:visited {
	display: inline-block;
 *display: inline; /* for IE6 &amp; IE7 */
	height: 48px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	-webkit-transition: color 0.4s linear; /* CSS3 过渡效果代码 */
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	font-size: 32px;
}
ul#navigation li a:hover, ul#navigation li a:active, ul#navigation li a:focus {
	color: #7191cd;
}</code></pre>
<h4>CSS3 的 transition 属性代码说明</h4>
<p>-webkit-transition: color 0.4s linear; /* CSS3 过渡效果代码 */</p>
<ul>
<li>color：对 color 属性使用过渡效果，本例中，color 初始的颜色是 #fff （白色），当鼠标滑过时（a:hover）, color 的颜色变为color: #7191cd 。</li>
<li>0.4s：过渡效果的时间。</li>
<li>linear：过渡计时方式为 linear。也即线性过滤。</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/code/css3-transition-daohanglan/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS3 到底有多强大？</title>
		<link>http://www.renniaofei.com/code/css3-daodi-you-duo-qiangda/</link>
		<comments>http://www.renniaofei.com/code/css3-daodi-you-duo-qiangda/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:34:11 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[编码]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[国外精彩推荐]]></category>
		<category><![CDATA[标准]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1334</guid>
		<description><![CDATA[CSS3新增了大量的属性，例如圆角、阴影、颜色渐变、透明度、动画等，而这些也都是构成图形的基本属性，这是否意味着，可以直接利用 CSS3 来定义图形样式呢！我猜想，未来的网页设计趋势将是“去图片化”。
我们都知道 Twitter 的宕机图是 “Fail Whale”（宕机鲸），其形状圆润，线条构成比较复杂。现在看一下下面这张预览图，你能想象这是一张纯粹利用CSS3来制作的页面吗？点击下面的预览图将会打开 CSS3 版宕机鲸。

请使用除IE之外的浏览器预览上面的页面，例如 Chrome、Firefox、Opera、Safari 等高版本浏览器。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.renniaofei.com/code/the-basics-of-css3/">CSS3新增了大量的属性</a>，例如<a href="http://www.renniaofei.com/code/border-radius-create-rounded-corners-with-css3/">圆角</a>、<a href="http://www.renniaofei.com/code/css3-photoshop-text-shadow/">阴影</a>、<a href="http://www.renniaofei.com/code/css3-gradients-tip/">颜色渐变</a>、透明度、<a href="http://www.renniaofei.com/code/css3-animation-fade-in/">动画</a>等，而这些也都是构成图形的基本属性，这是否意味着，可以直接利用 <a href="http://www.renniaofei.com/tag/css3/">CSS3</a> 来定义图形样式呢！我猜想，未来的网页设计趋势将是“去图片化”。<span id="more-1334"></span></p>
<p>我们都知道 Twitter 的宕机图是 “Fail Whale”（宕机鲸），其形状圆润，线条构成比较复杂。现在看一下下面这张预览图，你能想象这是一张纯粹利用CSS3来制作的页面吗？点击下面的预览图将会打开 <a href="http://www.subcide.com/experiments/fail-whale/" target="_blank">CSS3 版宕机鲸</a>。</p>
<p><a href="http://www.subcide.com/experiments/fail-whale/"  target="_blank"><img class="aligncenter size-full wp-image-1335" title="CSS3到底有多强？" src="http://www.renniaofei.com/wp-content/uploads/2010/07/twitter-fail-whale.jpg" alt="CSS3到底有多强？" width="520" height="245" /></a></p>
<p>请使用除IE之外的浏览器预览上面的页面，例如 Chrome、Firefox、Opera、Safari 等高版本浏览器。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/code/css3-daodi-you-duo-qiangda/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>超强山寨版 Google Logo 标志</title>
		<link>http://www.renniaofei.com/internet/shanzhai-google-logo/</link>
		<comments>http://www.renniaofei.com/internet/shanzhai-google-logo/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 14:25:52 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[国外精彩推荐]]></category>
		<category><![CDATA[平面设计]]></category>
		<category><![CDATA[标志]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1311</guid>
		<description><![CDATA[Google Logo 的字体和颜色相当独特，字体一般见不到，颜色变换多端，也许这样的 Logo 标志给人印象才深刻吧。到目前为止，Google 无疑是最伟大的互联网公司之一，地球上有大批的G迷，而现在Google的 Logo 就被他们盯上了。我在这里想说的是，山寨不是中国特有的现象，国外也有，而且很强悍。[via]
下面这些Logo都是从字体和颜色上去模仿Google Logo，看起来也相当有创意。
1. Alert

2. Gaggle

3. Gargolye

4. Giggle

5. Googy

6. Mirror

7. Noodle

8. Screwgle

9. Stroodle

10. Wenhao

11. Burn

12. Gargle

13. Gaygle

14. Goggles

15. MC

16. Moogle

17.  Pac Man

18. Spoogle

19. Stutter

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.renniaofei.com/inspiration/google-doodles-2010-world-cup-winner/">Google Logo </a>的字体和颜色相当独特，字体一般见不到，颜色变换多端，也许这样的 Logo 标志给人印象才深刻吧。到目前为止，Google 无疑是最伟大的互联网公司之一，地球上有大批的G迷，而现在<a href="http://www.renniaofei.com/tag/google/">Google</a>的 Logo 就被他们盯上了。我在这里想说的是，<strong>山寨不是中国特有的现象，国外也有，而且很强悍</strong>。[<a href="www.logoogle.com">via</a>]<span id="more-1311"></span></p>
<p>下面这些Logo都是从字体和颜色上去模仿Google Logo，看起来也相当有创意。</p>
<h4>1. Alert</h4>
<p><img class="aligncenter size-full wp-image-1312" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-alert.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>2. Gaggle</h4>
<p><img class="aligncenter size-full wp-image-1313" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-gaggle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>3. Gargolye</h4>
<p><img class="aligncenter size-full wp-image-1314" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-gargolye.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>4. Giggle</h4>
<p><img class="aligncenter size-full wp-image-1315" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-giggle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>5. Googy</h4>
<p><img class="aligncenter size-full wp-image-1316" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-goofy.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>6. Mirror</h4>
<p><img class="aligncenter size-full wp-image-1317" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-mirror.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>7. Noodle</h4>
<p><img class="aligncenter size-full wp-image-1318" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-noodle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>8. Screwgle</h4>
<p><img class="aligncenter size-full wp-image-1319" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-screwgle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>9. Stroodle</h4>
<p><img class="aligncenter size-full wp-image-1320" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-stroodle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>10. Wenhao</h4>
<p><img class="aligncenter size-full wp-image-1321" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-wenhao.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>11. Burn</h4>
<p><img class="aligncenter size-full wp-image-1322" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-burn.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>12. Gargle</h4>
<p><img class="aligncenter size-full wp-image-1323" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-gargle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>13. Gaygle</h4>
<p><img class="aligncenter size-full wp-image-1324" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-gaygle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>14. Goggles</h4>
<p><img class="aligncenter size-full wp-image-1325" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-goggles.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>15. MC</h4>
<p><img class="aligncenter size-full wp-image-1326" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-mc.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>16. Moogle</h4>
<p><img class="aligncenter size-full wp-image-1327" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-moogle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>17.  Pac Man</h4>
<p><img class="aligncenter size-full wp-image-1328" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-pac-man.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>18. Spoogle</h4>
<p><img class="aligncenter size-full wp-image-1329" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-spoogle.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
<h4>19. Stutter</h4>
<p><img class="aligncenter size-full wp-image-1330" title="超强山寨版 Google logo 标志" src="http://www.renniaofei.com/wp-content/uploads/2010/07/funny-google-stutter.jpg" alt="超强山寨版 Google logo 标志" width="500" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/internet/shanzhai-google-logo/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>国外超有创意字体排版艺术</title>
		<link>http://www.renniaofei.com/inspiration/chuangyi-ziti-paiban-yishu/</link>
		<comments>http://www.renniaofei.com/inspiration/chuangyi-ziti-paiban-yishu/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:38:55 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[灵感]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[国外精彩推荐]]></category>
		<category><![CDATA[字体]]></category>
		<category><![CDATA[平面设计]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1300</guid>
		<description><![CDATA[设计师都有一双灵巧的手，26个字母经过他们的布局排版之后，就能形成一幅让人叹为观止的图面。







]]></description>
			<content:encoded><![CDATA[<p>设计师都有一双灵巧的手，26个字母经过他们的布局排版之后，就能形成一幅让人叹为观止的图面。<span id="more-1300"></span></p>
<p><img class="aligncenter size-full wp-image-1301" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-1.jpg" alt="创意字体排版艺术" width="520" height="416" /></p>
<p><img class="aligncenter size-full wp-image-1302" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-2.jpg" alt="创意字体排版艺术" width="520" height="673" /></p>
<p><img class="aligncenter size-full wp-image-1303" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-3.jpg" alt="创意字体排版艺术" width="520" height="804" /></p>
<p><img class="aligncenter size-full wp-image-1304" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-4.jpg" alt="创意字体排版艺术" width="520" height="693" /></p>
<p><img class="aligncenter size-full wp-image-1305" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-5.jpg" alt="创意字体排版艺术" width="520" height="520" /></p>
<p><img class="aligncenter size-full wp-image-1306" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-6.jpg" alt="创意字体排版艺术" width="520" height="608" /></p>
<p><img class="aligncenter size-full wp-image-1307" title="创意字体排版艺术" src="http://www.renniaofei.com/wp-content/uploads/2010/07/chuangyi-ziti-paiban-yishu-7.jpg" alt="创意字体排版艺术" width="520" height="734" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/inspiration/chuangyi-ziti-paiban-yishu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>利用:hover特性制作的CSS导航菜单栏</title>
		<link>http://www.renniaofei.com/code/css-hover-menu/</link>
		<comments>http://www.renniaofei.com/code/css-hover-menu/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 03:48:17 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[编码]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1280</guid>
		<description><![CDATA[不必借助Javascript，只是简单的利用CSS制作的导航菜单，也能实现很多动态效果。本例中的导航菜单栏能够响应鼠标事件，当鼠标划过时，会有简短的提示信息。
实例预览：

HTML代码：
&#60;div id="menu"&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com"&#62; &#60;span class="title"&#62;任鸟飞&#60;/span&#62; &#60;span class="text"&#62;博客简介&#60;/span&#62; &#60;/a&#62; &#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com"&#62; &#60;span class="title"&#62;博主&#60;/span&#62; &#60;span class="text"&#62;博主简介&#60;/span&#62; &#60;/a&#62; &#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com"&#62; &#60;span class="title"&#62;博客&#60;/span&#62; &#60;span class="text"&#62;网页设计类博客&#60;/span&#62; &#60;/a&#62; &#60;/li&#62;
&#60;li&#62;&#60;a href="http://www.renniaofei.com"&#62; &#60;span class="title"&#62;联系&#60;/span&#62; &#60;span class="text"&#62;请联系我们&#60;/span&#62; &#60;/a&#62; &#60;/li&#62;
&#60;/ul&#62;
&#60;/div&#62;
CSS代码：
#menu ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	border:2px solid #000;
	border-left:none;
	float:left;
	clear:both;
	padding: 0px;
}
#menu ul li{
    float:left;
}
#menu ul li a{
    display:block;
 [...]]]></description>
			<content:encoded><![CDATA[<p>不必借助Javascript，只是简单的利用CSS制作的导航菜单，也能实现很多动态效果。本例中的导航菜单栏能够响应鼠标事件，当鼠标划过时，会有简短的提示信息。<span id="more-1280"></span></p>
<h4>实例预览：</h4>
<p><a href="http://www.renniaofei.com/wp-content/uploads/2010/07/css-menu.html"><img class="aligncenter size-full wp-image-1281" title="利用:hover特性制作的CSS导航菜单栏" src="http://www.renniaofei.com/wp-content/uploads/2010/07/css-menu.png" alt="利用:hover特性制作的CSS导航菜单栏" width="496" height="78" /></a></p>
<h4>HTML代码：</h4>
<pre><code>&lt;div id="menu"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com"&gt; &lt;span class="title"&gt;任鸟飞&lt;/span&gt; &lt;span class="text"&gt;博客简介&lt;/span&gt; &lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com"&gt; &lt;span class="title"&gt;博主&lt;/span&gt; &lt;span class="text"&gt;博主简介&lt;/span&gt; &lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com"&gt; &lt;span class="title"&gt;博客&lt;/span&gt; &lt;span class="text"&gt;网页设计类博客&lt;/span&gt; &lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.renniaofei.com"&gt; &lt;span class="title"&gt;联系&lt;/span&gt; &lt;span class="text"&gt;请联系我们&lt;/span&gt; &lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</code></pre>
<h4>CSS代码：</h4>
<pre><code>#menu ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	border:2px solid #000;
	border-left:none;
	float:left;
	clear:both;
	padding: 0px;
}
#menu ul li{
    float:left;
}
#menu ul li a{
    display:block;
    text-decoration:none;
    background-color:#444;
    padding:5px 10px;
    color:#fff;
    width:140px;
    border-right:1px solid #666;
    border-left:1px solid #000;
}
#menu ul li a span{
    display:block;
}
#menu ul li a span.title{
    border-bottom:1px solid #444;
}
#menu ul li a:hover span.title{
    border-bottom:1px dashed #f0f0f0;
    color:#ef0000;
}
#menu ul li a span.text{
    visibility:hidden;
    font-size:13px;
    text-align:right;
}
#menu ul li a:hover span.text{
    visibility:visible;
}
</code></pre>
<p><a href="http://www.renniaofei.com/wp-content/uploads/2010/07/css-menu.html">利用:hover特性制作的CSS导航菜单栏——最终效果预览</a></p>
<p>注：由于IE6不支持除a标签以外的:hover属性，故此例在IE6中没有预想中的效果。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/code/css-hover-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>美妙绝伦的中文酷站设计大收集</title>
		<link>http://www.renniaofei.com/inspiration/meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji/</link>
		<comments>http://www.renniaofei.com/inspiration/meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 11:38:01 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[灵感]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[欧美酷站]]></category>
		<category><![CDATA[酷站]]></category>
		<category><![CDATA[韩国酷站]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1252</guid>
		<description><![CDATA[天天看韩国酷站，欧美酷站，都忽略了身边的网站。纵观国内的网页设计，已经不可同日而语，虽然有模仿，山寨等现象，但其设计能力逐步提高，后Web 2.0时代，国内设计师的水平已超越韩国。
下面是我精心收集的20个国内超酷的网站设计，希望能给你带来丝丝灵感。
1. 东湃演义

2. M&#38;M&#8217;s最出彩

3. 海龙设计工作室

4. 西莎愛的音樂故事

5. 飞天舞手绘墙画

6. Z邮局 自邮一套

7. 江苏历史文化名镇&#8211;震泽

8. 中国晚清第一名园

9. Fabia晶锐相信之城

10. 半山国际

11. 大城际

12. 手机电视-中国移动通信

13. 纽约时尚

14. 李冰冰国际官方网站

15. 激浪官方网站

16. 娟子个人网

17. 黎静个人网站

18. 千年美丽

19. 阳光里

20. 德芙醇黑巧克力

]]></description>
			<content:encoded><![CDATA[<p>天天看<a href="http://www.renniaofei.com/inspiration/beautiful-and-inspirational-korean-websites-design-in-2009/">韩国酷站</a>，<a href="http://www.renniaofei.com/inspiration/illustration-in-web-design/">欧美酷站</a>，都忽略了身边的网站。纵观<a href="http://www.renniaofei.com/inspiration/cool-personal-website-showcase/">国内的网页设计</a>，已经不可同日而语，虽然有模仿，山寨等现象，但其设计能力逐步提高，后Web 2.0时代，国内设计师的水平已超越韩国。<span id="more-1252"></span></p>
<p>下面是我精心收集的20个国内超酷的网站设计，希望能给你带来丝丝灵感。</p>
<h4>1. <a href="http://doopaa.cn/doopaademo/">东湃演义</a></h4>
<p><a href="http://doopaa.cn/doopaademo/"><img class="aligncenter size-full wp-image-1253" title="美妙绝伦的中文酷站设计大收集-东湃演义" src="http://www.renniaofei.com/wp-content/uploads/2010/07/1-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-东湃演义" width="520" height="300" /></a></p>
<h4>2. <a href="http://www.m-ms.com.cn/">M&amp;M&#8217;s最出彩</a></h4>
<p><a href="http://www.m-ms.com.cn/"><img class="aligncenter size-full wp-image-1254" title="美妙绝伦的中文酷站设计大收集-M&amp;M's最出彩" src="http://www.renniaofei.com/wp-content/uploads/2010/07/2-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-M&amp;M's最出彩" width="520" height="289" /></a></p>
<h4>3. <a href="http://www.xhl-web.com/">海龙设计工作室</a></h4>
<p><a href="http://www.xhl-web.com/"><img class="aligncenter size-full wp-image-1255" title="美妙绝伦的中文酷站设计大收集-海龙-个人网站" src="http://www.renniaofei.com/wp-content/uploads/2010/07/3-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-海龙-个人网站" width="520" height="386" /></a></p>
<h4>4. <a href="http://www.cesarclub.com.tw/">西莎愛的音樂故事</a></h4>
<p><a href="http://www.cesarclub.com.tw/"><img class="aligncenter size-full wp-image-1256" title="美妙绝伦的中文酷站设计大收集-西莎愛的音樂故事" src="http://www.renniaofei.com/wp-content/uploads/2010/07/4-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-西莎愛的音樂故事" width="520" height="276" /></a></p>
<h4>5. <a href="http://www.flyer5.cn/">飞天舞手绘墙画</a></h4>
<p><a href="http://www.flyer5.cn/"><img class="aligncenter size-full wp-image-1257" title="美妙绝伦的中文酷站设计大收集-飞天舞手绘墙画" src="http://www.renniaofei.com/wp-content/uploads/2010/07/5-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-飞天舞手绘墙画" width="520" height="260" /></a></p>
<h4>6. <a href="http://zmail.net.cn/">Z邮局 自邮一套</a></h4>
<p><a href="http://zmail.net.cn/"><img class="aligncenter size-full wp-image-1258" title="美妙绝伦的中文酷站设计大收集-Z邮局 自邮一套" src="http://www.renniaofei.com/wp-content/uploads/2010/07/6-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-Z邮局 自邮一套" width="520" height="327" /></a></p>
<h4>7. <a href="http://www.zhenze.com.cn/">江苏历史文化名镇&#8211;震泽</a></h4>
<p><a href="http://www.zhenze.com.cn/"><img class="aligncenter size-full wp-image-1259" title="美妙绝伦的中文酷站设计大收集-江苏历史文化名镇--震泽" src="http://www.renniaofei.com/wp-content/uploads/2010/07/7-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-江苏历史文化名镇--震泽" width="520" height="324" /></a></p>
<h4>8. <a href="http://www.he-garden.net/">中国晚清第一名园</a></h4>
<p><a href="http://www.he-garden.net/"><img class="aligncenter size-full wp-image-1260" title="美妙绝伦的中文酷站设计大收集-中国晚清第一名园" src="http://www.renniaofei.com/wp-content/uploads/2010/07/8-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-中国晚清第一名园" width="520" height="359" /></a></p>
<h4>9. <a href="http://www.fabialife.com">Fabia晶锐相信之城</a></h4>
<p><a href="http://www.fabialife.com"><img class="aligncenter size-full wp-image-1261" title="美妙绝伦的中文酷站设计大收集-Fabia晶锐相信之城" src="http://www.renniaofei.com/wp-content/uploads/2010/07/9-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-Fabia晶锐相信之城" width="520" height="281" /></a></p>
<h4>10. <a href="http://www.lvdity.com.cn">半山国际</a></h4>
<p><a href="http://www.lvdity.com.cn"><img class="aligncenter size-full wp-image-1262" title="美妙绝伦的中文酷站设计大收集-半山国际" src="http://www.renniaofei.com/wp-content/uploads/2010/07/10-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-半山国际" width="520" height="302" /></a></p>
<h4>11. <a href="http://www.dachengji.com.cn/">大城际</a></h4>
<p><a href="http://www.dachengji.com.cn/"><img class="aligncenter size-full wp-image-1263" title="美妙绝伦的中文酷站设计大收集-大城际" src="http://www.renniaofei.com/wp-content/uploads/2010/07/11-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-大城际" width="520" height="313" /></a></p>
<h4>12. <a href="http://www.chinamobile.com/events/tv/">手机电视-中国移动通信</a></h4>
<p><a href="http://www.chinamobile.com/events/tv/"><img class="aligncenter size-full wp-image-1264" title="美妙绝伦的中文酷站设计大收集-手机电视看直播足球盛宴不错过_中国移动通信" src="http://www.renniaofei.com/wp-content/uploads/2010/07/12-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-手机电视看直播足球盛宴不错过_中国移动通信" width="520" height="279" /></a></p>
<h4>13. <a href="http://www.glaceau-bj.com/">纽约时尚</a></h4>
<p><a href="http://www.glaceau-bj.com/"><img class="aligncenter size-full wp-image-1265" title="美妙绝伦的中文酷站设计大收集-纽约时尚" src="http://www.renniaofei.com/wp-content/uploads/2010/07/13-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-纽约时尚" width="520" height="320" /></a></p>
<h4>14. <a href="http://www.libingbing.net/">李冰冰国际官方网站</a></h4>
<p><a href="http://www.libingbing.net/"><img class="aligncenter size-full wp-image-1266" title="美妙绝伦的中文酷站设计大收集-李冰冰国际官方网站" src="http://www.renniaofei.com/wp-content/uploads/2010/07/14-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-李冰冰国际官方网站" width="520" height="262" /></a></p>
<h4>15. <a href="http://www.mdew.com.cn/">激浪官方网站</a></h4>
<p><a href="http://www.mdew.com.cn/"><img class="aligncenter size-full wp-image-1267" title="美妙绝伦的中文酷站设计大收集-激浪官方网站" src="http://www.renniaofei.com/wp-content/uploads/2010/07/15-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-激浪官方网站" width="520" height="311" /></a></p>
<h4>16. <a href="http://www.sjuanzi.com/">娟子个人网</a></h4>
<p><a href="http://www.sjuanzi.com/"><img class="aligncenter size-full wp-image-1268" title="美妙绝伦的中文酷站设计大收集-娟子个人网" src="http://www.renniaofei.com/wp-content/uploads/2010/07/16-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-娟子个人网" width="520" height="263" /></a></p>
<h4>17. <a href="http://www.li-jing.com/">黎静个人网站</a></h4>
<p><a href="http://www.li-jing.com/"><img class="aligncenter size-full wp-image-1269" title="美妙绝伦的中文酷站设计大收集-黎静个人网站" src="http://www.renniaofei.com/wp-content/uploads/2010/07/17-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-黎静个人网站" width="520" height="230" /></a></p>
<h4>18. <a href="http://www.rxqnml.com/">千年美丽</a></h4>
<p><a href="http://www.rxqnml.com/"><img class="aligncenter size-full wp-image-1270" title="美妙绝伦的中文酷站设计大收集-千年美丽" src="http://www.renniaofei.com/wp-content/uploads/2010/07/18-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-千年美丽" width="520" height="362" /></a></p>
<h4>19. <a href="http://www.sunnywh.com/">阳光里</a></h4>
<p><a href="http://www.sunnywh.com/"><img class="aligncenter size-full wp-image-1271" title="美妙绝伦的中文酷站设计大收集-阳光里" src="http://www.renniaofei.com/wp-content/uploads/2010/07/19-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-阳光里" width="495" height="508" /></a></p>
<h4>20. <a href="http://superdark.dovechocolate.com.cn/">德芙醇黑巧克力</a></h4>
<p><a href="http://superdark.dovechocolate.com.cn/"><img class="aligncenter size-full wp-image-1272" title="美妙绝伦的中文酷站设计大收集-德芙醇黑巧克力" src="http://www.renniaofei.com/wp-content/uploads/2010/07/20-meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji.jpg" alt="美妙绝伦的中文酷站设计大收集-德芙醇黑巧克力" width="520" height="329" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/inspiration/meimiaojuelun-de-zhongwen-kuzhan-sheji-da-shouji/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google 世界杯 Logo</title>
		<link>http://www.renniaofei.com/inspiration/google-doodles-2010-world-cup-winner/</link>
		<comments>http://www.renniaofei.com/inspiration/google-doodles-2010-world-cup-winner/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:48:38 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[灵感]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[国外精彩推荐]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1191</guid>
		<description><![CDATA[相对百度来说，Google更懂球迷。为了庆祝世界杯开幕，Google 设计了一套与世界杯相关的 Logo（Doodles），由此进一步拉近了Google与球迷的距离，想球迷之所想，与球迷同乐。
1. 南非世界杯 2010年6月11日

2. 全球 2010年6月12日

3. 英国-世界杯 2010年6月12日

4. 韩国-世界杯 2010年6月12日

5. 加纳-世界杯 2010年6月13日

6. 德国-世界杯 2010年6月13日

7. 澳大利亚-世界杯 2010年6月13日

8. 阿联酋-世界杯 2010年6月14日

9. 新西兰-世界杯 2010年6月14日

10. 肯尼亚-世界杯 2010年6月14日

11. 意大利-世界杯 2010年6月14日

12. 以色列-世界杯 2010年6月14日

13. 捷克共和国-世界杯 2010年6月14日

14. 台湾-世界杯 2010年6月14日

15. 香港-世界杯 2010年6月14日

16. 西班牙-世界杯 2010年6月16日

17. 中国 香港 台湾-世界杯 2010年6月16日

]]></description>
			<content:encoded><![CDATA[<p>相对百度来说，<a href="http://www.renniaofei.com/internet/google-and-the-world-cup/">Google更懂球迷</a>。为了庆祝世界杯开幕，Google 设计了一套与世界杯相关的 <a href="http://www.renniaofei.com/inspiration/google-doodles-2010-june/">Logo（Doodles）</a>，由此进一步拉近了Google与球迷的距离，想球迷之所想，与球迷同乐。<span id="more-1191"></span></p>
<h4>1. 南非世界杯 2010年6月11日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_za-hp.jpg" alt="" /></p>
<h4>2. 全球 2010年6月12日</h4>
<p><img class="alignnone" title="Google Doodles" src="http://www.google.com/logos/worldcupopen10-hp.gif" alt="" /></p>
<h4>3. 英国-世界杯 2010年6月12日</h4>
<p><img class="alignnone" title="Google Doodles" src="http://www.google.com/logos/d4g_worldcup10_uk-hp.jpg" alt="" /></p>
<h4>4. 韩国-世界杯 2010年6月12日</h4>
<p><img class="alignnone" title="Google Doodles" src="http://www.google.com/logos/d4g_worldcup10_ko-hp.jpg" alt="" /></p>
<h4>5. 加纳-世界杯 2010年6月13日</h4>
<p><img class="alignnone" title="Google Doodles" src="http://www.google.com/logos/d4g_worldcup10_gh-hp.jpg" alt="" /></p>
<h4>6. 德国-世界杯 2010年6月13日</h4>
<p><img class="alignnone" title="Google Doodles" src="http://www.google.com/logos/d4g_worldcup10_de-hp.jpg" alt="" /></p>
<h4>7. 澳大利亚-世界杯 2010年6月13日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_au-hp.jpg" alt="" /></p>
<h4>8. 阿联酋-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_uae-hp.jpg" alt="" /></p>
<h4>9. 新西兰-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_nl-hp.jpg" alt="" /></p>
<h4>10. 肯尼亚-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_ke-hp.jpg" alt="" /></p>
<h4>11. 意大利-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_it-hp.jpg" alt="" /></p>
<h4>12. 以色列-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_il-hp.jpg" alt="" /></p>
<h4>13. 捷克共和国-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_cz-hp.jpg" alt="" /></p>
<h4>14. 台湾-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_tw-hp.jpg" alt="" /></p>
<h4>15. 香港-世界杯 2010年6月14日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_hk-hp.jpg" alt="" /></p>
<h4>16. 西班牙-世界杯 2010年6月16日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/d4g_worldcup10_es-hp.jpg" alt="" /></p>
<h4>17. 中国 香港 台湾-世界杯 2010年6月16日</h4>
<p><img class="alignnone" title="Google doodles" src="http://www.google.com/logos/dragonboat2010-hp.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/inspiration/google-doodles-2010-world-cup-winner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>真实世界里的隐身人</title>
		<link>http://www.renniaofei.com/inspiration/camouflage-art-by-liu-bolin-china/</link>
		<comments>http://www.renniaofei.com/inspiration/camouflage-art-by-liu-bolin-china/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:02:38 +0000</pubDate>
		<dc:creator>任鸟飞</dc:creator>
				<category><![CDATA[灵感]]></category>
		<category><![CDATA[创意]]></category>
		<category><![CDATA[摄影]]></category>

		<guid isPermaLink="false">http://www.renniaofei.com/?p=1156</guid>
		<description><![CDATA[丛林中的动物，身体一般能与周围环境融入一体，达到隐藏自己的目的，这也就是所谓的伪装术，北京当代艺术家刘勃麟恰到好处的利用了这一“伪装法则”，以达到隐身的目的。










]]></description>
			<content:encoded><![CDATA[<p>丛林中的动物，身体一般能与周围环境融入一体，达到隐藏自己的目的，这也就是所谓的<a href="http://www.renniaofei.com/graphic/nature-camouflage-animal-photography/">伪装术</a>，北京当代艺术家<a href="http://www.renniaofei.com/google-search/?cx=008658084729219836228:l8j1neraf2i&amp;cof=FORID:11&amp;ie=UTF-8&amp;q=%E5%88%98%E5%8B%83%E9%BA%9F&amp;sa=%E6%90%9C%E7%B4%A2&amp;siteurl=www.renniaofei.com/">刘勃麟</a>恰到好处的利用了这一“伪装法则”，以达到隐身的目的。<span id="more-1156"></span></p>
<p><img class="aligncenter size-full wp-image-1157" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-1.jpg" alt="真实世界里的隐身人" width="450" height="317" /></p>
<p><img class="aligncenter size-full wp-image-1158" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-2.jpg" alt="真实世界里的隐身人" width="450" height="367" /></p>
<p><img class="aligncenter size-full wp-image-1159" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-3.jpg" alt="真实世界里的隐身人" width="450" height="332" /></p>
<p><img class="aligncenter size-full wp-image-1160" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-4.jpg" alt="真实世界里的隐身人" width="450" height="290" /></p>
<p><img class="aligncenter size-full wp-image-1161" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-5.jpg" alt="真实世界里的隐身人" width="450" height="368" /></p>
<p><img class="aligncenter size-full wp-image-1162" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-6.jpg" alt="真实世界里的隐身人" width="450" height="290" /></p>
<p><img class="aligncenter size-full wp-image-1163" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-7.jpg" alt="真实世界里的隐身人" width="450" height="367" /></p>
<p><img class="aligncenter size-full wp-image-1164" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-8.jpg" alt="真实世界里的隐身人" width="450" height="354" /></p>
<p><img class="aligncenter size-full wp-image-1165" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-9.jpg" alt="真实世界里的隐身人" width="450" height="290" /></p>
<p><img class="aligncenter size-full wp-image-1166" title="真实世界里的隐身人" src="http://www.renniaofei.com/wp-content/uploads/2010/06/camouflage-art-by-liu-bolin-china-10.jpg" alt="真实世界里的隐身人" width="450" height="290" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.renniaofei.com/inspiration/camouflage-art-by-liu-bolin-china/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.505 seconds -->
