<?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://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/feed/" rel="self" type="application/rss+xml" />
	<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/</link>
	<description>web 标准，前端开发，编程感悟，生活杂想</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:20:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: i-Wui Team &#187; Blog Archive &#187; 从语义开始 - 概念、意义、实践</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-161433</link>
		<dc:creator>i-Wui Team &#187; Blog Archive &#187; 从语义开始 - 概念、意义、实践</dc:creator>
		<pubDate>Mon, 22 Feb 2010 09:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-161433</guid>
		<description>[...] “语义化”最简单地还是从结构开始，选用最符合内容意义的标签，重新温习《HTML和XHTML权威指南》，多推敲内容的意义而不是仅仅根据页面效果图做出判断。很多时候，我们都会面临这样一个境地，看试简单的一个效果，我们为了追求语义的合理，偏要选择并不那么容易实现的方案，这不是折腾自己么？我想，这也是一个前端工作者对WEB标准的良知和对工作的感悟吧，如何平衡取舍，也是一门学问，realazy有非常深刻的理解（http://realazy.org/blog/2009/06/29/engineer-vs-scientist/）。 [...]</description>
		<content:encoded><![CDATA[<p>[...] “语义化”最简单地还是从结构开始，选用最符合内容意义的标签，重新温习《HTML和XHTML权威指南》，多推敲内容的意义而不是仅仅根据页面效果图做出判断。很多时候，我们都会面临这样一个境地，看试简单的一个效果，我们为了追求语义的合理，偏要选择并不那么容易实现的方案，这不是折腾自己么？我想，这也是一个前端工作者对WEB标准的良知和对工作的感悟吧，如何平衡取舍，也是一门学问，realazy有非常深刻的理解（http://realazy.org/blog/2009/06/29/engineer-vs-scientist/）。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liu Peng</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-154273</link>
		<dc:creator>Liu Peng</dc:creator>
		<pubDate>Mon, 03 Aug 2009 02:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-154273</guid>
		<description>原来HTML的标准还有这么多技巧可用呀，我做WEB开发也好几年了，但我从来没有关注过各种标准，我每天所关注的就是如何实现客户的业务逻辑，大家提到的各种标准和规范之类的都被“强大”的开发工具给掩盖了，我甚至都没有注意过页面的文档类型声明。</description>
		<content:encoded><![CDATA[<p>原来HTML的标准还有这么多技巧可用呀，我做WEB开发也好几年了，但我从来没有关注过各种标准，我每天所关注的就是如何实现客户的业务逻辑，大家提到的各种标准和规范之类的都被“强大”的开发工具给掩盖了，我甚至都没有注意过页面的文档类型声明。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fer</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152529</link>
		<dc:creator>fer</dc:creator>
		<pubDate>Tue, 30 Jun 2009 15:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152529</guid>
		<description>两种用法说的太好了！

内容为载体的格式化文档，语义十分重要。

而HTML格式化标签用来实现软件UI界面，确实要做到精简标签和代码。</description>
		<content:encoded><![CDATA[<p>两种用法说的太好了！</p>
<p>内容为载体的格式化文档，语义十分重要。</p>
<p>而HTML格式化标签用来实现软件UI界面，确实要做到精简标签和代码。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: realazy</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152501</link>
		<dc:creator>realazy</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152501</guid>
		<description>@笨活儿 我说的用户界面不是浏览器里的网页界面，是指软件的外在形式。举个例子，做个类比，如果你使用过 Flex Builder 之类的软件，请你使用 XML 编写一个有意义的界面给我看看。

@Ariex 1.注意我们强调的是软件的外在界面不是网页。2.我自己用的就是 24 寸的显示器。你不喜欢这个容易阅读的主题只能说明我们的趣味不同，如此而已。</description>
		<content:encoded><![CDATA[<p>@笨活儿 我说的用户界面不是浏览器里的网页界面，是指软件的外在形式。举个例子，做个类比，如果你使用过 Flex Builder 之类的软件，请你使用 XML 编写一个有意义的界面给我看看。</p>
<p>@Ariex 1.注意我们强调的是软件的外在界面不是网页。2.我自己用的就是 24 寸的显示器。你不喜欢这个容易阅读的主题只能说明我们的趣味不同，如此而已。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariex</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152500</link>
		<dc:creator>Ariex</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152500</guid>
		<description>另，看博主的页面结构就知道博主只看到自己眼前的东西，而从来不会去管自己看不到的
您的页面在24寸的显示器下挤在中间，显得十分“磕碜”</description>
		<content:encoded><![CDATA[<p>另，看博主的页面结构就知道博主只看到自己眼前的东西，而从来不会去管自己看不到的<br />
您的页面在24寸的显示器下挤在中间，显得十分“磕碜”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariex</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152499</link>
		<dc:creator>Ariex</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152499</guid>
		<description>“只是用户界面而已的话，怎么方便怎么来”
不敢苟同
注重语义并不简单是为了那点眼前利益，还要考虑到未来</description>
		<content:encoded><![CDATA[<p>“只是用户界面而已的话，怎么方便怎么来”<br />
不敢苟同<br />
注重语义并不简单是为了那点眼前利益，还要考虑到未来</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 草根网</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152467</link>
		<dc:creator>草根网</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152467</guid>
		<description>好文，收藏至20ju.com</description>
		<content:encoded><![CDATA[<p>好文，收藏至20ju.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s5s5</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152463</link>
		<dc:creator>s5s5</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152463</guid>
		<description>chrome下你的网站全部中国字都不显示了，好怪~~~</description>
		<content:encoded><![CDATA[<p>chrome下你的网站全部中国字都不显示了，好怪~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evance</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152461</link>
		<dc:creator>Evance</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152461</guid>
		<description>难得看你写文章.
大多数的内容都是同意的.尤其是最后一点.
但是第一点不见得同意,对我们来说,W3C那帮子人是科学家,也许未必.</description>
		<content:encoded><![CDATA[<p>难得看你写文章.<br />
大多数的内容都是同意的.尤其是最后一点.<br />
但是第一点不见得同意,对我们来说,W3C那帮子人是科学家,也许未必.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 笨活儿</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152459</link>
		<dc:creator>笨活儿</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152459</guid>
		<description>科学家的工作就是让工程师的工作更为轻松。工程师自己有能力当然可以不听科学家的劝告自己轻松，不过也增加了“机器出故障”的潜在风险。

“对于展示内容的文档来说，这是毋庸置疑的，但对于只是作为构建用户界面的程序来说，强调语义是没有多大意义的”

对你这个观点不赞同，语义的存在本来就是为了使用户界面更有意义，并不应该独立出单独存在的“注意语义的情况”，因为语义本来就是用户界面的一个属性。</description>
		<content:encoded><![CDATA[<p>科学家的工作就是让工程师的工作更为轻松。工程师自己有能力当然可以不听科学家的劝告自己轻松，不过也增加了“机器出故障”的潜在风险。</p>
<p>“对于展示内容的文档来说，这是毋庸置疑的，但对于只是作为构建用户界面的程序来说，强调语义是没有多大意义的”</p>
<p>对你这个观点不赞同，语义的存在本来就是为了使用户界面更有意义，并不应该独立出单独存在的“注意语义的情况”，因为语义本来就是用户界面的一个属性。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ytzong</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152458</link>
		<dc:creator>ytzong</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152458</guid>
		<description>很赞同博主的观点。我们制作的目的是什么？为了用户更好的使用还是做个同行看，炫耀自己的技术？做技术的人有些过于拘泥于技术本身了。只有跳出来才会看的更远。
另外，我翻译了本文末位提到的文章：http://www.99css.com/2009/06/reducing-file-size-of-html-documents.html</description>
		<content:encoded><![CDATA[<p>很赞同博主的观点。我们制作的目的是什么？为了用户更好的使用还是做个同行看，炫耀自己的技术？做技术的人有些过于拘泥于技术本身了。只有跳出来才会看的更远。<br />
另外，我翻译了本文末位提到的文章：http://www.99css.com/2009/06/reducing-file-size-of-html-documents.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 冷韵</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152456</link>
		<dc:creator>冷韵</dc:creator>
		<pubDate>Mon, 29 Jun 2009 10:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152456</guid>
		<description>这个目前不需要翻墙……
事实上工程师也只是小部分，大部分只能算施工人员……</description>
		<content:encoded><![CDATA[<p>这个目前不需要翻墙……<br />
事实上工程师也只是小部分，大部分只能算施工人员……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s5s5</title>
		<link>http://chen.xianan.name/blog/2009/06/29/engineer-vs-scientist/comment-page-1/#comment-152454</link>
		<dc:creator>s5s5</dc:creator>
		<pubDate>Mon, 29 Jun 2009 09:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://realazy.org/blog/?p=200#comment-152454</guid>
		<description>好强大的感悟啊！</description>
		<content:encoded><![CDATA[<p>好强大的感悟啊！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
