<?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>CSS9.NET &#187; 手册、速查表</title>
	<atom:link href="http://css9.net/category/book/handbook/feed/" rel="self" type="application/rss+xml" />
	<link>http://css9.net</link>
	<description>Less is More,Simple is Perfect!</description>
	<lastBuildDate>Thu, 17 Jun 2010 05:08:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>用过的最好的一款jQuery速查表（PDF）</title>
		<link>http://css9.net/jquery-visual-cheat-sheet/</link>
		<comments>http://css9.net/jquery-visual-cheat-sheet/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 15:27:38 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[速查表]]></category>

		<guid isPermaLink="false">http://css9.net/?p=1085</guid>
		<description><![CDATA[一般地，作为框架或类库都具有功能齐全，api丰富的特点。jQuery作为当前最优秀的javascript类库之一，自然也不例外。我们在使用jQuery的时候，不免要经常查询它的api文档，才能渐渐熟悉。之前我最先想到的是官方的<a href='http://docs.jquey.com'>api说明站点</a>，不过如果有一份简洁的PDF文档，也许会来的更加方便些。

下面这款jQuery速查表是我用过最好的一款PDF版本jQuery速查表（JQUERY 1.3 Visual  Cheat Sheet）。它是国外知名前端专家<a href='http://woork.blogspot.com/'>Wook</a>基于1.3版本jquery制作的。它内容完善，设计风格简洁，具有很好的实用性。


延伸阅读:<ol><li><a href='http://css9.net/web-develop-chmhandbook/' rel='bookmark' title='Permanent Link: 从W3C School整理的最全的Web开发chm手册'>从W3C School整理的最全的Web开发chm手册</a></li><li><a href='http://css9.net/chinese-css-cheat-sheet/' rel='bookmark' title='Permanent Link: CSS中文速查表（CSS Cheat Sheet）'>CSS中文速查表（CSS Cheat Sheet）</a></li><li><a href='http://css9.net/jquery-1-4-released-new-features-2/' rel='bookmark' title='Permanent Link: jQuery 1.4正式发布：一起来看有哪些新变化（下篇）'>jQuery 1.4正式发布：一起来看有哪些新变化（下篇）</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/jquery-visual-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Web可用性设计的247条指导方针</title>
		<link>http://css9.net/247-web-usability-guidelines/</link>
		<comments>http://css9.net/247-web-usability-guidelines/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:35:04 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[可用性设计]]></category>
		<category><![CDATA[用户体验]]></category>

		<guid isPermaLink="false">http://css9.net/?p=993</guid>
		<description><![CDATA[<strong>译序：</strong><a href='http://www.userfocus.co.uk'>Userfocus</a>是英国一家专门从事网站可用性设计的咨询培训公司。它为我们分享了247条Web可用性设计的指导方针，并把它们清晰的分为九个大类：首页可用性设计、任务导向、导航和信息架构、表单和数据输入、可信度、写作和内容质量、页面布局和视觉设计、搜索可用性、帮助反馈和容错。如Userfocus所说，“虽然易用性系统的设计远不止应用一些简单的指导方针，但是它们却可以为获取稳定性和好的实践提供有意义的帮助。”


延伸阅读:<ol><li><a href='http://css9.net/jquery-ajax-bing-api-search/' rel='bookmark' title='Permanent Link: 使用jQuery及Bing API实现简易搜索引擎'>使用jQuery及Bing API实现简易搜索引擎</a></li><li><a href='http://css9.net/web-develop-chmhandbook/' rel='bookmark' title='Permanent Link: 从W3C School整理的最全的Web开发chm手册'>从W3C School整理的最全的Web开发chm手册</a></li><li><a href='http://css9.net/web-design-length-convert/' rel='bookmark' title='Permanent Link: Web设计字体尺寸转换速查表'>Web设计字体尺寸转换速查表</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/247-web-usability-guidelines/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>通过javascript实现的快速编码解码服务</title>
		<link>http://css9.net/text-escape-unescape-in-javascript/</link>
		<comments>http://css9.net/text-escape-unescape-in-javascript/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:20:43 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[编码]]></category>
		<category><![CDATA[解码]]></category>

		<guid isPermaLink="false">http://css9.net/?p=955</guid>
		<description><![CDATA[今天工作时，同事问我url中的“%20”是什么含义。虽然这些编码经常见到，但是猛然一问还真难说出，想说表示空格，又不敢确定。于是乎就想，通过在javascript中用unescape()方法获得，又嫌麻烦。于是乎就想，如果有一个各种编码的转换服务该多方便。无巧不成书，晚上在一国外站点还真遇到了这样的服务。方便起见，我把它扣下来放在了下面，以备大家不时之需。


延伸阅读:<ol><li><a href='http://css9.net/html-entitycode-reference/' rel='bookmark' title='Permanent Link: HTML实体符号代码速查表'>HTML实体符号代码速查表</a></li><li><a href='http://css9.net/all-about-http-headers/' rel='bookmark' title='Permanent Link: 了解HTTP Headers的方方面面'>了解HTTP Headers的方方面面</a></li><li><a href='http://css9.net/web-develop-chmhandbook/' rel='bookmark' title='Permanent Link: 从W3C School整理的最全的Web开发chm手册'>从W3C School整理的最全的Web开发chm手册</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/text-escape-unescape-in-javascript/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HTML实体符号代码速查表</title>
		<link>http://css9.net/html-entitycode-reference/</link>
		<comments>http://css9.net/html-entitycode-reference/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 01:31:08 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[实体符号]]></category>
		<category><![CDATA[速查表]]></category>

		<guid isPermaLink="false">http://css9.net/?p=651</guid>
		<description><![CDATA[HTML实体符号通常是一些键盘无法输入的一些常用字符，来表达某种涵义。在大多数浏览器中默认的字符集为ISO-8859-1。HTML实体符号使我们在网页设计中经常用到的，下面做了整理，以备速查。


延伸阅读:<ol><li><a href='http://css9.net/flexible-ui-library-jquery-tools-6/' rel='bookmark' title='Permanent Link: jQuery Tools——不可错过的jQuery UI库（六）'>jQuery Tools——不可错过的jQuery UI库（六）</a></li><li><a href='http://css9.net/jquery-visual-cheat-sheet/' rel='bookmark' title='Permanent Link: 用过的最好的一款jQuery速查表（PDF）'>用过的最好的一款jQuery速查表（PDF）</a></li><li><a href='http://css9.net/web-develop-chmhandbook/' rel='bookmark' title='Permanent Link: 从W3C School整理的最全的Web开发chm手册'>从W3C School整理的最全的Web开发chm手册</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/html-entitycode-reference/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS中文速查表（CSS Cheat Sheet）</title>
		<link>http://css9.net/chinese-css-cheat-sheet/</link>
		<comments>http://css9.net/chinese-css-cheat-sheet/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 01:41:03 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://css9.net/?p=570</guid>
		<description><![CDATA[这是一个简易的CSS中文速查表，在下面有提供html版本下载及非常全的CSS手册。


延伸阅读:<ol><li><a href='http://css9.net/web-design-length-convert/' rel='bookmark' title='Permanent Link: Web设计字体尺寸转换速查表'>Web设计字体尺寸转换速查表</a></li><li><a href='http://css9.net/jquery-switch-style/' rel='bookmark' title='Permanent Link: 使用CSS和JQuery轻松切换网页显示样式'>使用CSS和JQuery轻松切换网页显示样式</a></li><li><a href='http://css9.net/5-presentations-improve-css-coding/' rel='bookmark' title='Permanent Link: 改善CSS编码的5个在线幻灯片教程'>改善CSS编码的5个在线幻灯片教程</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/chinese-css-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Web设计中的中国传统色彩速查表</title>
		<link>http://css9.net/chinese-traditional-color-in-web-desig/</link>
		<comments>http://css9.net/chinese-traditional-color-in-web-desig/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:42:14 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[颜色]]></category>

		<guid isPermaLink="false">http://css9.net/?p=384</guid>
		<description><![CDATA[诗词中有：“名花韵在年晴初，雨沁胭脂脸更敷。”，你知道胭脂是什么颜色么？“回眸一笑百媚生，六宫粉黛无颜色。”中的这个“黛”又是指什么颜色呢？“漆黑一片”里漆黑真的就是完全的黑色吗？在下面这个Web设计中的中国传统色彩速查表，你可以得到准确的答案。


延伸阅读:<ol><li><a href='http://css9.net/learn-javascript-from-masters/' rel='bookmark' title='Permanent Link: 向大师们学习Javascript（视频、PPT）'>向大师们学习Javascript（视频、PPT）</a></li><li><a href='http://css9.net/web-develop-chmhandbook/' rel='bookmark' title='Permanent Link: 从W3C School整理的最全的Web开发chm手册'>从W3C School整理的最全的Web开发chm手册</a></li><li><a href='http://css9.net/web-design-length-convert/' rel='bookmark' title='Permanent Link: Web设计字体尺寸转换速查表'>Web设计字体尺寸转换速查表</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/chinese-traditional-color-in-web-desig/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Web设计字体尺寸转换速查表</title>
		<link>http://css9.net/web-design-length-convert/</link>
		<comments>http://css9.net/web-design-length-convert/#comments</comments>
		<pubDate>Sun, 24 May 2009 15:02:54 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[尺寸转换]]></category>

		<guid isPermaLink="false">http://css9.net/?p=367</guid>
		<description><![CDATA[在Web设计中，常用的长度单位有：points(pt)、Pixes(px)、Ems(em)、百分比(%)，下面这张表就是这些Web设计尺寸单位转换的一个速查表。可能由于字体、浏览器、操作系统的不同，这个转换表只能是一个近似值，但它还是很有参考价值。


延伸阅读:<ol><li><a href='http://css9.net/chinese-css-cheat-sheet/' rel='bookmark' title='Permanent Link: CSS中文速查表（CSS Cheat Sheet）'>CSS中文速查表（CSS Cheat Sheet）</a></li><li><a href='http://css9.net/chinese-traditional-color-in-web-desig/' rel='bookmark' title='Permanent Link: Web设计中的中国传统色彩速查表'>Web设计中的中国传统色彩速查表</a></li><li><a href='http://css9.net/jquery-switch-style/' rel='bookmark' title='Permanent Link: 使用CSS和JQuery轻松切换网页显示样式'>使用CSS和JQuery轻松切换网页显示样式</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/web-design-length-convert/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>从W3C School整理的最全的Web开发chm手册</title>
		<link>http://css9.net/web-develop-chmhandbook/</link>
		<comments>http://css9.net/web-develop-chmhandbook/#comments</comments>
		<pubDate>Thu, 21 May 2009 15:05:27 +0000</pubDate>
		<dc:creator>IIduce</dc:creator>
				<category><![CDATA[手册、速查表]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[手册]]></category>

		<guid isPermaLink="false">http://css9.net/?p=313</guid>
		<description><![CDATA[<a href='http://w3school.com.cn/' target='_blank'>W3C School</a>是一家专门提供Web技术在线教程的网站。网站中提供了大量全面的Web开发相关手册、实例。这里要提供给大家的就是由该网站内容整理的CHM手册——离线版的W3C School网站，方便大家在Web开发时使用。


延伸阅读:<ol><li><a href='http://css9.net/ajax-org-open-source-ria-application-platform/' rel='bookmark' title='Permanent Link: Ajax.Org——开源的RIA应用程序平台'>Ajax.Org——开源的RIA应用程序平台</a></li><li><a href='http://css9.net/jquery-visual-cheat-sheet/' rel='bookmark' title='Permanent Link: 用过的最好的一款jQuery速查表（PDF）'>用过的最好的一款jQuery速查表（PDF）</a></li><li><a href='http://css9.net/chinese-css-cheat-sheet/' rel='bookmark' title='Permanent Link: CSS中文速查表（CSS Cheat Sheet）'>CSS中文速查表（CSS Cheat Sheet）</a></li></ol>]]></description>
		<wfw:commentRss>http://css9.net/web-develop-chmhandbook/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
