<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 可访问性浅析</title>
	<atom:link href="http://lifesinger.org/blog/2009/01/analyse-accessibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:06:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: 树人</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-5616</link>
		<dc:creator>树人</dc:creator>
		<pubDate>Fri, 28 May 2010 05:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-5616</guid>
		<description>支持一楼阿肆的观点</description>
		<content:encoded><![CDATA[<p>支持一楼阿肆的观点</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wo_is神仙</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-3613</link>
		<dc:creator>wo_is神仙</dc:creator>
		<pubDate>Thu, 10 Dec 2009 05:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-3613</guid>
		<description>同意Sinina的观点</description>
		<content:encoded><![CDATA[<p>同意Sinina的观点</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: z.Yleo77</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-540</link>
		<dc:creator>z.Yleo77</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-540</guid>
		<description>在这些方面，要做的网站到底需不需要考虑以上因素，我比较赞同你在另一个博客所提到的观点，根据所要的需求是web app 或者是page，如果是page，当下是还需要考虑无侵入编程，但是如果是app，完全可以抛开预留退路，并且明确给出提示，如果不支持，将不能正常使用网站功能。</description>
		<content:encoded><![CDATA[<p>在这些方面，要做的网站到底需不需要考虑以上因素，我比较赞同你在另一个博客所提到的观点，根据所要的需求是web app 或者是page，如果是page，当下是还需要考虑无侵入编程，但是如果是app，完全可以抛开预留退路，并且明确给出提示，如果不支持，将不能正常使用网站功能。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 菜鸟</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-535</link>
		<dc:creator>菜鸟</dc:creator>
		<pubDate>Fri, 16 Jan 2009 00:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-535</guid>
		<description>菜鸟也咬文嚼字一下：
“从渐进增强的角度讲，鼓励使用高级特性，只是同时要做到优雅降级”，虽然progressive enhancement和graceful degradation的结果一样，但是个人认为这两个是比较矛盾的开发思路，从维基摘了一段话。
“The strategy is an attempt to subvert the traditional web design strategy known as &quot;graceful degradation&quot;,”
ALA最近好像有一些列的文章在谈渐进增强。</description>
		<content:encoded><![CDATA[<p>菜鸟也咬文嚼字一下：<br />
“从渐进增强的角度讲，鼓励使用高级特性，只是同时要做到优雅降级”，虽然progressive enhancement和graceful degradation的结果一样，但是个人认为这两个是比较矛盾的开发思路，从维基摘了一段话。<br />
“The strategy is an attempt to subvert the traditional web design strategy known as &#8220;graceful degradation&#8221;,”<br />
ALA最近好像有一些列的文章在谈渐进增强。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinina</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-536</link>
		<dc:creator>Sinina</dc:creator>
		<pubDate>Wed, 14 Jan 2009 12:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-536</guid>
		<description>如果用户禁用了js，那么很多功能都将失效。曾经看过google的igoogle主页，其就使用了js，当我禁用了js，其使用层将其盖住，并且告知：此功能必须使用JavaScript，请开启。
个人觉得，现在js的重要性已经今非昔比，当然网站的js的安全性也备受挑战。用户禁用了js让其不能正常使用网站这并不过分，只是我们需要告知他，他不能正常使用的原因，并且最好告知其解决办法。</description>
		<content:encoded><![CDATA[<p>如果用户禁用了js，那么很多功能都将失效。曾经看过google的igoogle主页，其就使用了js，当我禁用了js，其使用层将其盖住，并且告知：此功能必须使用JavaScript，请开启。<br />
个人觉得，现在js的重要性已经今非昔比，当然网站的js的安全性也备受挑战。用户禁用了js让其不能正常使用网站这并不过分，只是我们需要告知他，他不能正常使用的原因，并且最好告知其解决办法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 熊猫</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-538</link>
		<dc:creator>熊猫</dc:creator>
		<pubDate>Tue, 13 Jan 2009 13:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-538</guid>
		<description>应该立足与html，使用JavaScript和CSS来丰富体验</description>
		<content:encoded><![CDATA[<p>应该立足与html，使用JavaScript和CSS来丰富体验</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 龙藏</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-537</link>
		<dc:creator>龙藏</dc:creator>
		<pubDate>Tue, 13 Jan 2009 12:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-537</guid>
		<description>所以我们也需要博爱</description>
		<content:encoded><![CDATA[<p>所以我们也需要博爱</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 阿肆</title>
		<link>http://lifesinger.org/blog/2009/01/analyse-accessibility/comment-page-1/#comment-539</link>
		<dc:creator>阿肆</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=966#comment-539</guid>
		<description>对于js和css的应用，不应该是增加功能，而是增强功能。
以前我说在应用js的情况下，添加是必须的，以提示不支持javascript的用户。但是现在发现这是一种态度问题，我们不能“歧视”任何用户，而是应该尽量满足所有用户，真正为用户着想不是添加标签，而是没有js支持我的网页应该还是充满活力的，而不是“死”了。</description>
		<content:encoded><![CDATA[<p>对于js和css的应用，不应该是增加功能，而是增强功能。<br />
以前我说在应用js的情况下，添加是必须的，以提示不支持javascript的用户。但是现在发现这是一种态度问题，我们不能“歧视”任何用户，而是应该尽量满足所有用户，真正为用户着想不是添加标签，而是没有js支持我的网页应该还是充满活力的，而不是“死”了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
