<?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; 前端</title>
	<atom:link href="http://www.qianduan.net/tag/front-end/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qianduan.net</link>
	<description>专注于网站前端设计与前端开发</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:05:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>D2前端论坛将于7月9日在杭州召开</title>
		<link>http://www.qianduan.net/d2-forum-will-end-on-july-9-was-held-in-hangzhou.html</link>
		<comments>http://www.qianduan.net/d2-forum-will-end-on-july-9-was-held-in-hangzhou.html#comments</comments>
		<pubDate>Tue, 21 Jun 2011 03:18:00 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[d2]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[论坛]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=12514</guid>
		<description><![CDATA[唔，第六届了啊，时间过得真快，我竟然一次都没有去过。。。 这次召开地点依然在杭州，两个会场。 我这里不多说，已经开始接受报名，详情见 http://www.d2forum.org/d2/6/ 。 我个人最感兴趣的... ]]></description>
			<content:encoded><![CDATA[<p>唔，第六届了啊，时间过得真快，我竟然一次都没有去过。。。</p>
<p>这次召开地点依然在杭州，两个会场。</p>
<p>我这里不多说，已经开始接受报名，详情见 <a href="http://www.d2forum.org/d2/6/">http://www.d2forum.org/d2/6/</a> 。</p>
<p>我个人最感兴趣的是<a href="http://www.qt06.com/">杨永全</a>老师关于无障碍的分享，盲人用户的真实体验比我们看再多的资料都来的实在。</p>
<p>当然，其他几位大师的分享看起来也很吸引人。</p>
<p>比较好的是，这次议题不是一窝蜂的HTML5，哈哈，最近这类分享会太多了。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/d2-forum-will-end-on-july-9-was-held-in-hangzhou.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML5 中 div section article 的区别</title>
		<link>http://www.qianduan.net/html5-differences-in-the-div-section-article.html</link>
		<comments>http://www.qianduan.net/html5-differences-in-the-div-section-article.html#comments</comments>
		<pubDate>Fri, 25 Feb 2011 07:18:53 +0000</pubDate>
		<dc:creator>糖伴西红柿</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=12368</guid>
		<description><![CDATA[刚刚开始接触 HTML5 时，对它的标签很不适应，甚至一度有点反感。尤其是对 div、section、article 这几个标签，实在弄不清楚应该使用在什么场合下... ]]></description>
			<content:encoded><![CDATA[<h1 id="toc_1"><span style="font-weight: normal; font-size: small;">刚刚开始接触 HTML5 时，对它的标签很不适应，甚至一度有点反感。尤其是对 div、section、article 这几个标签，实在弄不清楚应该使用在什么场合下。</span></h1>
<h2 id="toc_1.1">div</h2>
<p>HTML Spec: &#8220;The div element has no special meaning at all.&#8221;</p>
<p>这个标签是我们见得最多、用得最多的一个标签。本身没有任何语义，用作布局以及样式化或脚本的钩子(hook)。</p>
<h2 id="toc_1.2">section</h2>
<p>HTML Spec: &#8220;The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.&#8221;</p>
<p>与 div 的无语义相对，简单地说 section 就是带有语义的 div 了，但是千万不要觉得真得这么简单。section 表示一段专题性的内容，一般会带有标题。看到这里，我们也许会想到，那么一篇博客文章，或者一条单独的评论岂不是正好可以用 section 吗？接着看：</p>
<p>&#8220;Authors are encouraged to use the article element instead of the section element when it would make sense to syndicate the contents of the elemen.&#8221;</p>
<p>当元素内容聚合起来更加言之有物时，应该使用 article 来替换 section 。</p>
<p>那么，section 应该什么时候用呢？再接着看：</p>
<p>&#8220;Examples of sections would be chapters, the various tabbed pages in a tabbed dialog box, or the numbered sections of a thesis. A Web site’s home page could be split into sections for an introduction, news items, and contact information.&#8221;</p>
<p>section 应用的典型场景有文章的章节、标签对话框中的标签页、或者论文中有编号的部分。一个网站的主页可以分成简介、新闻和联系信息等几部分。其实我对这里传达信息很感兴趣，因为感觉 section 和下面要介绍的 artilce 更加适用于模块化应用，这个话题以后会出篇专门的文章来讨论，这里暂时略过。</p>
<p>要注意，W3C 还警告说：</p>
<p>&#8220;The section element is not a generic container element. When an element is needed for styling purposes or as a convenience for scripting, authors are encouraged to use the div element instead. A general rule is that the section element is appropriate only if the element’s contents would be listed explicitly in the document’s outline.&#8221;</p>
<p>section 不仅仅是一个普通的容器标签。当一个标签只是为了样式化或者方便脚本使用时，应该使用 div 。一般来说，当元素内容明确地出现在文档大纲中时，section 就是适用的。</p>
<pre>&lt;article&gt;
 &lt;hgroup&gt;
  &lt;h1&gt;Apples&lt;/h1&gt;
  &lt;h2&gt;Tasty, delicious fruit!&lt;/h2&gt;
 &lt;/hgroup&gt;
 &lt;p&gt;The apple is the pomaceous fruit of the apple tree.&lt;/p&gt;
 &lt;section&gt;
  &lt;h1&gt;Red Delicious&lt;/h1&gt;
  &lt;p&gt;These bright red apples are the most common found in many
  supermarkets.&lt;/p&gt;
 &lt;/section&gt;
 &lt;section&gt;
  &lt;h1&gt;Granny Smith&lt;/h1&gt;
  &lt;p&gt;These juicy, green apples make a great filling for
  apple pies.&lt;/p&gt;
 &lt;/section&gt;
&lt;/article&gt;</pre>
<h2 id="toc_1.3">article</h2>
<p>HTML Spec: &#8220;The article element represents a self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication.&#8221;</p>
<p>article 是一个特殊的 section 标签，它比 section 具有更明确的语义, 它代表一个独立的、完整的相关内容块。一般来说， article 会有标题部分(通常包含在 header 内)，有时也会 包含 footer 。虽然 section 也是带有主题性的一块内容，但是无论从结构上还是内容上来说，article 本身就是独立的、完整的。</p>
<p>HTML Spec 中接着又列举了一些 article 适用的场景。 &#8220;This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.&#8221;</p>
<p>当 article 内嵌 article 时，原则上来说，内部的 article 的内容是和外层的 article 内容是相关的。例如，一篇博客文章中，包含用户提交的评论的 article 就应该潜逃在包含博客文章 article 之中。</p>
<p>问题是怎么才算“完整的独立内容”？有个最简单的判断方法是看这段内容在 RSS feed 中是不是完整的。看这段内容脱离了所在的语境，是否还是完整的、独立的。</p>
<p>例子：</p>
<pre>&lt;article&gt;
 &lt;header&gt;
  &lt;h1&gt;The Very First Rule of Life&lt;/h1&gt;
  &lt;p&gt;&lt;time pubdate datetime="2009-10-09T14:28-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
 &lt;/header&gt;
 &lt;p&gt;If there's a microphone anywhere near you, assume it's hot and
 sending whatever you're saying to the world. Seriously.&lt;/p&gt;
 &lt;p&gt;...&lt;/p&gt;
 &lt;footer&gt;
  &lt;a href="?comments=1"&gt;Show comments...&lt;/a&gt;
 &lt;/footer&gt;
&lt;/article&gt;</pre>
<pre>&lt;article&gt;
 &lt;header&gt;
  &lt;h1&gt;The Very First Rule of Life&lt;/h1&gt;
  &lt;p&gt;&lt;time pubdate datetime="2009-10-09T14:28-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
 &lt;/header&gt;
 &lt;p&gt;If there's a microphone anywhere near you, assume it's hot and
 sending whatever you're saying to the world. Seriously.&lt;/p&gt;
 &lt;p&gt;...&lt;/p&gt;
 &lt;section&gt;
  &lt;h1&gt;Comments&lt;/h1&gt;
  &lt;article&gt;
   &lt;footer&gt;
    &lt;p&gt;Posted by: George Washington&lt;/p&gt;
    &lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:10-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
   &lt;/footer&gt;
   &lt;p&gt;Yeah! Especially when talking about your lobbyist friends!&lt;/p&gt;
  &lt;/article&gt;
  &lt;article&gt;
   &lt;footer&gt;
    &lt;p&gt;Posted by: George Hammond&lt;/p&gt;
    &lt;p&gt;&lt;time pubdate datetime="2009-10-10T19:15-08:00"&gt;&lt;/time&gt;&lt;/p&gt;
   &lt;/footer&gt;
   &lt;p&gt;Hey, you have the same first name as me.&lt;/p&gt;
  &lt;/article&gt;
 &lt;/section&gt;
&lt;/article&gt;</pre>
<h2 id="toc_1.4">总结</h2>
<p>div section article ，语义是从无到有，逐渐增强的。div 无任何语义，仅仅用作样式化或者脚本化的钩子(hook)，对于一段主题性的内容，则就适用 section，而假如这段内容可以脱离上下文，作为完整的独立存在的一段内容，则就适用 article。原则上来说，能使用 article 的时候，也是可以使用 section 的，但是实际上，假如使用 article 更合适，那么就不要使用 section 。nav 和 aside 的使用也是如此，这两个标签也是特殊的 section，在使用 nav 和 aside 更合适的情况下，也不要使用 section 了。</p>
<p>对于 div 和 section、 article 以及其他标签的区分比较简单。对于 section 和 article 的区分乍看比较难，其实重点就是看看这段内容脱离了整体是不是还能作为一个完整的、独立的内容而存在，这里面的重点又在完整身上。因为其实说起来 section 包含的内容也能算作独立的一块，但是它只能算是组成整体的一部分，article 才是一个完整的整体。</p>
<p>因为其实有些时候每个人都有自己的看法，所以难免有难于决断的时候，怎么办？</p>
<p>在 <a href="http://www.cn-cuckoo.com/2010/10/21/the-design-of-html5-2151.html">HTML5 设计原理</a> 中，有一条是专门用来解决类似情况的：</p>
<p><strong>最终用户优先(Priority of Constituencies)</strong></p>
<p>&#8220;In case of conflict, consider users over authors over implementors over specifiers over theoretical purity.&#8221; 一旦遇到冲突，最终用户优先，其次是作者，其次是实现者，其次标准制定者，最后才是理论上的完满。</p>
<p>推荐各位多读几遍 <a href="http://www.cn-cuckoo.com/2010/10/21/the-design-of-html5-2151.html">HTML5 设计原理</a>，这才是纷繁世界背后的最终奥义。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/html5-differences-in-the-div-section-article.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>阿里巴巴日本招聘：前端工程师</title>
		<link>http://www.qianduan.net/alibaba-japan-job-front-end-engineer.html</link>
		<comments>http://www.qianduan.net/alibaba-japan-job-front-end-engineer.html#comments</comments>
		<pubDate>Tue, 16 Nov 2010 15:46:41 +0000</pubDate>
		<dc:creator>Evance</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=12312</guid>
		<description><![CDATA[我们是阿里巴巴日本。 我们致力于建设最权威，最强大的中日电子商务平台。 现在，我们要招聘靠谱的前端开发工程师： 工作地点： 杭州，点击我查看具体位置 职位要求： 必须：非常熟练HT... ]]></description>
			<content:encoded><![CDATA[<div>
<p>我们是阿里巴巴日本。<br />
我们致力于建设最权威，最强大的中日电子商务平台。<br />
现在，我们要招聘靠谱的前端开发工程师：</p>
<h2>工作地点：</h2>
<p>杭州，<a rel="nofollow external" href="http://hangzhou.edushi.com/?oid=29529">点击我查看具体位置</a></p>
<h2>职位要求：</h2>
<ol>
<li>必须：非常熟练HTML+CSS;</li>
<li>必须：深刻理解web标准;</li>
<li>必须：热爱前端。</li>
<li>必须：经验丰富或者潜力过人(二选一)。</li>
</ol>
<h2>加分项</h2>
<ol>
<li>熟练使用Javascript;</li>
<li>至少使用过一门后端脚本，如PHP、Python等;</li>
<li>喜欢尝试新东西，好奇心强烈;</li>
<li>有个人网站;</li>
<li>会日语;</li>
<li>很Open，多才多艺;</li>
<li>美女或者帅哥;</li>
<li>熟悉SEO;</li>
</ol>
<h2>减分项</h2>
<ol>
<li>觉得上面的要求太简单不屑一顾;</li>
<li>习惯使用百度查文档;</li>
<li>英语特别特别差;</li>
<li>特别低调，不擅言谈;</li>
<li>不知道怎么找到我的联系方式;</li>
</ol>
<h2>附加说明</h2>
<ol>
<li>我们希望能够招到两种人：a. 经验丰富   或者  b. 善于学习、潜力过人</li>
<li>加分项是指优先录用的条件，如果全部满足，好，那就是你了.  :) .。</li>
<li>你的应聘邮件将会最快被处理，只要合适我会马上安排面试。</li>
<li>我们招聘靠谱的前端，因此薪水也会很靠谱。如果你满足要求，我甚至可以教你#%*()%_)$#$ (敏感词)。</li>
<li>请发送Doc(或者PDF等格式便于打印)的简历给我。</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/alibaba-japan-job-front-end-engineer.html/feed</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>关于前端观察feed的问题</title>
		<link>http://www.qianduan.net/observed-on-the-front-of-the-question-feed.html</link>
		<comments>http://www.qianduan.net/observed-on-the-front-of-the-question-feed.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 07:40:06 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11799</guid>
		<description><![CDATA[很多朋友说，现在的feed地址在Google reader中无法跳转到网站，我也注意到了，再次对给大家带来的不便表示抱歉... ]]></description>
			<content:encoded><![CDATA[<p>很多朋友说，现在的feed地址在Google reader中无法跳转到网站，我也注意到了，再次对给大家带来的不便表示抱歉。<span id="more-11799"></span></p>
<p>出现这样的问题，主要是因为feedburner使用feedproxy.google.com二级域名来做转向，然而由于众所周知的原因，feedproxy被土啬屏蔽了。这就导致了在转向到前端观察的时候，出现问题。</p>
<p>事实上，我们的默认feed地址一直是可以使用的，也就是  <a href="http://www.qianduan.net/feed">http://www.qianduan.net/feed</a> ，你可以将原来的feedburner的地址更换成这个。其实在Google reader或者鲜果、哪咤能网站订阅前端观察的时候，直接输入我们的域名<a href="http://www.qianduan.net">www.qianduan.net</a>就可以自动找到这个feed地址。</p>
<p>之前我们并不推荐使用这个默认的feed地址，因为在前端观察刚刚开通的时候，我们使用的是默认的url规则，也就是动态生成的url(/?p=id)，也没有使用wp的缓存插件，为了防止增加服务器的负担，当时我们采用了feedsky的服务，之后才开始使用feedburner。</p>
<p>事实上我们很久以前就更改URL规则并使用静态化插件了，所以我们可以放心的让大家采用默认的feed地址了。</p>
<p>feedsky的确很慢，但是我们会为部分用户保留，feedbunner的服务的确不错，可是发生这样的事情我们也感到很无奈，但是也会继续保留。</p>
<p>我们不想让事情变的复杂，但是还是无法避免。</p>
<p><span style="color: #ff0000;"><strong>UPDATE：</strong></span>经过<a href="http://rpsh.net" target="_blank">任平生</a>在评论中的指点，现在已经修正feedbunner通过feedproxy跳转的问题，现在feedbunner的订阅地址已经可用，所以，我们还是<strong>推荐使用feedbunner</strong>：<a href="http://feeds.feedburner.com/qianduannet">http://feeds.feedburner.com/qianduannet</a></p>
<p>如果还有任何问题，欢迎提出。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/observed-on-the-front-of-the-question-feed.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>前端博客搜索</title>
		<link>http://www.qianduan.net/front-end-blog-search.html</link>
		<comments>http://www.qianduan.net/front-end-blog-search.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:54:37 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11779</guid>
		<description><![CDATA[丸子同学整理出了一个前端博客搜索，整合了国内外知名的125个前端博客，很棒... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://princeb4d.com/" target="_blank">丸子同学</a>整理出了一个前端博客搜索，整合了国内外知名的125个前端博客，很棒。<br />
<span id="more-11779"></span></p>
<style>
.gadget,.gadget td{border:0}
</style>
<p>体验一下先：<br />
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/cse/api/006584053597041109181/cse/d0cihlrffdy/gadget&amp;synd=open&amp;w=320&amp;h=75&amp;output=js"></script></p>
<p>当然，你还可以用这个自定义的搜索来做跟多事情，比如：</p>
<ul>
<li>添加到IE和Firefox的搜索栏中</li>
<li>添加到IE8的加速器</li>
</ul>
<p>了解更多请访问：<a href="http://s.princeb4d.com/">http://s.princeb4d.com/</a><br />
前端博客搜索页面：<a href="http://www.google.com/cse/home?cx=006584053597041109181:d0cihlrffdy&#038;hl=zh-CN" target="_blank">http://www.google.com/cse/home?cx=006584053597041109181:d0cihlrffdy&#038;hl=zh-CN</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/front-end-blog-search.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>前端观察一周年</title>
		<link>http://www.qianduan.net/front-end-observe-1-year.html</link>
		<comments>http://www.qianduan.net/front-end-observe-1-year.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 13:44:16 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11401</guid>
		<description><![CDATA[是的，前端观察开博一周年了。回想这一年来的历程，我心存感激并感到幸福... ]]></description>
			<content:encoded><![CDATA[<p>是的，前端观察开博一周年了。</p>
<p>事实上，前天才是前端观察的周年纪念日，但是由于那天我被重感冒困扰，竟然忘掉了这件事情，实在不应该啊……</p>
<p>回想这一年来的历程，我心存感激并感到幸福。这一年来有很多朋友在我遇到困难的时候为我提供了很多帮助，也有很多网友对前端观察提出了很好的建议和批评，嗯，还有更多的读者通过评论于我们进行技术交流或纠正我们内容中的不足或错误……这一切，都是我们坚持和前进的动力。有目标的人是幸福的。谢谢大家。</p>
<p>在这里我要特别感谢我们的编辑团队的每个成员，糖伴西红柿、菠菜、江海客，大家在前端观察的每一份付出，都是前端观察成长的见证。这是我们大家共同努力的财富。</p>
<p>我之前想，要不要在这个时候为网站改一下版呢？算是给网站的小礼物。事实上我自己并没有发现网站现在的不足，也没有审美疲劳，因为网站的界面也不断有些小改动。加上一直没有灵感，就一直拖延，最终也没能实现。</p>
<p>那就祝福一下吧，我祝愿前端观察越来越好，越来越成熟与专业，我们编辑团队也会一如既往的努力，让网站更好，让内容更有价值。</p>
<p>如果你对前端观察有什么好的建议，或者对于现在的网站有什么意见，欢迎提出来，我们会不断的改进，会在适当的时候优化网站或者在下次改版的时候将你的意见考虑进来。</p>
<p>只要努力，明天就会更美……</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/front-end-observe-1-year.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>投票：您最喜欢用哪个阅读器？</title>
		<link>http://www.qianduan.net/vote-which-you-most-like-to-use-the-reader.html</link>
		<comments>http://www.qianduan.net/vote-which-you-most-like-to-use-the-reader.html#comments</comments>
		<pubDate>Fri, 11 Sep 2009 04:42:19 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[前端观察]]></category>
		<category><![CDATA[投票]]></category>
		<category><![CDATA[调查]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11311</guid>
		<description><![CDATA[这个投票的目的是，想了解大家的订阅习惯，以便为大家提供更好的服务，希望大家踊跃投票，谢谢... ]]></description>
			<content:encoded><![CDATA[<p>发起这个投票是源于某个网友提出的关于豆瓣九点不能正常浏览前端观察文章的问题，貌似之前也有一些网友说，不能正常显示图片，我在这里对于给大家带来了不便先道个谦……<span id="more-11311"></span></p>
<p>这个投票的目的是想了解大家的订阅习惯，以便为大家提供更好的服务，希望大家踊跃投票，谢谢！</p>
<p><strong>呃，这个，即使你没有订阅前端观察也可以参加投票滴 :)</strong></p>
<p><iframe src="http://spreadsheets.google.com/embeddedform?key=tUk79XuBgDcnMbj49Kki7qw" width="500" height="540" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>最近涌现出了很多的RSS阅读器，比如<a href="http://reader.youdao.com/">有道阅读</a>，QQ邮箱，<a href="http://www.mobeehome.com/">MobeeHome</a>，呃还有<a href="http://mail.139.com">139邮箱</a>也有了订阅RSS的功能。这些都可以很方便的管理我们订阅的内容，而且各有特色——没有最好的阅读器，只有最适合自己的。</p>
<p><span style="color:#fff">doubanclaimd336bb0e45ef7051</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/vote-which-you-most-like-to-use-the-reader.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>webrebuild第三次聚会侧记</title>
		<link>http://www.qianduan.net/sidelights-on-the-third-party-webrebuild.html</link>
		<comments>http://www.qianduan.net/sidelights-on-the-third-party-webrebuild.html#comments</comments>
		<pubDate>Sun, 23 Aug 2009 14:17:50 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[聚会]]></category>
		<category><![CDATA[重构]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11222</guid>
		<description><![CDATA[参加webrebuild第三次聚会的一些收获和感受，抛砖引玉，欢迎大家分享自己的收获——当然，也可以拍砖…... ]]></description>
			<content:encoded><![CDATA[<p>知道<a href="http://www.webrebuild.org/" target="_blank">webrebuild.org</a>要召开三周年聚会的时候，已经很晚了，好像是上周二才在twitter上听推友说的，然后就报名了。</p>
<p>关于webrebuild.org网站，我想无需多介绍了，网站本身及其<a href="http://www.webrebuild.org/ie6/" target="_blank">推动IE6升级活动</a>我想国内做前端或网站重构的，没几个人不知道。</p>
<p>话说昨天下午，来到了环境优美的华侨城，这个地方不是很好找，但最终算是没迟到。但是由于我是第一年参加，平时也和同行很少线下交流，所以到了之后才发现，一个人都不认识！后来慢慢的就和大家有些接触，然后中间休息的时候，<a href="http://www.99css.com/" target="_blank">99css</a>的站长yztong认出了我，很是惊喜，同时他介绍了些牛人给我，在此多谢了&#8230;</p>
<p><strong>但是很遗憾，准备不足——没带相机，没带纸笔，开始的时候想通过twitter直播些内容，但是手机后来也没电了，惨！<span id="more-11222"></span><br />
</strong></p>
<p>但是收获还是很多的：</p>
<ol>
<li>各位大牛分享的技术很精彩，<a href="http://www.pjhome.net" target="_blank"><strong>舜子</strong></a>的关于前端优化的演讲《改善用户体验的第一印象——don&#8217;t make me wait》很系统，也有很多不错的技巧（呼吁当天有记录的童鞋分享一下笔记）</li>
<li><strong><a href="http://www.twinsenliang.net" target="_blank">彪叔</a></strong>的一上来就向大家展示了他博大精深的知识面，会后听他讲股市四大规律在重构方面的应用同样感到非一般的精彩，毕竟能够将股市K线和网站分析联系起来的，想必不会有几个人……</li>
<li>rukey的《公用模板的重构》讲的也很系统，一些技巧对我们平时的工作和团队协作很有用；</li>
<li>腾讯－辛春红《前瞻性研究-RDFa》的确让我了解到了些新的东西；</li>
<li>最后上台讲CSS3的mm，整理的CSS3的知识很系统，如果能够分享出来，我想会对很多人都有用的，另外，我更期待提到的《css 3 manual》，希望能够早一点儿share……</li>
<li>参加聚会的人好多，据说到场的有70多个人，很热闹——我想，我们是否可以搞一个关于前端/重构的协会了；</li>
<li>遇到很多前端界的大牛，彪叔和舜子就不必说了，到场的还有<a href="http://cssforest.org/">老鬼</a>、<a href="http://weilaixu.cn/" target="_blank">weilaixu</a>、<a href="http://www.linxz.cn" target="_blank">林小志</a>、<a href="http://www.tommyfan.com/" target="_blank">Tommy</a>、<a href="http://www.greengnn.org/" target="_blank">greengnn</a>、<a href="http://rukey.cn" target="_blank">rukey</a>等等等等，我就不一一列出了，回忆那些名字好费脑子哦……</li>
<li>做前端的mm不少哦，而且还那么专业，真的很不简单……</li>
<li>我想我不能再闭门造车了，以后有机会会多参加一些线下活动，多结交些gg和mm ^-^</li>
</ol>
<p><a href="http://bbs.blueidea.com/thread-2944698-2-1.html">蓝色有网友做了部分直播</a>，感兴趣的朋友可以去看一下，另外等待当天带高级相机的童鞋分享一些照片出来……</p>
<p>呃，就说这么多吧，算是抛砖引玉，我想参会的每位童鞋都会有些感受吧，欢迎分享给大家……</p>
<p>PS：请原谅我流水线式的记录吧，以后的聚会我会报道的更加专业一些！</p>
<p>PS2：聚会的PPT和相关资料下载：</p>
<ol>
<li><a href="http://www.webrebuild.org/downloads/090822/00.rar">begin.rar</a> —— 开篇</li>
<li>
<a href="http://www.webrebuild.org/downloads/090822/01.rar">第一印象.rar</a> —— 腾讯 —— 陈子舜</h5>
</li>
<li><a href="http://www.webrebuild.org/downloads/090822/02.rar">公用模板重构.rar</a> —— 网易 —— 鲁齐
</li>
<li>
<a href="http://www.webrebuild.org/downloads/090822/03.rar">一专多长.rar</a> —— 腾讯 —— 梁璟彪
</li>
<li><a href="http://www.webrebuild.org/downloads/090822/04.rar">RDFa.rar</a> —— 腾讯 —— 辛春红
</li>
<li><a href="http://www.webrebuild.org/downloads/090822/05.rar">CSS3.0 手册项目分享会.rar</a> —— 腾讯 —— 吴珍妮
</li>
<li><a href="http://webteam.tencent.com/css3/">CSS3.0 手册下载</a>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/sidelights-on-the-third-party-webrebuild.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>前端开发工程师必备速查手册</title>
		<link>http://www.qianduan.net/f2e-must-have-cheat-sheet.html</link>
		<comments>http://www.qianduan.net/f2e-must-have-cheat-sheet.html#comments</comments>
		<pubDate>Wed, 22 Jul 2009 03:50:54 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Resource]]></category>
		<category><![CDATA[前端]]></category>
		<category><![CDATA[必备]]></category>
		<category><![CDATA[手册]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11103</guid>
		<description><![CDATA[整理了一批比较好用的前端开发相关的速查手册，希望对大家有用，也希望大家能够提交一些自己认为比较好的速查手册... ]]></description>
			<content:encoded><![CDATA[<p>整理了一批比较好用的前端开发相关的速查手册，希望对大家有用，也希望大家能够提交一些自己认为比较好的速查手册。</p>
<p><span id="more-11103"></span></p>
<p>本文将保持更新，在我们或者读者发现有新的手册的时候，我们会立即更新本文的。</p>
<h3>HTML速查手册</h3>
<ol>
<li><a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/" target="_blank">HTML速查手册</a> <a href="http://www.addedbytes.com/download/html-cheat-sheet-v1/pdf/" target="_blank">[直接下载]</a></li>
<li><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank">HTML5 速查手册</a> <a href="http://media1.smashingmagazine.com/wp-content/uploads/images/html5-cheat-sheet/html5-cheat-sheet.pdf" target="_blank">[直接下载]</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/html-character-entities-cheat-sheet/" target="_blank">HTML字符实体速查手册</a> <a href="http://www.addedbytes.com/cheat-sheets/download/html-character-entities-cheat-sheet.pdf" target="_blank">[直接下载]</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/colour-chart/" target="_blank">RGB十六进制手册</a> <a href="http://www.addedbytes.com/download/rgb-hex-cheat-sheet-v1/pdf/" target="_blank">[直接下载]</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/microformats-cheat-sheet/" target="_blank">微格式速查手册</a> <a href="http://www.addedbytes.com/download/microformats-cheat-sheet-v1/pdf/" target="_blank">[直接下载]</a></li>
<li><a href="http://www.qianduan.net/html5-visual-guide.html" target="_blank">HTML5视觉手册</a> [<a href="http://www.boxcn.net/shared/813v2hn4eo" target="_blank">直接下载</a>]</li>
</ol>
<h3>CSS速查手册</h3>
<ol>
<li><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/" target="_blank">CSS 速查手册 (V2)</a> <a href="http://www.addedbytes.com/download/css-cheat-sheet-v2/pdf/" target="_blank">[直接下载]</a></li>
<li><a href="http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/" target="_blank"><strong>CSS3 速查手册</strong></a> <a href="http://media1.smashingmagazine.com/wp-content/uploads/images/css3-cheat-sheet/css3-cheat-sheet.pdf" target="_blank">[直接下载]</a></li>
<li><a href="http://www.qianduan.net/css2-visual-guide.html">CSS2视觉手册</a> [<a href="http://www.boxcn.net/shared/2vnruaqqu8" target="_blank">直接下载</a>]</li>
<li><a href="http://www.christianmontoya.com/2007/11/12/blueprint-css-cheat-sheet/" target="_blank">BluePrint框架速查手册</a> [<a href="http://blueprintcss.org/media/BlueprintV0.8byGJMS.pdf" target="_blank">直接下载</a>]</li>
<li><a href="http://www.qianduan.net/recommended-css-3-0-reference-manual.html" target="_blank">CSS 3.0参考手册</a> [<a href="http://webteam.tencent.com/css3/css3.0manual.chm.zip" target="_blank">直接下载</a>]</li>
</ol>
<h3>javascript速查手册</h3>
<ol>
<li><a href="http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/" target="_blank">javascript速查手册</a> <a href="http://www.addedbytes.com/download/javascript-cheat-sheet-v1/pdf/" target="_blank">[直接下载]</a></li>
<li><a href="http://www.wait-till-i.com/stuff/JavaScript-DOM-Cheatsheet.pdf" target="_blank">javascript DOM 速查手册</a> <a href="http://www.wait-till-i.com/stuff/JavaScript-DOM-Cheatsheet.pdf" target="_blank">[直接下载]</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/" target="_blank">正则表达式速查手册V2</a> <a href="http://www.addedbytes.com/download/regular-expressions-cheat-sheet-v2/pdf/" target="_blank">[直接下载]</a></li>
<li><a href="http://www.visualjquery.com/" target="_blank">jQuery Visual Map</a></li>
<li><a href="http://www.qianduan.net/jquery-visual-cheat-sheet.html" target="_blank">jQuery视觉手册</a> [<a href="http://www.boxcn.net/shared/as4xkezd6a" target="_blank">直接下载</a>]</li>
<li><a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/" target="_blank">mootools 1.2 速查手册</a> <a href="http://mediavrog.net/blog/wp-content/uploads/2008/08/mootools-12-cheat-sheet-pf.pdf" target="_blank">[直接下载]</a></li>
<li><a href="http://thinkweb2.com/projects/prototype/prototype-1602-cheat-sheet/" target="_blank">Prototype 1.6.0.2 速查手册</a> <a href="http://thinkweb2.com/projects/prototype/downloads/Prototype Cheat Sheet 1.6.0.2" target="_blank">[直接下载]</a></li>
<li><a href="http://jquery-api-zh-cn.googlecode.com/svn/trunk/index.html" target="_blank">jQuery api 参考文档 </a>[<a href="http://code.google.com/p/jquery-api-zh-cn/downloads/list" target="_blank">离线版下载</a>] [1.3版]——另，据作者<a style="color: #0000cc; white-space: nowrap;" href="http://shawphy.com/" target="_blank">shawphy</a>透露，最近可能会有一次更新，期待并关注之……</li>
</ol>
<p>你有发现好用的速查手册而本文没有收录吗？请在评论中提交给我们吧，谢谢先&#8230; :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/f2e-must-have-cheat-sheet.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>[Twitter]IE6必死</title>
		<link>http://www.qianduan.net/twitter-ie6-must-die.html</link>
		<comments>http://www.qianduan.net/twitter-ie6-must-die.html#comments</comments>
		<pubDate>Sat, 18 Jul 2009 04:02:25 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Front News]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=11089</guid>
		<description><![CDATA[国外某人发起的一项Twitter签名活动，通过在自己的Twitter头像上添加一个小的“IE6”必死的小图标来推动IE6的死亡进程。 尽管这对国内没有太大的影响，但是，只要是能够推动IE消亡的事情，我... ]]></description>
			<content:encoded><![CDATA[<p>国外某人发起的一项Twitter签名活动，通过在自己的Twitter头像上添加一个小的“IE6”必死的小图标来推动IE6的死亡进程。</p>
<p>尽管这对国内没有太大的影响，但是，只要是能够推动IE消亡的事情，我想，我们还是需要多多支持的。</p>
<p>目前已经有将近4000人参加了这个活动。事实上，昨天，<strong>“IE6 must die”已经成为Twitter最热门关键词之一。</strong></p>
<p>如果你也想参加，首先你要有个Twitter帐号，并且熟练掌握<strong>翻墙术</strong>。</p>
<p><a href="http://twibbon.com/Join/IE6-Must-Die" target="_blank">点击这个链接，参加此活动。</a></p>
<p>注：在该页面只需用你的Twitter帐号登录一下，就可以自动的在你的Twitter头像上添加一个小图标。</p>
<p><a href="https://twitter.com/qianduan" target="_blank"><img src="https://s3.amazonaws.com/twitter_production/profile_images/319223086/twitterProfilePhoto_bigger.jpg" alt="前端观察" /><br />
</a><a href="https://twitter.com/qianduan" target="_blank">Follow 前端观察</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/twitter-ie6-must-die.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

