<?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>Hiro技术站 &#187; 书籍文档</title>
	<atom:link href="http://www.ihiro.org/category/books-and-documents/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ihiro.org</link>
	<description>插件专区新篇----Hiro.pagenav:自渲染、自解析的分页插件 v1.8更新</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:09:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>读书:《高性能网站建设进阶指南:Web开发者性能优化最佳实践 》</title>
		<link>http://www.ihiro.org/perforomance-best-pritices-for-web-developers</link>
		<comments>http://www.ihiro.org/perforomance-best-pritices-for-web-developers#comments</comments>
		<pubDate>Sun, 04 Jul 2010 14:47:42 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[书籍文档]]></category>
		<category><![CDATA[前端工程]]></category>
		<category><![CDATA[读书]]></category>

		<guid isPermaLink="false">http://www.ihiro.org/?p=1477</guid>
		<description><![CDATA[<img src="http://www.ihiro.org/blog/wp-content/uploads/2010/07/web_book.jpg" alt="" title="web_book" width="100" height="100" class="alignleft size-full wp-image-1478" />
<p>相信关注互联网或者做前端的朋友一定阅读过《高性能网站建设指南》这本前端惊世之作，我也读过，读得不够详细，但从中也学到了一些前端性能优化的技术，并在实际的项目应用于其中。</p>
<p>今天推荐的这本书是《高性能网站建设指南》进阶版，原作者从更加详细的细节方面全面地介绍Web性能优化的知识。该书是今年4月的时候才出版，我也是近两天无意间发现有新书出版，便急切的在亚马逊购买了阅读起来。看了一些，发觉很是不错，便写篇文章推荐给大家。</p>
<p>购买链接：<a href="http://www.amazon.cn/gp/product/product-description/B003FO0MEC/ref=dp_proddesc_0?ie=UTF8&#038;s=books" rel="external">http://www.amazon.cn/gp/product/product-description/B003FO0MEC/ref=dp_proddesc_0?ie=UTF8&#038;s=books</a></p>]]></description>
			<content:encoded><![CDATA[<p>相信关注互联网或者做前端的朋友一定阅读过《高性能网站建设指南》这本前端惊世之作，我也读过，读得不够详细，但从中也学到了一些前端性能优化的技术，并在实际的项目应用于其中。</p>
<p>今天推荐的这本书是《高性能网站建设指南》进阶版，原作者从更加详细的细节方面全面地介绍Web性能优化的知识。该书是今年4月的时候才出版，我也是近两天无意间发现有新书出版，便急切的在亚马逊购买了阅读起来。看了一些，发觉很是不错，便写篇文章推荐给大家。</p>
<p class="red">下面部分介绍来自卓越亚马逊。</p>
<h3>内容简介</h3>
<p>《高性能网站建设进阶指南:Web开发者性能优化最佳实践》是《高性能网站建设指南》姊妹篇。作者Steve Souders是Google Web性能布道者和Yahoo！前首席性能工程师。在《高性能网站建设进阶指南：Web开发者性能优化最佳实践》中，Souders与8位专家分享了提升网站性能的最佳实践和实用建议，主要包括：理解Ajax性能，编写高效的JavaScript，创建快速响应的应用程序、无阻塞加载脚本，跨域共享资源，无损压缩图片大小，使用块编码加快网页渲染；避免或取代iframe的方法，简化CSS选择符，以及其他技术。</p>
<h3>章节介绍</h3>
<p>第1章：理解Ajax性能<br />
第2章：创建快速响应的Web应用<br />
第 3章：拆分初始化负载<br />
第4章：无阻塞加载脚本<br />
第5章：整合异步脚本<br />
第6章：布置行内脚本<br />
第7章：编写高效的JavaScript<br />
第8章：可伸缩的Comet<br />
第9章：超越Gzip压缩<br />
第10章：图像优化<br />
第11章：划分主域<br />
第12章：尽早刷新文档的输出<br />
第 13章：少用iframe<br />
第14章：简化CSS选择符</p>
<p>《高性能网站建设进阶指南:Web开发者性能优化最佳实践 》购买链接：<a href="http://www.amazon.cn/gp/product/product-description/B003FO0MEC/ref=dp_proddesc_0?ie=UTF8&#038;s=books" rel="external">http://www.amazon.cn/gp/product/product-description/B003FO0MEC/ref=dp_proddesc_0?ie=UTF8&#038;s=books</a></p>
<h2  class="related_post_title">你也许会喜欢阅读这些：</h2><ul class="related_post"><li>2010年03月15日 -- <a href="http://www.ihiro.org/uncovering-jquerys-hidden-features" title="jQuery:揭露jQuery的隐藏功能">jQuery:揭露jQuery的隐藏功能</a> (4)</li><li>2010年03月8日 -- <a href="http://www.ihiro.org/css3-basic" title="CSS:CSS3基础（附图）">CSS:CSS3基础（附图）</a> (10)</li><li>2010年01月22日 -- <a href="http://www.ihiro.org/jquery-1-4-released-the-15-new-features-you-should-know-2" title="jQuery:1.4新版本中你应该知道的15个新特性(二)">jQuery:1.4新版本中你应该知道的15个新特性(二)</a> (7)</li><li>2010年01月20日 -- <a href="http://www.ihiro.org/jquery-1-4-released-the-15-new-features-you-should-know-1" title="jQuery:1.4新版本中你应该知道的15个新特性(一)">jQuery:1.4新版本中你应该知道的15个新特性(一)</a> (6)</li><li>2009年12月18日 -- <a href="http://www.ihiro.org/10-javascript-tips" title="Javascript:10个Javscript编程的技巧">Javascript:10个Javscript编程的技巧</a> (3)</li><li>2009年12月16日 -- <a href="http://www.ihiro.org/jquery-once-through-the-event-delegate-to-bind-a-variety-of-time-in-order-to-reduce-the-event-of-redundancy" title="jQuery:通过事件委派一次绑定多种事件，以减少事件冗余">jQuery:通过事件委派一次绑定多种事件，以减少事件冗余</a> (7)</li><li>2009年12月1日 -- <a href="http://www.ihiro.org/how-to-custom-alias-in-plugins-and-page-code" title="jQuery:如何在页面和插件代码中自定义别名">jQuery:如何在页面和插件代码中自定义别名</a> (5)</li><li>2009年11月30日 -- <a href="http://www.ihiro.org/coding-clean-and-rich-semantic-html" title="HTML:编写干净的且富有语义的html代码">HTML:编写干净的且富有语义的html代码</a> (12)</li><li>2009年11月26日 -- <a href="http://www.ihiro.org/jquery-enhanced-marquee-bulletin-board" title="jQuery:增强型走马灯公告栏，可以抛弃marquee标签了">jQuery:增强型走马灯公告栏，可以抛弃marquee标签了</a> (11)</li><li>2009年09月23日 -- <a href="http://www.ihiro.org/ajax-editing-in-placing" title="Ajax:当前页面更改内容，前端实现">Ajax:当前页面更改内容，前端实现</a> (14)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ihiro.org/perforomance-best-pritices-for-web-developers/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>收藏的Cheat Sheets链接</title>
		<link>http://www.ihiro.org/collections-of-cheat-sheets-links</link>
		<comments>http://www.ihiro.org/collections-of-cheat-sheets-links#comments</comments>
		<pubDate>Thu, 18 Jun 2009 10:02:53 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[书籍文档]]></category>
		<category><![CDATA[cheat sheets]]></category>

		<guid isPermaLink="false">http://www.ihiro.org/?p=36</guid>
		<description><![CDATA[不管你是否忘记css的某个属性或者语言的某个函数，cheat sheets可以方便你快速地查找你所需的信息。大部分的cheat sheets是.pdf或.png格式的，所以你可以将它们打印出来随时阅读。现在为你呈现一些个人在网络上收集来的cheat sheets的链接。]]></description>
			<content:encoded><![CDATA[<p>不管你是否忘记css的某个属性或者语言的某个函数，cheat sheets可以方便你快速地查找你所需的信息。大部分的cheat sheets是.pdf或.png格式的，所以你可以将它们打印出来随时阅读。现在为你呈现一些个人在网络上收集来的cheat sheets的链接。（因为空间大小有限，不能提供本站链接，只能提供外部链接！）更多的资料请访问：<a rel="external" href="http://techcheatsheets.com/">Here</a></p>
<p><strong>Actionscript</strong></p>
<ul class="external">
<li><a href="http://actionscriptcheatsheet.com/blog/quick-referencecheatsheet-for-actionscript-20/">Quick reference/Cheatsheet for ActionScript 2.0</a></li>
</ul>
<p><strong>Ajax</strong></p>
<ul class="external">
<li><a href="http://slash7.com/cheats/whats_ajax_cheatsheet.pdf">What’s Ajax? Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.snook.ca/archives/javascript/prototype_disse/">Prototype Dissected &#8211; Cheat Sheet PNG</a></li>
<li><a href="http://slash7.com/cheats/scriptaculous_fx1.pdf">scriptaculous Combination Effects &#8211; Cheat Sheet &#8211; PDF</a></li>
</ul>
<p><strong>Apache</strong></p>
<ul class="external">
<li><a href="http://www.petefreitag.com/cheatsheets/apache/">Apache Cheat Sheet</a></li>
<li><a href="http://www.thejackol.com/htaccess-cheatsheet/">htaccess Cheatsheet</a></li>
<li><a href="http://www.addedbytes.com/mod_rewrite_cheat_sheet.png">mod_rewrite Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://www.addedbytes.com/mod_rewrite_cheat_sheet.pdf">mod_rewrite Cheat Sheet &#8211; PDF</a></li>
</ul>
<p><strong>ASCII Character Codes</strong></p>
<ul class="external">
<li><a href="http://www.cookwood.com/html/extras/entities.html">Character Entity References in HTML 4 and XHTML 1.0</a></li>
<li><a href="http://www.addedbytes.com/characters_cheat_sheet.png">HTML Character Entities Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://www.addedbytes.com/characters_cheat_sheet.pdf">HTML Character Entities Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.chami.com/tips/internet/050798I.html">HTML special character reference</a></li>
<li><a href="http://tlt.its.psu.edu/suggestions/international/web/codehtml.html">HTML &#8211; Special Entity Codes</a></li>
<li><a href="http://www.yellowpipe.com/yis/tools/ASCII-HTML-Characters/index.php">Special ASCII HTML Character Codes</a></li>
<li><a href="http://www.digitalmediaminute.com/reference/entity/index.php">XHTML Character Entity Reference</a></li>
</ul>
<p><strong>ASP</strong></p>
<ul class="external">
<li><a href="http://www.addedbytes.com/asp_cheat_sheet.png">ASP / VBScript Cheat Sheet &#8211; PNG</a></li>
</ul>
<p><strong>C# and VB.NET</strong></p>
<ul class="external">
<li><a href="http://aspalliance.com/625">C# and VB.NET Comparison Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.codeproject.com/dotnet/CheatSheetCastingNET.asp">Cheat Sheet &#8211; Casting in VB.NET and C#</a></li>
</ul>
<p><strong>CSS</strong></p>
<ul class="external">
<li><a href="http://www.veign.com/downloads/guides/qrg0007.pdf">CSS 2 &#8211; Quick Reference Guide &#8211; PDF</a></li>
<li><a href="http://www.addedbytes.com/css_cheat_sheet.pdf">CSS Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.addedbytes.com/css_cheat_sheet.png">CSS Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://www.blooberry.com/indexdot/css/propindex/all.htm">CSS Property Index</a></li>
<li><a href="http://home.tampabay.rr.com/bmerkey/cheatsheet.htm">Cascading Style Cheatsheet</a></li>
<li><a href="http://www.dustindiaz.com/css-shorthand/">CSS Shorthand Guide</a></li>
</ul>
<p><strong>CVS</strong></p>
<ul class="external">
<li><a href="http://www-bcl.cs.unm.edu/computers/cvs.html">CVS Cheat Sheet</a></li>
<li><a href="http://www.cs.put.poznan.pl/csobaniec/Papers/svn-refcard.pdf">Subversion Quick Reference Card &#8211; PDF</a></li>
<li><a href="http://www.slac.stanford.edu/grp/cd/soft/cvs/cvs_cheatsheet.html">CVS Cheat-sheet</a></li>
</ul>
<p><strong>C++</strong></p>
<ul class="external">
<li><a href="http://www.linuxsoftware.co.nz/cppcontainers.html">C++ Containers Cheat Sheet</a></li>
<li><a href="http://downloads.dreamincode.net/ref_sheets/cpp_reference_sheet.pdf">C++ Quick Reference Sheet (Cheat Sheet) &#8211; PDF</a></li>
<li><a href="http://cs.fit.edu/%7Emmahoney/cse2050/how2cpp.html">How to Program in C++ &#8211; Language Summary</a></li>
</ul>
<p><strong>Django</strong></p>
<ul class="external">
<li><a title="The Django Book" href="http://www.djangobook.com/">The Django Book</a></li>
</ul>
<p><strong>Firefox</strong></p>
<ul class="external">
<li><a href="http://the-cream.blogspot.com/2006/10/firefox-keyboard-shortcuts.html">Firefox Keyboard Shortcuts &#8211; PDF</a></li>
<li><a href="http://www.accessfirefox.com/ShortcutsKandM.html">Firefox Shortcuts Sheet</a></li>
<li><a href="http://lesliefranke.com/2006/06/22/mozilla-firefox-cheat-sheet-update/">Mozilla Firefox Cheat Sheet</a></li>
<li><a href="http://lesliefranke.com/files/reference/thunderbirdcheatsheet.html">Mozilla Thunderbird Cheat Sheet</a></li>
<li><a href="http://www.mozilla.org/support/firefox/keyboard">Keyboard Shortcuts</a></li>
</ul>
<p><strong>Google</strong></p>
<ul class="external">
<li><a href="http://evhead.com/hodgepodge/gmail-shortcuts.html">Gmail Shortcuts (printable cheatsheet)</a></li>
<li><a href="http://www.googleguide.com/advanced_operators_reference.html">Google Advanced Operators (Cheat Sheet)</a></li>
<li><a href="http://www.adelaider.com/google/">Google Cheat Sheet (Version 1.06) &#8211; PDF</a></li>
<li><a href="http://www.bueltge.de/allg-google-cheat-sheet/42/">Google Cheat Sheet &#8211; auch als PDF</a></li>
<li><a href="http://www.feedsforme.com/google/">Google Cheat Sheets &#8211; auch als PDF</a></li>
<li><a href="http://www.google.com/help/cheatsheet.html">Google Help : Cheat Sheet</a></li>
</ul>
<p><strong>HTML/XHTML</strong></p>
<ul class="external">
<li><a href="http://www.alphalink.com.au/%7Erhduncan/htmlguide/cheatindex.html">A Simple Guide To HTML &#8211; Cheat Sheet</a></li>
<li><a href="http://library.albany.edu/imc/pdf/HTML-XHTML_Tag_Sheet.pdf">HTML &amp; XHTML Tag Quick Reference</a></li>
<li><a href="http://www.psacake.com/web/dy.asp">HTML Cheat Sheet</a></li>
<li><a href="http://www.cookwood.com/html/extras/entities.html">HTML Entities</a></li>
<li><a href="http://www.killersites.com/HTML_CODES/index.jsp">HTML CODES CHEAT SHEET</a></li>
<li><a href="http://cdburnerxp.se/htmlcheatsheet.pdf">XHTML</a></li>
<li><a href="http://www.angelfire.com/nm/thehtmlsource/html/cheatsheet.html">HTML Cheat Sheet</a></li>
<li><a href="http://cdburnerxp.se/htmlcheatsheet.pdf">XHTML Cheat Sheet v. 1.03 &#8211; PDF</a></li>
</ul>
<p><strong>Java</strong></p>
<ul class="external">
<li><a href="http://www.janeg.ca/JQREF.pdf">Java Quick Reference &#8211; PDF</a></li>
<li><a href="http://java.sun.com/products/jsp/syntax/1.1/card11.pdf">(JSPª) SYNTAX version 1.1</a></li>
<li><a href="http://java.sun.com/products/jsp/syntax/2.0/card20.pdf">(JSP™) SYNTAX version 2.0</a></li>
</ul>
<p><strong>JavaScript</strong></p>
<ul class="external">
<li><a href="http://www.addedbytes.com/javascript_cheat_sheet.png">JavaScript Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://www.addedbytes.com/javascript_cheat_sheet.pdf">JavaScript Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://javascript-reference.info/">JavaScript Reference</a></li>
<li><a href="http://www.dannyg.com/ref/jsquickref.html">JavaScript and Browser Objects Quick Reference</a></li>
<li><a href="http://www.visibone.com/regular-expressions/">Regular Expressions for JavaSript &#8211; free online quick reference</a></li>
</ul>
<p><strong>Microformats</strong></p>
<ul class="external">
<li><a href="http://www.addedbytes.com/cheat-sheets/microformats-cheat-sheet/">Microformats Cheat Sheet</a></li>
<li><a href="http://suda.co.uk/projects/microformats/cheatsheet/">Microformats Cheat Sheet</a></li>
</ul>
<p><strong>Misc</strong></p>
<ul class="external">
<li><a href="http://www.draac.com/chmodchart.html">CHMOD Chart</a></li>
<li><a href="http://photonotes.org/cgi-bin/view.pl?letter=%21">Complete listing of common camera symbols.</a></li>
<li><a href="http://www.sql-und-xml.de/unicode-database/">The Unicode-Database</a></li>
<li><a href="http://www.addedbytes.com/colourchart.png">RGB Hex Colour Chart &#8211; PNG</a></li>
<li><a href="http://www.geocities.com/Athens/1802/pgpcard.html">Pretty Good PGP Reference Card</a></li>
<li><a href="http://www.aiic.net/ViewPage.cfm/page302.htm">Search Engine Cheat Sheet</a></li>
<li><a href="http://www.digilife.be/quickreferences/quickrefs.htm">Quick Reference Cards</a></li>
</ul>
<p><strong>MySQL</strong></p>
<ul class="external">
<li><a href="http://www.nparikh.org/unix/mysql.php">MySQL Cheat Sheet</a></li>
<li><a href="http://www.addedbytes.com/mysql_cheat_sheet.pdf">MySQL Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.addedbytes.com/mysql_cheat_sheet.png">MySQL Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://www.3gwt.net/demo/SQL_redux.html">SQL Cheatsheet</a></li>
</ul>
<p><strong>Oracle</strong></p>
<ul class="external">
<li><a href="http://www.yagc.ndo.co.uk/cheatsheets/plsql_cheatsheet.html">Oracle PL/SQL Cheatsheet</a></li>
<li><a href="http://www.vttoth.com/oracle.htm">Oracle Cheat Sheet</a></li>
<li><a href="http://radio.weblogs.com/0128037/stories/2003/10/21/oracleScmInstallationCheatSheet.html">Oracle SCM Installation Cheat Sheet</a></li>
</ul>
<p><strong>Perl</strong></p>
<ul class="external">
<li><a href="http://www.mnlab.cs.depaul.edu/%7Eehab/Courses/TDC568/resources/PerlQuickRef.pdf">Perl Regular Expression -Quick Reference &#8211; PDF</a></li>
<li><a href="http://juerd.nl/site.plp/perlcheat">Perl Cheat Sheet</a></li>
<li><a href="http://juerd.nl/site.plp/perlcheat">Perl Cheat Sheet</a></li>
<li><a href="http://search.cpan.org/%7Enwclark/perl-5.8.7/pod/perlcheat.pod">Perl 5 Cheat Sheet</a></li>
<li><a href="http://johnbokma.com/perl/perl-quick-reference-card.html">Perl Quick Reference Card &#8211; PDF</a></li>
<li><a href="http://refcards.com/refcards/perl-regexp/index.html">Perl Regexp Quick Reference Card &#8211; PDF</a></li>
</ul>
<p><strong>Photoshop/Gimp</strong></p>
<ul class="external">
<li><a href="http://frenchfragfactory.net/ozh/download/refcards/Gimp.pdf">Gimp Quick Reference Card v.1.0</a></li>
<li><a href="http://frenchfragfactory.net/ozh/download/refcards/Photoshop.pdf">Photoshop 7.0 Quick Reference Card for Windows &#8211; PDF</a></li>
<li><a href="http://www.creativetechs.com/tips/tip_resources/PSCS2_Shortcuts_Windows.pdf">Photoshop CS2 Keyboard Shortcuts (Windows) &#8211; PDF</a></li>
<li><a href="http://www.creativetechs.com/tips/tip_resources/PSCS2_Shortcuts_Mac.pdf">Photoshop CS2 Keyboard Shortcuts (Macintosh) &#8211; PDF</a></li>
</ul>
<p><strong>PHP</strong></p>
<ul class="external">
<li><a href="http://www.symfony-project.com/weblog/2006/04/25/admin-generator-cheat-sheet.html">symfony PHP5 framework &#8211; Admin Generator cheat sheet &#8211; PDF</a></li>
<li><a href="http://www.addedbytes.com/php_cheat_sheet.pdf">PHP Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.addedbytes.com/php_cheat_sheet.png">PHP Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://www.blueshoes.org/en/developer/php_cheat_sheet/">PHP Cheat Sheet with special php syntax</a></li>
<li><a href="http://www.addedbytes.com/regular_expressions_cheat_sheet.png">Regular Expressions Cheat Sheet &#8211; PNG</a></li>
</ul>
<p><strong>Python</strong></p>
<ul class="external">
<li><a href="http://www-128.ibm.com/developerworks/library/l-cheatsheet3.html">Python 101 cheat sheet</a></li>
<li><a href="http://www.yukoncollege.yk.ca/%7Ettopper/COMP118/rCheatSheet.html">Python Cheat Sheet</a></li>
<li><a href="http://www.drweb.de/weblog/weblog/?p=548">Python Cheat Sheet &#8211; PDF</a></li>
<li><a href="http://www.onlamp.com/python/excerpt/PythonPocketRef/examples/python.pdf">Python Quick Reference</a></li>
<li><a href="http://rgruet.free.fr/PQR24/PQR2.4.html"> Python 2.4 Quick Reference</a></li>
</ul>
<p><strong>Regular Expressions</strong></p>
<ul class="external">
<li><a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/">Regular Expressions Cheat Sheet</a></li>
<li><a href="http://regexlib.com/CheatSheet.aspx">Regular Expression Cheat Sheet (.NET)</a></li>
</ul>
<p><strong>Ruby</strong></p>
<ul class="external">
<li><a href="http://slash7.com/cheats/activerecord_cheatsheet.pdf">ActiveRecord Relationships &#8211; Ruby on Rails cheat sheet guide  &#8211; PDF</a></li>
<li><a href="http://www.blainekendall.com/index.php/rubyonrailscheatsheet/">RubyOnRails-Cheatsheet &#8211; PDF</a></li>
<li><a href="http://www.addedbytes.com/ruby_on_rails_cheat_sheet.png">Ruby on Rails Cheat Sheet &#8211; PNG</a></li>
<li><a href="http://slash7.com/cheats/form_helpers.pdf">Ruby on Rails cheat sheet guide &#8211; PDF</a></li>
<li><a href="http://www.zenspider.com/Languages/Ruby/QuickRef.html">Ruby quick reference</a></li>
<li><a href="http://www.threaded.com/ruby_cheatsheet.htm">Threadeds Ruby Cheat Sheet</a></li>
<li><a href="http://slash7.com/cheats/rails_files_cheatsheet.pdf">What Goes Where?  &#8211; Ruby on Rails cheat sheet &#8211; PDF</a></li>
</ul>
<p><strong>Unix/Linux</strong></p>
<ul class="external">
<li><a href="http://www.unixguide.net/linux/linuxshortcuts.shtml">Linux Shortcuts and Commands</a></li>
<li><a href="http://aperiodic.net/screen/quick_reference?do=show"> quick_reference [GNU screen]</a></li>
<li><a href="http://www.pixelbeat.org/cmdline.html">Unix Cheat Sheet</a></li>
<li><a href="http://homepage.powerup.com.au/%7Esquadron/linux_manual.pdf">The One Page Linux Manual &#8211; Version 3 &#8211; PDF </a></li>
<li><a href="http://www.gasmi.net/docs/tcp.html">TCP Ports list (3498 ports in list) </a></li>
<li><a href="http://www.rain.org/%7emkummel/unix.html">Treebeard’s Unix Cheat Sheet</a></li>
<li><a href="http://www.pixelbeat.org/vim.tips.html">Essential Vim keyboard shortcuts Cheat Sheet</a></li>
<li><a href="http://tnerual.eriogerg.free.fr/vim.html">VIM Quick Reference Card</a></li>
<li><a href="http://bullium.com/support/vim.html">Vim Commands Cheat Sheet</a></li>
</ul>
<p><strong>Weblog</strong></p>
<ul class="external">
<li><a href="http://andywibbels.com/files/Blogger_Cheatsheet_v1.pdf">Blogger Cheatsheet &#8211; PDF</a></li>
<li><a href="http://andywibbels.com/files/TypePad_Cheatsheet_v1.pdf">TypePad Cheatsheet &#8211; PDF</a></li>
<li><a href="http://andywibbels.com/files/Movable_Type_Cheatsheet_v1.pdf">Movable Type Cheatsheet &#8211; PDF</a></li>
<li><a href="http://www.einfach-persoenlich.de/2005-05-29/movabletype-movable-type-cheat-sheet-spickzettel.html">MovableType</a></li>
<li><a href="http://andywibbels.com/files/WordPress_Cheatsheet_v1.pdf">WordPress Cheatsheet &#8211; PDF</a></li>
<li><a href="http://bueltge.de/wp-wordpress-cheat-sheet-fuer-theme-tags-und-plugin-api/205">WP &#8211; WordPress Cheat Sheet für Theme Tags und Plugin-API &#8211; PDF</a></li>
</ul>
<p><strong>Windows</strong></p>
<ul class="external">
<li><a href="http://www.ss64.com/nt/">An A-Z Index of the Windows NT/XP command line</a></li>
<li><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">Graphical vi-vim Cheat Sheet and Tutorial</a></li>
<li><a href="http://www.fgcu.edu/support/office2000/ppt/shortcuts.html">Power Point 2000 &#8211; Keyboard Shortcuts</a></li>
<li><a href="http://www.oreilly.com/examples/promos/pt/power_point_quickref.pdf">POWERPOINT 2003 &#8211; Quick Reference Card</a></li>
<li><a href="http://www.gasmi.net/docs/tcp.html">TCP Ports list (3498 ports in list) </a></li>
<li><a href="http://tlt.its.psu.edu/suggestions/international/accents/codealt.html">Windows &#8211; Alt Key Numeric Codes</a></li>
</ul>
<p><strong>XML</strong></p>
<ul class="external">
<li><a href="http://www.dopefly.com/projects/fuseboxxmlcheatsheet.cfm">Fusebox 4.1 XML Cheat Sheet</a></li>
<li><a href="http://www.zvon.org/download2_cheatsheet.php/sheet_mathML_el_attr.pdf?title=MathML%3A+elements+-+attributes">MathML Reference &#8211; PDF</a></li>
<li><a href="http://www.zvon.org/download2_cheatsheet.php/sheet_voiceXML_el_attr.pdf?title=VoiceXML%3A+elements+-+attributes">VoiceXML Reference &#8211; PDF</a></li>
<li><a href="http://refcards.com/download/bj/xtm-1.0.pdf">XML TopicMaps 1.0 &#8211; Quick Reference Card &#8211; PDF</a></li>
<li><a href="http://www.mulberrytech.com/quickref/XMLquickref.pdf">XML Quick References &#8211; PDF</a></li>
<li><a href="http://www.zvon.org/download2_cheatsheet.php/sheet_xmlSchema2001_child_parent.pdf?title=XML+Schema+2001%3A+children+-+parents">XML Schema 2001: children &#8211; parents  &#8211; PDF</a></li>
<li><a href="http://www.zvon.org/download2_cheatsheet.php/sheet_xmlSchema2001_el_attr.pdf?title=XML+Schema+2001%3A+elements+-+attributes"> XML Schema 2001: elements &#8211; attributes  &#8211; PDF</a></li>
<li><a href="http://www.zvon.org/Output/cheatsheets/cheatsheet_list.html">XML Schema 2000/10 &#8211; PDF</a></li>
<li><a href="http://www.xml.dvint.com/docs/SchemaStructuresQR-2.pdf">XML Schema &#8211; Structures Quick Reference &#8211; PDF</a></li>
<li><a href="http://www.xml.dvint.com/docs/SchemaDataTypesQR-2.pdf">XML Schema &#8211; Data Types Quick Reference &#8211; PDF</a></li>
<li><a href="http://www.zvon.org/download2_cheatsheet.php/sheet_xslReference_el_attr.pdf?title=XSL+FO%3A+elements+-+attributes">XSL FO Reference &#8211; PDF</a></li>
<li><a href="http://www.mulberrytech.com/quickref/XSLT_1quickref-v2.pdf">XSLT Quick References &#8211; PDF</a></li>
<li><a href="http://refcards.com/download/deepx/XSLT-1.0.pdf">XSLT Quick Reference Card &#8211; PDF</a></li>
<li><a href="http://www.topxml.com/xsl/XSLTRef.asp">XSLT Reference</a></li>
</ul>
<h2  class="related_post_title">最热评论文章列表:</h2><ul class="related_post"><li>2009年08月5日 -- <a href="http://www.ihiro.org/my-first-theme-for-download" title="主题：我的第一个主题ihiro提供下载了">主题：我的第一个主题ihiro提供下载了</a> (90)</li><li>2009年08月7日 -- <a href="http://www.ihiro.org/abandon-google-and-baidu-then-alimama" title="网赚:抛弃谷歌、百度，转战阿里妈妈">网赚:抛弃谷歌、百度，转战阿里妈妈</a> (47)</li><li>2010年03月25日 -- <a href="http://www.ihiro.org/the-enhanced-ajax-effect-instructions" title="Ajax:近期博客改版的增强Ajax加载说明">Ajax:近期博客改版的增强Ajax加载说明</a> (41)</li><li>2009年09月6日 -- <a href="http://www.ihiro.org/highlight-the-administrators-reply-message" title="Wordpress:高亮管理员的留言信息">Wordpress:高亮管理员的留言信息</a> (33)</li><li>2010年08月12日 -- <a href="http://www.ihiro.org/sizzle-custom-selector" title="Sizzle:开源JS选择器，如何自定义选择器">Sizzle:开源JS选择器，如何自定义选择器</a> (29)</li><li>2010年03月22日 -- <a href="http://www.ihiro.org/buy-ihiro-me-from-godaddy" title="GoDaddy:购入新域名ihiro.me">GoDaddy:购入新域名ihiro.me</a> (28)</li><li>2009年07月18日 -- <a href="http://www.ihiro.org/congratulattion-of-google-adsense" title="AdSense:Google AdSense申请通过，祝贺一下">AdSense:Google AdSense申请通过，祝贺一下</a> (26)</li><li>2009年10月31日 -- <a href="http://www.ihiro.org/celebrate-my-blog-pr-catapulted-3" title="PageRank:庆贺我的博客PR连升3级">PageRank:庆贺我的博客PR连升3级</a> (25)</li><li>2009年07月2日 -- <a href="http://www.ihiro.org/the-effection-of-tab-like-msn" title="jQuery:仿MSN网站的tab效果">jQuery:仿MSN网站的tab效果</a> (23)</li><li>2009年08月21日 -- <a href="http://www.ihiro.org/jquery-scrolltop-plugins" title="jQuery:Scrolltop滑动插件推荐（修正注释版）">jQuery:Scrolltop滑动插件推荐（修正注释版）</a> (23)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ihiro.org/collections-of-cheat-sheets-links/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>好书推荐&#8211;《精通Javascript》</title>
		<link>http://www.ihiro.org/proficient-in-javascript</link>
		<comments>http://www.ihiro.org/proficient-in-javascript#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:33:20 +0000</pubDate>
		<dc:creator>Hiro</dc:creator>
				<category><![CDATA[书籍文档]]></category>
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://www.ihiro.org/?p=30</guid>
		<description><![CDATA[<img class="alignleft" title="精通javascript" src="http://ec4.images-amazon.com/images/I/51HTlhmx1YL._AA200_.jpg" alt="" width="100" height="100" />
<p>出版社：人民邮电出版社
页码：289 页
出版日期：2008年
ISBN：7115175403/9787115175403
条形码：9787115175403
</p>
<p>《精通JavaScript》是目前最深入的JavaScript图书，讲述了现代JavaScript的所有知识，展现了这门技术将能给网站建设带来如 何丰富的体验。《精通JavaScript》言简意赅，扩展了读者视野，并关注于基础且重要的主题——现代JavaScript是什么和不是什么，浏览器 支持的当前状态，以及需要注意的陷阱等。书中所有概念都来自于现实案例的分析。</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="精通javascript" src="http://ec4.images-amazon.com/images/I/51HTlhmx1YL._AA200_.jpg" alt="" width="200" height="200" /><br />
基本信息<br />
出版社：人民邮电出版社<br />
页码：289 页<br />
出版日期：2008年<br />
ISBN：7115175403/9787115175403<br />
条形码：9787115175403</p>
<p>包装版本：1版<br />
装帧：平装<br />
开本：16<br />
正文语种：中文<br />
丛书名：图灵计算机科学丛书</p>
<h3>内容简介</h3>
<p>《精通JavaScript》是目前最深入的JavaScript图书，讲述了现代JavaScript的所有知识，展现了这门技术将能给网站建设带来如 何丰富的体验。《精通JavaScript》言简意赅，扩展了读者视野，并关注于基础且重要的主题——现代JavaScript是什么和不是什么，浏览器 支持的当前状态，以及需要注意的陷阱等。书中所有概念都来自于现实案例的分析。</p>
<h3>作者简介</h3>
<p>John Resig，世界级Javascript大师，著名框架jQuery的创造者，拥有多年的Web应用程序开发经验。他现在是Mozilla公司的 JavaScript传道者，此前曾经在非赢利组织“每个儿童一台笔记本电脑(OLPC)”担任程序员，并在罗切斯特理工学院从事过数据挖掘方面的研究。 除了jQuery之外，他还开发7Sparklines程序库、AniWiki、建模工具dModeler等许多有影响的应用程序。他的个人网站是 <a rel="external" href="http://www.ejohn.org/">www.ejohn.org</a>。</p>
<h3>目录</h3>
<p>第一部分　认识现代JavaScript<br />
第1章　现代JavaScript程序设计　2<br />
1.1　面向对象的JavaScript　2<br />
1.2　测试代码　3<br />
1.3　打包分发　4<br />
1.4　分离式DOM脚本编程　5<br />
1.4.1　DOM　6<br />
1.4.2　事件　7<br />
1.4.3　JavaScript与CSS　8<br />
1.5　Ajax　8<br />
1.6　浏览器支持　11<br />
1.7　小结　12<br />
第二部分　专业JavaScript开发<br />
第2章　面向对象的JavaScript　14<br />
2.1　语言特性　14<br />
2.1.1　引用　14<br />
2.1.2　函数重载和类型检查　16<br />
2.1.3　作用域　19<br />
2.1.4　闭包　20<br />
2.1.5　上下文对象　23<br />
2.2　面向对象基础　24<br />
2.2.1　对象　25<br />
2.2.2　对象的创建　25<br />
2.3　小结　30<br />
第3章　创建可重用代码　31<br />
3.1　标准化面向对象的代码　31<br />
3.1.1　原型式继承　31<br />
3.1.2　类式继承　32<br />
3.1.3　Base库　35<br />
3.1.4　Prototype库　36<br />
3.2　打包　39<br />
3.2.1　命名空间　40<br />
3.2.2　清理代码　42<br />
3.2.3　压缩　43<br />
3.3　分发　45<br />
3.4　小结　47<br />
第4章　调试与测试的工具　48<br />
4.1　调试　48<br />
4.1.1　错误控制台　48<br />
4.1.2　DOM查看器　52<br />
4.1.3　Firebug　54<br />
4.1.4　Venkman　55<br />
4.2　测试　56<br />
4.2.1　JSUnit　56<br />
4.2.2　J3Unit　57<br />
4.2.3　Test.Simple　58<br />
4.3　小结　59<br />
第三部分　分离式JavaScript</p>
<p>第四部分　Ajax</p>
<p>第五部分　JavaScript的未来</p>
<p>第六部分　附录<br />
附录A　DOM参考手册　242<br />
附录B　事件参考手册　257<br />
附录C　浏览器　273<br />
索引　275</p>
<h2  class="related_post_title">最热评论文章列表:</h2><ul class="related_post"><li>2009年08月5日 -- <a href="http://www.ihiro.org/my-first-theme-for-download" title="主题：我的第一个主题ihiro提供下载了">主题：我的第一个主题ihiro提供下载了</a> (90)</li><li>2009年08月7日 -- <a href="http://www.ihiro.org/abandon-google-and-baidu-then-alimama" title="网赚:抛弃谷歌、百度，转战阿里妈妈">网赚:抛弃谷歌、百度，转战阿里妈妈</a> (47)</li><li>2010年03月25日 -- <a href="http://www.ihiro.org/the-enhanced-ajax-effect-instructions" title="Ajax:近期博客改版的增强Ajax加载说明">Ajax:近期博客改版的增强Ajax加载说明</a> (41)</li><li>2009年09月6日 -- <a href="http://www.ihiro.org/highlight-the-administrators-reply-message" title="Wordpress:高亮管理员的留言信息">Wordpress:高亮管理员的留言信息</a> (33)</li><li>2010年08月12日 -- <a href="http://www.ihiro.org/sizzle-custom-selector" title="Sizzle:开源JS选择器，如何自定义选择器">Sizzle:开源JS选择器，如何自定义选择器</a> (29)</li><li>2010年03月22日 -- <a href="http://www.ihiro.org/buy-ihiro-me-from-godaddy" title="GoDaddy:购入新域名ihiro.me">GoDaddy:购入新域名ihiro.me</a> (28)</li><li>2009年07月18日 -- <a href="http://www.ihiro.org/congratulattion-of-google-adsense" title="AdSense:Google AdSense申请通过，祝贺一下">AdSense:Google AdSense申请通过，祝贺一下</a> (26)</li><li>2009年10月31日 -- <a href="http://www.ihiro.org/celebrate-my-blog-pr-catapulted-3" title="PageRank:庆贺我的博客PR连升3级">PageRank:庆贺我的博客PR连升3级</a> (25)</li><li>2009年07月2日 -- <a href="http://www.ihiro.org/the-effection-of-tab-like-msn" title="jQuery:仿MSN网站的tab效果">jQuery:仿MSN网站的tab效果</a> (23)</li><li>2009年08月21日 -- <a href="http://www.ihiro.org/jquery-scrolltop-plugins" title="jQuery:Scrolltop滑动插件推荐（修正注释版）">jQuery:Scrolltop滑动插件推荐（修正注释版）</a> (23)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.ihiro.org/proficient-in-javascript/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
