<?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>凋零的羽 &#187; WEB</title>
	<atom:link href="http://halfroom.com/categories/web/feed" rel="self" type="application/rss+xml" />
	<link>http://halfroom.com</link>
	<description>乘着风游荡在蓝天边</description>
	<lastBuildDate>Fri, 30 Jul 2010 01:26:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JavaScript,CSS,HTML开发工具，开发库，项目应用，书籍全收集</title>
		<link>http://halfroom.com/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books-rey-bango.html</link>
		<comments>http://halfroom.com/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books-rey-bango.html#comments</comments>
		<pubDate>Sun, 02 May 2010 14:14:13 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/?p=1112</guid>
		<description><![CDATA[






大家看关键字就好，我不想翻译了 XD
I’ve been meaning to do a roll-up of top JavaScript, CSS &#38; HTML  development tools that I use or have been recommended to me and after  having lunch with my bud Brian Wilpon today, I realized I just needed to  do it. He asked me what some of the newer tools [...]]]></description>
			<content:encoded><![CDATA[<p>大家看关键字就好，我不想翻译了 XD</p>
<p>I’ve been meaning to do a roll-up of top JavaScript, CSS &amp; HTML  development tools that I use or have been recommended to me and after  having lunch with my bud Brian Wilpon today, I realized I just needed to  do it. He asked me what some of the newer tools are and I think this is  the best way to help him (and the community in general). It’s  definitely not an all-inclusive list so if you see some that you feel I  should add or remove, let me know in the comments.</p>
<p>Here they are by category:</p>
<p><strong>Debugging Tools That Make Life MUCH Easier:</strong></p>
<p>Effectively debugging JavaScript applications is a royal pain in the  derriere and to compile that, the available tools just don’t stand up to  those used by managed code developers. Luckily, we do have a decent set  of tools that lessens the pain substantially. Firebug is definitely a  must have since it incorporates so much DOM &amp; XHR introspection as  well as the Web Developer Toolbar. Both are simply awesome. I also love  Charles for HTTP sniffing and it’s saved my butt when Firebug couldn’t  handle it.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd565628%28VS.85%29.aspx">IE8  Developer Tools</a> – Microsoft’s browser debugger tools<br />
<a href="http://getfirebug.com/">Firebug</a> – Mozilla’s browser  debugger add-on<br />
<a href="http://trac.webkit.org/wiki/WebInspector">WebKit Web Inspector</a> – Webkit’s browser debugger tools<br />
<a href="http://www.fiddler2.com/fiddler2/">Fiddler</a> – HTTP Sniffer.  Great for seeing Ajax requests.<br />
<a href="http://www.charlesproxy.com/">Charles</a> – HTTP Sniffer. Great  for seeing Ajax requests. (my personal fav)<br />
<a href="http://kevinlangdon.com/serviceCapture/">Service Capture</a> –  HTTP Sniffer. Great for seeing Ajax requests.<br />
<a href="http://ajax.dynatrace.com/pages/">dynaTrace Ajax</a> – HTTP  performance analyzer<br />
<a href="http://chrispederick.com/work/web-developer/">Web Developer’s  Toolbar</a> – All purpose Firefox toolbar to inspect everything on a  page<br />
<a href="http://developer.yahoo.com/yslow/">YSlow</a> – Analyzes page  performance based on accepted industry best practices.<br />
<a href="http://code.google.com/speed/page-speed/">PageSpeed</a> –  Analyzes page performance based on accepted industry best practices.<br />
<a href="http://www.debugbar.com/">DebugBar</a> – An IE plugin that  brings advanced debugging features to IE including JS, DOM &amp; HTTP  inspection</p>
<p><strong>CSS Editors:</strong></p>
<p>I prefer to write my CSS code by hand. Call me old-school but many  swear by the following CSS editors. CSSEdit by MacRabbit (Mac only) is  especially loved by many designers.</p>
<p><span id="more-1112"></span></p>
<p><a href="http://www.topstyle4.com/">TopStyle</a><br />
<a href="http://www.blumentals.net/rapidcss/">Rapid CSS</a><br />
<a href="http://www.culturedcode.com/xyle/">Xyle</a><br />
<a href="http://www.skybound.ca/">Stylizer</a><br />
<a href="http://www.macrabbit.com/cssedit/">CSSEdit</a></p>
<p><strong>CSS Frameworks:</strong></p>
<p>These frameworks have really taken off. Like their JavaScript  brethren, they help to abstract much of the complexity of building  consistent layouts in cross-browser fashion. They’re definitely  something I need to look into more and from what I’ve read, 960 GS &amp;  Blueprint are the ones people are looking at.</p>
<p><a href="http://960.gs/">960 Grid System</a><br />
<a href="http://blueprintcss.org/">Blueprint CSS Framework</a><br />
<a href="http://www.yaml.de/en/">YAML</a><br />
<a href="http://developer.yahoo.com/yui/grids/">Yahoo YUI Grids CSS</a><br />
<a href="http://devkick.com/lab/tripoli/">Tripoli</a><br />
<a href="http://net.tutsplus.com/tutorials/html-css-techniques/object-oriented-css-what-how-and-why/">Object-Oriented  CSS</a></p>
<p><strong>CSS Resets:</strong></p>
<p>Want to minimize browser inconsistencies? Then use a CSS reset  stylesheet to specify baseline CSS styles that make browser presentation  defaults more consistent.</p>
<p><a href="http://meyerweb.com/eric/tools/css/reset/">Meyer Reset by  Eric Meyer</a><br />
<a href="http://developer.yahoo.com/yui/reset/">YUI2: Reset CSS</a><br />
<a href="http://www.iecss.com/">IECSS</a></p>
<p><strong>JavaScript Libraries:</strong></p>
<p>I definitely recommend everyone to learn JavaScript as you’ll need it  to be a really effective client-side developer. With that said, a good  JS library will go a long way to making your development faster and much  more stable. These libraries are all very mature and dramatically help  to abstract the complexities of cross-browser development. My personal  favorite is <a href="http://jquery.com/">jQuery</a>, of which I’m a  member of the project team.</p>
<p><a href="http://jquery.com/">jQuery</a><br />
<a href="http://jqueryui.com/">jQuery UI</a><br />
<a href="http://prototypejs.org/">Prototype</a><br />
<a href="http://mootools.net/">MooTools</a><br />
<a href="http://dojotoolkit.org/">Dojo</a><br />
<a href="http://developer.yahoo.com/yui/">YUI</a><br />
<a href="http://javascriptmvc.com/">JavaScriptMVC</a><br />
<a href="http://qooxdoo.org/">qooxdoo</a><br />
<a href="http://extjs.com/">Ext JS</a><br />
<a href="http://labs.adobe.com/technologies/spry/">Adobe Spry</a><br />
<a href="http://raphaeljs.com/">Raphael.js</a> – simplifies working with  vector graphics on the web<br />
<a href="http://labjs.com/">LabJS Dynamic Script Loader</a> – Allows  execution and load management of JavaScript files<br />
<a href="http://brianleroux.github.com/lawnchair/">Lawnchair</a> – A  lightweight client-side JSON document store<br />
<a href="http://www.thomasfrank.se/sessionvars.html">Sessvars.js</a> –  Client-side session data management solution<br />
<a href="http://codebetter.com/blogs/matthew.podwysocki/archive/2010/02/16/introduction-to-the-reactive-extensions-to-javascript.aspx">Reactive  Extensions For JS</a><br />
<a href="http://beebole.com/pure">PURE JS Templating Lib</a><br />
<a href="http://documentcloud.github.com/underscore/">Underscore.js</a> –  Utility lib for jQuery that provides a ton of extended functionality</p>
<p><strong>JavaScript Minifiers</strong></p>
<p>Every byte counts when you’re sending files via HTTP and best  practices dictate that on a production, you need to optimize all of your  files to minimize page load times. Compressing JavaScript code is one  of the easiest ways to do that and these tools will help. On the jQuery  project, we’ve started using Google’s Closure compiler because it’s  generated the best compression. Try all of them out to see which suits  you best.</p>
<p><a href="http://developer.yahoo.com/yui/compressor/">YUI compressor</a><br />
<a href="http://code.google.com/closure/compiler/">Closure compiler</a><br />
<a href="http://www.crockford.com/javascript/jsmin.html">JSMIN</a><br />
<a href="http://dean.edwards.name/packer/">Dean Edward’s Packer</a><br />
<a href="http://aspnet.codeplex.com/releases/view/40584">Microsoft Ajax  Minifer</a><br />
<a href="http://shrinksafe.dojotoolkit.org/">Dojo Shrinksafe</a></p>
<p><strong>JavaScript Shells</strong></p>
<p>There are times when you just want to test a snippet of code without  actually going through the trouble of creating a full page. That’s where  JavaScript shells shine. JSFiddle and JSBin both rock because apart  from supporting plain ole JS, they also allow you to include a host of  libraries including jQuery, MooTools, &amp; Dojo.</p>
<p><a href="http://jsfiddle.net/">jsfiddle.net</a><br />
<a href="http://jsbin.com/">JSBin</a><br />
<a href="http://mootools.net/shell/">mootools.net/shell</a> <em>(MooTools-specific)</em></p>
<p><strong>Color Management:</strong></p>
<p>As a programmer, I’m insanely color scheme challenged. I’m inclined  to mix yellow with mauve causing a concerted moan to occur across the  design community. Luckily, these tools help you choose web safe color  schemes that are not only consistent but won’t burn the eyeballs off  your site visitors. <img src="http://blog.reybango.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p><a href="http://www.colourlovers.com/">Colourlovers</a><br />
<a href="http://kuler.adobe.com/">Kuler</a></p>
<p><strong>Editors and IDEs:</strong></p>
<p>I work at Microsoft so you would expect me to be a Visual Studio  whiz. Not so. Only recently starting at MS, I’ve only dipped my toe in  the VS waters. What I’ve seen though has impressed me but I still have a  long way to go before I understand it. If you’re on a Mac, though, I do  highly recommend both TextMate and Coda. Both are truly awesome. I’ve  used Coda a little more because I liked the UI of it a little better  than TextMate’s but TM’s bundle system and ecosystem is amazing. You can  get code-complete for just about anything via bundles. For Windows,  Notepad++ has been just awesome. I wish it had built-in FTP support like  UltraEdit.</p>
<p><a href="http://msdn.microsoft.com/en-us/vstudio/default.aspx">Visual  Studio</a><br />
<a href="http://www.microsoft.com/expression/">Expression</a><br />
<a href="http://macromates.com/">TextMate</a><br />
<a href="http://panic.com/coda/">Coda</a><br />
<a href="http://www.ultraedit.com/">UltraEdit</a><br />
<a href="http://www.activestate.com/komodo/">Komodo IDE</a><br />
<a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a><br />
<a href="http://notepad2.com/">Notepad2</a><br />
<a href="http://www.barebones.com/products/bbedit/">BBEdit</a><br />
<a href="http://www.aptana.org/">Aptana</a><br />
<a href="http://macrabbit.com/espresso/">Espresso</a><br />
<a href="http://www.sublimetext.com/">Sublime Text</a><br />
<a href="http://www.jetbrains.com/webstorm/index.html">WebStorm</a><br />
<a href="http://www.vim.org/">VIM</a><br />
<a href="http://www.eclipse.org/">Eclipse</a><br />
<a href="http://netbeans.org/">Netbeans</a></p>
<p><strong>Wireframing:</strong></p>
<p>I know some of you are cowboys (or cowgirls) and you just want to  start hacking. Well, for the truly impatient, these tools at least let  you wireframe your pages quickly and easily. I’ve used Balsamiq and  FlairBuilder and both rock. It seems that FlairBuilder is really  cranking it up with some nice features. Both are Adobe AIR apps which  means they’re cross-platform.</p>
<p><a href="http://www.omnigroup.com/">Omnigraffle</a><br />
<a href="http://www.balsamiq.com/">Balsamiq</a><br />
<a href="http://www.flairbuilder.com/">FlairBuilder</a><br />
<a href="http://office.microsoft.com/en-us/visio/default.aspx">Visio</a><br />
<a href="http://www.axure.com/">Axure</a></p>
<p><strong>Browser Testing:</strong></p>
<p>I’ve been fortunate to have multiple OS versions over the years. My  wife would definitely prefer for me to have a couple of less PCs sitting  around but it’s let me test out my web apps on a variety of platforms,  browsers and OSes. Shoot, I even have a version of IE6! For those with  less hardware, these services should definitely help. Note that services  like BrowserCam &amp; Gomez are subscription-based but worth the cash  if you can afford it.</p>
<p><a href="http://www.browsercam.com/Default2.aspx">BrowserCam</a><br />
<a href="https://browserlab.adobe.com/index.html">Adobe BrowserLab</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677&amp;displaylang=en">Microsoft  Expression Web SuperPreview for IE</a><br />
<a href="http://www.gomez.com/products-solutions/products/cross-browser-testing/">Gomez</a><br />
<a href="http://tredosoft.com/Multiple_IE">TredoSoft MultipleIE</a><br />
<a href="http://crossbrowsertesting.com/">CrossBrowserTesting</a><br />
<a href="http://michelf.com/projects/multi-safari/">Multi-Safari</a><br />
<a href="http://www.browserscope.org/">Browserscope</a><br />
<a href="http://stevesouders.com/cuzillion/help.php">Cuzillion</a><br />
<a href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a></p>
<p><strong>Testing (based on the <a href="http://ejohn.org/blog/which-unit-testing-framework/">list by John  Resig</a>):</strong></p>
<p>This was a list I snagged from John Resig. Obviously, he’s done a  boatload of testing so I know this list rocks. JSLint is the old  mainstay created by Douglas Crockford but other have really become  increasingly essential to good testing. jQuery developers should  definitely be looking at QUnit &amp; jQuery-Lint. The most complete tool  is Selenium but it does have a bit of a learning curve. If you’re into  determining JS performance, checkout SunSpider, Dromaeo, Google’s V8  Benchmark and JSLitmus. These measure the performance of the JS engine,  not your apps.</p>
<p><a href="http://jslint.com/">JSLint</a><br />
<a href="http://github.com/jamespadolsey/jQuery-Lint">jQuery Lint</a><br />
<a href="http://www.jsunit.net/">JSUnit</a><br />
<a href="http://seleniumhq.org/projects/core/">Selenium Core</a><br />
<a href="http://jania.pe.kr/aw/moin.cgi/JSSpec">JSSpec (MooTools)</a><br />
<a href="http://github.com/tobie/unittest_js/tree/master">UnitTestJS  (Prototype)</a><br />
<a href="http://docs.jquery.com/QUnit">QUnit (jQuery)</a><br />
<a href="http://docs.dojocampus.org/quickstart/doh">DOH Unit Testing  (Dojo)</a><br />
<a href="http://developer.yahoo.com/yui/yuitest/">YUITest 2</a><br />
<a href="http://developer.yahoo.com/yui/3/test/">YUITest 3</a><br />
<a href="https://developer.mozilla.org/En/Mochitest">Mochitest</a><br />
<a href="http://github.com/nkallen/screw-unit/tree/master">ScrewUnit</a><br />
<a href="http://jsunittest.com/">JsUnitTest</a><br />
<a href="http://jsunity.com/">jsUnity</a><br />
<a href="http://code.google.com/p/js-test-driver/">JsTestDriver</a><br />
<a href="http://www.thefrontside.net/crosscheck">Crosscheck</a><br />
<a href="http://groups.google.com/group/envjs">Env.js</a><br />
<a href="http://fireunit.org/">FireUnit</a><br />
<a href="http://validator.w3.org/">W3C Markup Validation Service</a><br />
<a href="http://jigsaw.w3.org/css-validator/">W3C CSS Validation Service</a><br />
<a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html">SunSpider</a><br />
<a href="http://code.google.com/apis/v8/run.html">V8 Benchmark</a><br />
<a href="http://v2.dromaeo.com/">Dromaeo</a><br />
<a href="http://broofa.com/Tools/JSLitmus/">JSLitmus</a><br />
<a href="http://users.skynet.be/mgueury/mozilla/">HTML Validator Firefox  Add-on</a></p>
<p><strong>Documentation:</strong></p>
<p><a href="http://developer.yahoo.com/yui/">Yahoo UI Docs</a><br />
<a href="http://www.programmableweb.com/">APIs</a> – Most comprehensive  list of APIs on the web<br />
<a href="http://api.jquery.com/">jQuery Docs</a><br />
<a href="http://jqueryui.com/demos/">jQuery UI Docs</a><br />
<a href="http://mootools.net/docs/core">MooTools Docs</a><br />
<a href="http://api.prototypejs.org/">Prototype Docs</a><br />
<a href="http://dojotoolkit.org/documentation/">Dojo Docs</a><br />
<a href="http://json.org/">JSON Reference</a><br />
<a href="http://en.wikipedia.org/wiki/JSON#JSONP">JSONP</a></p>
<h2>Server-Side JavaScript</h2>
<p><a href="http://www.mozilla.org/rhino/">Rhino</a><br />
<a href="http://nodejs.org/">Node.js</a><br />
<a href="http://narwhaljs.org/">Narwhal.js</a><br />
<a href="http://commonjs.org/">CommonJS Standards Project</a><br />
<a href="http://o.sitepen.com/labs/persevere.php">Persevere</a><br />
<a href="http://en.wikipedia.org/wiki/Comet_%28programming%29">Comet</a></p>
<h2>Books</h2>
<p>The books below are really a great selection. I have many in my own  library and every so often re-read them I’m currently reading <a href="http://www.amazon.com/gp/product/059680279X?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=059680279X">High  Performance JavaScript</a> by Nicholas Zakas. Another great book is  Stoyan Stefanov’s <a href="http://www.amazon.com/gp/product/1847194141?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847194141">Object-Oriented  JavaScript: Create scalable, reusable high-quality JavaScript  applications and libraries</a>. I also highly recommend Steve Souders  performance book at the bottom of the list. They’re basically the  definitive sources for optimizing your web apps.</p>
<p><strong>JavaScript/DOM:</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0596101996?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596101996">JavaScript:  The Definitive Guide</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0596101996" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0596517742?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596517742">JavaScript:  The Good Parts</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0596517742" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/047022780X?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=047022780X">Professional  JavaScript for Web Developers (Wrox Programmer to Programmer)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=047022780X" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1590595335?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590595335">DOM  Scripting: Web Design with JavaScript and the Document Object Model</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590595335" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1590598563?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590598563">AdvancED  DOM Scripting: Dynamic Web Design Techniques</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590598563" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1590596803?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590596803">Beginning  JavaScript with DOM Scripting and Ajax: From Novice to Professional  (Beginning: from Novice to Professional)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590596803" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847194141?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847194141">Object-Oriented  JavaScript: Create scalable, reusable high-quality JavaScript  applications and libraries</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847194141" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1590597273?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590597273">Pro  JavaScript Techniques</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590597273" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/193398869X?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=193398869X">Secrets  of the JavaScript Ninja</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=193398869X" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0321491939?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321491939">Ajax  Security</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0321491939" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0321423305?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321423305">ppk  on JavaScript, 1/e</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0321423305" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1590597648?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590597648">Accelerated  DOM Scripting with Ajax, APIs, and Libraries</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590597648" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/059680279X?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=059680279X">High  Performance JavaScript (Build Faster Web Application Interfaces)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=059680279X" border="0" alt="" width="1" height="1" /></li>
</ul>
<p><strong>JavaScript Libraries:</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0596159773?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596159773">jQuery  Cookbook: Solutions &amp; Examples for jQuery Developers (Animal Guide)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0596159773" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847196705?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847196705">Learning  jQuery 1.3</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847196705" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1935182323?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1935182323">jQuery  in Action, Second Edition</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1935182323" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847199720?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847199720">jQuery  UI 1.7: The User Interface Library for jQuery</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847199720" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1934356115?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1934356115">Mastering  Dojo: JavaScript and Ajax Tools for Great Web Experiences (Pragmatic  Programmers)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1934356115" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1430210664?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430210664">Practical  Dojo Projects (Practical Projects)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1430210664" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0470452021?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0470452021">Concise  Guide to Dojo (Wrox Programmer to Programmer)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0470452021" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0596516487?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596516487">Dojo:  The Definitive Guide</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0596516487" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0321605128?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321605128">The  Dojo Toolkit: Visual QuickStart Guide</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0321605128" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1430225211?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430225211">Getting  StartED with Dojo</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1430225211" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847194583?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847194583">MooTools  1.2 Beginner’s Guide</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847194583" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1430209836?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430209836">MooTools  Essentials: The Official MooTools Reference for JavaScript™ and Ajax  Development (Firstpress)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1430209836" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1590599195?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590599195">Practical  Prototype and script.aculo.us (Expert’s Voice in Web Development)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590599195" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1934356018?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1934356018">Prototype  and script.aculo.us: You Never Knew JavaScript Could Do This!  (Pragmatic Programmers)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1934356018" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1933988037?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1933988037">Prototype  and Scriptaculous in Action [Ajax]</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1933988037" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847192327?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847192327">Learning  the Yahoo! User Interface library: Develop your next generation web  applications with the YUI JavaScript development library.</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847192327" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847195148?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847195148">Learning  Ext JS</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847195148" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1847198708?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1847198708">Ext  JS 3.0 Cookbook</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1847198708" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1935182110?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1935182110">Ext  JS in Action</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1935182110" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/047038459X?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=047038459X">Professional  JavaScript Frameworks: Prototype,YUI, ExtJS, Dojo and MooTools (Wrox  Programmer to Programmer)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=047038459X" border="0" alt="" width="1" height="1" /></li>
</ul>
<p><strong>HTML &amp; CSS:</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/1590598040?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1590598040">Pro  CSS and HTML Design Patterns</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1590598040" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1430219203?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430219203">Web  Standards Solutions: The Markup and Style Handbook, Special Edition</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1430219203" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0321509021?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0321509021">Bulletproof  Web Design: Improving flexibility and protecting against worst-case  scenarios with XHTML and CSS (2nd Edition)</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0321509021" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.sitepoint.com/books/cssdesign1/?SID=82b54f50488243b44b6b9c7acb10731a">The  Art &amp; Science Of CSS</a><br />
<a href="http://www.sitepoint.com/books/css2/?SID=82b54f50488243b44b6b9c7acb10731a">HTML  Utopia: Designing Without Tables Using CSS</a></li>
<li><a href="http://www.amazon.com/gp/product/0980455278?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0980455278">Build  Your Own Website The Right Way Using HTML &amp; CSS, 2nd Edition</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0980455278" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/1600330045?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1600330045">Head  First HTML with CSS &amp; XHTML</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=1600330045" border="0" alt="" width="1" height="1" /></li>
</ul>
<p><strong>Performance:</strong></p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0596529309?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596529309">High  Performance Web Sites: Essential Knowledge for Front-End Engineers</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0596529309" border="0" alt="" width="1" height="1" /></li>
<li><a href="http://www.amazon.com/gp/product/0596522304?ie=UTF8&amp;tag=rebasbl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0596522304">Even  Faster Web Sites: Performance Best Practices for Web Developers</a><img src="http://www.assoc-amazon.com/e/ir?t=rebasbl-20&amp;l=as2&amp;o=1&amp;a=0596522304" border="0" alt="" width="1" height="1" /></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/the-big-list-of-javascript-css-and-html-development-tools-libraries-projects-and-books-rey-bango.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress主题neutral</title>
		<link>http://halfroom.com/wordpress-theme-netrual.html</link>
		<comments>http://halfroom.com/wordpress-theme-netrual.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 11:39:49 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress主题]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/?p=993</guid>
		<description><![CDATA[
WordPress主题neutral已经发布beta版，这是一款风格非常简约量栏的主题，亮色系列，个人非常喜欢这样的风格。
这个主题的默认字体是日文字体，但你可以到后台设置自己所需的样式。
作者是一个日本人，他的网站上也有其他自己制作的主题，都受到了广大WordPress用户的追捧。
neutral （下载 neutral BETA）
neutral DEMO
需要插件列表：

Custom  Smilies
Subscribe  To Comments
WP-PageNavi
WP-RecentComments

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.halfroom.com/wp-content/uploads/2010/03/www.mono-lab.net-2010-3-18-19-25.png"><img class="alignleft size-medium wp-image-995" title="neutral" src="http://www.halfroom.com/wp-content/uploads/2010/03/www.mono-lab.net-2010-3-18-19-25-e1268912509540-300x188.png" alt="" width="300" height="188" /></a></p>
<p>WordPress主题neutral已经发布beta版，这是一款风格非常简约量栏的主题，亮色系列，个人非常喜欢这样的风格。</p>
<p>这个主题的默认字体是日文字体，但你可以到后台设置自己所需的样式。</p>
<p>作者是一个日本人，他的<a id="aptureLink_DzxVXIxiiU" href="http://www.mono-lab.net/147.html">网站</a>上也有其他自己制作的主题，都受到了广大WordPress用户的追捧。</p>
<p><a title="neutral" href="http://www.mono-lab.net/wp-content/plugins/download-monitor/download.php?id=15">neutral</a> （下载 neutral BETA）</p>
<p><a href="http://www.mono-lab.net/demo2/">neutral DEMO</a></p>
<p>需要插件列表：</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/custom-smilies-se/" target="_blank">Custom  Smilies</a></li>
<li><a href="http://wordpress.org/extend/plugins/subscribe-to-comments/" target="_blank">Subscribe  To Comments</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">WP-PageNavi</a></li>
<li><a href="http://wordpress.org/extend/plugins/wp-recentcomments/" target="_blank">WP-RecentComments</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/wordpress-theme-netrual.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>令人赞叹的HTML5画图应用</title>
		<link>http://halfroom.com/amazing-html-paint-app.html</link>
		<comments>http://halfroom.com/amazing-html-paint-app.html#comments</comments>
		<pubDate>Wed, 10 Mar 2010 06:57:00 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[业界新闻]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.halfroom.com/?p=970</guid>
		<description><![CDATA[看着下面的图，你是否看到了HTML5的未来呢？或者你也看到互联网的未来？也许将来可能就是WEB主导IT的时代，与桌面应用软件相媲美的WEB应用会不断产生。
Dzone上有一篇名为Amazing HTML5 paint app的文章，有趣的是它的副标题：Sorry Adobe Flash, your days are numbered.（抱歉，Adobe Flash，你的死期到了）。
我们可以在http://mugtug.com/sketchpad/ 看到DEMO，非常不错。
HTML5着实令人期待。

]]></description>
			<content:encoded><![CDATA[<p>看着下面的图，你是否看到了<a id="aptureLink_dTf1kGO4Dc" href="http://www.youtube.com/watch?v=BRG5VNNUq_E">HTML5</a>的未来呢？或者你也看到互联网的未来？也许将来可能就是WEB主导IT的时代，与桌面应用软件相媲美的WEB应用会不断产生。</p>
<p>Dzone上有一篇名为<a onclick="track(this, 'amazing_html5_paint_app', ''); " href="http://mugtug.com/sketchpad/">Amazing HTML5 paint app</a>的文章，有趣的是它的副标题：Sorry Adobe Flash, your days are numbered.（抱歉，Adobe Flash，你的死期到了）。</p>
<p>我们可以在<a id="aptureLink_Z4UyipNm6n" href="http://mugtug.com/sketchpad/">http://mugtug.com/sketchpad/</a> 看到DEMO，非常不错。</p>
<p>HTML5着实令人期待。</p>
<p><a id="aptureLink_MXzxcJKCXh" style="margin: 0pt auto; text-align: center; display: block; padding: 0px 6px;" href="http://apture.s3.amazonaws.com/0000012746d31e260befe5d3007f000000000001.mugtug.com%202010-3-10%2014-45.png"><img class="alignleft" style="border: 0px none;" title="mugtug.com" src="http://apture.s3.amazonaws.com/0000012746d31e260befe5d3007f000000000001.mugtug.com%202010-3-10%2014-45.png" alt="" width="588" height="414" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/amazing-html-paint-app.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Wordpress Premium Themes</title>
		<link>http://halfroom.com/free-wordpress-premium-themes.html</link>
		<comments>http://halfroom.com/free-wordpress-premium-themes.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 15:24:06 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://halfroom.com/?p=941</guid>
		<description><![CDATA[﻿﻿一直都忠于当前的主题，也很中意这个作者。
如今去他博客围观一圈，发现多了一条themes的链接。
以下是作者收集的免费的高级wordpress主题，很受用。
所有主题就不一一列出，下面只列出前几个主题
Avada  WordPress Theme
  Demo &#124; Download


See  more  themes »


Wordpress Themes,  Free Joomla Templates – FreeThemeLayouts.
]]></description>
			<content:encoded><![CDATA[<p>﻿﻿一直都忠于当前的主题，也很中意这个作者。</p>
<p>如今去他博客围观一圈，发现多了一条themes的链接。</p>
<p>以下是作者收集的免费的高级wordpress主题，很受用。</p>
<p>所有主题就不一一列出，下面只列出前几个主题</p>
<div onmouseover="this.className='box2'" onmouseout="this.className='box'"><span style="color: #000000;"><a rel="bookmark" href="http://www.freethemelayouts.com/showcase/avada-wordpress-theme/">Avada  WordPress Theme</a><br />
<a href="http://www.freethemelayouts.com/screenshots/avada-sml.jpg"> <img class="aligncenter" title="avada" src="http://www.freethemelayouts.com/screenshots/avada-sml.jpg" alt="" width="225" height="150" /></a></span> <span style="color: #000000;"><a href="http://www.freethemelayouts.com/blog/index.php?wptheme=avada" target="_blank">Demo</a> | <a href="http://www.freethemelayouts.com/dls/avada-free.zip">Download</a></span><!--</p>
<h5>August 9, 2009</p>
<h6><a href="http://www.freethemelayouts.com/showcase/avada-wordpress-theme/#comments" mce_href="http://www.freethemelayouts.com/showcase/avada-wordpress-theme/#comments" title="Comment on Avada WordPress Theme">8</a></h6>
<p>&#8211;></p>
</div>
<div onmouseover="this.className='box2'" onmouseout="this.className='box'"></div>
<div onmouseover="this.className='box2'" onmouseout="this.className='box'"><a rel="bookmark" href="http://www.freethemelayouts.com/showcase/nightgate-wordpress-theme/" mce_href="http://www.freethemelayouts.com/showcase/nightgate-wordpress-theme/">NightGate WordPress Theme</a><br />
<a title="&lt;img src=" href="%20mce_src="> <img src="http://www.freethemelayouts.com/screenshots/nightgate-sml.jpg" mce_src="http://www.freethemelayouts.com/screenshots/nightgate-sml.jpg" border="0" alt="NightGate WordPress Theme" /></a></div>
<div onmouseover="this.className='box2'" onmouseout="this.className='box'">
<p><a href="http://www.freethemelayouts.com/dls/armadale-free.zip" mce_href="http://www.freethemelayouts.com/dls/armadale-free.zip"></a> <!--></p>
</div>
<p><!-- box Div --></p>
<div><span style="color: #000000;"><strong><a href="http://www.freethemelayouts.com/category/showcase/">See  more  themes »</a></strong></span></div>
<div><strong><br />
</strong></div>
<p><a href="http://www.freethemelayouts.com/">Wordpress Themes,  Free Joomla Templates – FreeThemeLayouts</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/free-wordpress-premium-themes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>迅雷5.9常用快捷键一览</title>
		<link>http://halfroom.com/xunlei-5-9-shortcut.html</link>
		<comments>http://halfroom.com/xunlei-5-9-shortcut.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 10:37:34 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[WEB]]></category>
		<category><![CDATA[xunlei]]></category>
		<category><![CDATA[迅雷]]></category>

		<guid isPermaLink="false">http://halfroom.com/?p=913</guid>
		<description><![CDATA[迅雷5.9界面有了很大的改观，不仅如此，在快捷键上也有些许改进！
迅雷开发者博客 Rotating Header Image
迅雷5.9常用快捷键一览
新建任务：Ctrl+N
用户论坛：F1
开始任务：F5
全部开始：F8
暂停任务：F6
全部暂停：F9
删除任务：Del
全部删除：F10
FTP资源探测器：F7
打开任务：回车（Enter）
打开任务目录：Ctrl+Enter
任务属性：Alt+Enter
上移任务：Ctrl+UP
下移任务：Ctrl+Down
配置：Alt+O
查找：Ctrl+F
全选：Ctrl+A
多选：Ctrl+鼠标左击
范围多选：Shift+鼠标左击
彻底删除（不经过垃圾箱）：Shift+Del
老板键：Alt+D（默认不开启，可在配置中修改）
via 迅雷5.9常用快捷键一览 – 迅雷开发者博客.
]]></description>
			<content:encoded><![CDATA[<p>迅雷5.9界面有了很大的改观，不仅如此，在快捷键上也有些许改进！</p>
<p>迅雷开发者博客 Rotating Header Image</p>
<p>迅雷5.9常用快捷键一览</p>
<p>新建任务：Ctrl+N</p>
<p>用户论坛：F1</p>
<p>开始任务：F5</p>
<p>全部开始：F8</p>
<p>暂停任务：F6</p>
<p>全部暂停：F9</p>
<p>删除任务：Del</p>
<p>全部删除：F10</p>
<p>FTP资源探测器：F7</p>
<p>打开任务：回车（Enter）</p>
<p>打开任务目录：Ctrl+Enter</p>
<p>任务属性：Alt+Enter</p>
<p>上移任务：Ctrl+UP</p>
<p>下移任务：Ctrl+Down</p>
<p>配置：Alt+O</p>
<p>查找：Ctrl+F</p>
<p>全选：Ctrl+A</p>
<p>多选：Ctrl+鼠标左击</p>
<p>范围多选：Shift+鼠标左击</p>
<p>彻底删除（不经过垃圾箱）：Shift+Del</p>
<p>老板键：Alt+D（默认不开启，可在配置中修改）</p>
<p>via <a href="http://yangtai.xunlei.com/?p=96">迅雷5.9常用快捷键一览 – 迅雷开发者博客</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfroom.com/xunlei-5-9-shortcut.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
