<?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"
	>
<channel>
	<title>评论: web标准</title>
	<atom:link href="http://www.xiaoma.org/2006/05/31/web-standard.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xiaoma.org/2006/05/31/web-standard.html</link>
	<description>如水的日子</description>
	<pubDate>Mon, 13 Oct 2008 08:38:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>作者: 小马</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-126</link>
		<dc:creator>小马</dc:creator>
		<pubDate>Mon, 05 Jun 2006 11:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-126</guid>
		<description>&lt;blockquote&gt;&lt;a href="#comment-121" title="View the original comment" rel="nofollow"&gt;Realazy &#124; 06052006, 15:13:&lt;/a&gt;

小弟不才，胡说一通，大家见谅 :)&lt;/blockquote&gt;
Realazy，听君一席话，长了不少见识，谢了！</description>
		<content:encoded><![CDATA[<blockquote><p><a href="#comment-121" title="View the original comment">Realazy | 06052006, 15:13:</a></p>
<p>小弟不才，胡说一通，大家见谅 <img src='http://www.xiaoma.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Realazy，听君一席话，长了不少见识，谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: Realazy</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-121</link>
		<dc:creator>Realazy</dc:creator>
		<pubDate>Mon, 05 Jun 2006 07:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-121</guid>
		<description>有必要澄清一下，Web标准并没有限制使用&lt;strong&gt;表格布局&lt;/strong&gt;。Zeldman在书里也说，如果你还不是很熟悉，可以用表格来做&lt;strong&gt;过渡型&lt;/strong&gt;的页面。尽量只在大布局上，比如页面的两列呀，三列呀用用表格，其他的还是按照&lt;strong&gt;语义&lt;/strong&gt;来做吧。

又，上面有位朋友说表格不可以重叠，也是错误的。CSS可以改变页面上任何元素的&lt;code&gt;display&lt;/code&gt;属性，可以让其任意&lt;code&gt;position&lt;/code&gt;。

又又，很多网站并没有完全转到div上来，可能是基于商业考虑。因为对这些大公司来说，不能排除客户使用任何的浏览器，包括过时的，对CSS支持得一蹋涂地的NetScape 4.x。

小弟不才，胡说一通，大家见谅 :)</description>
		<content:encoded><![CDATA[<p>有必要澄清一下，Web标准并没有限制使用<strong>表格布局</strong>。Zeldman在书里也说，如果你还不是很熟悉，可以用表格来做<strong>过渡型</strong>的页面。尽量只在大布局上，比如页面的两列呀，三列呀用用表格，其他的还是按照<strong>语义</strong>来做吧。</p>
<p>又，上面有位朋友说表格不可以重叠，也是错误的。CSS可以改变页面上任何元素的<code>display</code>属性，可以让其任意<code>position</code>。</p>
<p>又又，很多网站并没有完全转到div上来，可能是基于商业考虑。因为对这些大公司来说，不能排除客户使用任何的浏览器，包括过时的，对CSS支持得一蹋涂地的NetScape 4.x。</p>
<p>小弟不才，胡说一通，大家见谅 <img src='http://www.xiaoma.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: big-melon</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-118</link>
		<dc:creator>big-melon</dc:creator>
		<pubDate>Sun, 04 Jun 2006 15:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-118</guid>
		<description>呵呵，不好意思，刚收到邮件。

看了下，很棒哟。

明天我再慢慢看。

p.s
你也可以贴出来，让其他朋友看看哟 ^_^</description>
		<content:encoded><![CDATA[<p>呵呵，不好意思，刚收到邮件。</p>
<p>看了下，很棒哟。</p>
<p>明天我再慢慢看。</p>
<p>p.s<br />
你也可以贴出来，让其他朋友看看哟 ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 小马</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-116</link>
		<dc:creator>小马</dc:creator>
		<pubDate>Sat, 03 Jun 2006 04:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-116</guid>
		<description>说到定位，表格还是很方便，div常常跑错地方，当然还是因为自己对css不熟悉。
div可以重叠，而表格不行，这是缺点。</description>
		<content:encoded><![CDATA[<p>说到定位，表格还是很方便，div常常跑错地方，当然还是因为自己对css不熟悉。<br />
div可以重叠，而表格不行，这是缺点。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: lusin</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-115</link>
		<dc:creator>lusin</dc:creator>
		<pubDate>Sat, 03 Jun 2006 03:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-115</guid>
		<description>牛的站点多是交互使用;

感觉DIV还是好,就像个容器,没有连带责任,感觉容易定位.</description>
		<content:encoded><![CDATA[<p>牛的站点多是交互使用;</p>
<p>感觉DIV还是好,就像个容器,没有连带责任,感觉容易定位.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: big-melon</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-112</link>
		<dc:creator>big-melon</dc:creator>
		<pubDate>Thu, 01 Jun 2006 16:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-112</guid>
		<description>呵呵，各位研究的这个问题俺知之甚少，不发表任何意见。

p.s
小马，刚才我把完整的网站资料发到你Gmail邮箱了，请查收！ 你辛苦了哟 ^_^</description>
		<content:encoded><![CDATA[<p>呵呵，各位研究的这个问题俺知之甚少，不发表任何意见。</p>
<p>p.s<br />
小马，刚才我把完整的网站资料发到你Gmail邮箱了，请查收！ 你辛苦了哟 ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: Sparanoid</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-111</link>
		<dc:creator>Sparanoid</dc:creator>
		<pubDate>Thu, 01 Jun 2006 13:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-111</guid>
		<description>标准并不是适合任何网站的，另外，像 ibm 这样的大站使用 div 重构起来并不是一件简单的事情。失败的例子可以看 cctv 的重构</description>
		<content:encoded><![CDATA[<p>标准并不是适合任何网站的，另外，像 ibm 这样的大站使用 div 重构起来并不是一件简单的事情。失败的例子可以看 cctv 的重构</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 小马</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-110</link>
		<dc:creator>小马</dc:creator>
		<pubDate>Thu, 01 Jun 2006 11:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-110</guid>
		<description>是的，Web标准是趋势。
但IBM.com为什么不使用web标准重新写网页呢？</description>
		<content:encoded><![CDATA[<p>是的，Web标准是趋势。<br />
但IBM.com为什么不使用web标准重新写网页呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者: 如如何</title>
		<link>http://www.xiaoma.org/2006/05/31/web-standard.html#comment-109</link>
		<dc:creator>如如何</dc:creator>
		<pubDate>Thu, 01 Jun 2006 06:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xiaoma.org/2006/05/31/web-standard.html#comment-109</guid>
		<description>我感觉xhtml+div还可以
有人做过实验
这种方式对搜索引擎的友好度更高
感觉嵌套表格看着眼晕啊 哈哈</description>
		<content:encoded><![CDATA[<p>我感觉xhtml+div还可以<br />
有人做过实验<br />
这种方式对搜索引擎的友好度更高<br />
感觉嵌套表格看着眼晕啊 哈哈</p>
]]></content:encoded>
	</item>
</channel>
</rss>
