<?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; web前端</title>
	<atom:link href="http://www.joymood.cn/posts/category/web%e5%89%8d%e7%ab%af/feed" rel="self" type="application/rss+xml" />
	<link>http://www.joymood.cn</link>
	<description>记录点滴生活---Simple Life...</description>
	<lastBuildDate>Thu, 01 Sep 2011 13:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>关于IE和FF下侧边滚动条</title>
		<link>http://www.joymood.cn/posts/2010/09/499.html</link>
		<comments>http://www.joymood.cn/posts/2010/09/499.html#comments</comments>
		<pubDate>Mon, 13 Sep 2010 09:10:21 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/?p=499</guid>
		<description><![CDATA[在IE下打开一个空白页面，我们总是可以看到在右边有一滚动条。如： 但用火狐打开一个新的窗口页面是看不到的，如： 这样在我们制作页面的时候会带来一些问题，很多时候，我们都会给body加上overflow-y:scroll，FF确实是有了，但是IE呢，就会出现双滚动条，这样就更不行了，今天突然想到，给html标签加会怎样，于是就测试了下，在css文件里面写上： html{overflow-y:scroll;} 再次进行测试，果不其然，我要的效果达到了，效果图我这就不再贴出来了，大家可以试下，从这里可以看出， IE下默认给html加上了样式overflow:scroll属性。html标签和body标签不是相等的，它们有各自的表现， 慢慢测试吧。。。]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2010/09/499.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>使用XSL将XML文档中的CDATA注释输出为HTML文本</title>
		<link>http://www.joymood.cn/posts/2010/05/450.html</link>
		<comments>http://www.joymood.cn/posts/2010/05/450.html#comments</comments>
		<pubDate>Wed, 12 May 2010 12:03:33 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2010/05/450.html</guid>
		<description><![CDATA[如何使用XSL将XML文档中的CDATA注释输出为HTML文本，在项目中用到，特记录一下： 示例代码: 1. test.xml 2. test.xsl 关键之外在于使用的命名空间xmlns:xsl=”http://www.w3.org/1999/XSL/Transform” 和输出时加上disable-output-escaping=”yes”]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2010/05/450.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE和FF中js获取页面高度与宽度的对比</title>
		<link>http://www.joymood.cn/posts/2010/04/367.html</link>
		<comments>http://www.joymood.cn/posts/2010/04/367.html#comments</comments>
		<pubDate>Mon, 19 Apr 2010 09:52:13 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2010/04/367.html</guid>
		<description><![CDATA[IE和FF中js获取页面高度与宽度的对比]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2010/04/367.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>给网站添加网站图标</title>
		<link>http://www.joymood.cn/posts/2010/01/349.html</link>
		<comments>http://www.joymood.cn/posts/2010/01/349.html#comments</comments>
		<pubDate>Tue, 26 Jan 2010 02:06:15 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[网站]]></category>
		<category><![CDATA[网站图标]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2010/01/349.html</guid>
		<description><![CDATA[网页图标，如果用英文来说就是Favorite's Icon。它出现在浏览器地址栏左侧，可以通过它让浏览器的收藏夹除了显示网站的相应标题之外还可以以图标的形式来加以区别。根据浏览器的不同，这个图标的现实形式也有少许的不同。主流浏览器如FireFox、IE等等，网站图标不但在地址栏显示，也会显示在收藏夹中。这个图标除了可以美化作用之外，另外的一个副作用就是可以在一定程度上减轻服务器的流量，因为每次浏览器打开网站的时候都会默认的要访问这个图标文件，如果没有找到的话，网站就会返回一个404错误文件，并且在网站的错误日志中做记录，通过添加图标文件就可以避免这种情况。]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2010/01/349.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE 注释Bug&#8211;重影</title>
		<link>http://www.joymood.cn/posts/2010/01/345.html</link>
		<comments>http://www.joymood.cn/posts/2010/01/345.html#comments</comments>
		<pubDate>Sun, 24 Jan 2010 07:28:41 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[IE Bug]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2010/01/345.html</guid>
		<description><![CDATA[在网上浏览了一通，看到一篇因为在页面里写了几条注释而使页面出现奇怪的现象，呵呵，之前还从来没想过在页面写注释也会给页面造成不小的麻烦，想不到IE还有这个Bug，摘抄如下：]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2010/01/345.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iframe自适应高度</title>
		<link>http://www.joymood.cn/posts/2009/10/330.html</link>
		<comments>http://www.joymood.cn/posts/2009/10/330.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 08:14:38 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[自适应高度]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2009/10/330.html</guid>
		<description><![CDATA[解决iframe自适应高度的办法很多中，这一个我认为是最简便的，呵呵]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2009/10/330.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>正则表达式各种符号描述</title>
		<link>http://www.joymood.cn/posts/2009/10/329.html</link>
		<comments>http://www.joymood.cn/posts/2009/10/329.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 11:12:55 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[正则表达式]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2009/10/329.html</guid>
		<description><![CDATA[正则表达式-符号一览]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2009/10/329.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web标准</title>
		<link>http://www.joymood.cn/posts/2009/09/308.html</link>
		<comments>http://www.joymood.cn/posts/2009/09/308.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 02:20:30 +0000</pubDate>
		<dc:creator>joyboy</dc:creator>
				<category><![CDATA[web前端]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS+DIV]]></category>
		<category><![CDATA[css布局]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[web标准]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.joymood.cn/posts/2009/09/308.html</guid>
		<description><![CDATA[web标准，不是某一个标准，而是多个标准的集合，现在都流行结构和表现分离，这样易于管理，也易于维护。一个网页主要由结构、表现和行为三部分组成，那么它对应的标准也分三方面：结构化标准语言主要包括XHTML和XML，表现标准语言主要包括CSS，行为标准主要包括对象模型（如W3C DOM）、ECMAScript等。这些标准大部分由W3C起草和发布，也有一些是其他标准组织制订的标准，比如ECMA（European Computer Manufacturers Association）的ECMAScript标准。]]></description>
		<wfw:commentRss>http://www.joymood.cn/posts/2009/09/308.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

