<?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>Dfey Creative Minds &#187; 模板文件</title>
	<atom:link href="http://www.dfey.com/category/%e6%a8%a1%e6%9d%bf%e6%96%87%e4%bb%b6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dfey.com</link>
	<description>Design Fusion Exchange Yard</description>
	<lastBuildDate>Sat, 06 Mar 2010 08:04:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>jQuery 1.4官方文档中文版</title>
		<link>http://www.dfey.com/2010/01/19/jquery-1-4%e5%ae%98%e6%96%b9%e6%96%87%e6%a1%a3%e4%b8%ad%e6%96%87%e7%89%88/</link>
		<comments>http://www.dfey.com/2010/01/19/jquery-1-4%e5%ae%98%e6%96%b9%e6%96%87%e6%a1%a3%e4%b8%ad%e6%96%87%e7%89%88/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:59:29 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[最新发布]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=1215</guid>
		<description><![CDATA[
为了庆祝jQuery的四周岁生日, jQuery的团队荣幸的发布了jQuery Javascript库的最新主要版本! 这个版本包含了大量的编程，测试，和记录文档的工作，我们为此感到很骄傲。
我要以个人的名义感谢 Brandon Aaron, Ben Alman, Louis-Rémi Babe, Ariel Flesler, Paul Irish, Robert Kati?, Yehuda Katz, Dave Methvin, Justin Meyer, Karl Swedberg, and Aaron Quint。谢谢他们在修复BUG和完成这次发布上所做的工作。
下载(Downloading)
按照惯例，我们提供了两份jQuery的拷贝，一份是最小化的(我们现在采用Google Closure作为默认的压缩工具了)，一份是未压缩的(供纠错或阅读)。

jQuery压缩 (23kb Gzipped)
jQuery常规 (154kb)

另外，Google也在他们的服务器上放置了一份jQuery的拷贝。这份拷贝会自动的最小化然后压缩 – 并且放在Google最快的缓存服务器上。

http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js

你可以在你的站点上直接引用上面的URL，这样就可以享受迅速加载jQuery的性能优势了。
就jQuery1.4来说，我们努力的减少大规模升级中的麻烦 – 通过保持所有public函数的签名。即使如此，还请通读可能会造成问题的变更列表，这样能够了解哪些变更可能会给你的应用造成问题。
(功能) Features
下面的内容概括了jQuery1.4里加入的变更和功能。另外所有的变更都已经在jQuery 1.4 的文档里记录了。
热门方法经过了性能上的大”检修”
不少比较热门的和常用的jQuery方法在1.4里被重写了。(译注:重写了方法的内部，外部调用没有大幅度改变) 我们分析源码的时候发现我们能够获得大幅的性能提升，通过把jQuery和自己比较: 查看内部函数被调用了多少次，然后努力降低源码的复杂度(译注:计算机算法中的Complexity)

View the cropped chart.
在1.4版里我们显著的降低了大部分热门jQuery方法的的复杂度。
更易用的设置函数 (Easy Setter Functions)
算来已经有一阵了，你们已经可以给.attr()传递一个函数，然后这个函数的结果会被用来赋给相应的HTML属性(attribute)上。这个功能现在被移植到所有的设置函数了: .css(), .attr(), .val(), .html(), .text(), .append(), .prepend(), .before(), .after(), [...]]]></description>
			<content:encoded><![CDATA[<div id="lw_context_ads">
<p>为了庆祝jQuery的四周岁生日, jQuery的团队荣幸的发布了jQuery Javascript库的最新主要版本! 这个版本包含了大量的编程，测试，和记录文档的工作，我们为此感到很骄傲。</p>
<p>我要以个人的名义感谢 Brandon Aaron, Ben Alman, Louis-Rémi Babe, Ariel Flesler, Paul Irish, Robert Kati?, Yehuda Katz, Dave Methvin, Justin Meyer, Karl Swedberg, and Aaron Quint。谢谢他们在修复BUG和完成这次发布上所做的工作。</p>
<h4>下载(Downloading)</h4>
<p>按照惯例，我们提供了两份jQuery的拷贝，一份是最小化的(我们现在采用<a href="http://code.google.com/closure/compiler/" onfocus="onfocus">Google Closure</a>作为默认的压缩工具了)，一份是未压缩的(供纠错或阅读)。</p>
<ul>
<li><a href="http://code.jquery.com/jquery-1.4.min.js" onfocus="onfocus">jQuery压缩</a> (23kb <a href="http://www.julienlecomte.net/blog/2007/08/13/" onfocus="onfocus">Gzipped</a>)</li>
<li><a href="http://code.jquery.com/jquery-1.4.js" onfocus="onfocus">jQuery常规</a> (154kb)</li>
</ul>
<p>另外，Google也在他们的服务器上<a href="http://code.google.com/apis/ajaxlibs/documentation/index.html" onfocus="onfocus">放置了一份jQuery的拷贝</a>。这份拷贝会自动的最小化然后压缩 – 并且放在Google最快的缓存服务器上。</p>
<ul>
<li><a href="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" onfocus="onfocus">http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js</a></li>
</ul>
<p>你可以在你的站点上直接引用上面的URL，这样就可以享受迅速加载jQuery的性能优势了。</p>
<p>就jQuery1.4来说，我们努力的减少大规模升级中的麻烦 – 通过保持所有public函数的签名。即使如此，还请通读<a href="http://www.uxd2.com/2010/01/%C3%A7%C2%BF%C2%BB%C3%A8%C2%AF%C2%91-jquery1-4%C3%A5%C2%AE%C2%98%C3%A6%C2%96%C2%B9%C3%A6%C2%96%C2%87%C3%A6%C2%A1%C2%A3/#backwards" onfocus="onfocus">可能会造成问题的变更列表</a>，这样能够了解哪些变更可能会给你的应用造成问题。</p>
<h3>(功能) Features</h3>
<p>下面的内容概括了jQuery1.4里加入的变更和功能。另外所有的变更都已经在<a href="http://api.jquery.com/category/version/1.4/" onfocus="onfocus">jQuery 1.4 的文档</a>里记录了。</p>
<h4>热门方法经过了性能上的大”检修”</h4>
<p>不少比较热门的和常用的jQuery方法在1.4里被重写了。(译注:重写了方法的内部，外部调用没有大幅度改变) 我们分析源码的时候发现我们能够获得大幅的性能提升，通过把jQuery和自己比较: 查看内部函数被调用了多少次，然后努力<a href="http://ejohn.org/blog/function-call-profiling/" onfocus="onfocus">降低源码的复杂度</a>(译注:计算机算法中的Complexity)</p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/1658289Oj.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title="常用jQuery方法调用频率" src="http://www.bbon.cn/wp-content/uploads/2010/01/1658289Oj.jpg" alt="常用jQuery方法调用频率" width="500" height="375" /></a><br />
<small><a href="http://www.flickr.com/photos/jeresig/4271691293/" onfocus="onfocus">View the cropped chart.</a></small></p>
<p>在1.4版里我们显著的降低了大部分热门jQuery方法的的复杂度。</p>
<h4>更易用的设置函数 (Easy Setter Functions)</h4>
<p>算来已经有一阵了，你们已经可以给<code><a href="http://api.jquery.com/attr" onfocus="onfocus">.attr()</a></code>传递一个函数，然后这个函数的结果会被用来赋给相应的HTML属性(attribute)上。这个功能现在被移植到所有的设置函数了: <code><a href="http://api.jquery.com/css" onfocus="onfocus">.css()</a></code>, <code><a href="http://api.jquery.com/attr" onfocus="onfocus">.attr()</a></code>, <code><a href="http://api.jquery.com/val" onfocus="onfocus">.val()</a></code>, <code><a href="http://api.jquery.com/html" onfocus="onfocus">.html()</a></code>, <code><a href="http://api.jquery.com/text" onfocus="onfocus">.text()</a></code>, <code><a href="http://api.jquery.com/append" onfocus="onfocus">.append()</a></code>, <code><a href="http://api.jquery.com/prepend" onfocus="onfocus">.prepend()</a></code>, <code><a href="http://api.jquery.com/before" onfocus="onfocus">.before()</a></code>, <code><a href="http://api.jquery.com/after" onfocus="onfocus">.after()</a></code>, <code><a href="http://api.jquery.com/replaceWith" onfocus="onfocus">.replaceWith()</a></code>, <code><a href="http://api.jquery.com/wrap" onfocus="onfocus">.wrap()</a></code>, <code><a href="http://api.jquery.com/wrapInner" onfocus="onfocus">.wrapInner()</a></code>, <code><a href="http://api.jquery.com/offset" onfocus="onfocus">.offset()</a></code>, <code><a href="http://api.jquery.com/addClass" onfocus="onfocus">.addClass()</a></code>, <code><a href="http://api.jquery.com/removeClass" onfocus="onfocus">.removeClass()</a></code>, 以及 <code><a href="http://api.jquery.com/toggleClass" onfocus="onfocus">.toggleClass()</a></code>.</p>
<p>另外, 对于下面几个方法，当前的值会被作为第2个变量传递给这个函数。<code><a href="http://api.jquery.com/css" onfocus="onfocus">.css()</a></code>, <code><a href="http://api.jquery.com/attr" onfocus="onfocus">.attr()</a></code>, <code><a href="http://api.jquery.com/val" onfocus="onfocus">.val()</a></code>, <code><a href="http://api.jquery.com/html" onfocus="onfocus">.html()</a></code>, <code><a href="http://api.jquery.com/text" onfocus="onfocus">.text()</a></code>, <code><a href="http://api.jquery.com/append" onfocus="onfocus">.append()</a></code>, <code><a href="http://api.jquery.com/prepend" onfocus="onfocus">.prepend()</a></code>, <code><a href="http://api.jquery.com/offset" onfocus="onfocus">.offset()</a></code>, <code><a href="http://api.jquery.com/addClass" onfocus="onfocus">.addClass()</a></code>, <code><a href="http://api.jquery.com/removeClass" onfocus="onfocus">.removeClass()</a></code>, 以及 <code><a href="http://api.jquery.com/toggleClass" onfocus="onfocus">.toggleClass()</a></code>.</p>
<p>这样代码就可以这样写:</p>
<pre>// 找出所有A标签里的'&amp;'字符，然后用一个span标签包围
$('a').html(function(i,html){
return html.replace(/&amp;/gi,'&amp;');
});
// 给一些链接的title属性加些信息
$('a[target]').attr("title", function(i,title){
return title + " (新窗口打开)";
});</pre>
<h4>Ajax</h4>
<p><strong>嵌套参数的序列化</strong> (<a href="http://api.jquery.com/jQuery.param/" onfocus="onfocus">jQuery.param() 文档</a>, <a href="http://github.com/jquery/jquery/commit/50d78e7658382d2a2f5149cae7a6572f78ce403f" onfocus="onfocus">Commit 1</a>, <a href="http://github.com/jquery/jquery/commit/67089eedf6f84acd9c16ea2a6dadadf7b13a7c84" onfocus="onfocus">Commit 2</a>)</p>
<p>jQuery 1.4在jQuery.param方法里加入了嵌入参数序列化的支持，借用了PHP编程里兴起的，而后又被Ruby on Rails推广开来的方式。</p>
<p>举例来说，</p>
<p><code>{foo: ["bar", "baz"]}</code> 会被序列化为 “foo[]=bar&amp;foo[]=baz”.</p>
<p>在jQuery 1.3版里, <code>{foo: ["bar", "baz"]}</code> 曾被序列化为 “foo=bar&amp;foo=baz”. 但是，这样做没用办法将只含有一个元素的阵列编码。如果你需要旧的序列化方式，你可以设置传统Ajax设置来进行切换。(使用<code>jQuery.ajaxSettings.traditional</code>进行全局切换，或者根据情况单独切换。</p>
<p>总共有3种方式可以切换到旧的序列化方式:</p>
<pre>// 全局改变序列化方式 (使用旧的)
jQuery.ajaxSettings.traditional = true;
// 指定情况使用旧的序列化方式
jQuery.param( stuff, true );
// 针对一个单独的Ajax请求使用旧的序列化方式
$.ajax({ data: stuff, traditional: true });</pre>
<p>更多信息参见: <a href="http://api.jquery.com/jQuery.param/" onfocus="onfocus">jQuery.param() 文档</a>, <a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax() 文档</a>, <a href="http://github.com/jquery/jquery/commit/39518945047413f1185682078043e70e0c5c9091" onfocus="onfocus">Commit</a>, <a href="http://github.com/jquery/jquery/blob/master/src/ajax.js#L175" onfocus="onfocus">Code</a></p>
<p><strong>JSON和脚本类型通过”content-type”自动识别。</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax 文档</a>, <a href="http://github.com/jquery/jquery/commit/787f271052220c20787104f0eba6441aedac22ff" onfocus="onfocus">Commit 1</a>, <a href="http://github.com/jquery/jquery/commit/6861b5d4eb16222ed5ea623af6ce75362b55d1d4" onfocus="onfocus">Commit 2</a>)</p>
<p>如果一个Ajax请求的回复的媒体类型是JSON(application/json), dataType默认设为”json”(如果dataType没有被指明)。另外，如果回复的媒体类型是 Javascript(application/javascript), dataType默认设为”script”(同样，如果dataType没有明确指明), 这种情况下，脚本会自动运行。</p>
<p><strong>加入了Etag的支持</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax() 文档</a>, <a href="http://github.com/jquery/jquery/commit/28ab4d32247943e1ae3409b23fe69303df0bc9eb" onfocus="onfocus">Commit</a>)</p>
<p>默认设置下, jQuery会忽略Ajax请求的”Last-Modified”页头。这样做是为了忽略浏览器的缓存。设置ifModified:true就可以使 jQuery使用可用的缓存。jQuery1.4还会发出”If-None-Match”的页头如果你设置了ifModified选项。</p>
<p><strong>严格JSON模式，本地的JSON.parse方法</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax() 文档</a>, <a href="http://github.com/jquery/jquery/commit/90a87c03b4943d75c24bc5e6246630231d12d933" onfocus="onfocus">Commit 1</a>, <a href="http://github.com/jquery/jquery/commit/308d6cdad023da190ace2a698ee4815ed8dad9c5" onfocus="onfocus">Commit 2</a>, <a href="http://github.com/jquery/jquery/commit/44e6beb10304789044de2c5a58f5bb82e8321636" onfocus="onfocus">Commit 3</a>)</p>
<p>jQuery 1.3和以前的版本曾使用Javascript的<code>eval</code>对引入的JSON解析。1.4版则会使用本地的JSON解析器，前提是如果有本地的解析器可用。它也会对引入的JSON进行校验。所以在<a href="http://api.jquery.com/jQuery.getJSON" onfocus="onfocus">jQuery.getJSON</a>方法里，或当一个Ajax请求的dataType是”json”的时候，jQuery会拒绝不合标准的JSON(例如<code>{foo: "bar"}</code>)。</p>
<p><strong>序列化HTML5的元素</strong> (<a href="http://api.jquery.com/jQuery.param/" onfocus="onfocus">jQuery.param() 文档</a>, <a href="http://github.com/jquery/jquery/commit/b31b9bd756a1489c3b1b856ed8b624c55da9e02f" onfocus="onfocus">Commit</a>)</p>
<p>新的<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-type-keywords" onfocus="onfocus">HTML5输入方法</a> (比如’datetime’和’range’)在序列化<code><a href="http://api.jquery.com/serialize" onfocus="onfocus">.serialize()</a></code>一个表单的时候会被包括在内。</p>
<p><strong>Ajax请求的环境</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax() 文档</a>, <a href="http://github.com/jquery/jquery/commit/183f37e4b4128af7ba096ac40046768b84b6d66e" onfocus="onfocus">Commit</a>)</p>
<p>你可以附加一个”环境”到Ajax请求上，所有的回调函数里都会拥有同样的”环境”设置(这样可以简化你的代码，尽可能避免使用闭合,或是其他对象)。</p>
<pre>jQuery.ajax({
url: "test.html",
context: document.body,
success: function(){
jQuery(this).addClass("done");
}
});</pre>
<p><strong>请求成功回调函数的第三个参数会被设为原始的XHR对象</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax() 文档</a>, <a href="http://github.com/jquery/jquery/commit/c2101245c07afdb831b0c79869c7263420407b67" onfocus="onfocus">Commit</a>)</p>
<p>所有的Ajax请求的成功回调函数现在都会收到原始的XMLHttpRequest对象，作为第三个参数。之前这个XHR对象只能通过<code>$.ajax</code>一类方法的返回值来获取。</p>
<p><strong>明确设置”Content-Type”</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax() 文档</a>, <a href="http://github.com/jquery/jquery/commit/25b0ba9f9612583033b902a0e40345463a3a71d0" onfocus="onfocus">Commit</a>)</p>
<p>在1.3版，如果没有实际数据发送，<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax</a>的contentType会被忽略。1.4版里，contentType将总是和请求一同发送。这修复了某些后台凭靠”Content-Type”页头判断回复类别所造成的问题。</p>
<p><strong>明确设置JSONP回调函数的名字</strong> (<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax 文档</a>, <a href="http://github.com/jquery/jquery/commit/fbc73d45b487dd863886c7fd3f0af1fd4dec261b" onfocus="onfocus">Commit</a>)</p>
<p>你可以使用<a href="http://api.jquery.com/jQuery.ajax/" onfocus="onfocus">jQuery.ajax()</a>方法的jsonpCallback选项，通过名字来指定JSONP的回调函数。</p>
<p><strong>防止启动前跨域XHR</strong> (<a href="http://github.com/jquery/jquery/commit/a7678267d848fcef8775c8b9f4fa3e507b8cc5f4" onfocus="onfocus">Commit</a>)</p>
<p>跨域Ajax(针对提供支持的浏览器)将更易用，因为默认设置下，启动前XHR被阻止了。(TODO)</p>
<p><strong>jQuery.ajax()现在使用”onreadystatechange”事件替换了计时器</strong> (<a href="http://github.com/jquery/jquery/commit/fe6c86d53046b0f4d648f61c0b8e75387af65152" onfocus="onfocus">Commit</a>)</p>
<p>使用”onreadystatechange”替换了轮流探询，Ajax请求现在将使用更少的资源</p>
<h4>元素属性 (Attributes)</h4>
<p><strong><code>.css()</code>和<code>.attr()</code> 的性能被优化了。</strong></p>
<p>&lt;<a href="http://www.bbon.cn/wp-content/uploads/2010/01/165829epl.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title=".css().attr()的性能提高" src="http://www.bbon.cn/wp-content/uploads/2010/01/165829epl.jpg" alt=".css().attr()的性能提高" width="500" height="375" /></a></p>
<p><strong><code>.attr()</code>方法多了一个设置函数作为参数</strong> (<a href="http://api.jquery.com/attr/" onfocus="onfocus">.attr() 文档</a>)</p>
<p>你不但可以将一个函数用在<code>.attr()</code>里，还可以在这个函数里使用属性的当前值。</p>
<pre>jQuery('&lt;img src="enter.png" alt="enter your name" /&gt;')
.attr("alt", function(index, value) {
return "Please, " + value;
});</pre>
<p><strong>.val( Function )</strong> (<a href="http://api.jquery.com/val/" onfocus="onfocus">.val() 文档</a>)</p>
<pre>&lt;input type='text' data-index="0" /&gt;
&lt;input type='text' data-index="1" /&gt;</pre>
<pre>jQuery("input:text.food").hide();
jQuery("&lt;ul class='sortable'&gt;&lt;li&gt;Peanut Butter&lt;/li&gt;&lt;li&gt;Jelly&lt;/li&gt;&lt;/ul&gt;"
)
.sortable()
.bind("endsort", function() {
$(":text.food").val(function() {
return $("ul.sortable li:eq(" + $(this).attr("data-index")  + ")").text();
});
});</pre>
<p><strong>text和CDATAHTML元素也支持.text()方法了</strong> (<a href="http://api.jquery.com/text/" onfocus="onfocus">.text() 文档</a>, <a href="http://github.com/jquery/jquery/commit/b30af34f28074b491929445f5aad3d62c63e772f" onfocus="onfocus">Commit</a>)</p>
<h4>核心 (Core)</h4>
<p><strong>快捷元素创建</strong> (<a href="http://api.jquery.com/jQuery/#jQuery2" onfocus="onfocus">jQuery() 文档</a>, <a href="http://github.com/jquery/jquery/commit/d40083c866738727aa7ffd7f13d2955bc9575d5e" onfocus="onfocus">Commit</a>)</p>
<p>现在当你需要使用jQuery函数创建一个元素的时候，你可以同时附递一个对象来指定属性值和事件:</p>
<pre>jQuery("

", {
id: "foo",
css: {
height: "50px",
width: "50px",
color: "blue",
backgroundColor: "#ccc"
},
click: function() {
$(this).css("backgroundColor", "red");
}
}).appendTo("body");</pre>
<p>对象里的键值的名字与相关的jQuery的方法的名字是对应的，对象的值会被作为参数传递给jQuery的方法。</p>
<p>(译注:譬如<code>$("&lt;a&gt;link&lt;/a&gt;", {css:{background:"#ccc"}});</code>相当于<code>$("&lt;a&gt;link&lt;/a&gt;")).css("background", "#ccc");</code></p>
<p><strong>.eq(-N), .get(-N) (负指数)</strong> (<a href="http://api.jquery.com/eq/" onfocus="onfocus">.eq() 文档</a>, <a href="http://api.jquery.com/get/" onfocus="onfocus">.get() 文档</a>, <a href="http://github.com/jquery/jquery/commit/e532dfe5228217f55a33122a4438fd70522dbb4b" onfocus="onfocus">Commit</a>)</p>
<p>你现在可以在<code>.get()</code>和<code>.eq()</code>方法里使用负数。譬如，你要选择倒数第2个div元素，或者是倒数第2个DOM对象:</p>
<pre>$("div").eq(-2);
$("div").get(-2);</pre>
<p><strong>新的.first()和.last()方法</strong> (<a href="http://api.jquery.com/first/" onfocus="onfocus">.first() 文档</a>, <a href="http://api.jquery.com/last/" onfocus="onfocus">.last() 文档</a>, <a href="http://github.com/jquery/jquery/commit/9de120e6d7cfffa3d990a6ccf23db3cd74e2bdc0" onfocus="onfocus">Commit</a>)</p>
<p>方便起见, 新增的<code>.first()</code>和<code>.last()</code>方法等同于<a href="http://api.jquery.com/eq/" onfocus="onfocus">.eq(0)</a>和<a href="http://api.jquery.com/eq/" onfocus="onfocus">.eq(-1)</a>.</p>
<p><strong>新的.toArray()方法</strong> (<a href="http://api.jquery.com/toArray/" onfocus="onfocus">.toArray() 文档</a>, <a href="http://github.com/jquery/jquery/commit/e124fec5e9cfee77cb23b27c0d43dc2631c83aab" onfocus="onfocus">Commit</a>)</p>
<p><a href="http://api.jquery.com/get" onfocus="onfocus">.get()</a>方法自始就是从jQuery集合里返回一个阵列。为了能够更明确, 你可以用<a href="http://api.jquery.com/toArray/" onfocus="onfocus">.toArray()</a>来达到一样的效果。(译注:这里应该是为了以后的版本留出空间，譬如以后可能会加入.toList()方法，到时候就会易于区分。) 不过，和<code>.get()</code>不一样的是，<code>.toArray()</code>不接受参数。</p>
<p><strong>jQuery()返回一个空集</strong> (<a href="http://api.jquery.com/jQuery/" onfocus="onfocus">jQuery() 文档</a>, <a href="http://github.com/jquery/jquery/commit/04524287d3e0112deae570ff9247c734833431bb" onfocus="onfocus">Commit</a>)</p>
<p>在jQuery 1.3中,<a href="http://api.jquery.com/jQuery/" onfocus="onfocus">jQuery()</a>方法返回仅包括<code>document</code>的jQuery集合。这个可以用来创建一个空集，然后动态加入一些元素。注: <code>jQuery().ready()</code>方式在1.4中依然有效，但是被指示陈旧了。请使用<code>jQuery(document).ready()</code>或者<code>jQuery(function(){})</code>。</p>
<p><strong>jQuery(“TAG”)</strong> (<a href="http://api.jquery.com/element-selector/" onfocus="onfocus">Element Selector 文档</a>, <a href="http://github.com/jquery/jquery/commit/4ea4fad0902839c06c281b5de7b0aca29922b63d" onfocus="onfocus">Commit</a>)</p>
<p>当使用单个标签名字的时候jQuery会使用更快捷的路径。</p>
<p><strong>jQuery(“&lt;div&gt;”), jQuery(“&lt;div/&gt;”) 和 jQuery(“&lt;div&gt;&lt;/div&gt;”)</strong> (<a href="http://api.jquery.com/jQuery/#jQuery2" onfocus="onfocus">jQuery() 文档</a>, <a href="http://github.com/jquery/jquery/commit/c4c820efff4fa7bcce0d5bf0a448625278ea6379" onfocus="onfocus">Commit</a>)</p>
<p>现在这三个方法都使用同一个代码路径了(document.createElement), 来优化<code>jQuery("&lt;div&gt;&lt;/div&gt;")</code>的性能。注意，如果你指定了属性，将会使用浏览器本身的语法分析(通过设置innerHTML)。</p>
<h4>样式 (CSS)</h4>
<p><strong>.css()方法在性能是以前的2倍。</strong></p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/165830oSI.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title=".css()的性能提高 " src="http://www.bbon.cn/wp-content/uploads/2010/01/165830oSI.jpg" alt=".css()的性能提高 " width="500" height="375" /></a></p>
<p><strong><code>.addClass()</code>, <code>.removeClass()</code>, 和 <code>.hasClass()</code>这几个方法在性能上是以前的3倍</strong></p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/165831NCe.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title="addClass, removeClass, 和 hasClass的性能提高" src="http://www.bbon.cn/wp-content/uploads/2010/01/165831NCe.jpg" alt="addClass, removeClass, 和 hasClass的性能提高" width="500" height="375" /></a></p>
<p><strong>.toggleClass()可以切换多个css类了</strong> (<a href="http://api.jquery.com/toggleClass/" onfocus="onfocus">.toggleClass() 文档</a>, <a href="http://github.com/jquery/jquery/commit/5e6e53835e552920db4f88ac0c9eca71aaacbef0" onfocus="onfocus">Commit</a>)</p>
<p>你可以通过<a href="http://api.jquery.com/toggleClass/" onfocus="onfocus">.toggleClass()</a>调用多个css类的名字来切换他们。</p>
<pre>$("div").toggleClass("current active");</pre>
<h4>数据</h4>
<p><strong>.data()返回对象, .data(Object)设置对象</strong> (<a href="http://api.jquery.com/data/" onfocus="onfocus">.data() 文档</a>, <a href="http://github.com/jquery/jquery/commit/d36d224cc52e70d837306d33a03f517ef72abc60" onfocus="onfocus">Commit 1</a>, <a href="http://github.com/jquery/jquery/commit/f6a0bf6816f4e2e67382b1b13fdd3ff2ea4b22f8" onfocus="onfocus">Commit 2</a>)</p>
<p>有时候你可能需要在一个元素上附加一个复杂的对象。一个常见的例子是你需要从一个元素身上复制所有的数据到令一个元素上。在jQuery 1.4里, 不使用任何参数调用<a href="http://api.jquery.com/data/" onfocus="onfocus">.data()</a>时，.data会返回一个复杂对象。(译注: 包含所有键-值对的对象。) 调用<a href="http://api.jquery.com/data/" onfocus="onfocus">.data(Object)</a> 则会设置这个对象。注意这个对象还包括了元素上绑定的事件，所以用的时候要小心。</p>
<p><strong>除非需要, 不然不会创建数据缓存。</strong> (<a href="http://github.com/jquery/jquery/commit/c4f144eeffd94c745839b0ced2de9c62cfa9f075" onfocus="onfocus">Commit 1</a>, <a href="http://github.com/jquery/jquery/commit/97e134fe80a734b97170bf43c9459511f4e165c7" onfocus="onfocus">Commit 2</a>, <a href="http://github.com/jquery/jquery/commit/67d445a703491c90a7d3c46be34bcdceb4d1c896" onfocus="onfocus">Commit 3</a>)</p>
<p>jQuery使用一个独特的自定义属性来获取特定元素上附加的数据。当查找数据，但是没有新加的数据的时候，jQuery会尽量避免创建这个自定义属性。这样可能会提高性能，同时还会在这种情况下避免污染DOM。</p>
<h4>效果 (Effects)</h4>
<p><strong>单个属性缓进缓出</strong> (<a href="http://api.jquery.com/animate/#per-property-easing" onfocus="onfocus">Per-property Easing 文档</a>, <a href="http://github.com/jquery/jquery/commit/93fdbeb963a9c350f807818c7cc99982942a92f3" onfocus="onfocus">Commit</a>)</p>
<p>除了能够给一个动态效果指定缓进出函数外，你现在可以指定每个属性的缓进出函数了。James Padolsey的<a href="http://james.padolsey.com/javascript/easing-in-jquery-1-4a2/" onfocus="onfocus">blog上</a>有更进一步的信息和演示。</p>
<pre>$("#clickme").click(function() {
$("div").animate({
width: ["+=200px", "swing"],
height: ["+=50px", "linear"],
}, 2000, function() {
$(this).after("&lt;div&gt;Animation complete.&lt;/div&gt;");
});
});</pre>
<h4>事件 (Events)</h4>
<p><strong>新方法: jQuery.proxy()</strong> (<a href="http://api.jquery.com/jQuery.proxy/" onfocus="onfocus">jQuery.proxy() Documenation</a>, <a href="http://github.com/jquery/jquery/commit/66975de2d249643779e2b3daad0457f7f5f92508" onfocus="onfocus">Commit 1</a>, <a href="http://github.com/jquery/jquery/commit/1d2b1a57dae0b73b3d99197f73f4edb623b5574a" onfocus="onfocus">Commit 2</a>)</p>
<p>如果你需要保证一个函数内的”this”恒定地保持某个值, 你可以用<code>jQuery.proxy</code>获得一个相同作用域的函数。</p>
<pre>var obj = {
name: "John",
test: function() {
alert( this.name );
$("#test").unbind("click", obj.test);
}
};
$("#test").click( jQuery.proxy( obj, "test" ) );</pre>
<p><strong>多个事件绑定</strong> (<a href="http://api.jquery.com/bind" onfocus="onfocus">.bind() 文档</a>)</p>
<p>你可以通过递入一个对象来一次性绑定元素的多个事件。</p>
<pre>$("div.test").bind({
click: function(){
$(this).addClass("active");
},
mouseenter: function(){
$(this).addClass("inside");
},
mouseleave: function(){
$(this).removeClass("inside");
}
});</pre>
<p><strong>‘change’和’submit’事件规范化</strong> (<a href="http://api.jquery.com/change" onfocus="onfocus">Change 文档</a>, <a href="http://api.jquery.com/submit" onfocus="onfocus">Submit 文档</a>)</p>
<p>普通的或是即时的<code>change</code>和<code>submit</code>事件可以在各种浏览器上稳定工作了。我们覆盖了IE里的<code>change</code>和<code>submit</code>, 替换为与其他浏览器相同的事件。</p>
<p><strong>新的事件: ‘focusin’ and ‘focusout’</strong> (<a href="http://api.jquery.com/focusin/" onfocus="onfocus">.focusin() 文档</a>, <a href="http://api.jquery.com/focusout/" onfocus="onfocus">.focusout() 文档</a>, <a href="http://github.com/jquery/jquery/commit/03481a52c72e417b01cfeb499f26738cf5ed5839" onfocus="onfocus">Commit</a>)</p>
<p><code>focusin</code>和<code>focusout</code>在一般情况下等同于<code>focus</code>和<code>blur</code>, 但是多了向父元素传递的作用。如果你自己编写你的事件代理模式(TODO), 这个功能将对你有很大帮助。请注意对<code>focus</code>和<code>blur</code>使用<code>live()</code>方法将不会起作用; 在设计的时候我们根据 <a href="http://www.w3.org/TR/DOM-Level-2-Events/events.html" onfocus="onfocus">DOM事件规范</a>决定不使其向父元素传递事件。</p>
<pre>$("form").focusout(function(event) {
var tgt = event.target;
if (tgt.nodeName == "INPUT" &amp;&amp; !tgt.value) {
$(tgt).after("nothing here");
}
});</pre>
<p><strong>所有的事件都可以成为即时事件</strong> (<a href="http://api.jquery.com/live" onfocus="onfocus">.live() 文档</a>)</p>
<p>除了<a href="http://api.jquery.com/ready" onfocus="onfocus">ready</a>, <a href="http://api.jquery.com/focus" onfocus="onfocus">focus</a> (用focusin), 和 <a href="http://api.jquery.com/blur" onfocus="onfocus">blur</a> (用focusout)以外, 所有能用<code>.bind()</code>绑定的事件都可以成为即时事件。</p>
<p>在<code>live()</code>所支持的事件里，我们对能够支持下面这几个额外的事件感到尤其骄傲。通过<code>.live()</code>里的事件代理, 1.4版实现了对<code>change</code>, <code>submit</code>, <code>focusin</code>, <code>focusout</code>, <code>mouseenter</code>, 以及<code>mouseleave</code>事件的跨浏览器支持。</p>
<p>注: 如果你需要即时的<code>focus</code>事件，你应该用<code>focusin</code>和<code>focusout</code>, 而不要用<code>focus</code>和<code>blur</code>, 因为就像前面提到的, <code>focus</code>和<code>blur</code>不向上传递。</p>
<p>还有, <code>live()</code>也接受数据对象作为参数了, 同<code>bind()</code>方法一样 (<a href="http://github.com/jquery/jquery/commit/71efbdd3b26f3a283f8d4bfdcc7b6343142027b9" onfocus="onfocus">Commit</a>)</p>
<p><strong>live/die也支持环境变量了</strong> (<a href="http://github.com/jquery/jquery/commit/30e760b63fd6d82f30833cd2864f245dd9594cd9" onfocus="onfocus">Commit</a>)</p>
<p>现在可以在绑定事件的时候给选择符指定一个环境。如果环境被指定了, 只有属于这个环境下的元素才会被绑定事件。在创建即时事件的时候, 元素本身不需要已经被定义, 但是环境必须被创建。</p>
<p><strong>确定ready事件至少含有<code>body</code>元素</strong> (<a href="http://github.com/jquery/jquery/commit/262fcf7b7b919da1564509f621cf7480a5d5572b" onfocus="onfocus">Commit</a>)</p>
<p>jQuery现在会检查<code>body</code>是不是存在，如果不存在，会对<code>body</code>进行轮流探询。</p>
<p><strong>在不需要手动处理内存溢出的非IE浏览器中, 卸载的速度提高了。</strong> (<a href="http://github.com/jquery/jquery/commit/f3474c00cd6d9e5fd61b6ef1562003e9986ad67d" onfocus="onfocus">Commit</a>)</p>
<h4>DOM操作 (Manipulation)</h4>
<p>在jQuery 1.4里一系列的DOM操作方法的性能都有巨大的提升。</p>
<p><strong><a href="http://api.jquery.com/append" onfocus="onfocus">.append()</a>, <a href="http://api.jquery.com/prepend" onfocus="onfocus">.prepend()</a>, <a href="http://api.jquery.com/before" onfocus="onfocus">.before()</a>, and <a href="http://api.jquery.com/after" onfocus="onfocus">.after()</a>的性能提高了。</strong></p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/165832O5x.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title="DOM嵌入的性能提高" src="http://www.bbon.cn/wp-content/uploads/2010/01/165832O5x.jpg" alt="DOM嵌入的性能提高" width="500" height="375" /></a></p>
<p><strong><a href="http://api.jquery.com/html" onfocus="onfocus">.html()</a>的性能提高到以前的3倍。</strong></p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/165832PM8.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title=".html()的性能提高" src="http://www.bbon.cn/wp-content/uploads/2010/01/165832PM8.jpg" alt=".html()的性能提高" width="500" height="375" /></a></p>
<p><strong>.remove()和.empty()的速度则达到以前的4倍.</strong></p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/165833MUb.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title=".remove() 和 .empty()的性能提高" src="http://www.bbon.cn/wp-content/uploads/2010/01/165833MUb.jpg" alt=".remove() 和 .empty()的性能提高" width="500" height="375" /></a></p>
<p><strong>新方法: .detach()</strong> (<a href="http://api.jquery.com/detach/" onfocus="onfocus">.detach() 文档</a>, <a href="http://github.com/jquery/jquery/commit/7a67f8897d3c2ed97254f0fdb969be14e77962d1" onfocus="onfocus">Commit</a>)</p>
<p><code>detach()</code>将一个元素从DOM里移除, 但是并不卸载关联的事件处理函数。这个方法可用于暂时性的将一个元素移除，执行相关操作，然后返回。</p>
<pre>var foo = $("#foo").click(function() {
// 相关操作
});
foo.detach();
// foo保留了相关处理函数
foo.appendTo("body");</pre>
<p><strong>新的unwrap()方法</strong> (<a href="http://api.jquery.com/unwrap/" onfocus="onfocus">documentation</a>, <a href="http://github.com/jquery/jquery/commit/69e6e53555f21f07b534f1169298f7b33011bb4b" onfocus="onfocus">commit</a>)</p>
<p><code>unwrap()</code>方法拿到一个已知的父元素的子元素，然后将父元素用子元素替换。(译注: 将子元素从”包裹”里拿出来, 因名unwrap)。如此这般:</p>
<pre>&lt;body&gt;
&lt;div&gt;
&lt;p&gt;annie&lt;/p&gt; &lt;p&gt;davey&lt;/p&gt; &lt;p&gt;stevie&lt;/p&gt;
&lt;/div&gt;
&lt;/body&gt;</pre>
<pre>$('div').unwrap();</pre>
<pre>&lt;body&gt;
&lt;p&gt;annie&lt;/p&gt; &lt;p&gt;davey&lt;/p&gt; &lt;p&gt;stevie&lt;/p&gt;
&lt;/body&gt;</pre>
<p><strong>domManip方法里的缓存</strong> (<a href="http://github.com/jquery/jquery/commit/8db967e9d52407c8e76d81b9d472800667f6fa29" onfocus="onfocus">commit</a>)</p>
<p>jQuery会将<code>jQuery("&lt;div&gt;")</code>和<code>.after("&lt;div&gt;")</code>一类方法创建的节点记入缓存。这样, 对于利用这些方法, 使用字符串进行DOM操作的页面，性能将有极大的提高。</p>
<p><strong>无连接的节点间的before, after, replaceWith操作</strong> (<a href="http://github.com/jquery/jquery/commit/173c1477ae6efc4c2eeb7131ba0646c4e1323975" onfocus="onfocus">commit</a>)</p>
<p>现在你可以对还没有放置到DOM Tree上的节点进行<code>before</code>, <code>after</code>, 和<code>replaceWith</code>的操作了。意味着你可以先对节点进行复杂的操作, 待完成后再放到合适的DOM位置上。这样也能尽量避免操作过程中造成重新排版。</p>
<pre>jQuery("&lt;div&gt;").before("&lt;p&gt;Hello&lt;/p&gt;").appendTo("body")</pre>
<p><strong><code>.clone(true)</code> 也会复制关联数据</strong> (<a href="http://api.jquery.com/clone/" onfocus="onfocus">clone 文档</a>, <a href="http://github.com/jquery/jquery/commit/4b70f006f579fba24a882d80ca67f1971dbb4922" onfocus="onfocus">commit</a>)</p>
<p>1.3版中, <code>.clone(true)</code>虽然也是深度复制, 但是没有复制关联的数据。1.4版里，它则会复制数据, 同时还包括所有的事件。这点上和<code>jQuery.extend</code>在语义想同的, 所以普通对象和阵列会被复制, 但是自定义的对象则不会。</p>
<h4>位移 (Offset)</h4>
<p><strong>.offset( coords | Function )</strong> (<a href="http://api.jquery.com/offset/" onfocus="onfocus">.offset() 文档</a>, <a href="http://github.com/jquery/jquery/commit/daffb954e397bd5d9f8e9aaedab6c0baa9609e1e" onfocus="onfocus">commit</a>)</p>
<p>现在可以设置元素的位移了! 和所有的设置函数一样, <code>offset</code>也可以接受一个函数作为第二个参数。</p>
<h4>队列 (Queueing)</h4>
<p>队列经历了一次大修, 使用队列会比使用默认的<code>fx</code>更易掌握。</p>
<p><strong>新的 .delay() 方法</strong> (<a href="http://api.jquery.com/delay/" onfocus="onfocus">.delay() 文档</a>, <a href="http://github.com/jquery/jquery/commit/bbd933cbfe6d31a749cb336d7a84155ccfab247f" onfocus="onfocus">commit</a>)</p>
<p><code>.delay()</code>方法会根据参数滞后若干毫秒执行队列里剩下的对象。默认的它会使用”fx”队列。但你可以选择性的通过<code>delay</code>方法的第二个参数选择其他队列。(译注:每个队列都以一个名字识别。)</p>
<pre>$("div").fadeIn().delay(4000).fadeOut();</pre>
<p><strong>队列里的<code>next</code></strong> (<a href="http://api.jquery.com/queue/" onfocus="onfocus">.queue() 文档</a>, <a href="http://github.com/jquery/jquery/commit/89b4bc53ca0ca3d4e5c80b94ce92b09cc34af8ef" onfocus="onfocus">commit</a>)</p>
<p>jQuery 1.4版里, 当队列里的一个函数被调用的时候，第一个参数会被设为另一个函数。当后者被调用的时候, 会自动排除队列里的下一个对象, 以此来推动队列到下一步。</p>
<pre>jQuery("div").queue("ajax", function(next) {
var self = this;
jQuery.getJSON("/update", function(json) {
$(self).html(json.text);
next();
};
}).queue("ajax", function() {
$(this).fadeIn();
});</pre>
<p><strong>.clearQueue()</strong> (<a href="http://api.jquery.com/clearQueue/" onfocus="onfocus">clearQueue 文档</a>, <a href="http://github.com/jquery/jquery/commit/d857315967a1cc07b73924bbdf2eb12f4f910c45" onfocus="onfocus">commit</a>)</p>
<p>队列可以被清空了。这个方法会移除队列里所有未执行的函数, 但不会移除正在运行的函数。无参数的情况下调用<code>.clearQueue()</code>方法将会清空默认的”fx”队列。</p>
<h4>选择符 (Selectors)</h4>
<p><strong>“#id p”效率更高</strong> (<a href="http://github.com/jeresig/sizzle/commit/c5c18ae5f17f11b39b7f261633e4bfc5ef3e99d7" onfocus="onfocus">commit</a>)</p>
<p>所有以ID开头的选择符都得到了优化, 能够在瞬间得到返回值。所有以ID为开头的选择符速度将一直快于其他选择符。</p>
<h4>页面遍访 (Traversing)</h4>
<p><strong>.index(), .index(String)</strong> (<a href="http://api.jquery.com/index/" onfocus="onfocus">index 文档</a>, <a href="http://github.com/jquery/jquery/commit/ffd457d4561eb1a6653aaef90f92a3b3010b9139" onfocus="onfocus">commit</a>)</p>
<p><code>.index()</code> 方法经过重写, 变得更加直观和灵活。</p>
<p>你可以获得一个元素相对于同父元素的指数:</p>
<pre>// 计算第一个 &lt;li&gt; 元素在它所有的同父元素中的指数:
$("li.current").index()</pre>
<p>你也可以获得一个元素在一个jQuery元素集合中的指数, 这个集合可以用一个选择符或者是一个DOM元素来指定:</p>
<pre>// 计算这个 &lt;h3 id="more-info"&gt; 元素在页面上所有 &lt;h3&gt; 元素里的指数:
$("#more-info").index("h3")</pre>
<p><strong>新的.has()方法</strong> (<a href="http://api.jquery.com/has/" onfocus="onfocus">has 文档</a>, <a href="http://github.com/jquery/jquery/commit/4e27f17007c2329e31b449e61bb31197b90a37f1" onfocus="onfocus">commit</a>)</p>
<p>这个方法相当于选择符里的<code>:has()</code>过滤法。它拿到一个jQuery集合,返回含有指定选择符的元素。</p>
<p><strong>新的 .nextUntil(), .prevUntil(), .parentsUntil() 方法</strong> (<a href="http://api.jquery.com/nextUntil/" onfocus="onfocus">.nextUntil() 文档</a>, <a href="http://api.jquery.com/prevUntil/" onfocus="onfocus">.prevUntil() 文档</a>, <a href="http://api.jquery.com/parentsUntil/" onfocus="onfocus">.parentsUntil() 文档</a>, <a href="http://github.com/jquery/jquery/commit/2b481b93cfca62f95aa7005e7db651456fa08e65" onfocus="onfocus">commit</a>)</p>
<p>新的”until”方法类似于<code>.nextAll()</code>, <code>.prevAll()</code>, 和<code>.parents()</code>。区别是可以用一个选择符来停止元素探索。</p>
<p><strong>.add(String, Element)</strong> (<a href="http://jquery14.com/day-01/%3C/p%3E%3Cp%3Ehttp://api.jquery.com/add/%3C/p%3E%3Cp%3E" onfocus="onfocus">.add() 文档</a>, <a href="http://jquery14.com/day-01/%3C/p%3E%3Cp%3Ehttp://github.com/jquery/jquery/commit/b0fe380cf89564305646bbd55d1fd7bd210fd591%3C/p%3E%3Cp%3E" onfocus="onfocus">commit</a>)</p>
<p>可以给<code>.add()</code>方法指定环境了。这个功能可以用于在一个调用链中加入和操作额外元素(比如Ajax请求里返回的新元素)。</p>
<p><strong>.closest(filter, DOMElement)</strong> (<a href="http://api.jquery.com/closest/" onfocus="onfocus">.closest() 文档</a>, <a href="http://github.com/jquery/jquery/commit/d6991fa273515a8503692324499edcc71b5c3f64" onfocus="onfocus">commit</a>)</p>
<p>可以通过<code>closest</code>方法的第2个参数设置一个<code>DOMElement</code>环境。给<code>closest</code>设置一个环境一般能够提高这个方法的运行速度。这个优化也适用<code>live()</code>, 因为这个方法内部调用了<code>closest()</code>。</p>
<h4>常用工具 (Utilities)</h4>
<p><strong>jQuery.isEmptyObject()</strong> (<a href="http://api.jquery.com/jQuery.isEmptyObject/" onfocus="onfocus">jQuery.isEmptyObject() 文档</a>, <a href="http://github.com/jquery/jquery/commit/a38a5cd531a328319f8b7f3f33a84044b54591ce" onfocus="onfocus">commit</a>)</p>
<p>如果对象,em&gt;没有任何属性, 该方法将返回<code>true</code>。<code>jQuery.isEmptyObject()</code>方法不对参数进行任何检查, 所以请保证参数是一个对象。</p>
<p><strong>jQuery.isPlainObject()</strong> (<a href="http://api.jquery.com/jQuery.isPlainObject/" onfocus="onfocus">jQuery.isPlainObject()</a>, <a href="http://github.com/jquery/jquery/commit/4b55e94d0849568a2fd121952f13a9d6571c731f" onfocus="onfocus">commit</a> )</p>
<p>如果一个对象是通过字符创建的(译注:{}),<code>jQuery.isPlainObject()</code>返回<code>true</code>; 如果对象是其他类别的对象(译注:如new Object())或者是基本类型, 则返回<code>false</code>。</p>
<p><strong>jQuery.contains()</strong> (<a href="http://api.jquery.com/jQuery.contains/" onfocus="onfocus">jQuery.contains() 文档</a>, <a href="http://github.com/jquery/jquery/commit/4e27f17007c2329e31b449e61bb31197b90a37f1" onfocus="onfocus">commit</a>)</p>
<p>如果两个参数都是DOM节点，并且第二个节点是嵌套在第一个节点内部的话, <code>jQuery.contains()</code>返回<code>true</code>。反之返回<code>false</code>。</p>
<p><strong>jQuery.noop</strong> (<a href="http://api.jquery.com/jQuery.noop/" onfocus="onfocus">jQuery.noop() 文档</a>, <a href="http://github.com/jquery/jquery/commit/6cb2945837ccca55204191a8e7a70b2b2486c28e" onfocus="onfocus">commit</a>)</p>
<p>是个空的函数, 可以用在必须要有一个函数的情况下。(译注: noop是No Operation的意思。)</p>
<p><strong>jQuery.unique()</strong> (<a href="http://api.jquery.com/jQuery.unique/" onfocus="onfocus">jQuery.unique() 文档</a>)</p>
<p>jQuery 1.4版中, <code>jQuery.unique()</code>方法返回结果里的元素是按照他们在页面里的顺序排序的。由于在创建jQuery集合的时候jQuery使用<code>jQuery.unique()</code>方法, 所以jQuery方法返回的集合也是按照他们在页面里的顺序排列的。</p>
<h4>其他 (Miscellaneous)</h4>
<p><strong>jQuery.browser以浏览器引擎为中心</strong> (<a href="http://api.jquery.com/jQuery.browser/" onfocus="onfocus">jQuery.browser 文档</a>, <a href="http://jquery14.com/day-01/%3Cbr%20/%20/%20/%3Ehttp://github.com/jquery/jquery/commit/ffb1867a4364ea65e60dad3469e8c8eb420ebcac" onfocus="onfocus">commit</a>)</p>
<p>例如, 你可以通过<code>jQuery.browser.webkit</code>探测引擎是否是Webkit。</p>
<p><strong>改进了对<code>applets</code>的处理</strong> (<a href="http://github.com/jquery/jquery/commit/59802928566b6be3a66d65e77c2418fff37e6f5f" onfocus="onfocus">commit 1</a>, <a href="http://github.com/jquery/jquery/commit/3ec2f1aef6b137d0f639e2fc53f95352d24b9d90" onfocus="onfocus">commit 2</a>)</p>
<p>jQuery不再试图在Java applets上绑定事件或是数据了(绑定事件或是数据会出现错误)。</p>
<p><strong>不再使用arguments.callee</strong> (<a href="http://github.com/jquery/jquery/commit/985856b823b1648bffc3fd63c1faf836d0ddaf7c" onfocus="onfocus">commit</a>)</p>
<p>为了顺应<a href="http://code.google.com/p/google-caja/" onfocus="onfocus">Caja</a>的要求, 同时也因为即将开始应用的ECMAScript 5规范里将其标记为陈旧, 我们将jQuery核心中所有用到<code>arguments.callee</code>的代码都移除了。</p>
<p><strong>用Closure Compiler替换了YUI Min</strong> (<a href="http://github.com/jquery/jquery/commit/3fd62eae9df3159fc238a515bb748140a942313d" onfocus="onfocus">commit</a>)</p>
<h4>中文API文档支持</h4>
<p>您可以在<a href="http://www.ajaxa.cn/" onfocus="onfocus">Ajax之家</a>（http://www.ajaxa.cn/）下载最新的API文档</p>
<h4>内部重组 (Internal Reorganization)</h4>
<p>在1.4版的开发过程中的一个重点是要建立一个更易读, 更易懂的代码库。为了达到这个目标我们树立了一系列编写代码规范的向导。</p>
<p>下面是一些主要的变化:</p>
<ul>
<li>旧的’core.js’文件被分成了’attribute.js’, ‘css.js’, ‘data.js’, ‘manipulation.js’, ‘traversing.js’, and ‘queue.js’.</li>
<li>ready事件被移入了’core.js’ (因为它是jQuery的一个基本组成之一)。</li>
<li>大部分核心代码都符合新的<a href="http://docs.jquery.com/JQuery_Core_Style_Guidelines" onfocus="onfocus">代码规范</a>.</li>
<li>css和属性的逻辑被划分开来, 不再如以往相互缠绕。</li>
</ul>
<h4>测试 (Testing)</h4>
<p>jQuery 1.4版发布过程中我们<a href="http://dev.jquery.com/report/34" onfocus="onfocus">修复了207个问题</a> (比较之下1.3版里有97个修复)。</p>
<p>jQuery 1.4.此外, 测试的数量从jQuery 1.3.2中的1504例升到了1.4中的3060例。</p>
<p>所有测试都在主要浏览器里完全通过了。(Safari 3.2, Safari 4, Firefox 2, Firefox 3, Firefox 3.5, IE 6, IE 7,</p>
<p>IE 8, Opera 10.10, and Chrome)</p>
<p><a href="http://www.bbon.cn/wp-content/uploads/2010/01/1658356ZS.jpg" onfocus="onfocus"><img style="display: inline; zoom: 1;" title="jQuery 1.4 测试结果" src="http://www.bbon.cn/wp-content/uploads/2010/01/1658356ZS.jpg" alt="jQuery 1.4 测试结果" width="500" height="277" /></a></p>
<h3><a name="backwards" onfocus="onfocus"></a></h3>
<p>我们尽量试图减小jQuery 1.4对大规模升级可能造成的麻烦 – 保持所有公开函数的签名不变。即使如此, 请通读下面的列表以保证你对可能对你的应用造成问题的变更。</p>
<ul>
<li><a href="http://api.jquery.com/add" onfocus="onfocus">.add()</a>不再简单的将结果串联到一起, 结果将会被混合到一起, 然后根据他们在页面里的顺序排列。</li>
<li><a href="http://api.jquery.com/clone" onfocus="onfocus">.clone(true)</a>将复制事件和数据, 而不仅是事件。</li>
<li><a href="http://api.jquery.com/jQuery.data" onfocus="onfocus">jQuery.data(elem)</a> 不再返回<code>id</code>, 取而代之的是元素的对象缓存。</li>
<li><a href="http://api.jquery.com/jQuery" onfocus="onfocus">jQuery()</a> (无参数) 不再自动转换成<a href="http://api.jquery.com/jQuery" onfocus="onfocus">jQuery(document)</a>了。</li>
<li>通过<a href="http://api.jquery.com/val" onfocus="onfocus">.val(“…”)</a>获得一个<code>option</code>或一个<code>checkbox</code>的值不再有歧义(将总是根据<code>value</code>属性选择, 而不是根据<code>text</code>的值)。(<a href="http://github.com/jquery/jquery/commit/f298cce100c6fe23840ac95e66aaea9cb2bfb447" onfocus="onfocus">Commit</a>)</li>
<li><a href="http://api.jquery.com/jQuery.browser" onfocus="onfocus">jQuery.browser.version</a>现在将返回引擎的版本.</li>
<li>现在起将对引入的JSON更严格, 如果JSON的格式不符将会报错。如果你需要对不符合JSON严格格式的Javascript进行估值, 你必须设置请求的文件类型为纯文本, 然后用<code>eval()</code>来对内容估值。</li>
<li>参数序列化默认会按照PHP/Rails的风格进行。你可以通过<code>jQuery.ajaxSettings.traditional = true;</code>来切换到旧的序列化方式。你也可以针对个别请求进行切换, 在调用<a href="http://api.jquery.com/jQuery.ajax" onfocus="onfocus">jQuery.ajax</a>的时候递入<code>{traditional: true}</code></li>
<li>内部的jQuery.className被移除了。</li>
<li><a href="http://api.jquery.com/jQuery.extend" onfocus="onfocus">jQuery.extend(true, …)</a>不再扩展复杂对象或是阵列。(TODO)</li>
<li>如果一个<a href="http://api.jquery.com/jQuery.ajax" onfocus="onfocus">Ajax请求</a>没有指定dataType, 而返回的数据类型是”text/javascript”, 那么回复将会被执行。之前, 必须明确的指定dataType。</li>
<li>设置<a href="http://api.jquery.com/jQuery.ajax" onfocus="onfocus">Ajax 请求</a>的”ifModified”属性会将ETags纳入考虑。</li>
</ul>
<p>我们还针对1.4版中可能造成问题的变更编写了一个向后兼容的<a href="http://github.com/jquery/jquery-compat-1.3" onfocus="onfocus">插件</a>。如果你升级到1.4以后出现问题, 可以在引入1.4版的文件之后引入这个插件。</p>
<p>如何使用这个插件:</p>
<pre>&lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;script src="http://code.jquery.com/jquery.compat-1.3.js"&gt;&lt;/script&gt;</pre>
<h3>原始数据和测试页面</h3>
<p>性能测试中我们使用了下列测试套包:</p>
<ul>
<li><a href="http://ejohn.org/files/jquery1.4/slick/?type=attr" onfocus="onfocus">Attributes</a></li>
<li><a href="http://ejohn.org/files/jquery1.4/slick/?type=class" onfocus="onfocus">Class</a></li>
<li><a href="http://ejohn.org/files/jquery1.4/slick/?type=dom" onfocus="onfocus">DOM Manipulation</a></li>
<li><a href="http://ejohn.org/files/jquery1.4/slick/?type=empty" onfocus="onfocus">Empty/Remove</a></li>
<li>Function Call Profiling: <a href="http://ejohn.org/files/jquery-profile.html" onfocus="onfocus">1.3.2</a> <a href="http://ejohn.org/files/jquery-profile-14.html" onfocus="onfocus">1.4</a>.</li>
</ul>
<p>结果的原始数据 (所有的数据都是 1.3.2 vs. 1.4):</p>
<pre>函数调用的次数
547    3
760    3
500    200
896    399
23909    299
307    118
28955    100
28648    201
1662    593
DOM嵌入
558    317
1079    624
1079    516
1155    829
436    332
196    194
243    169
HTML
116    46
281    78
313    78
234    63
134    43
43    42
91    27
CSS/属性
703    370
1780    1250
1765    1250
1157    749
629    498
346    184
333    161
CSS
114    52
203    93
118    93
109    47
116    54
58    24
54    22
CSS类
553    138
1578    546
1515    501
1033    327
769    298
229    80
173    41
移除/清空
3298    286
9030    2344
7921    1703
5282    1266
2898    303
1166    140
1034    122</pre>
<p>原译者署名:coolnalu<br />
来源: <a href="http://www.uxd2.com/2010/01/%E7%BF%BB%E8%AF%91-jquery1-4%E5%AE%98%E6%96%B9%E6%96%87%E6%A1%A3/" onfocus="onfocus">jQuery 1.4官方文档中文版发布</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2010/01/19/jquery-1-4%e5%ae%98%e6%96%b9%e6%96%87%e6%a1%a3%e4%b8%ad%e6%96%87%e7%89%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30种实用免费图形字体库</title>
		<link>http://www.dfey.com/2010/01/15/30%e7%a7%8d%e5%ae%9e%e7%94%a8%e5%85%8d%e8%b4%b9%e5%9b%be%e5%bd%a2%e5%ad%97%e4%bd%93%e5%ba%93/</link>
		<comments>http://www.dfey.com/2010/01/15/30%e7%a7%8d%e5%ae%9e%e7%94%a8%e5%85%8d%e8%b4%b9%e5%9b%be%e5%bd%a2%e5%ad%97%e4%bd%93%e5%ba%93/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 11:45:23 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[模板文件]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=1159</guid>
		<description><![CDATA[对于一些设计师来说，有时在设计中会考虑使用一些特殊的字体来表达创意目的，所以，收藏一些非常规类的字体以备不时之需。图形字体就是不可缺少的一部分，在某些关键时刻灵活地使用这些特殊风格的字体设计图形图标，是非常简单快捷的，这里是30个免费的图形字体库，供你选择使用。
Pie Chart Font

Flamez

Dingbatz Formz DSG

WC Rhesus A Bta

WC Rhesus B Bta

Adhesive Nr. Seven

Pictogramz

Pixelfarm-Pets

Flowers (Hibiscus)

Stars

Tribalz

Maven Pictograms

Picto People

Skylines

ButtonButton AOE

Barcode Font

RecycleIt

Facetype

Travelcons

Font Notice

Font Notice2

Font Notice3

Ding Maps

Split Splat Splodge

Ossicles

Symmetric Things (and many other dingbats)

Roadgeek 2005

Guifx v2 Transports Font

Africa Wildlife B Mammals2

Recreation Dingbats

]]></description>
			<content:encoded><![CDATA[<p>对于一些设计师来说，有时在设计中会考虑使用一些特殊的字体来表达创意目的，所以，收藏一些非常规类的字体以备不时之需。图形字体就是不可缺少的一部分，在某些关键时刻灵活地使用这些特殊风格的字体设计图形图标，是非常简单快捷的，这里是30个免费的图形字体库，供你选择使用。</p>
<h5><a href="http://mockfont.com/old/" onfocus="onfocus">Pie Chart Font</a></h5>
<p><a href="http://mockfont.com/old/" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135608Zbx.gif" alt="Pie Chart Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.marioz.gr/index.php?option=com_content&amp;task=view&amp;id=293&amp;Itemid=231" onfocus="onfocus">Flamez</a></h5>
<p><a href="http://www.marioz.gr/index.php?option=com_content&amp;task=view&amp;id=293&amp;Itemid=231" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135609Ouh.gif" alt="Flame Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.abstractfonts.com/font/11230" onfocus="onfocus">Dingbatz Formz DSG</a></h5>
<p><a href="http://www.abstractfonts.com/font/11230" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135610XYU.gif" alt="Shape Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.wcfonts.com/?Free_Fonts:WC_Rhesus_A_Bta" onfocus="onfocus">WC Rhesus A Bta</a></h5>
<p><a href="http://www.wcfonts.com/?Free_Fonts:WC_Rhesus_A_Bta" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135611ibM.gif" alt="Scatter Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.wcfonts.com/?Free_Fonts:WC_Rhesus_B_Bta" onfocus="onfocus">WC Rhesus B Bta</a></h5>
<p><a href="http://www.wcfonts.com/?Free_Fonts:WC_Rhesus_B_Bta" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135611w1N.gif" alt="Ink Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontsy.com/font_details_4144.html" onfocus="onfocus">Adhesive Nr. Seven</a></h5>
<p><a href="http://www.fontsy.com/font_details_4144.html" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356126i6.gif" alt="Banner Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.marioz.gr/index.php?option=com_content&amp;task=view&amp;id=425&amp;Itemid=239" onfocus="onfocus">Pictogramz</a></h5>
<p><a href="http://www.marioz.gr/index.php?option=com_content&amp;task=view&amp;id=425&amp;Itemid=239" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356134db.gif" alt="Pictogram Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.pixelfarm.ch/shop/font/index.php?lang=en" onfocus="onfocus">Pixelfarm-Pets</a></h5>
<p><a href="http://www.pixelfarm.ch/shop/font/index.php?lang=en" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135614svJ.gif" alt="Animal Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontriver.com/font/hibiscus/" onfocus="onfocus">Flowers (Hibiscus)</a></h5>
<p><a href="http://www.fontriver.com/font/hibiscus/" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135614EN4.gif" alt="Flower Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontriver.com/font/pizzadude_stars/" onfocus="onfocus">Stars</a></h5>
<p><a href="http://www.fontriver.com/font/pizzadude_stars/" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135615pBX.gif" alt="Star Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.marioz.gr/index.php?option=com_content&amp;task=view&amp;id=318&amp;Itemid=233" onfocus="onfocus">Tribalz</a></h5>
<p><a href="http://www.marioz.gr/index.php?option=com_content&amp;task=view&amp;id=318&amp;Itemid=233" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135616XuP.gif" alt="Tribal Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://fontstruct.fontshop.com/fontstructions/show/maven_pictograms" onfocus="onfocus">Maven Pictograms</a></h5>
<p><a href="http://fontstruct.fontshop.com/fontstructions/show/maven_pictograms" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135617DOb.gif" alt="Pictogram Dingbat" width="480" height="70" /></a></p>
<h5><a href="http://fontstruct.fontshop.com/fontstructions/show/picto_people" onfocus="onfocus">Picto People</a></h5>
<p><a href="http://fontstruct.fontshop.com/fontstructions/show/picto_people" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135617vCI.gif" alt="People Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://fontstruct.fontshop.com/fontstructions/show/skylines" onfocus="onfocus">Skylines</a></h5>
<p><a href="http://fontstruct.fontshop.com/fontstructions/show/skylines" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135618Q4v.gif" alt="Silhouette Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontspace.com/astigmatic-one-eye-typographic-institute/buttonbutton-aoe" onfocus="onfocus">ButtonButton AOE</a></h5>
<p><a href="http://www.fontspace.com/astigmatic-one-eye-typographic-institute/buttonbutton-aoe" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356184VE.gif" alt="Button Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.barcodesinc.com/free-barcode-font/" onfocus="onfocus">Barcode Font</a></h5>
<p><a href="http://www.barcodesinc.com/free-barcode-font/" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356199TJ.gif" alt="Barcode Font" width="480" height="70" /></a></p>
<h5><a href="http://www.fontspace.com/barmee/recycleit" onfocus="onfocus">RecycleIt</a></h5>
<p><a href="http://www.fontspace.com/barmee/recycleit" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356202hH.gif" alt="Recycle Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.lollibomb.com/downloadwin.html" onfocus="onfocus">Facetype</a></h5>
<p><a href="http://www.lollibomb.com/downloadwin.html" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356210zu.gif" alt="Human Face Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.iconian.com/t.html" onfocus="onfocus">Travelcons</a></h5>
<p><a href="http://www.iconian.com/t.html" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356214J3.gif" alt="Travel Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://translate.google.com/translate?client=tmpg&amp;hl=en&amp;u=http%3A%2F%2Fwww.otlab.ru%2F&amp;langpair=ru%7Cen" onfocus="onfocus">Font Notice</a></h5>
<p><a href="http://translate.google.com/translate?client=tmpg&amp;hl=en&amp;u=http%3A%2F%2Fwww.otlab.ru%2F&amp;langpair=ru%7Cen" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135622MB4.gif" alt="Symbol Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://translate.google.com/translate?client=tmpg&amp;hl=en&amp;u=http%3A%2F%2Fwww.otlab.ru%2F&amp;langpair=ru%7Cen" onfocus="onfocus">Font Notice2</a></h5>
<p><a href="http://translate.google.com/translate?client=tmpg&amp;hl=en&amp;u=http%3A%2F%2Fwww.otlab.ru%2F&amp;langpair=ru%7Cen" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135623GsN.gif" alt="Transportation Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://translate.google.com/translate?client=tmpg&amp;hl=en&amp;u=http%3A%2F%2Fwww.otlab.ru%2F&amp;langpair=ru%7Cen" onfocus="onfocus">Font Notice3</a></h5>
<p><a href="http://translate.google.com/translate?client=tmpg&amp;hl=en&amp;u=http%3A%2F%2Fwww.otlab.ru%2F&amp;langpair=ru%7Cen" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135624Fcv.gif" alt="Washing Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://simplythebest.net/fonts/fonts/ding_maps.html" onfocus="onfocus">Ding Maps</a></h5>
<p><a href="http://simplythebest.net/fonts/fonts/ding_maps.html" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135625pCm.gif" alt="Map Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.dafont.com/split-splat-splodge.font" onfocus="onfocus">Split Splat Splodge</a></h5>
<p><a href="http://www.dafont.com/split-splat-splodge.font" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135626yjq.gif" alt="Split Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://fontstruct.fontshop.com/fontstructions/show/ossicles" onfocus="onfocus">Ossicles</a></h5>
<p><a href="http://fontstruct.fontshop.com/fontstructions/show/ossicles" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135627FL4.gif" alt="Ossicle Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontspace.com/fonts-n-things/symmetric-things" onfocus="onfocus">Symmetric Things</a> (and many other dingbats)</h5>
<p><a href="http://www.fontspace.com/fonts-n-things/symmetric-things" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135627OQN.gif" alt="Symmetric Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontspace.com/michael-d-adams/roadgeek-2005" onfocus="onfocus">Roadgeek 2005</a></h5>
<p><a href="http://www.fontspace.com/michael-d-adams/roadgeek-2005" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135628NM1.gif" alt="Arrow Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://blog.guifx.com/2009/04/02/guifx-v2-transport-font/" onfocus="onfocus">Guifx v2 Transports Font</a></h5>
<p><a href="http://blog.guifx.com/2009/04/02/guifx-v2-transport-font/" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135629Tvp.gif" alt="Transport Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.fontspace.com/fonts-of-afrika/afrika-wildlife-b-mammals2" onfocus="onfocus">Africa Wildlife B Mammals2</a></h5>
<p><a href="http://www.fontspace.com/fonts-of-afrika/afrika-wildlife-b-mammals2" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/1356295gY.gif" alt="Africa Animal Dingbats" width="480" height="70" /></a></p>
<h5><a href="http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions/RecSym/recsym.html" onfocus="onfocus">Recreation Dingbats</a></h5>
<p><a href="http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions/RecSym/recsym.html" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://www.bbon.cn/wp-content/uploads/2009/12/135630UVA.gif" alt="Recreation Dingbats" width="480" height="70" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2010/01/15/30%e7%a7%8d%e5%ae%9e%e7%94%a8%e5%85%8d%e8%b4%b9%e5%9b%be%e5%bd%a2%e5%ad%97%e4%bd%93%e5%ba%93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网站导航设计趋势案例集合</title>
		<link>http://www.dfey.com/2009/12/28/%e7%bd%91%e7%ab%99%e5%af%bc%e8%88%aa%e8%ae%be%e8%ae%a1%e8%b6%8b%e5%8a%bf%e6%a1%88%e4%be%8b%e9%9b%86%e5%90%88/</link>
		<comments>http://www.dfey.com/2009/12/28/%e7%bd%91%e7%ab%99%e5%af%bc%e8%88%aa%e8%ae%be%e8%ae%a1%e8%b6%8b%e5%8a%bf%e6%a1%88%e4%be%8b%e9%9b%86%e5%90%88/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 10:53:28 +0000</pubDate>
		<dc:creator>Jean</dc:creator>
				<category><![CDATA[模板文件]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=1161</guid>
		<description><![CDATA[在网站应用性中，导航菜单应该是最重要的部分了，优秀的导航设计不仅可以方便用户浏览网站内容，还能在第一时间给用户准确的信息传达，直观地表现网站的内容涉猎，让用户更方便地找到想要的需要的内容，这里整理了当前网站设计中流行的特色导航设计案例，这也表明了网站导航设计的一个未来趋势。
3-D 导航
3-D 风格的导航菜单可以表现的更突出，能在整个页面的设计中凸显导航功能，并且向用户传达直观的可操作性。
Delibar

Blue Door Baby

Mystery Tin

psdtowp

Harry Bissett

Sower of Seeds

会话框（气泡）导航
这类的网站导航风格打破了常规的菜单布局，在很多特色的网站设计中有很好的应用和体现。
Alexarts

Bush Theatre

Tienda

Rob Alan

SproutBox

Kingpin Social

Contrast

Design Spartan

Definitely Dubai

Robin James Yu

GIANT Creative

Yellow Bird Project

圆角导航
圆角导航的应用已经并不新鲜，在很多的网站设计中得到了很好的应用。这类导航外观表现的更像一个可操作的按钮，引导用户点击。
Ballpark

NOSOTROS

New Look Media

LemonStand

MetaLab

Vistrac

gugafit

PeepNote

Viljami Salminen

图标类导航
精致风格的视觉类导航在如今的高速带宽的网络环境中，已经可以完全无需考虑加载速度，从而应用在网站设计中，进一步提高网站的整个设计质量。
Adii Rockstar

Sourcebits

Carsonified

marcusK

MobileMySite.com

mesonprojekt

Dreamling.ca

nadamastriste

RedVelvetart.com

Custom Toronto

JavaScript 动画导航
网站设计师使用JavaScript框架可以很容易地实现动画风格的导航菜单功能，使得导航设计表现的栩栩如生。
Andreas Hinkel

Jon White Studio

Votaw

Utah.travel

RUDEWORKS

MULTIWAYS

Bert Timmermans

Dragon Interactive

不规则形状导航
正是因为多数网站都是采用规则边角设计的，所以，如果在特殊的网站设计中能使用一些不规则形状的导航菜单，可以为整个网站设计增色不少。
Booma

Kutztown University

Yorkdale

The Crazy Love Campaign

Carnivale du Vin 2009

Wrangler Face Off

HTO

smriyaz.com

Think Up

f claire baxter

Inner Metro Green

Custom Tshirts UK

Pirata London

koraykibar.com

Idea.org

箭头导航
经常会看到一些类似杂志类网站设计会使用到这样的导航风格，从而给用户一个更好的交互式体验，提高用户的浏览操作。
Jack Cheng

gregorywood.co.uk

The Rich And Powerful

72nd Ave.

]]></description>
			<content:encoded><![CDATA[<p>在网站应用性中，导航菜单应该是最重要的部分了，优秀的导航设计不仅可以方便用户浏览网站内容，还能在第一时间给用户准确的信息传达，直观地表现网站的内容涉猎，让用户更方便地找到想要的需要的内容，这里整理了当前网站设计中流行的特色导航设计案例，这也表明了网站导航设计的一个未来趋势。</p>
<h3>3-D 导航</h3>
<p>3-D 风格的导航菜单可以表现的更突出，能在整个页面的设计中凸显导航功能，并且向用户传达直观的可操作性。</p>
<p><a href="http://www.delibarapp.com/" onfocus="onfocus"><strong>Delibar</strong></a></p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/delibar-navigation.jpg" alt="Delibar-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="243" /></p>
<p><a href="http://www.bluedoorbaby.com/" onfocus="onfocus"><strong>Blue Door Baby</strong></a></p>
<p><a href="http://www.bluedoorbaby.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/blue-door-navigation.jpg" alt="Blue-door-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="243" /></a></p>
<p><a href="http://www.mysterytin.com/" onfocus="onfocus"><strong>Mystery Tin</strong></a></p>
<p><a href="http://www.mysterytin.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/mystery-tin-navigation.jpg" alt="Mystery-tin-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="500" /></a></p>
<p><a href="http://psdtowp.com/" onfocus="onfocus"><strong>psdtowp</strong></a></p>
<p><a href="http://psdtowp.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/psdtowp-navigation.jpg" alt="Psdtowp-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="222" /></a></p>
<p><a href="http://harrybissett.com/" onfocus="onfocus"><strong>Harry Bissett</strong></a></p>
<p><a href="http://harrybissett.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/harry-bissett-navigation.jpg" alt="Harry-bissett-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="222" /></a></p>
<p><a href="http://www.sowerofseeds.org/" onfocus="onfocus"><strong>Sower of Seeds</strong></a></p>
<p><a href="http://www.sowerofseeds.org/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/sower-seeds-navigation.jpg" alt="Sower-seeds-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="222" /></a></p>
<h3>会话框（气泡）导航</h3>
<p>这类的网站导航风格打破了常规的菜单布局，在很多特色的网站设计中有很好的应用和体现。</p>
<p><a href="http://www.alexarts.ru/en/index.html" onfocus="onfocus"><strong>Alexarts</strong></a></p>
<p><a href="http://www.alexarts.ru/en/index.html" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/alexarts-navigation.jpg" alt="Alexarts-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="501" /></a></p>
<p><a href="http://www.bushtheatre.co.uk/" onfocus="onfocus"><strong>Bush Theatre</strong></a></p>
<p><a href="http://www.bushtheatre.co.uk/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/bush-theatre-navigation.jpg" alt="Bush-theatre-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="145" /></a></p>
<p><a href="http://www.pampaneo.es/tiendastore.html" onfocus="onfocus"><strong>Tienda</strong></a></p>
<p><a href="http://www.pampaneo.es/tiendastore.html" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/tienda-navigation.jpg" alt="Tienda-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="276" /></a></p>
<p><a href="http://www.robalan.com/" onfocus="onfocus"><strong>Rob Alan</strong></a></p>
<p><a href="http://www.robalan.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/robert-alan-navigation.jpg" alt="Robert-alan-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="213" /></a></p>
<p><a href="http://www.sproutbox.com/" onfocus="onfocus"><strong>SproutBox</strong></a></p>
<p><a href="http://www.sproutbox.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/sproutbox-navigation.jpg" alt="Sproutbox-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="213" /></a></p>
<p><a href="http://kingpinsocial.com/" onfocus="onfocus"><strong>Kingpin Social</strong></a></p>
<p style="text-align: center;"><a href="http://kingpinsocial.com/" onfocus="onfocus"><img style="display: inline; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/kingpin-social-navigation.jpg" alt="Kingpin-social-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="213" /></a></p>
<p><a href="http://www.contrast.ie/blog/" onfocus="onfocus"><strong>Contrast</strong></a></p>
<p><a href="http://www.contrast.ie/blog/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/contrast-navigation.jpg" alt="Contrast-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="160" /></a></p>
<p><a href="http://www.designspartan.com/" onfocus="onfocus"><strong>Design Spartan</strong></a></p>
<p><a href="http://www.designspartan.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/design-spartan-navigation.jpg" alt="Design-spartan-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="94" /></a></p>
<p><a href="http://www.definitelydubai.com/" onfocus="onfocus"><strong>Definitely Dubai</strong></a></p>
<p><a href="http://www.definitelydubai.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/definitely-dubai-navigation.jpg" alt="Definitely-dubai-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="156" /></a></p>
<p><a href="http://www.robinjamesyu.com/about/" onfocus="onfocus"><strong>Robin James Yu</strong></a></p>
<p><a href="http://www.robinjamesyu.com/about/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/robin-james-navigation.jpg" alt="Robin-james-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="144" /></a></p>
<p><a href="http://madebygiant.com/" onfocus="onfocus"><strong>GIANT Creative</strong></a></p>
<p><a href="http://madebygiant.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/giant-creative-navigation.jpg" alt="Giant-creative-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="162" /></a></p>
<p><a href="http://www.yellowbirdproject.com/" onfocus="onfocus"><strong>Yellow Bird Project</strong></a></p>
<p><a href="http://www.yellowbirdproject.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/yellow-bird-navigation.jpg" alt="Yellow-bird-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="162" /></a></p>
<h3>圆角导航</h3>
<p>圆角导航的应用已经并不新鲜，在很多的网站设计中得到了很好的应用。这类导航外观表现的更像一个可操作的按钮，引导用户点击。</p>
<p><a href="http://getballpark.com/" onfocus="onfocus"><strong>Ballpark</strong></a></p>
<p><a href="http://getballpark.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/ballpark-navigation.jpg" alt="Ballpark-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="136" /></a></p>
<p><a href="http://www.nosotroshq.com/" onfocus="onfocus"><strong>NOSOTROS</strong></a></p>
<p><a href="http://www.nosotroshq.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/nosotros-navigation.jpg" alt="Nosotros-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="136" /></a></p>
<p><a href="http://newlookmedia.com/" onfocus="onfocus"><strong>New Look Media</strong></a></p>
<p><a href="http://newlookmedia.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/newlook-media-navigation.jpg" alt="Newlook-media-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="136" /></a></p>
<p><a href="http://lemonstandapp.com/" onfocus="onfocus"><strong>LemonStand</strong></a></p>
<p><a href="http://lemonstandapp.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/lemonstand-navigation.jpg" alt="Lemonstand-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="200" /></a></p>
<p><a href="http://www.metalabdesign.com/" onfocus="onfocus"><strong>MetaLab</strong></a></p>
<p><a href="http://www.metalabdesign.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/metalab-navigation.jpg" alt="Metalab-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="200" /></a></p>
<p><a href="http://vistrac.com/" onfocus="onfocus"><strong>Vistrac</strong></a></p>
<p><a href="http://vistrac.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/visitrac-navigation.jpg" alt="Visitrac-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="200" /></a></p>
<p><a href="http://www.gugafit.com/" onfocus="onfocus"><strong>gugafit</strong></a></p>
<p><a href="http://www.gugafit.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/gugafit-navigation.jpg" alt="Gugafit-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="200" /></a></p>
<p><a href="http://www.peepnote.com/" onfocus="onfocus"><strong>PeepNote</strong></a></p>
<p><a href="http://www.peepnote.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/peepnote-navigation.jpg" alt="Peepnote-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="200" /></a></p>
<p><a href="http://graphik.fi/" onfocus="onfocus"><strong>Viljami Salminen</strong></a></p>
<p><a href="http://graphik.fi/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/graphik-navigation.jpg" alt="Graphik-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="200" /></a></p>
<h3>图标类导航</h3>
<p>精致风格的视觉类导航在如今的高速带宽的网络环境中，已经可以完全无需考虑加载速度，从而应用在网站设计中，进一步提高网站的整个设计质量。</p>
<p><a href="http://adiirockstar.com/" onfocus="onfocus"><strong>Adii Rockstar</strong></a></p>
<p><a href="http://adiirockstar.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/adii-navigation.jpg" alt="Adii-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="138" /></a></p>
<p><a href="http://www.sourcebits.com/" onfocus="onfocus"><strong>Sourcebits</strong></a></p>
<p><a href="http://www.sourcebits.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/sourcebits-navigation.jpg" alt="Sourcebits-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="182" /></a></p>
<p><a href="http://carsonified.com/mission/" onfocus="onfocus"><strong>Carsonified</strong></a></p>
<p><a href="http://carsonified.com/mission/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/carsonified-navigation.jpg" alt="Carsonified-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="103" /></a></p>
<p><a href="http://www.marcusk.co.uk/html/illustration_concept.html" onfocus="onfocus"><strong>marcusK</strong></a></p>
<p><a href="http://www.marcusk.co.uk/html/illustration_concept.html" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/marcusk-navigation.jpg" alt="Marcusk-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="700" /></a></p>
<p><a href="http://www.mobilemysite.com/" onfocus="onfocus"><strong>MobileMySite.com</strong></a></p>
<p><a href="http://www.mobilemysite.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/mobilesite-navigation.jpg" alt="Mobilesite-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="308" /></a></p>
<p><a href="http://mesonprojekt.com/" onfocus="onfocus"><strong>mesonprojekt</strong></a></p>
<p><a href="http://mesonprojekt.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/mesonp-navigation.jpg" alt="Mesonp-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="308" /></a></p>
<p><a href="http://dreamling.ca/" onfocus="onfocus"><strong>Dreamling.ca</strong></a></p>
<p><a href="http://dreamling.ca/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/dreamling-navigation.jpg" alt="Dreamling-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="215" /></a></p>
<p><a href="http://www.nadamastriste.com/" onfocus="onfocus"><strong>nadamastriste</strong></a></p>
<p><a href="http://www.nadamastriste.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/nadatr-navigation.jpg" alt="Nadatr-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="170" /></a></p>
<p><a href="https://www.redvelvetart.com/" onfocus="onfocus"><strong>RedVelvetart.com</strong></a></p>
<p><a href="https://www.redvelvetart.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/redvelvet-navigation.jpg" alt="Redvelvet-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="170" /></a></p>
<p><a href="http://www.customtoronto.ca/" onfocus="onfocus"><strong>Custom Toronto</strong></a></p>
<p><a href="http://www.customtoronto.ca/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/customtoronto-navigation.jpg" alt="Customtoronto-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="314" /></a></p>
<h3>JavaScript 动画导航</h3>
<p>网站设计师使用JavaScript框架可以很容易地实现动画风格的导航菜单功能，使得导航设计表现的栩栩如生。</p>
<p><a href="http://www.andreashinkel.com/" onfocus="onfocus"><strong>Andreas Hinkel</strong></a></p>
<p><a href="http://www.andreashinkel.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/andreas-hinkel-navigation.jpg" alt="Andreas-hinkel-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="320" /></a></p>
<p><a href="http://jonwhitestudio.com/" onfocus="onfocus"><strong>Jon White Studio</strong></a></p>
<p><a href="http://jonwhitestudio.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/john-white-navigation.jpg" alt="John-white-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="320" /></a></p>
<p><a href="http://www.votaw.com/" onfocus="onfocus"><strong>Votaw</strong></a></p>
<p><a href="http://www.votaw.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/votaw-navigation.jpg" alt="Votaw-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="257" /></a></p>
<p><a href="http://www.utah.travel/" onfocus="onfocus"><strong>Utah.travel</strong></a></p>
<p><a href="http://www.utah.travel/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/utah-travel-navigation.jpg" alt="Utah-travel-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="300" /></a></p>
<p><a href="http://rudeworks.com/" onfocus="onfocus"><strong>RUDEWORKS</strong></a></p>
<p><a href="http://rudeworks.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/rudeworks-navigation.jpg" alt="Rudeworks-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="175" /></a></p>
<p><a href="http://www.multiways.com/servizi" onfocus="onfocus"><strong>MULTIWAYS</strong></a></p>
<p><a href="http://www.multiways.com/servizi" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/multiways-navigation.jpg" alt="Multiways-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="175" /></a></p>
<p><a href="http://www.berttimmermans.com/" onfocus="onfocus"><strong>Bert Timmermans</strong></a></p>
<p><a href="http://www.berttimmermans.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/bert-timmermans-navigation.jpg" alt="Bert-timmermans-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="175" /></a></p>
<p><a href="http://dragoninteractive.com/about/company/" onfocus="onfocus"><strong>Dragon Interactive</strong></a></p>
<p><a href="http://dragoninteractive.com/about/company/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/dragon-interactive-navigation.jpg" alt="Dragon-interactive-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="191" /></a></p>
<h3>不规则形状导航</h3>
<p>正是因为多数网站都是采用规则边角设计的，所以，如果在特殊的网站设计中能使用一些不规则形状的导航菜单，可以为整个网站设计增色不少。</p>
<p><a href="http://www.boomawebdesign.com/" onfocus="onfocus"><strong>Booma</strong></a></p>
<p><a href="http://www.boomawebdesign.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/booma-web-navigation.jpg" alt="Booma-web-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="191" /></a></p>
<p><a href="http://www.kutztown.edu/acad/commdes/" onfocus="onfocus"><strong>Kutztown University</strong></a></p>
<p><a href="http://www.kutztown.edu/acad/commdes/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/kutztown-navigation.jpg" alt="Kutztown-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="500" /></a></p>
<p><a href="http://yorkdale.com/09-back-to-school/" onfocus="onfocus"><strong>Yorkdale</strong></a></p>
<p><a href="http://yorkdale.com/09-back-to-school/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/yorkdale-navigation.jpg" alt="Yorkdale-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="355" /></a></p>
<p><a href="http://crazylovecampaign.com/" onfocus="onfocus"><strong>The Crazy Love Campaign</strong></a></p>
<p><a href="http://crazylovecampaign.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/crazy-love-navigation.jpg" alt="Crazy-love-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="243" /></a></p>
<p><a href="http://www.carnivaleduvin.com/2009/" onfocus="onfocus"><strong>Carnivale du Vin 2009</strong></a></p>
<p><a href="http://www.carnivaleduvin.com/2009/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/carnivale-navigation.jpg" alt="Carnivale-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="210" /></a></p>
<p><a href="http://wranglerfaceoff.com/" onfocus="onfocus"><strong>Wrangler Face Off</strong></a></p>
<p><a href="http://wranglerfaceoff.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/wrangler-navigation.jpg" alt="Wrangler-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="426" /></a></p>
<p><a href="http://hto.ca/" onfocus="onfocus"><strong>HTO</strong></a></p>
<p><a href="http://hto.ca/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/hto-navigation.jpg" alt="Hto-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="254" /></a></p>
<p><a href="http://www.smriyaz.com/" onfocus="onfocus"><strong>smriyaz.com</strong></a></p>
<p><a href="http://www.smriyaz.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/smriyaz-navigation.jpg" alt="Smriyaz-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="254" /></a></p>
<p><a href="http://www.thinkup.org/" onfocus="onfocus"><strong>Think Up</strong></a></p>
<p><a href="http://www.thinkup.org/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/think-up-navigation.jpg" alt="Think-up-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="209" /></a></p>
<p><a href="http://www.vanityclaire.com/" onfocus="onfocus"><strong>f claire baxter</strong></a></p>
<p><a href="http://www.vanityclaire.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/f-clair-baxter-navigation.jpg" alt="F-clair-baxter-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="209" /></a></p>
<p><a href="http://innermetrogreen.com/" onfocus="onfocus"><strong>Inner Metro Green</strong></a></p>
<p><a href="http://innermetrogreen.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/inner-metro-green-navigation.jpg" alt="Inner-metro-green-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="171" /></a></p>
<p><a href="http://www.custom-tshirts.eu/" onfocus="onfocus"><strong>Custom Tshirts UK</strong></a></p>
<p><a href="http://www.custom-tshirts.eu/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/custom-t-uk-navigation.jpg" alt="Custom-t-uk-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="500" /></a></p>
<p><a href="http://www.piratalondon.com/" onfocus="onfocus"><strong>Pirata London</strong></a></p>
<p><a href="http://www.piratalondon.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/pirata-london-navigation.jpg" alt="Pirata-london-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="347" /></a></p>
<p><a href="http://www.koraykibar.com/" onfocus="onfocus"><strong>koraykibar.com</strong></a></p>
<p><a href="http://www.koraykibar.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/koriaykibar-navigation.jpg" alt="Koriaykibar-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="316" /></a></p>
<p><a href="http://www.idea.org/research.html" onfocus="onfocus"><strong>Idea.org</strong></a></p>
<p><a href="http://www.idea.org/research.html" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/idea-org-navigation.jpg" alt="Idea-org-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="296" /></a></p>
<h3>箭头导航</h3>
<p>经常会看到一些类似杂志类网站设计会使用到这样的导航风格，从而给用户一个更好的交互式体验，提高用户的浏览操作。</p>
<p><a href="http://jackcheng.com/" onfocus="onfocus"><strong>Jack Cheng</strong></a></p>
<p><a href="http://jackcheng.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/roulette-navigation.jpg" alt="Roulette-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="296" /></a></p>
<p><a href="http://gregorywood.co.uk/journal/lets-drink-to-the-death-of-regret/" onfocus="onfocus"><strong>gregorywood.co.uk</strong></a></p>
<p><a href="http://gregorywood.co.uk/journal/lets-drink-to-the-death-of-regret/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/gregory-wood-navigation.jpg" alt="Gregory-wood-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="296" /></a></p>
<p><a href="http://dustincurtis.com/the_rich_and_powerful.html" onfocus="onfocus"><strong>The Rich And Powerful</strong></a></p>
<p><a href="http://dustincurtis.com/the_rich_and_powerful.html" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/dustin-curtis-navigation.jpg" alt="Dustin-curtis-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="161" /></a></p>
<p><a href="http://72ave.com/" onfocus="onfocus"><strong>72nd Ave.</strong></a></p>
<p><a href="http://72ave.com/" onfocus="onfocus"><img style="display: block; float: none; margin-left: auto; margin-right: auto; zoom: 1;" src="http://media.smashingmagazine.com/cdn_smash/wp-content/uploads/images/navigation-design-best-practices/72-ave-navigation.jpg" alt="72-ave-navigation in Showcase Of Modern Navigation Design Trends" width="500" height="161" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/12/28/%e7%bd%91%e7%ab%99%e5%af%bc%e8%88%aa%e8%ae%be%e8%ae%a1%e8%b6%8b%e5%8a%bf%e6%a1%88%e4%be%8b%e9%9b%86%e5%90%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>35+高质量免费图标下载站</title>
		<link>http://www.dfey.com/2009/10/13/35%e9%ab%98%e8%b4%a8%e9%87%8f%e5%85%8d%e8%b4%b9%e5%9b%be%e6%a0%87%e4%b8%8b%e8%bd%bd%e7%ab%99/</link>
		<comments>http://www.dfey.com/2009/10/13/35%e9%ab%98%e8%b4%a8%e9%87%8f%e5%85%8d%e8%b4%b9%e5%9b%be%e6%a0%87%e4%b8%8b%e8%bd%bd%e7%ab%99/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:22:10 +0000</pubDate>
		<dc:creator>Ada</dc:creator>
				<category><![CDATA[业内新闻]]></category>
		<category><![CDATA[免费资源]]></category>
		<category><![CDATA[技术支持]]></category>
		<category><![CDATA[模板文件]]></category>
		<category><![CDATA[Web设计]]></category>
		<category><![CDATA[免费下载]]></category>
		<category><![CDATA[免费图标]]></category>
		<category><![CDATA[网站设计]]></category>
		<category><![CDATA[高质量图标]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=1119</guid>
		<description><![CDATA[Web设计中，图标的应用是必不可少的，高质量的图标可以很大程度上增加网站的质感和专业性，所以，Web设计者们也越来越注重Web图标的使用。多数情况下，一些常用的Web图标是无需自己花费代价去构思设计的，很可能你需要的某个图标就已经存在，你只需要注意平时的积累，以备不时之需。
Fast Icon

Dry Icons

Gui Icons

Vista Icons

Markup

Feed Icons

Ico Box

Iconka

Iconspedia

Icon Drawer

Techlogica

Zeusbox Studio

Icon Bulk

The Icon Factory

Web Appers

Icon Shock

Icon Buffet

Smashing Magazine

Icon Finder

DeviantArt

Free Icons Download

Famfamfam

Icon Cool

Function

Best Free Icons

Tutorial9

Icojoy

The Icon Lab

Gosquared

Spoon Graphics

Glyfx

Jjying

Icon Bee

Icon Eden

Abbsoft

Icon Stick

Bartelme


]]></description>
			<content:encoded><![CDATA[<p>Web设计中，图标的应用是必不可少的，高质量的图标可以很大程度上增加网站的质感和专业性，所以，Web设计者们也越来越注重Web图标的使用。多数情况下，一些常用的Web图标是无需自己花费代价去构思设计的，很可能你需要的某个图标就已经存在，你只需要注意平时的积累，以备不时之需。</p>
<h3><a href="http://fasticon.com/freeware/">Fast Icon</a></h3>
<p><a href="http://fasticon.com/freeware/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon1.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://dryicons.com/">Dry Icons</a></h3>
<p><img src="http://blueblots.com/wp-content/uploads/2009/10/icon2.jpg" alt="Free Icon Website" width="450" height="250" /></p>
<h3><a href="http://www.guiicons.com/">Gui Icons</a></h3>
<p><a href="http://www.guiicons.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon3.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.vistaicons.com/">Vista Icons</a></h3>
<p><a href="http://www.vistaicons.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon4.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://bs-markup.de/iconsets">Markup</a></h3>
<p><a href="http://bs-markup.de/iconsets"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon5.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://feedicons.com/">Feed Icons</a></h3>
<p><a href="http://feedicons.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon6.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.icobox.net/">Ico Box</a></h3>
<p><a href="http://www.icobox.net/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon7.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconka.com/free/">Iconka</a></h3>
<p><a href="http://www.iconka.com/free/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon8.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconspedia.com/">Iconspedia</a></h3>
<p><a href="http://www.iconspedia.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon9.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.icondrawer.com/free.php">Icon Drawer</a></h3>
<p><a href="http://www.icondrawer.com/free.php"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon10.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.techlogica.us/icons/free/">Techlogica</a></h3>
<p><a href="http://www.techlogica.us/icons/free/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon11.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.zeusboxstudio.com/icon/">Zeusbox Studio</a></h3>
<p><a href="http://www.zeusboxstudio.com/icon/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon12.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconbulk.com/icons_new.asp">Icon Bulk</a></h3>
<p><a href="http://www.iconbulk.com/icons_new.asp"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon13.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://iconfactory.com/freeware/icon">The Icon Factory</a></h3>
<p><a href="http://iconfactory.com/freeware/icon"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon14.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.webappers.com/category/design/icons/">Web Appers</a></h3>
<p><a href="http://www.webappers.com/category/design/icons/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon15.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconshock.com/vista-icons.php">Icon Shock</a></h3>
<p><a href="http://www.iconshock.com/vista-icons.php"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon16.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconbuffet.com/">Icon Buffet</a></h3>
<p><a href="http://www.iconbuffet.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon17.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.smashingmagazine.com/2008/10/01/dellipack-2-a-free-icon-set/">Smashing Magazine</a></h3>
<p><a href="http://www.smashingmagazine.com/2008/10/01/dellipack-2-a-free-icon-set/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon18.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconfinder.net/search/?q=twitter">Icon Finder</a></h3>
<p><a href="http://www.iconfinder.net/search/?q=twitter"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon19.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://browse.deviantart.com/?qh=&amp;section=&amp;q=free+icons">DeviantArt</a></h3>
<p><a href="http://browse.deviantart.com/?qh=&amp;section=&amp;q=free+icons"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon20.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.freeiconsdownload.com/">Free Icons Download</a></h3>
<p><a href="http://www.freeiconsdownload.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon21.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://famfamfam.com/lab/icons/">Famfamfam</a></h3>
<p><a href="http://famfamfam.com/lab/icons/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon22.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconcool.com/xp-icons.htm">Icon Cool</a></h3>
<p><a href="http://www.iconcool.com/xp-icons.htm"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon23.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://wefunction.com/tag/portfolio/">Function</a></h3>
<p><a href="http://wefunction.com/tag/portfolio/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon24.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.bestfreeicons.com/">Best Free Icons</a></h3>
<p><a href="http://www.bestfreeicons.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon25.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.tutorial9.net/">Tutorial9</a></h3>
<p><a href="http://www.tutorial9.net/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon26.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.icojoy.com/articles/19/" target="_blank">Icojoy</a></h3>
<p><a href="http://www.icojoy.com/articles/19/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon27.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://theiconlab.com/allicons/index.html">The Icon Lab</a></h3>
<p><a href="http://theiconlab.com/allicons/index.html"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon28.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.gosquared.com/liquidicity/archives/122">Gosquared</a></h3>
<p><a href="http://www.gosquared.com/liquidicity/archives/122"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon29.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.blog.spoongraphics.co.uk/category/freebies">Spoon Graphics</a></h3>
<p><a href="http://www.blog.spoongraphics.co.uk/category/freebies"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon30.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.glyfx.com/products/free.html">Glyfx</a></h3>
<p><a href="http://www.glyfx.com/products/free.html"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon31.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.jjying.cn/blog2/viva-icons/">Jjying</a></h3>
<p><a href="http://www.jjying.cn/blog2/viva-icons/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon32.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://iconbee.willmayo.com/">Icon Bee</a></h3>
<p><a href="http://iconbee.willmayo.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon33.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://iconeden.com/icon/fresh-addon-a-free-iconset.html">Icon Eden</a></h3>
<p><a href="http://iconeden.com/icon/fresh-addon-a-free-iconset.html"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon34.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://abbsoft.com/downicon/">Abbsoft</a></h3>
<p><a href="http://abbsoft.com/downicon/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon35.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.iconstick.com/">Icon Stick</a></h3>
<p><a href="http://www.iconstick.com/"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon36.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<h3><a href="http://www.bartelme.at/journal/categories/C10">Bartelme</a></h3>
<p><a href="http://www.bartelme.at/journal/categories/C10"><img src="http://blueblots.com/wp-content/uploads/2009/10/icon37.jpg" alt="Free Icon Website" width="450" height="250" /></a></p>
<p><!-- end latest post --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/10/13/35%e9%ab%98%e8%b4%a8%e9%87%8f%e5%85%8d%e8%b4%b9%e5%9b%be%e6%a0%87%e4%b8%8b%e8%bd%bd%e7%ab%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>鼓舞人心的魅力名片网站设计</title>
		<link>http://www.dfey.com/2009/10/08/%e9%bc%93%e8%88%9e%e4%ba%ba%e5%bf%83%e7%9a%84%e9%ad%85%e5%8a%9b%e5%90%8d%e7%89%87%e7%bd%91%e7%ab%99%e8%ae%be%e8%ae%a1/</link>
		<comments>http://www.dfey.com/2009/10/08/%e9%bc%93%e8%88%9e%e4%ba%ba%e5%bf%83%e7%9a%84%e9%ad%85%e5%8a%9b%e5%90%8d%e7%89%87%e7%bd%91%e7%ab%99%e8%ae%be%e8%ae%a1/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 04:50:02 +0000</pubDate>
		<dc:creator>Ada</dc:creator>
				<category><![CDATA[业内新闻]]></category>
		<category><![CDATA[免费资源]]></category>
		<category><![CDATA[技术支持]]></category>
		<category><![CDATA[模板文件]]></category>
		<category><![CDATA[名片网站]]></category>
		<category><![CDATA[商务网站]]></category>
		<category><![CDATA[网站设计]]></category>
		<category><![CDATA[设计紧凑]]></category>
		<category><![CDATA[设计轻巧]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=1117</guid>
		<description><![CDATA[名片网站已经成为一些设计师和开发人员开放自己个人领域的一种流行趋势！此类网站基本上是一个简单的单页的设计，显示个人资料，联络方式以及链接一些关于的自己社会背景，作品等！名片的网站有各种形状和大小，设计比较紧凑，轻巧，通常规模较小，往往使用一些Js，以提高用户体验！下面让我们来欣赏一下这些设计师的网站吧！
Tim Van Damme

Rogie King

Florian Pichler

John Bloomfield

Salya Howald

Nathan Plante

Dean Harris

Marco Bauli

Thierry Castel

Samrat Mazumdar

Guy Lewin

Zhuoshi Xie

Ben Word

Rendian Therianto

Katrina   Neufield

Greg Thongsophon

Ali Bah?i?o?lu

Clément Simon

David McGeorge

Chris Rowe

Dimas F.   Gorostarzu

Eugen Bu?oiu

Jamie Calder

Chris Carey

Timothy Armstrong

Lee Adams Norris

Michael Dyer

Christian South

Ryan Glover

Mark Tyrrell

Patrik Inzinger

Gert Pellens

Joshua R Jones

M Dimas Maulana

Jonas Lekevicius

Michael Villar

Nico Kaiser

Sebastien Couture

Gabor Szauer

Pedro Duarte

Micha?l Betsch

David Merfield

Maximilian Sch?ning

Karsten Rieger

Andy Croll

Preshit Deorukhkar

Chris Wallace

Raffaele Rasini

John Phillips

Maykel [...]]]></description>
			<content:encoded><![CDATA[<p>名片网站已经成为一些设计师和开发人员开放自己个人领域的一种流行趋势！此类网站基本上是一个简单的单页的设计，显示个人资料，联络方式以及链接一些关于的自己社会背景，作品等！名片的网站有各种形状和大小，设计比较紧凑，轻巧，通常规模较小，往往使用一些Js，以提高用户体验！下面让我们来欣赏一下这些设计师的网站吧！</p>
<p><a href="http://timvandamme.com/" target="_blank">Tim Van Damme</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152647417.jpg" border="0" alt="" /><br />
<a href="http://rogieking.com/" target="_blank">Rogie King</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152648450.jpg" border="0" alt="" /><br />
<a href="http://florianpichler.de/" target="_blank">Florian Pichler</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152648972.jpg" border="0" alt="" /><br />
<a href="http://jbloomfield.net/" target="_blank">John Bloomfield</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152649991.jpg" border="0" alt="" /><br />
<a href="http://www.salya.me/" target="_blank">Salya Howald</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152650890.jpg" border="0" alt="" /><br />
<a href="http://nathanplante.com/Nathan_Plante.html" target="_blank">Nathan Plante</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152652820.jpg" border="0" alt="" /></a><br />
<a href="http://dean.harris.tc/" target="_blank">Dean Harris</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152653673.jpg" border="0" alt="" /><br />
<a href="http://marcobauli.com/" target="_blank">Marco Bauli</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152654720.jpg" border="0" alt="" /><br />
<a href="http://www.thierrycastel.com/" target="_blank">Thierry Castel</a><br />
<a href="http://www.ucdcom.com/Blog/post/74.html" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152654933.jpg" border="0" alt="" /></a><br />
<a href="http://www.iamsamrat.com/" target="_blank">Samrat Mazumdar</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152655845.jpg" border="0" alt="" /><br />
<a href="http://lewin.co.il/" target="_blank">Guy Lewin</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152655603.jpg" border="0" alt="" /><br />
<a href="http://zhuoshixie.info/" target="_blank">Zhuoshi Xie</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152656856.jpg" border="0" alt="" /><br />
<a href="http://retlehs.com/" target="_blank">Ben Word</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152657863.jpg" border="0" alt="" /><br />
<a href="http://rtherianto.net/" target="_blank">Rendian Therianto</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152658472.jpg" border="0" alt="" /><br />
<a href="http://www.neu-design.com/katrinaneufeld/" target="_blank">Katrina   Neufield</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015270687.jpg" border="0" alt="" /><br />
<a href="http://greg.gt13.com/" target="_blank">Greg Thongsophon</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015271211.jpg" border="0" alt="" /><br />
<a href="http://alibahsisoglu.com.tr/" target="_blank">Ali Bah?i?o?lu</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015271844.jpg" border="0" alt="" /><br />
<a href="http://www.clemsimon.fr/" target="_blank">Clément Simon</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015273172.jpg" border="0" alt="" /></a><br />
<a href="http://davymacca.com/" target="_blank">David McGeorge</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015274253.jpg" border="0" alt="" /><br />
<a href="http://chrisrowe.net/" target="_blank">Chris Rowe</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015276445.jpg" border="0" alt="" /><br />
<a href="http://www.dimasgorostarzu.com/dimasgorostarzu.html" target="_blank">Dimas F.   Gorostarzu</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015277811.jpg" border="0" alt="" /><br />
<a href="http://www.eugenbusoiu.com/" target="_blank">Eugen Bu?oiu</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015278665.jpg" border="0" alt="" /></a><br />
<a href="http://www.jamiecalder.com/" target="_blank">Jamie Calder</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/200993015278276.jpg" border="0" alt="" /><br />
<a href="http://www.chriscarey.info/" target="_blank">Chris Carey</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152710109.jpg" border="0" alt="" /><br />
<a href="http://timothy.tkmediaent.com/" target="_blank">Timothy Armstrong</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152710336.jpg" border="0" alt="" /><br />
<a href="http://contact.lee-norris.com/" target="_blank">Lee Adams Norris</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152711684.jpg" border="0" alt="" /></a><br />
<a href="http://www.dfunkydog.co.uk/" target="_blank">Michael Dyer</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152712229.jpg" border="0" alt="" /><br />
<a href="http://csouth.xistins.com/" target="_blank">Christian South</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152713953.jpg" border="0" alt="" /><br />
<a href="http://www.ryanglover.net/" target="_blank">Ryan Glover</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152714107.jpg" border="0" alt="" /><br />
<a href="http://card.marktyrrell.com/" target="_blank">Mark Tyrrell</a><br />
<a href="http://www.ucdcom.com/Blog/post/74.html" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152715555.jpg" border="0" alt="" /></a><br />
<a href="http://www.patrik-inzinger.at/" target="_blank">Patrik Inzinger</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152716321.jpg" border="0" alt="" /><br />
<a href="http://www.gertpellens.be/contact/" target="_blank">Gert Pellens</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152717668.jpg" border="0" alt="" /><br />
<a href="http://joshuarjones.me/" target="_blank">Joshua R Jones</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152718315.jpg" border="0" alt="" /><br />
<a href="http://mdmaulana.com/" target="_blank">M Dimas Maulana</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152719525.jpg" border="0" alt="" /><br />
<a href="http://lekevicius.com/" target="_blank">Jonas Lekevicius</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152719943.jpg" border="0" alt="" /></a><br />
<a href="http://www.michaelvillar.com/" target="_blank">Michael Villar</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152720780.jpg" border="0" alt="" /><br />
<a href="http://kaiser.me/" target="_blank">Nico Kaiser</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152721227.jpg" border="0" alt="" /><br />
<a href="http://sebastiencouture.com/en/" target="_blank">Sebastien Couture</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152722321.jpg" border="0" alt="" /><br />
<a href="http://gaborszauer.com/" target="_blank">Gabor Szauer</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152723505.jpg" border="0" alt="" /><br />
<a href="http://www.peduarte.com/" target="_blank">Pedro Duarte</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152723322.jpg" border="0" alt="" /></a><br />
<a href="http://michaelbetsch.com/" target="_blank">Micha?l Betsch</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152724767.jpg" border="0" alt="" /><br />
<a href="http://davidmerfield.com/" target="_blank">David Merfield</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152725170.jpg" border="0" alt="" /><br />
<a href="http://www.maximilianschoening.com/" target="_blank">Maximilian Sch?ning</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152726908.jpg" border="0" alt="" /><br />
<a href="http://karsten-rieger.tritium-design.de/" target="_blank">Karsten Rieger</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152727601.jpg" border="0" alt="" /></a><br />
<a href="http://andycroll.com/" target="_blank">Andy Croll</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152728650.jpg" border="0" alt="" /><br />
<a href="http://presh.it/" target="_blank">Preshit Deorukhkar</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152729811.jpg" border="0" alt="" /><br />
<a href="http://card.chris-wallace.com/" target="_blank">Chris Wallace</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152730366.jpg" border="0" alt="" /><br />
<a href="http://www.raffaelerasini.it/" target="_blank">Raffaele Rasini</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152730429.jpg" border="0" alt="" /></a><br />
<a href="http://www.johnphillips.me/" target="_blank">John Phillips</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152731801.jpg" border="0" alt="" /><br />
<a href="http://v1.maykelloomans.com/" target="_blank">Maykel Loomans</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152732850.jpg" border="0" alt="" /><br />
<a href="http://www.danielgenser.com/" target="_blank">Daniel Genser</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152734945.jpg" border="0" alt="" /><br />
<a href="http://cdharrison.info/" target="_blank">Chris Harrison</a><br />
<a href="http://www.ucdcom.com/" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152734874.jpg" border="0" alt="" /></a><br />
<a href="http://www.tylergalpin.com/" target="_blank">Tyler Galpin</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152735842.jpg" border="0" alt="" /><br />
<a href="http://matthiaskretschmann.com/" target="_blank">Mattias Kretschmann</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152736875.jpg" border="0" alt="" /><br />
<a href="http://www.osvaldas.info/" target="_blank">Osvaldas Valutis</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152737437.jpg" border="0" alt="" /><br />
<a href="http://www.craigwilson.co.uk/" target="_blank">Craig Wilson</a><br />
<a href="http://www.ucdcom.com/Blog/post/74.html" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152737645.jpg" border="0" alt="" /></a><br />
<a href="http://lukestevensdesign.com/" target="_blank">Luke Stevens</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152738203.jpg" border="0" alt="" /><br />
<a href="http://www.ethicka.com/" target="_blank">William Donahoe</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152739392.jpg" border="0" alt="" /><br />
<a href="http://www.petereggington.co.uk/" target="_blank">Peter Eggington</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152740624.jpg" border="0" alt="" /><br />
<a href="http://milkengine.com/card/" target="_blank">John Saddington</a><br />
<a href="http://www.ucdcom.com/Blog/post/74.html" target="_blank"><img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152741258.jpg" border="0" alt="" /></a><br />
<a href="http://appenstein.com/" target="_blank">Appenstein</a><br />
<img src="http://www.ucdcom.com/WebSite/UpWebSitePic/2009-9-30/2009930152742138.jpg" border="0" alt="" /></p>
<p>原文：<a href="http://www.ucdcom.com/Blog/post/74.html" target="_blank">鼓舞人心的魅力名片网站设计</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/10/08/%e9%bc%93%e8%88%9e%e4%ba%ba%e5%bf%83%e7%9a%84%e9%ad%85%e5%8a%9b%e5%90%8d%e7%89%87%e7%bd%91%e7%ab%99%e8%ae%be%e8%ae%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怪兽模板新作 25904</title>
		<link>http://www.dfey.com/2009/09/21/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf%e6%96%b0%e4%bd%9c-25904/</link>
		<comments>http://www.dfey.com/2009/09/21/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf%e6%96%b0%e4%bd%9c-25904/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:54:07 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[FLASH模板]]></category>
		<category><![CDATA[模板文件]]></category>
		<category><![CDATA[25904]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[汽车]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=1052</guid>
		<description><![CDATA[这是一个非常亮眼的新作，其flash和3d效果天衣无缝结合的开场令人眼前一亮。
现在就点击下面的缩略图，预览一下这个高超精湛的作品。
因为整个开场制作的精细，可能loading需要多一点时间，但是肯定制的等待。
希望大家对这个作品发表自己的意见和观点，期待听到你的声音！
]]></description>
			<content:encoded><![CDATA[<p>这是一个非常亮眼的新作，其flash和3d效果天衣无缝结合的开场令人眼前一亮。</p>
<p>现在就点击下面的缩略图，预览一下这个高超精湛的作品。</p>
<div id="attachment_1053" class="wp-caption aligncenter" style="width: 440px"><a href="http://www.templatemonster.com/flash-templates/25904.html" target="_blank"><img src="http://www.dfey.com/wp-content/uploads/2009/09/25904-b.jpg" alt="25904 怪兽模板" title="25904 怪兽模板" width="430" height="351" class="size-full wp-image-1053" /></a><p class="wp-caption-text">25904 怪兽模板</p></div>
<p>因为整个开场制作的精细，可能loading需要多一点时间，但是肯定制的等待。</p>
<p>希望大家对这个作品发表自己的意见和观点，期待听到你的声音！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/09/21/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf%e6%96%b0%e4%bd%9c-25904/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30个优雅创意的JavaScript滑动效果应用</title>
		<link>http://www.dfey.com/2009/09/08/30%e4%b8%aa%e4%bc%98%e9%9b%85%e5%88%9b%e6%84%8f%e7%9a%84javascript%e6%bb%91%e5%8a%a8%e6%95%88%e6%9e%9c%e5%ba%94%e7%94%a8/</link>
		<comments>http://www.dfey.com/2009/09/08/30%e4%b8%aa%e4%bc%98%e9%9b%85%e5%88%9b%e6%84%8f%e7%9a%84javascript%e6%bb%91%e5%8a%a8%e6%95%88%e6%9e%9c%e5%ba%94%e7%94%a8/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 03:07:13 +0000</pubDate>
		<dc:creator>sam</dc:creator>
				<category><![CDATA[技术支持]]></category>
		<category><![CDATA[模板文件]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[优秀网站设计]]></category>
		<category><![CDATA[网站设计]]></category>
		<category><![CDATA[网页动态]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=415</guid>
		<description><![CDATA[在1-2年前，我们为满足需求会使用Macromedia Flash来进行Web应用中动态按钮、图片幻灯片甚至文本交互内容的表现；现在，在日趋完备的JavaScript框架（jQuery, Mootools, Prototype, Scriptallicious, Yahoo UI）的支持下，使用更加轻量级的脚本代码，实现了之前只有Flash可以完成的优雅效果，这给Web设计者和开发人员带来了无尽的创意思维。
那么，如何才能更有效地把这些曼妙的效果，实用性地应用到Web设计中，在不影响用户操作体验的前提下，为网站提升价值呢？这里为你整理的30个绝对优秀的JavaScript Web创意应用，希望给你提供借鉴：原来可以这样的。
1. Charlie Gentle

2. Orman Clark

3. Best Before

4. Creative People

5. Tomáš Pojeta

6. Square Factor

7. Leg Works Studio

8. Enterro da Gata

9. Intermission Design

10. Jackson &#38; Kent

11. Volll

12. X3 Studios

13. We Bleed Design

14. Bullet PR

15. Diego Latorre

16. Dreamer Lines

17. Galan Design

18. Howarths

19. Kit Folio

20. Jp3 Design

21. Polor Gold

22. Search inside

23. Magouya

24. [...]]]></description>
			<content:encoded><![CDATA[<p>在1-2年前，我们为满足需求会使用Macromedia Flash来进行Web应用中动态按钮、图片幻灯片甚至文本交互内容的表现；现在，在日趋完备的JavaScript框架（jQuery, Mootools, Prototype, Scriptallicious, Yahoo UI）的支持下，使用更加轻量级的脚本代码，实现了之前只有Flash可以完成的优雅效果，这给Web设计者和开发人员带来了无尽的创意思维。</p>
<p>那么，如何才能更有效地把这些曼妙的效果，实用性地应用到Web设计中，在不影响用户操作体验的前提下，为网站提升价值呢？这里为你整理的30个绝对优秀的JavaScript Web创意应用，希望给你提供借鉴：原来可以这样的。</p>
<h4>1. <a title="Websites With Cool Slider and Scrollers" onclick="pageTracker._trackPageview('/outbound/article/www.charliegentle.co.uk');" href="http://www.charliegentle.co.uk/" target="_blank">Charlie Gentle</a></h4>
<p><a title="Websites With Cool Slider and Scrollers" onclick="pageTracker._trackPageview('/outbound/article/www.charliegentle.co.uk');" href="http://www.charliegentle.co.uk/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/1.jpg" alt="" width="600" height="371" /></a></p>
<h4>2. <a onclick="pageTracker._trackPageview('/outbound/article/www.ormanclark.com');" href="http://www.ormanclark.com/" target="_blank">Orman Clark</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.ormanclark.com');" href="http://www.ormanclark.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/2-1.jpg" alt="" width="600" height="371" /></a></p>
<h4>3. <a onclick="pageTracker._trackPageview('/outbound/article/bestbefore.ro');" href="http://bestbefore.ro/" target="_blank">Best Before</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/bestbefore.ro');" href="http://bestbefore.ro/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/3.jpg" alt="" width="600" height="371" /></a></p>
<h4>4. <a onclick="pageTracker._trackPageview('/outbound/article/cpeople.ru');" href="http://cpeople.ru/#portfolio-web" target="_blank">Creative People</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/cpeople.ru');" href="http://cpeople.ru/#portfolio-web" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/4.jpg" alt="" width="600" height="371" /></a></p>
<h4>5. <a onclick="pageTracker._trackPageview('/outbound/article/www.pojeta.cz');" href="http://www.pojeta.cz/" target="_blank">Tomáš Pojeta</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.pojeta.cz');" href="http://www.pojeta.cz/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/8.jpg" alt="" width="600" height="371" /></a></p>
<h4>6.<a onclick="pageTracker._trackPageview('/outbound/article/www.squarefactor.com');" href="http://www.squarefactor.com/" target="_blank"> Square Factor</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.squarefactor.com');" href="http://www.squarefactor.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/10.jpg" alt="" width="600" height="371" /></a></p>
<h4>7. <a onclick="pageTracker._trackPageview('/outbound/article/www.legworkstudio.com');" href="http://www.legworkstudio.com/#/about" target="_blank">Leg Works Studio</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.legworkstudio.com');" href="http://www.legworkstudio.com/#/about" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/20.jpg" alt="" width="600" height="371" /></a></p>
<h4>8. <a onclick="pageTracker._trackPageview('/outbound/article/enterrodagata.aaum.pt');" href="http://enterrodagata.aaum.pt/" target="_blank">Enterro da Gata</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/enterrodagata.aaum.pt');" href="http://enterrodagata.aaum.pt/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/5.jpg" alt="" width="600" height="371" /></a></p>
<h4>9. <a onclick="pageTracker._trackPageview('/outbound/article/intermissiondesign.com');" href="http://intermissiondesign.com/#" target="_blank">Intermission Design</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/intermissiondesign.com');" href="http://intermissiondesign.com/#" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/6.jpg" alt="" width="600" height="371" /></a></p>
<h4>10. <a onclick="pageTracker._trackPageview('/outbound/article/www.jandk.fr');" href="http://www.jandk.fr/#qui_sont_jackson_and_kent" target="_blank">Jackson &amp; Kent</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.jandk.fr');" href="http://www.jandk.fr/#qui_sont_jackson_and_kent" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/7.jpg" alt="" width="600" height="371" /></a></p>
<h4>11. <a onclick="pageTracker._trackPageview('/outbound/article/www.volll.com');" href="http://www.volll.com/#section_main" target="_blank">Volll</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.volll.com');" href="http://www.volll.com/#section_main" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/9.jpg" alt="" width="600" height="371" /></a></p>
<h4>12.<a onclick="pageTracker._trackPageview('/outbound/article/www.x3studios.com');" href="http://www.x3studios.com/#/Featured/" target="_blank"> X3 Studios</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.x3studios.com');" href="http://www.x3studios.com/#/Featured/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/11.jpg" alt="" width="600" height="371" /></a></p>
<h4>13. <a onclick="pageTracker._trackPageview('/outbound/article/www.webleeddesign.com');" href="http://www.webleeddesign.com/" target="_blank">We Bleed Design</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.webleeddesign.com');" href="http://www.webleeddesign.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/12.jpg" alt="" width="600" height="371" /></a></p>
<h4>14. <a onclick="pageTracker._trackPageview('/outbound/article/bulletpr.co.uk');" href="http://bulletpr.co.uk/" target="_blank">Bullet PR</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/bulletpr.co.uk');" href="http://bulletpr.co.uk/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/13.jpg" alt="" width="600" height="371" /></a></p>
<h4>15. <a onclick="pageTracker._trackPageview('/outbound/article/www.diegolatorre.com');" href="http://www.diegolatorre.com/" target="_blank">Diego Latorre</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.diegolatorre.com');" href="http://www.diegolatorre.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/14.jpg" alt="" width="600" height="371" /></a></p>
<h4>16. <a onclick="pageTracker._trackPageview('/outbound/article/www.dreamerlines.lv');" href="http://www.dreamerlines.lv/" target="_blank">Dreamer Lines</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.dreamerlines.lv');" href="http://www.dreamerlines.lv/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/15.jpg" alt="" width="600" height="371" /></a></p>
<h4>17. <a onclick="pageTracker._trackPageview('/outbound/article/galandesign.com');" href="http://galandesign.com/" target="_blank">Galan Design</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/galandesign.com');" href="http://galandesign.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/16.jpg" alt="" width="600" height="371" /></a></p>
<h4>18. <a onclick="pageTracker._trackPageview('/outbound/article/www.howarths.nl');" href="http://www.howarths.nl/#" target="_blank">Howarths</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.howarths.nl');" href="http://www.howarths.nl/#" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/17.jpg" alt="" width="600" height="371" /></a></p>
<h4>19. <a onclick="pageTracker._trackPageview('/outbound/article/www.kitfolio.com');" href="http://www.kitfolio.com/#about" target="_blank">Kit Folio</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.kitfolio.com');" href="http://www.kitfolio.com/#about" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/18.jpg" alt="" width="600" height="371" /></a></p>
<h4>20. <a onclick="pageTracker._trackPageview('/outbound/article/jp3design.com');" href="http://jp3design.com/" target="_blank">Jp3 Design</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/jp3design.com');" href="http://jp3design.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/19.jpg" alt="" width="600" height="371" /></a></p>
<h4>21. <a onclick="pageTracker._trackPageview('/outbound/article/www.polargold.de');" href="http://www.polargold.de/#index" target="_blank">Polor Gold</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.polargold.de');" href="http://www.polargold.de/#index" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/21.jpg" alt="" width="600" height="371" /></a></p>
<h4>22. <a onclick="pageTracker._trackPageview('/outbound/article/searchinsidevideo.com');" href="http://searchinsidevideo.com/#home" target="_blank">Search inside</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/searchinsidevideo.com');" href="http://searchinsidevideo.com/#home" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/22.jpg" alt="" width="600" height="371" /></a></p>
<h4>23. <a onclick="pageTracker._trackPageview('/outbound/article/magouya.com');" href="http://magouya.com/#maptop" target="_blank">Magouya</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/magouya.com');" href="http://magouya.com/#maptop" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/23.jpg" alt="" width="600" height="371" /></a></p>
<h4>24. <a onclick="pageTracker._trackPageview('/outbound/article/www.ohmedia.ca');" href="http://www.ohmedia.ca/index" target="_blank">OH! Media</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.ohmedia.ca');" href="http://www.ohmedia.ca/index" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/24.jpg" alt="" width="600" height="371" /></a></p>
<h4>25. <a onclick="pageTracker._trackPageview('/outbound/article/leandromedeiros.com');" href="http://leandromedeiros.com/" target="_blank">Leaondro Medeiros</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/leandromedeiros.com');" href="http://leandromedeiros.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/25.jpg" alt="" width="600" height="371" /></a></p>
<h4>26. <a onclick="pageTracker._trackPageview('/outbound/article/www.kostandinos.com');" href="http://www.kostandinos.com/#home" target="_blank">Kostandinos</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.kostandinos.com');" href="http://www.kostandinos.com/#home" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/26.jpg" alt="" width="600" height="371" /></a></p>
<h4>27. <a onclick="pageTracker._trackPageview('/outbound/article/www.slicemachine.com');" href="http://www.slicemachine.com/psd-slicing/" target="_blank">Design Slicing</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.slicemachine.com');" href="http://www.slicemachine.com/psd-slicing/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/27.jpg" alt="" width="600" height="371" /></a></p>
<h4>28. <a onclick="pageTracker._trackPageview('/outbound/article/qilayout.com');" href="http://qilayout.com/#2" target="_blank">Richie Qilayout</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/qilayout.com');" href="http://qilayout.com/#2" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/28.jpg" alt="" width="600" height="371" /></a></p>
<h4>29. <a onclick="pageTracker._trackPageview('/outbound/article/www.dconvulsions.com');" href="http://www.dconvulsions.com/" target="_blank">Digital Convulsion</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/www.dconvulsions.com');" href="http://www.dconvulsions.com/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/29.jpg" alt="" width="600" height="371" /></a></p>
<h4>30. <a onclick="pageTracker._trackPageview('/outbound/article/aredesforgirls.com.br');" href="http://aredesforgirls.com.br/" target="_blank">Ardes For Girls</a></h4>
<p><a onclick="pageTracker._trackPageview('/outbound/article/aredesforgirls.com.br');" href="http://aredesforgirls.com.br/" target="_blank"><img title="30 Websites With Cool Slider and Scrollers" src="http://dzineblog.com/wp-content/uploads/2009/08/js_effective/30.jpg" alt="" width="600" height="371" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/09/08/30%e4%b8%aa%e4%bc%98%e9%9b%85%e5%88%9b%e6%84%8f%e7%9a%84javascript%e6%bb%91%e5%8a%a8%e6%95%88%e6%9e%9c%e5%ba%94%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怪兽模板 No.25745 优惠价！346元</title>
		<link>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25745-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81346%e5%85%83/</link>
		<comments>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25745-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81346%e5%85%83/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 03:19:06 +0000</pubDate>
		<dc:creator>allan</dc:creator>
				<category><![CDATA[FLASH模板]]></category>
		<category><![CDATA[模板文件]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=960</guid>
		<description><![CDATA[
模板类型: 网站模板
　　　网站模板是最基本的网页模板。网站模板中带有主页和辅助页，根据网页模板不同，附带的辅
助页数也是不同的。请根据主页上的按键来确认。（请注意：有的网页模板只有首页）
　　　TemplateMonster（怪兽模板）作为这一领域的佼佼者，今后会发布更多网站模板。



模板代号：25745


类别：网站


Author：Cowboy






附属文件的扩展名
.PSD
.HTML


编辑需要的软件
For uncompressing a template ZIP package:
WinZip 9+ (Windows)
Stuffit Expander 10+ (Mac)
Adobe Photoshop CS+
Adobe Dreamweaver 8+ (or Microsoft Expression Web)



http://www.templatemonster.com/website-templates/25745.html
TemplateMonster (怪兽模板)是全球最大的网站模板、网页模板等网站建设网页设计素材类销售网站，在全球网站模板、网页模板等网站建设网页设计素材市场上占有巨大的市场份额。
　　TemplateMonster (怪兽模板)的模板等网站建设网页设计素材种类齐全、设计精美，深受广大客户好评。目前为止，TemplateMonster (怪兽模板)所公布的模板等网站建设网页设计素材数近30000个，并且几乎每天都有新的模板等网站建设网页设计素材诞生。
　　TemplateMonster (怪兽模板)为您提供：Flash模板,Zencart模板,博客模板,Joomla!模板,osCommerce模板,CRE-Loaded模板,商标模板,标志模板, Wordpress模板,Mambo模板,Magento模板,Drupal模板,论坛模板,PowerPoint模板,音乐素材模板等网页设计素材。
　　另外我们还为广大用户提供网站建设网页设计咨询及网站模板、网页模板等网站建设网页设计素材的编辑修改服务。为您提供真正的全新概念的网站建设，网页设计服务。
购买流程：
1.在 www.templatemonster.com 网站上根据个人喜好和网站类型选择自己需要的模板，如果需要中文的界面可以访问 china.templatemonster.com
2.经过筛选后确定了自己需要的模板，记录下模板的编号
3.通过旺旺和我们联系，告诉我们你选择好的模板编号，原则上中文怪兽模板网站和英文网站的编号是完全一致的。
4.我们会在第一时间给你相应编号的模板商品，让你拍下
5.模板商品拍下后，请您通过支付宝支付商品货款
6.我们会在得知你支付宝付款后48小时内将模板下载的链接发到你指定的邮箱里面
7.你通过我们提供的下载地址下载模板压缩文件
8.将下载后的文件解压缩，就得到了你购买的模板
9.确认模板文件后，请在支付宝上操作收货确认，完成交易
请访问淘宝专卖店：shop57791029.taobao.com 选择购买。也可在线联系旺旺！
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-959" title="25745" src="http://www.dfey.com/wp-content/uploads/2009/09/25745.jpg" alt="25745" width="430" height="509" /></p>
<p>模板类型: 网站模板</p>
<p>　　　网站模板是最基本的网页模板。网站模板中带有主页和辅助页，根据网页模板不同，附带的辅<br />
助页数也是不同的。请根据主页上的按键来确认。（请注意：有的网页模板只有首页）<br />
　　　TemplateMonster（怪兽模板）作为这一领域的佼佼者，今后会发布更多网站模板。</p>
<table border="0" cellspacing="0" cellpadding="5" width="308">
<tbody>
<tr>
<td><span>模板代号：</span>25745</td>
</tr>
<tr>
<td><span>类别：</span>网站</td>
</tr>
<tr>
<td><span>Author：</span>Cowboy</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="308">
<tbody>
<tr>
<td><span>附属文件的扩展名</span><br />
.PSD<br />
.HTML</td>
</tr>
<tr>
<td><span>编辑需要的软件</span><br />
For uncompressing a template ZIP package:<br />
WinZip 9+ (Windows)</p>
<p>Stuffit Expander 10+ (Mac)<br />
Adobe Photoshop CS+<br />
Adobe Dreamweaver 8+ (or Microsoft Expression Web)</td>
</tr>
</tbody>
</table>
<p><a href="http://www.templatemonster.com/website-templates/25745.html">http://www.templatemonster.com/website-templates/25745.html</a></p>
<p>TemplateMonster (怪兽模板)是全球最大的网站模板、网页模板等网站建设网页设计素材类销售网站，在全球网站模板、网页模板等网站建设网页设计素材市场上占有巨大的市场份额。<br />
　　TemplateMonster (怪兽模板)的模板等网站建设网页设计素材种类齐全、设计精美，深受广大客户好评。目前为止，TemplateMonster (怪兽模板)所公布的模板等网站建设网页设计素材数近30000个，并且几乎每天都有新的模板等网站建设网页设计素材诞生。<br />
　　TemplateMonster (怪兽模板)为您提供：Flash模板,Zencart模板,博客模板,Joomla!模板,osCommerce模板,CRE-Loaded模板,商标模板,标志模板, Wordpress模板,Mambo模板,Magento模板,Drupal模板,论坛模板,PowerPoint模板,音乐素材模板等网页设计素材。<br />
　　另外我们还为广大用户提供网站建设网页设计咨询及网站模板、网页模板等网站建设网页设计素材的编辑修改服务。为您提供真正的全新概念的网站建设，网页设计服务。</p>
<p>购买流程：</p>
<p>1.在 <a href="http://www.templatemonster.com/" target="_blank">www.templatemonster.com</a> 网站上根据个人喜好和网站类型选择自己需要的模板，如果需要中文的界面可以访问 <a href="http://china.templatemonster.com/?action=Public_Home&amp;affi=dfey88" target="_blank">china.templatemonster.com</a></p>
<p>2.经过筛选后确定了自己需要的模板，记录下模板的编号</p>
<p>3.通过旺旺和我们联系，告诉我们你选择好的模板编号，原则上中文怪兽模板网站和英文网站的编号是完全一致的。</p>
<p>4.我们会在第一时间给你相应编号的模板商品，让你拍下</p>
<p>5.模板商品拍下后，请您通过支付宝支付商品货款</p>
<p>6.我们会在得知你支付宝付款后48小时内将模板下载的链接发到你指定的邮箱里面</p>
<p>7.你通过我们提供的下载地址下载模板压缩文件</p>
<p>8.将下载后的文件解压缩，就得到了你购买的模板</p>
<p>9.确认模板文件后，请在支付宝上操作收货确认，完成交易</p>
<p>请访问淘宝专卖店：<a href="http://shop57791029.taobao.com/" target="_blank">shop57791029.taobao.com</a> 选择购买。也可在线联系旺旺！<a href="http://amos1.taobao.com/msg.ww?v=2&amp;uid=kizens&amp;s=1" target="_blank"><img src="http://amos1.taobao.com/online.ww?v=2&amp;uid=kizens&amp;s=1" border="0" alt="点击这里给我发消息" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25745-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81346%e5%85%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怪兽模板 No.25758 优惠价！971元</title>
		<link>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25758-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81971%e5%85%83/</link>
		<comments>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25758-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81971%e5%85%83/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 03:14:51 +0000</pubDate>
		<dc:creator>allan</dc:creator>
				<category><![CDATA[FLASH模板]]></category>
		<category><![CDATA[模板文件]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=955</guid>
		<description><![CDATA[
模板类型: Magento网页模板
　　Magento是一套专业开源的电子商务系统。Magento设计得非常灵活，具有模块化架构体系
和丰富的功能。易于与第三方应用系统无缝集成。在设计上Magento的功能相当全面，以模架构
体系，让应用组合变得相当灵活，功能也相当丰富。
　　Magento网页模板非常适合企业使用，Magento可处理多方面的需求，甚至适用电子商务网
站。
　　TemplateMonster（怪兽模板）的 Magento网页模板拥有精美的设计，高度的开发弹性，短缩
了的开发设计时间，使Magento网页模板更加受到欢迎。通过使用Magento网页模板，您可以简
单的构建设计完美高品质的网店。



模板代号：25758


类别：Magento模板


Author：Mercury






附属文件的扩展名
.SWF
.FLA
.PSD
.XML
.CSS
.PHTML


编辑需要的软件
Magento 1.3.x
Adobe Flash 8+
Adobe Photoshop CS+
Adobe Dreamweaver 8+ (or any php-editor)
Our magento themes are designed to be used with clean install without sample data that is provided with the default theme.
For uncompressing a template ZIP package:
WinZip 9+ (Windows)
Stuffit Expander 10+ (Mac)



http://www.templatemonster.com/magento-themes/25758.html
TemplateMonster (怪兽模板)是全球最大的网站模板、网页模板等网站建设网页设计素材类销售网站，在全球网站模板、网页模板等网站建设网页设计素材市场上占有巨大的市场份额。
　　TemplateMonster (怪兽模板)的模板等网站建设网页设计素材种类齐全、设计精美，深受广大客户好评。目前为止，TemplateMonster (怪兽模板)所公布的模板等网站建设网页设计素材数近30000个，并且几乎每天都有新的模板等网站建设网页设计素材诞生。
　　TemplateMonster (怪兽模板)为您提供：Flash模板,Zencart模板,博客模板,Joomla!模板,osCommerce模板,CRE-Loaded模板,商标模板,标志模板, Wordpress模板,Mambo模板,Magento模板,Drupal模板,论坛模板,PowerPoint模板,音乐素材模板等网页设计素材。
　　另外我们还为广大用户提供网站建设网页设计咨询及网站模板、网页模板等网站建设网页设计素材的编辑修改服务。为您提供真正的全新概念的网站建设，网页设计服务。
购买流程：
1.在 www.templatemonster.com 网站上根据个人喜好和网站类型选择自己需要的模板，如果需要中文的界面可以访问 china.templatemonster.com
2.经过筛选后确定了自己需要的模板，记录下模板的编号
3.通过旺旺和我们联系，告诉我们你选择好的模板编号，原则上中文怪兽模板网站和英文网站的编号是完全一致的。
4.我们会在第一时间给你相应编号的模板商品，让你拍下
5.模板商品拍下后，请您通过支付宝支付商品货款
6.我们会在得知你支付宝付款后48小时内将模板下载的链接发到你指定的邮箱里面
7.你通过我们提供的下载地址下载模板压缩文件
8.将下载后的文件解压缩，就得到了你购买的模板
9.确认模板文件后，请在支付宝上操作收货确认，完成交易
请访问淘宝专卖店：shop57791029.taobao.com 选择购买。也可在线联系旺旺！
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-954" title="25758" src="http://www.dfey.com/wp-content/uploads/2009/09/25758.jpg" alt="25758" width="430" height="269" /></p>
<p>模板类型: Magento网页模板</p>
<p>　　Magento是一套专业开源的电子商务系统。Magento设计得非常灵活，具有模块化架构体系<br />
和丰富的功能。易于与第三方应用系统无缝集成。在设计上Magento的功能相当全面，以模架构<br />
体系，让应用组合变得相当灵活，功能也相当丰富。<br />
　　Magento网页模板非常适合企业使用，Magento可处理多方面的需求，甚至适用电子商务网<br />
站。<br />
　　TemplateMonster（怪兽模板）的 Magento网页模板拥有精美的设计，高度的开发弹性，短缩<br />
了的开发设计时间，使Magento网页模板更加受到欢迎。通过使用Magento网页模板，您可以简<br />
单的构建设计完美高品质的网店。</p>
<table border="0" cellspacing="0" cellpadding="5" width="308">
<tbody>
<tr>
<td><span>模板代号：</span>25758</td>
</tr>
<tr>
<td><span>类别：</span>Magento模板</td>
</tr>
<tr>
<td><span>Author：</span>Mercury</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="308">
<tbody>
<tr>
<td><span>附属文件的扩展名</span><br />
.SWF<br />
.FLA<br />
.PSD<br />
.XML<br />
.CSS<br />
.PHTML</td>
</tr>
<tr>
<td><span>编辑需要的软件</span><br />
Magento 1.3.x<br />
Adobe Flash 8+<br />
Adobe Photoshop CS+<br />
Adobe Dreamweaver 8+ (or any php-editor)<br />
<small>Our magento themes are designed to be used with clean install without sample data that is provided with the default theme.</small><br />
For uncompressing a template ZIP package:<br />
WinZip 9+ (Windows)</p>
<p>Stuffit Expander 10+ (Mac)</td>
</tr>
</tbody>
</table>
<p><a href="http://www.templatemonster.com/magento-themes/25758.html">http://www.templatemonster.com/magento-themes/25758.html</a></p>
<p>TemplateMonster (怪兽模板)是全球最大的网站模板、网页模板等网站建设网页设计素材类销售网站，在全球网站模板、网页模板等网站建设网页设计素材市场上占有巨大的市场份额。<br />
　　TemplateMonster (怪兽模板)的模板等网站建设网页设计素材种类齐全、设计精美，深受广大客户好评。目前为止，TemplateMonster (怪兽模板)所公布的模板等网站建设网页设计素材数近30000个，并且几乎每天都有新的模板等网站建设网页设计素材诞生。<br />
　　TemplateMonster (怪兽模板)为您提供：Flash模板,Zencart模板,博客模板,Joomla!模板,osCommerce模板,CRE-Loaded模板,商标模板,标志模板, Wordpress模板,Mambo模板,Magento模板,Drupal模板,论坛模板,PowerPoint模板,音乐素材模板等网页设计素材。<br />
　　另外我们还为广大用户提供网站建设网页设计咨询及网站模板、网页模板等网站建设网页设计素材的编辑修改服务。为您提供真正的全新概念的网站建设，网页设计服务。</p>
<p>购买流程：</p>
<p>1.在 <a href="http://www.templatemonster.com/" target="_blank">www.templatemonster.com</a> 网站上根据个人喜好和网站类型选择自己需要的模板，如果需要中文的界面可以访问 <a href="http://china.templatemonster.com/?action=Public_Home&amp;affi=dfey88" target="_blank">china.templatemonster.com</a></p>
<p>2.经过筛选后确定了自己需要的模板，记录下模板的编号</p>
<p>3.通过旺旺和我们联系，告诉我们你选择好的模板编号，原则上中文怪兽模板网站和英文网站的编号是完全一致的。</p>
<p>4.我们会在第一时间给你相应编号的模板商品，让你拍下</p>
<p>5.模板商品拍下后，请您通过支付宝支付商品货款</p>
<p>6.我们会在得知你支付宝付款后48小时内将模板下载的链接发到你指定的邮箱里面</p>
<p>7.你通过我们提供的下载地址下载模板压缩文件</p>
<p>8.将下载后的文件解压缩，就得到了你购买的模板</p>
<p>9.确认模板文件后，请在支付宝上操作收货确认，完成交易</p>
<p>请访问淘宝专卖店：<a href="http://shop57791029.taobao.com/" target="_blank">shop57791029.taobao.com</a> 选择购买。也可在线联系旺旺！<a href="http://amos1.taobao.com/msg.ww?v=2&amp;uid=kizens&amp;s=1" target="_blank"><img src="http://amos1.taobao.com/online.ww?v=2&amp;uid=kizens&amp;s=1" border="0" alt="点击这里给我发消息" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25758-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81971%e5%85%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>怪兽模板 No.25779 优惠价！114元</title>
		<link>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25779-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81114%e5%85%83/</link>
		<comments>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25779-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81114%e5%85%83/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 03:08:59 +0000</pubDate>
		<dc:creator>allan</dc:creator>
				<category><![CDATA[FLASH模板]]></category>
		<category><![CDATA[模板文件]]></category>

		<guid isPermaLink="false">http://www.dfey.com/?p=951</guid>
		<description><![CDATA[
模板类型: 未使用标志（LOGO）
　　　标志是一个公司或品牌的象征。标志也代表这个公司或品牌的意思，也是公司经营方针的
象征。公司的标志对公司非常的重要，一个吸引人的标志，会让别人很容易记住。
　　　目前设计水平较高的是TemplateMonster（怪兽模板）的标志模板。TemplateMonster（怪兽模
板）作为这一领域的佼佼者，今后会发布更多标志模板。
　　　这里都是没有被下载过的标志模板。



模板代号：25779


类别：未使用标志


Author：Logann






附属文件的扩展名
.CDR
.PSD


编辑需要的软件
Corel Draw 12+
Adobe Photoshop CS+
For uncompressing a template ZIP package:
WinZip 9+ (Windows)
Stuffit Expander 10+ (Mac)



http://www.templatemonster.com/logo-templates/25779.html
TemplateMonster (怪兽模板)是全球最大的网站模板、网页模板等网站建设网页设计素材类销售网站，在全球网站模板、网页模板等网站建设网页设计素材市场上占有巨大的市场份额。
　　TemplateMonster (怪兽模板)的模板等网站建设网页设计素材种类齐全、设计精美，深受广大客户好评。目前为止，TemplateMonster (怪兽模板)所公布的模板等网站建设网页设计素材数近30000个，并且几乎每天都有新的模板等网站建设网页设计素材诞生。
　　TemplateMonster (怪兽模板)为您提供：Flash模板,Zencart模板,博客模板,Joomla!模板,osCommerce模板,CRE-Loaded模板,商标模板,标志模板, Wordpress模板,Mambo模板,Magento模板,Drupal模板,论坛模板,PowerPoint模板,音乐素材模板等网页设计素材。
　　另外我们还为广大用户提供网站建设网页设计咨询及网站模板、网页模板等网站建设网页设计素材的编辑修改服务。为您提供真正的全新概念的网站建设，网页设计服务。
购买流程：
1.在 www.templatemonster.com 网站上根据个人喜好和网站类型选择自己需要的模板，如果需要中文的界面可以访问 china.templatemonster.com
2.经过筛选后确定了自己需要的模板，记录下模板的编号
3.通过旺旺和我们联系，告诉我们你选择好的模板编号，原则上中文怪兽模板网站和英文网站的编号是完全一致的。
4.我们会在第一时间给你相应编号的模板商品，让你拍下
5.模板商品拍下后，请您通过支付宝支付商品货款
6.我们会在得知你支付宝付款后48小时内将模板下载的链接发到你指定的邮箱里面
7.你通过我们提供的下载地址下载模板压缩文件
8.将下载后的文件解压缩，就得到了你购买的模板
9.确认模板文件后，请在支付宝上操作收货确认，完成交易
请访问淘宝专卖店：shop57791029.taobao.com 选择购买。也可在线联系旺旺！
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-950" title="25779" src="http://www.dfey.com/wp-content/uploads/2009/09/25779.jpg" alt="25779" width="300" height="168" /></p>
<p>模板类型: 未使用标志（LOGO）</p>
<p>　　　标志是一个公司或品牌的象征。标志也代表这个公司或品牌的意思，也是公司经营方针的<br />
象征。公司的标志对公司非常的重要，一个吸引人的标志，会让别人很容易记住。<br />
　　　目前设计水平较高的是TemplateMonster（怪兽模板）的标志模板。TemplateMonster（怪兽模<br />
板）作为这一领域的佼佼者，今后会发布更多标志模板。<br />
　　　这里都是没有被下载过的标志模板。</p>
<table border="0" cellspacing="0" cellpadding="5" width="308">
<tbody>
<tr>
<td><span>模板代号：</span>25779</td>
</tr>
<tr>
<td><span>类别：</span>未使用标志</td>
</tr>
<tr>
<td><span>Author：</span>Logann</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="5" width="308">
<tbody>
<tr>
<td><span>附属文件的扩展名</span><br />
.CDR<br />
.PSD</td>
</tr>
<tr>
<td><span>编辑需要的软件</span><br />
Corel Draw 12+<br />
Adobe Photoshop CS+<br />
For uncompressing a template ZIP package:<br />
WinZip 9+ (Windows)</p>
<p>Stuffit Expander 10+ (Mac)</td>
</tr>
</tbody>
</table>
<p><a href="http://www.templatemonster.com/logo-templates/25779.html">http://www.templatemonster.com/logo-templates/25779.html</a></p>
<p>TemplateMonster (怪兽模板)是全球最大的网站模板、网页模板等网站建设网页设计素材类销售网站，在全球网站模板、网页模板等网站建设网页设计素材市场上占有巨大的市场份额。<br />
　　TemplateMonster (怪兽模板)的模板等网站建设网页设计素材种类齐全、设计精美，深受广大客户好评。目前为止，TemplateMonster (怪兽模板)所公布的模板等网站建设网页设计素材数近30000个，并且几乎每天都有新的模板等网站建设网页设计素材诞生。<br />
　　TemplateMonster (怪兽模板)为您提供：Flash模板,Zencart模板,博客模板,Joomla!模板,osCommerce模板,CRE-Loaded模板,商标模板,标志模板, Wordpress模板,Mambo模板,Magento模板,Drupal模板,论坛模板,PowerPoint模板,音乐素材模板等网页设计素材。<br />
　　另外我们还为广大用户提供网站建设网页设计咨询及网站模板、网页模板等网站建设网页设计素材的编辑修改服务。为您提供真正的全新概念的网站建设，网页设计服务。</p>
<p>购买流程：</p>
<p>1.在 <a href="http://www.templatemonster.com/" target="_blank">www.templatemonster.com</a> 网站上根据个人喜好和网站类型选择自己需要的模板，如果需要中文的界面可以访问 <a href="http://china.templatemonster.com/?action=Public_Home&amp;affi=dfey88" target="_blank">china.templatemonster.com</a></p>
<p>2.经过筛选后确定了自己需要的模板，记录下模板的编号</p>
<p>3.通过旺旺和我们联系，告诉我们你选择好的模板编号，原则上中文怪兽模板网站和英文网站的编号是完全一致的。</p>
<p>4.我们会在第一时间给你相应编号的模板商品，让你拍下</p>
<p>5.模板商品拍下后，请您通过支付宝支付商品货款</p>
<p>6.我们会在得知你支付宝付款后48小时内将模板下载的链接发到你指定的邮箱里面</p>
<p>7.你通过我们提供的下载地址下载模板压缩文件</p>
<p>8.将下载后的文件解压缩，就得到了你购买的模板</p>
<p>9.确认模板文件后，请在支付宝上操作收货确认，完成交易</p>
<p>请访问淘宝专卖店：<a href="http://shop57791029.taobao.com/" target="_blank">shop57791029.taobao.com</a> 选择购买。也可在线联系旺旺！<a href="http://amos1.taobao.com/msg.ww?v=2&amp;uid=kizens&amp;s=1" target="_blank"><img src="http://amos1.taobao.com/online.ww?v=2&amp;uid=kizens&amp;s=1" border="0" alt="点击这里给我发消息" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dfey.com/2009/09/07/%e6%80%aa%e5%85%bd%e6%a8%a1%e6%9d%bf-no-25779-%e4%bc%98%e6%83%a0%e4%bb%b7%ef%bc%81114%e5%85%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
