<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: 一些想法和一个计划</title>
	<atom:link href="http://www.mikkolee.com/270/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mikkolee.com/270</link>
	<description>关于界面的价值观与方法论</description>
	<lastBuildDate>Wed, 28 Jul 2010 04:20:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: uoian</title>
		<link>http://www.mikkolee.com/270/comment-page-1#comment-487</link>
		<dc:creator>uoian</dc:creator>
		<pubDate>Wed, 31 Mar 2010 08:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=270#comment-487</guid>
		<description>good idea, 期待中...</description>
		<content:encoded><![CDATA[<p>good idea, 期待中&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elsa</title>
		<link>http://www.mikkolee.com/270/comment-page-1#comment-483</link>
		<dc:creator>elsa</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=270#comment-483</guid>
		<description>刚刚接触网页设计，还是个菜鸟，来吸收下前辈们的思想，受教了：）</description>
		<content:encoded><![CDATA[<p>刚刚接触网页设计，还是个菜鸟，来吸收下前辈们的思想，受教了：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 晴枫</title>
		<link>http://www.mikkolee.com/270/comment-page-1#comment-467</link>
		<dc:creator>晴枫</dc:creator>
		<pubDate>Fri, 01 Jan 2010 02:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=270#comment-467</guid>
		<description>“97%的用户使用IE”这个数字有局限性吧</description>
		<content:encoded><![CDATA[<p>“97%的用户使用IE”这个数字有局限性吧</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 三月</title>
		<link>http://www.mikkolee.com/270/comment-page-1#comment-466</link>
		<dc:creator>三月</dc:creator>
		<pubDate>Wed, 23 Dec 2009 04:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=270#comment-466</guid>
		<description>小麦说的很有理，有时看过一些好书上的东西感觉神清气爽，但用到实际好像又不是那么一回事，很纠结是不是要用。

所以好的东西要和实际相结合才是最好的实践，你的这些计划大概可以看作为”好的实践指南”，支持一下！！！</description>
		<content:encoded><![CDATA[<p>小麦说的很有理，有时看过一些好书上的东西感觉神清气爽，但用到实际好像又不是那么一回事，很纠结是不是要用。</p>
<p>所以好的东西要和实际相结合才是最好的实践，你的这些计划大概可以看作为”好的实践指南”，支持一下！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigCat</title>
		<link>http://www.mikkolee.com/270/comment-page-1#comment-465</link>
		<dc:creator>bigCat</dc:creator>
		<pubDate>Wed, 23 Dec 2009 03:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=270#comment-465</guid>
		<description>期待起名~回头给孩子起名也方便
麦子加油~</description>
		<content:encoded><![CDATA[<p>期待起名~回头给孩子起名也方便<br />
麦子加油~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: army8735</title>
		<link>http://www.mikkolee.com/270/comment-page-1#comment-464</link>
		<dc:creator>army8735</dc:creator>
		<pubDate>Tue, 22 Dec 2009 01:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikkolee.com/?p=270#comment-464</guid>
		<description>我觉得“结构和样式分离”还有这样一种概念：两者耦合度很低。

比如那个一排4个改为5个，同时每个图片缩小。理想情况是结构无需变化，只要样式修改就能改变其一排几个的问题——每个图片display:block且float:left，父容器宽度不变的情况下，修改图片宽度样式就能改变一排数目，而结构是不需要任何变化的。

反之将一个区域从上拉到下面，它的样式没有任何变动，只要在html中改变下结构即可。</description>
		<content:encoded><![CDATA[<p>我觉得“结构和样式分离”还有这样一种概念：两者耦合度很低。</p>
<p>比如那个一排4个改为5个，同时每个图片缩小。理想情况是结构无需变化，只要样式修改就能改变其一排几个的问题——每个图片display:block且float:left，父容器宽度不变的情况下，修改图片宽度样式就能改变一排数目，而结构是不需要任何变化的。</p>
<p>反之将一个区域从上拉到下面，它的样式没有任何变动，只要在html中改变下结构即可。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
