<?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>《精品阅读（8）20090901》的评论</title>
	<atom:link href="http://www.soberma.com/read-8-20090901/feed" rel="self" type="application/rss+xml" />
	<link>http://www.soberma.com/read-8-20090901</link>
	<description>用心去记录关于Web产品、Web前端、交互以及用户体验的那些事儿。产品群：1202891 前端群：11539141</description>
	<lastBuildDate>Fri, 20 Jan 2012 03:40:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：寂寞如哥</title>
		<link>http://www.soberma.com/read-8-20090901/comment-page-1#comment-134</link>
		<dc:creator>寂寞如哥</dc:creator>
		<pubDate>Wed, 02 Sep 2009 09:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.soberma.com/?p=216#comment-134</guid>
		<description>@吾可.：

第一点，我感觉可取，用CSS Sprites挺好的。

第二点，照顾到程序输出的便捷性方面，，或者一些既有CMS的输出方式上面，，他这个方式可能更可取一些。

@嗰個人·徽：

不客气哈，欢迎多来本站，，更欢迎留下你宝贵的看法。</description>
		<content:encoded><![CDATA[<p>@吾可.：</p>
<p>第一点，我感觉可取，用CSS Sprites挺好的。</p>
<p>第二点，照顾到程序输出的便捷性方面，，或者一些既有CMS的输出方式上面，，他这个方式可能更可取一些。</p>
<p>@嗰個人·徽：</p>
<p>不客气哈，欢迎多来本站，，更欢迎留下你宝贵的看法。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：嗰個人·徽</title>
		<link>http://www.soberma.com/read-8-20090901/comment-page-1#comment-133</link>
		<dc:creator>嗰個人·徽</dc:creator>
		<pubDate>Wed, 02 Sep 2009 03:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.soberma.com/?p=216#comment-133</guid>
		<description>多謝分享了好文章。</description>
		<content:encoded><![CDATA[<p>多謝分享了好文章。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：精品阅读（8）20090901 &#124; SEO Article Expert</title>
		<link>http://www.soberma.com/read-8-20090901/comment-page-1#comment-131</link>
		<dc:creator>精品阅读（8）20090901 &#124; SEO Article Expert</dc:creator>
		<pubDate>Tue, 01 Sep 2009 11:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.soberma.com/?p=216#comment-131</guid>
		<description>[...] Read the original: 精品阅读（8）20090901 [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the original: 精品阅读（8）20090901 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：吾可.</title>
		<link>http://www.soberma.com/read-8-20090901/comment-page-1#comment-130</link>
		<dc:creator>吾可.</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.soberma.com/?p=216#comment-130</guid>
		<description>CSS导航菜单中的当前（活跃/触发）状态 【CSS】

这个文章里面所使用的方法个人感觉有2个不足

第一：可以考虑使用整图而非切小图，完全使用背景定位来实现控制，这样虽然css代码上可能会有增加，但是相对于多读取几张图片来说，这几k文本是不是可以忽略呢？

第二：在当前页的效果展示上，如果依然使用a标签做链接，用户再次点击当前页导航时，页面会跳转一次到当前页，在交互上有不太和谐（虽然目前大多数网站都是这么干的），个人感觉如果取消链接，以span或hx标签代替a标签做样式，并配以tittle做说明，在交互和seo上是不是都会有所进步呢？


以上言论纯属个人行为，如有异议，欢迎批评指正~~再次感谢寂寞哥的辛勤劳动</description>
		<content:encoded><![CDATA[<p>CSS导航菜单中的当前（活跃/触发）状态 【CSS】</p>
<p>这个文章里面所使用的方法个人感觉有2个不足</p>
<p>第一：可以考虑使用整图而非切小图，完全使用背景定位来实现控制，这样虽然css代码上可能会有增加，但是相对于多读取几张图片来说，这几k文本是不是可以忽略呢？</p>
<p>第二：在当前页的效果展示上，如果依然使用a标签做链接，用户再次点击当前页导航时，页面会跳转一次到当前页，在交互上有不太和谐（虽然目前大多数网站都是这么干的），个人感觉如果取消链接，以span或hx标签代替a标签做样式，并配以tittle做说明，在交互和seo上是不是都会有所进步呢？</p>
<p>以上言论纯属个人行为，如有异议，欢迎批评指正~~再次感谢寂寞哥的辛勤劳动</p>
]]></content:encoded>
	</item>
</channel>
</rss>

