<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>炽炎之羽 &#187; 学习笔记</title>
	<atom:link href="http://zhiyu.org/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhiyu.org</link>
	<description>历经磨炼只会更坚强</description>
	<lastBuildDate>Wed, 07 Dec 2011 13:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>最佳网页宽度及其实现</title>
		<link>http://zhiyu.org/best-webpage-width-and-realization/</link>
		<comments>http://zhiyu.org/best-webpage-width-and-realization/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:35:24 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[网页布局]]></category>

		<guid isPermaLink="false">http://zhiyu.org/?p=251</guid>
		<description><![CDATA[设计网页的时候，确定宽度是一件很苦恼的事。

1.根据Google Analytics的统计，半年多以来，访问者的屏幕分辨率一共有81种。最小的分辨率是122x160，这应该是手机；最大的分辨率是3360x1050，天知道是什么设备。

一张网页要在大小如此悬殊的各种屏幕上，都呈现令人满意的效果，难度可想而知。举例来说，一张400px宽的图片，在800px的屏幕上会占据50%的宽度，而在1920px的屏幕上（Windows Vista的流行设置），只占据20%。]]></description>
		<wfw:commentRss>http://zhiyu.org/best-webpage-width-and-realization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“clear”属性的作用</title>
		<link>http://zhiyu.org/clear-property/</link>
		<comments>http://zhiyu.org/clear-property/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 21:41:47 +0000</pubDate>
		<dc:creator>炽炎之羽</dc:creator>
				<category><![CDATA[笔记]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[学习笔记]]></category>

		<guid isPermaLink="false">http://zhiyu.org/82-revision/</guid>
		<description><![CDATA[clear  属性是定义否允许两边可以有浮动对象的一个属性，它有4个值：

none : 　允许两边都可以有浮动对象

both : 　不允许有浮动对象

left : 　不允许左边有浮动对象

right : 　不允许右边有浮动对象]]></description>
		<wfw:commentRss>http://zhiyu.org/clear-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

