<?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>xilo&#039;s blog &#187; CSS</title>
	<atom:link href="http://www.xilo.cn/blog/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xilo.cn/blog</link>
	<description>Every day,every hour,and every minute is special！</description>
	<lastBuildDate>Tue, 27 Sep 2011 06:19:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>前端开发大众手册</title>
		<link>http://www.xilo.cn/blog/2009/03/09/236</link>
		<comments>http://www.xilo.cn/blog/2009/03/09/236#comments</comments>
		<pubDate>Mon, 09 Mar 2009 06:26:01 +0000</pubDate>
		<dc:creator>xilo</dc:creator>
				<category><![CDATA[工具]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[前端开发]]></category>

		<guid isPermaLink="false">http://www.xilo.cn/blog/?p=236</guid>
		<description><![CDATA[一直觉得前端开发缺个手册，这是个体力活。不过总得有人来干。 今天闲来无事，把一些工具(online和client的)、常用网址、以及经验总结等罗列出来和大家分享下。这个标题起地大了点，肯定... ]]></description>
			<content:encoded><![CDATA[<p>一直觉得前端开发缺个手册，这是个体力活。不过总得有人来干。</p>
<p>今天闲来无事，把一些工具(online和client的)、常用网址、以及经验总结等罗列出来和大家分享下。这个标题起地大了点，肯定会有很多地方没列到，包括类目的分法也可能考虑不周，所以还请大家积极补充指正，可以直接留言，也可以发邮件给我。之所以加上“大众”两字，因为以下资源对于高手来说可能早就很熟悉了。</p>
<p>另外想提一句，工具是死的，好不好用得看你会不会用。比如Firefox、Fiddler等，除了显而易见的功能以外，都有一些小的技巧，掌握了可以让你事半功倍。</p>
<p><strong>更新记录：</strong></p>
<ul>
<li>[20081025] 第一版</li>
</ul>
<p><strong>快捷导航：</strong></p>
<ul>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s1">在线工具集</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s2">常用Firefox插件</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s3">IE下的调试工具</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s4">参考手册</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s5">批处理工具</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s6">IDE及其他工具</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s7">Bookmarklet</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s8">前端开发者社区及权威网站</a></li>
<li><a style="color: #1140a2;" href="http://www.chencheng.org/blog/#f2e-manual-s9">推荐订阅的博客和网站</a></li>
</ul>
<p>另外还搞了个Firefox插件《<a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/9385"><strong>前端开发工具集</strong></a>》，把资源整合到一个菜单下，方便查询。数据放在线上(Google AppEngine)，速度应该会有保证，更新也会比较方便哈，见图。 <br />
<a href="http://www.xilo.cn/blog/uploads/2009/03/f2e_manual.png"><img class="alignnone size-full wp-image-237" title="f2e_manual" src="http://www.xilo.cn/blog/uploads/2009/03/f2e_manual.png" alt="f2e_manual" width="639" height="400" /></a></p>
<h3 id="f2e-manual-s1" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">在线工具集</h3>
<ul>
<li>书籍类：
<ul>
<li><a style="color: #1140a2;" href="http://book.mvnsearch.org/" target="_blank">Book Shelf 2.0 beta</a> —— 荐，分类很清晰，下载很方便</li>
<li><a style="color: #1140a2;" href="http://www.bookgo.org/" target="_blank">Book Go!</a></li>
<li><a style="color: #1140a2;" href="http://www.cnshare.org/" target="_blank">原版图书免费下载链接收集站</a></li>
<li><a style="color: #1140a2;" href="http://www.51cnnet.net/" target="_blank">51CNNET.NET</a></li>
</ul>
</li>
<li>JavaScript类：
<ul>
<li><a style="color: #1140a2;" href="http://elfz.laacz.lv/beautify/" target="_blank">Beautify JavaScript</a> —— JavaScript格式化工具，效果很理想</li>
<li><a style="color: #1140a2;" href="http://code.google.com/apis/ajaxlibs/" target="_blank">AJAX Libraries API</a></li>
<li><a style="color: #1140a2;" href="http://regexpal.com/" target="_blank">Regex Tester</a></li>
<li><a style="color: #1140a2;" href="http://dean.edwards.name/packer/" target="_blank">Compressor Packer</a> —— 以前一直用这个压JS，自从有了TBCompressor，就放弃他了</li>
</ul>
</li>
<li>CSS类：
<ul>
<li><a style="color: #1140a2;" href="http://mootools.net/slickspeed/" target="_blank">CSS选择器性能测试</a></li>
<li><a style="color: #1140a2;" href="http://www.osxcn.com/csstidy/" target="_blank">CSSTidy</a> —— CSS格式化工具</li>
<li><a style="color: #1140a2;" href="http://www.cssdrive.com/index.php/main/csscompressor/" target="_blank">CSS Compressor</a>  —— CSS压缩</li>
</ul>
</li>
<li>其他：
<ul>
<li><a style="color: #1140a2;" href="http://www.guidgen.com/" target="_blank">GUID 生成器</a> —— 做某些东西(Firefox插件)时需要唯一资源标志符时用</li>
<li><a style="color: #1140a2;" href="http://www.w3counter.com/globalstats.php" target="_blank">W3Counter</a></li>
<li><a style="color: #1140a2;" href="http://webwait.com/" target="_blank">WebWait &#8211; Benchmark Your Website</a></li>
</ul>
</li>
</ul>
<h3 id="f2e-manual-s2" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">常用Firefox插件</h3>
<ul>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/6707" target="_blank">支付宝安全控件</a> 和 <a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/8625" target="_blank">旺旺协议</a> —— 网购专用，Firefox+浦发网银，无敌了</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/1843" target="_blank">Firebug</a> —— 这个不用介绍了吧，附空帏的<a style="color: #1140a2;" href="http://www.quchao.com/entry/fix-encoding-bug-with-open-with-editor-in-firebug/" target="_blank">外部编辑器乱码修正版</a>
<ul>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/6683" target="_blank">Firecooike</a> —— 支持Cookie的查看和编辑</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/7613" target="_blank">Jiffy</a> —— 调试性能的，用起来比较麻烦，没试过</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/5369" target="_blank">YSlow</a> —— Why Slow? YUI出品</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/7943" target="_blank">Pixel Perfect</a> —— 把设计稿直接拖到Firefox里进行对比</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/7575" target="_blank">Rainbow for Firebug</a> —— JS高亮，性能不是很理想</li>
</ul>
</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/9373" target="_blank">Fiddler 开关</a> —— 简化在Firefox里切换Fiddler的操作，感谢Taobao UED的空帏同学</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/60" target="_blank">Web Developer</a></li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/en-US/firefox/addon/1673" target="_blank">DevBoi</a> —— 把Html, Dom, JavaScript等手册放在侧栏里，可以自定义增加，快捷键Ctrl+F9。可以在<a style="color: #1140a2;" href="http://www.martincohen.info/products/devboi/packages/" target="_blank">这里</a>找到更多的Package。</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/953" target="_blank">RefControl</a> —— 针对每个站点发送想要的HTTP Referer</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/748" target="_blank">GreaseMonkey</a> —— 看某个网站不爽，写个小脚本来优化下还是不错的</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/6647" target="_blank">HttpFox</a> —— 查看当前Http链接状态，类似IE下的HttpWatch</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/59" target="_blank">User Agent Switcher</a> —— 切换User-Agent，同时开发iphone和web版本的时候很方便</li>
<li><a style="color: #1140a2;" href="https://addons.mozilla.org/zh-CN/firefox/addon/2464" target="_blank">FoxyProxy</a> —— 穿墙工具，配合<a style="color: #1140a2;" href="http://www.8558.org/" target="_blank">专业代理公布器</a>使用很和谐</li>
</ul>
<h3 id="f2e-manual-s3" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">IE下的调试工具</h3>
<ul>
<li><a style="color: #1140a2;" href="http://www.fiddler2.com/" target="_blank">Fiddle2</a> —— 非常强悍的一款http流查看工具，默认支持IE，其他浏览器可以设置将{Document}\Scripts\BrowserPAC.js设为代理进行使用。Firefox下可用上述”Fiddler 开关”进行快速切换。支持<a style="color: #1140a2;" href="http://www.fiddler2.com/Fiddler2/extensions.asp" target="_blank">插件</a>。</li>
<li><a style="color: #1140a2;" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;displaylang=en" target="_blank">IE Developer Toolbar</a> —— 查看元素、禁用缓存、禁用CSS\JS、Outline元素、查看生成的源码等功能，IE8自带了一个加强版的。</li>
<li><a style="color: #1140a2;" href="http://www.microsoft.com/downloads/details.aspx?familyid=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;displaylang=en" target="_blank">Microsoft Script Debugger</a> + <a style="color: #1140a2;" href="http://www.my-debugbar.com/wiki/CompanionJS/HomePage" target="_blank">Companion.JS</a> —— 调试JS用，虽然报错还是有误差，但是我已经满足了。安装顺序是：Microsoft Script Debugger，Companion.JS，在”IE选项-高级”里<span style="text-decoration: underline;"><strong>取消</strong>禁用脚本调试</span>。</li>
<li>多版本IE共存两种方案：
<ul>
<li>IE7/8 + <a style="color: #1140a2;" href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">IE Tester</a> —— 大众型配置，可以基本满足日常需要。</li>
<li>IE6 + <a style="color: #1140a2;" href="http://finalbuilds.edskes.net/iecollection.htm" target="_blank">Internet Explorer Collection</a> —— 在IE 6用户占绝对优势以及IE 6神奇bug满天飞的时代，我还是推荐这种方案，因为只有神奇的原装IE 6，才能抵挡运营神奇的问题。另外如果还有其他机器可供支配的话，建议再装个IE 8 + IE Tester，因为IE 8下的Developer Toolbar还是有很大改进的，调试起来会方便一些。</li>
</ul>
</li>
<li>以下三个软件相对不重要些：
<ul>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/i9ipe3nxh2" target="_blank">HttpWatch</a> —— http流查看</li>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/qtdje57m5d" target="_blank">Instant Source</a> —— 可查看JS生成的源码</li>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/d361kjx8r8" target="_blank">NetLimiterPro</a> —— 网速限制</li>
</ul>
</li>
</ul>
<h3 id="f2e-manual-s4" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">参考手册</h3>
<ul>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/botkpkrscf">XHTML、CSS &amp; DOM W3C 手册</a> —— <a style="color: #1140a2;" href="http://lifesinger.org/">玉伯</a>整理的版本，包含了W3C手册以及其他有用的资料。 <br />
<a href="http://www.xilo.cn/blog/uploads/2009/03/w3c_specifications.jpg"><img class="alignnone size-full wp-image-238" title="w3c_specifications" src="http://www.xilo.cn/blog/uploads/2009/03/w3c_specifications.jpg" alt="w3c_specifications" width="296" height="342" /></a> </li>
<li>苏昱的<a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/css.chm">CSS中文手册</a>和<a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/dom.chm">Dom中文手册</a></li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/js.chm">JScript语言参考</a></li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/xml.chm">XML指南</a></li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/xmlhttp.chm">XMLHTTP参考手册</a></li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/jquery-126-api.chm">jQuery 1.2.6 API</a>和<a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/jQuery-and-jQuery-UI-Reference-1.2.chm">jQuery and jQuery UI Reference 1.2</a></li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/apache_manual_2.2/index.html">Apache 2.2 中文版参考手册在线版</a></li>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/dujtrpyf65">MySQL 5.1 参考手册</a> (<a style="color: #1140a2;" href="http://assets.chencheng.org/resources/manual/mysql-manual-5.1-zh/index.html">在线版</a>)</li>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/aaif34xiz7">PHP手册</a></li>
<li><a style="color: #1140a2;" href="http://developer.yahoo.com/yui/docs/assets/cheatsheets.zip">YUI Cheatsheet</a></li>
<li><a style="color: #1140a2;" href="http://www.petefreitag.com/item/455.cfm">Cheat Sheet Roundup &#8211; Over 30 Cheatsheets for developers</a></li>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/30n9e5z3pf">23个Cheatsheet打包下载</a></li>
</ul>
<h3 id="f2e-manual-s5" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">批处理工具</h3>
<ul>
<li><a style="color: #1140a2;" href="http://lifesinger.org/blog/wp-content/uploads/2008/10/TBCompressor_v2.4.zip">TBCompressor</a> —— 淘宝UED的JS/CSS压缩工具，详见<a style="color: #1140a2;" href="http://lifesinger.org/blog/?p=464">玉伯的介绍</a></li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/bat/pngOptimizer.zip">pngOptimizer</a> —— png优化工具</li>
<li><a style="color: #1140a2;" href="http://assets.chencheng.org/resources/bat/jpegTran.zip">jpegTran</a> —— jpeg去冗余meta工具</li>
</ul>
<h3 id="f2e-manual-s6" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">IDE及其他工具</h3>
<ul>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/utgl7vyl0u">Editplus v301 汉化版</a></li>
<li><a style="color: #1140a2;" href="http://bbs.iusesvn.com/forum-7-1.html">Tortoise SVN</a></li>
<li><a style="color: #1140a2;" href="http://www.box.net/shared/lnlr2yjbgj">移动版本的 Apache + PHP</a> —— 灰常灰常好用，灰常灰常移动，见<a style="color: #1140a2;" href="http://www.gracecode.com/Archive/Display/2235">明城的说明</a></li>
<li>…</li>
</ul>
<p> </p>
<p> </p>
<h3 id="f2e-manual-s7" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">Bookmarklet(右键另存)</h3>
<ul>
<li><a style="color: #1140a2;" href="javascript:var firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.pi&amp;&amp;window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);">Firebug Lite</a> —— <a style="color: #1140a2;" href="http://getfirebug.com/lite.html">官方介绍</a></li>
<li><a style="color: #1140a2;" href="javascript:function loadScript(scriptURL)%20{%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src',%20scriptURL);%20document.body.appendChild(scriptElem);}loadScript('http://westciv.com/xray/thexray.js');">Xray</a> —— <a style="color: #1140a2;" href="http://www.westciv.com/xray/index.html">官方介绍</a></li>
<li><a style="color: #1140a2;" href="javascript:function%20loadScript(scriptURL)%20{%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src',%20scriptURL);%20document.body.appendChild(scriptElem);}loadScript('http://westciv.com/mri/theMRI.js');">MRI</a> —— <a style="color: #1140a2;" href="http://www.westciv.com/mri/">官方介绍</a></li>
<li><a style="color: #1140a2;" href="javascript:'&lt;xmp&gt;'+ window.document.documentElement.outerHTML+ '&lt;/xmp&gt;'">‘+ window.document.documentElement.outerHTML+ ””&gt;查看生成的源码</a>，<a style="color: #1140a2;" href="javascript:(function(){var w=window.open('about:blank');w.document.write('&lt;xmp&gt;'+ window.document.documentElement.outerHTML+ '&lt;/xmp&gt;');})()">‘+ window.document.documentElement.outerHTML+ ”);})()”&gt;打开新窗口查看生成的源码 </a>—— for IE</li>
</ul>
<h3 id="f2e-manual-s8" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">开发者社区及权威网站</h3>
<ul>
<li><a style="color: #1140a2;" href="http://developer.mozilla.org/En">Mozilla Developer Center (MDC)</a></li>
<li><a style="color: #1140a2;" href="http://developer.yahoo.com/">YAHOO! Developer Network (YDN)</a></li>
<li><a style="color: #1140a2;" href="http://dev.opera.com/">Dev.Opera</a></li>
<li><a style="color: #1140a2;" href="http://developer.apple.com/">Apple Developer Connection</a></li>
<li><a style="color: #1140a2;" href="http://msdn.microsoft.com/zh-cn/default.aspx">MSDN</a></li>
<li><a style="color: #1140a2;" href="http://www.ibm.com/developerworks/cn/web/">IBM Developers中国</a> (<a style="color: #1140a2;" href="http://www.ibm.com/developerworks/cn/web/wa-front/">Web 前端开发技术专题</a>)</li>
<li><a style="color: #1140a2;" href="http://webkit.org/">WebKit</a></li>
<li><a style="color: #1140a2;" href="http://dev.aol.com/">AOL Developer Network</a></li>
<li><a style="color: #1140a2;" href="http://www.slideshare.net/">SlideShare &#8211; Share PPT</a> —— 在线PPT分享，资源丰富</li>
<li><a style="color: #1140a2;" href="http://code.google.com/doctype/">Google Doctype</a> —— Web开发人员的百科全书</li>
<li><a style="color: #1140a2;" href="http://www.w3.org/">W3C</a> (<a style="color: #1140a2;" href="http://www.w3c.org.hk/">香港</a>，<a style="color: #1140a2;" href="http://www.chinaw3c.org/">中国)</a></li>
<li><a style="color: #1140a2;" href="http://www.positioniseverything.net/">Position Is Everything</a></li>
<li><a style="color: #1140a2;" href="http://www.htmldog.com/">HTML Dog</a></li>
<li><a style="color: #1140a2;" href="http://zh.wikipedia.org/wiki/%E9%A6%96%E9%A1%B5" target="_blank">维基百科</a></li>
</ul>
<h3 id="f2e-manual-s9" style="margin: 13px 0px; font-family: 'microsoft yahei', arial, sans-serif; padding: 0px;">推荐订阅的博客和网站(排名不分先后)</h3>
<ul>
<li>国外
<ul>
<li>内容聚合：<a style="color: #1140a2;" href="http://www.alistapart.com/">A List Apart</a>，<a style="color: #1140a2;" href="http://ajaxian.com/">Ajaxian</a>，<a style="color: #1140a2;" href="http://www.smashingmagazine.com/">Smashing Magazine</a>，<a style="color: #1140a2;" href="http://www.456bereastreet.com/">456 berea street</a>，<a style="color: #1140a2;" href="http://scriptandstyle.com/">Script &amp; Style</a>，<a style="color: #1140a2;" href="http://www.cssglobe.com/">CSS Globe</a>，<a style="color: #1140a2;" href="http://css-tricks.com/">CSS-Tricks</a>，<a style="color: #1140a2;" href="http://www.sitepoint.com/">SitePoint</a></li>
<li>团队Blog：<a style="color: #1140a2;" href="http://developer.yahoo.com/yui/">Yahoo! User Interface Library (YUI)</a>，<a style="color: #1140a2;" href="http://blogs.msdn.com/ie/default.aspx">IEBlog</a></li>
<li>个人Blog：<a style="color: #1140a2;" href="http://ejohn.org/">John Resig</a>，<a style="color: #1140a2;" href="http://www.quirksmode.org/">PPK: QuirksMode</a>，<a style="color: #1140a2;" href="http://www.crockford.com/">Douglas Crockford</a>，<a style="color: #1140a2;" href="http://dean.edwards.name/">Dean Edwards</a>，<a style="color: #1140a2;" href="http://nate.koechley.com/blog/">Nate Koechley</a>，<a style="color: #1140a2;" href="http://www.julienlecomte.net/blog/">Julien Lecomte</a>，<a style="color: #1140a2;" href="http://meyerweb.com/">Eric A. Meyer</a>，<a style="color: #1140a2;" href="http://www.andybudd.com/">Andy Budd</a>，<a style="color: #1140a2;" href="http://blog.stevenlevithan.com/">Steven Levithan</a>，<a style="color: #1140a2;" href="http://blog.hedgerwow.com/">HedgerWow</a></li>
</ul>
</li>
<li>国内
<ul>
<li>内容聚合：<a style="color: #1140a2;" href="http://www.blueidea.com/">Blueidea</a>，<a style="color: #1140a2;" href="http://bbs.51js.com/">无忧脚本</a>，<a style="color: #1140a2;" href="http://www.w3cn.org/">网页设计师(W3CN)</a>，<a style="color: #1140a2;" href="http://www.ijavascript.cn/">JavaScript教程网</a></li>
<li>团队Blog：<a style="color: #1140a2;" href="http://ued.taobao.com/">淘宝</a>，<a style="color: #1140a2;" href="http://ued.koubei.com/">口碑</a>，<a style="color: #1140a2;" href="http://www.aliued.com/">阿里巴巴国际站</a>，<a style="color: #1140a2;" href="http://www.aliued.cn/">阿里巴巴中文站</a>，<a style="color: #1140a2;" href="http://www.f-dev.com/">阿里巴巴中文站前端开发团队(方凳)</a>，<a style="color: #1140a2;" href="http://ued.alimama.com/">阿里妈妈</a>，<a style="color: #1140a2;" href="http://ued.alipay.com/">支付宝</a>，<a style="color: #1140a2;" href="http://www.alisoftued.com/">阿里软件</a>，<a style="color: #1140a2;" href="http://blog.19lou.com/?uid-10143366">19楼</a>，<a style="color: #1140a2;" href="http://www.9skyucd.com/">九天音乐</a>，<a style="color: #1140a2;" href="http://www.kdued.com/">金蝶与友商网</a></li>
<li>个人Blog，这里列出的是原创并更新相对频繁的博客，如有遗漏，请告之(sorrycc#gmail.com)：<a style="color: #1140a2;" href="http://www.planabc.net/">怿飞</a>，<a style="color: #1140a2;" href="http://www.gracecode.com/">手气不错</a>，<a style="color: #1140a2;" href="http://realazy.org/">Realazy</a>，<a style="color: #1140a2;" href="http://old9.blogsome.com/">old9</a>(需穿墙术)，<a style="color: #1140a2;" href="http://quchao.com/">沙滩凉鞋(空帏)</a>，<a style="color: #1140a2;" href="http://lifesinger.org/">射雕(玉伯)</a>，<a style="color: #1140a2;" href="http://woooh.com/">Aether</a>，<a style="color: #1140a2;" href="http://andymao.com/andy/">振之</a>，<a style="color: #1140a2;" href="http://www.aoao.org.cn/">嗷嗷</a>，<a style="color: #1140a2;" href="http://www.junchenwu.com/">JunChen</a>，<a style="color: #1140a2;" href="http://yuntian.cnblogs.com/">爆牙齿</a>，<a style="color: #1140a2;" href="http://dancewithnet.com/">秦歌</a>，<a style="color: #1140a2;" href="http://blog.360.yahoo.com/blog-sOW1QOA9crUyOdXFxOeK4xc-?cq=1">克军</a>，<a style="color: #1140a2;" href="http://5key.net/blog/">5key</a>，<a style="color: #1140a2;" href="http://www.chencheng.org/blog/www.linxz.cn">小志</a>，<a style="color: #1140a2;" href="http://www.htmlcssjs.com/blog/">Rage(正淳)</a>，<a style="color: #1140a2;" href="http://www.macji.com/">麦鸡</a>，<a style="color: #1140a2;" href="http://yy.mylovings.net/">云烈</a>，<a style="color: #1140a2;" href="http://robertmao.com/">老冒</a>，<a style="color: #1140a2;" href="http://www.tblog.com.cn/">番茄红了</a>，<a style="color: #1140a2;" href="http://www.joyqi.com/">Joyqi</a>，<a style="color: #1140a2;" href="http://www.v-sky.com/blog/">卢力</a>，<a style="color: #1140a2;" href="http://www.cssforest.org/blog/">CSS森林(Ghost)</a>，<a style="color: #1140a2;" href="http://www.twinsenliang.net/">Twinsen</a>，<a style="color: #1140a2;" href="http://blog.gulu77.com/">Gulu77</a>，<a style="color: #1140a2;" href="http://rlog.cn/">Rlog</a>，<a style="color: #1140a2;" href="http://dlog.org/">Dlog</a>，<a style="color: #1140a2;" href="http://www.zishu.cn/">子鼠</a>，<a style="color: #1140a2;" href="http://www.space007.com/">西风坊</a> …</li>
</ul>
</li>
</ul>
<p>作者：陈成 （PS：网站最近好像挂掉了）</p>]]></content:encoded>
			<wfw:commentRss>http://www.xilo.cn/blog/2009/03/09/236/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

