<?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>kongxin</title>
	<atom:link href="http://www.kongxin.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kongxin.info</link>
	<description>He want to be a professional web developer!</description>
	<lastBuildDate>Wed, 08 Jun 2011 13:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>aaa</title>
		<link>http://www.kongxin.info/archives/234.html</link>
		<comments>http://www.kongxin.info/archives/234.html#comments</comments>
		<pubDate>Wed, 08 Jun 2011 13:37:35 +0000</pubDate>
		<dc:creator>安静</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.kongxin.info/?p=234</guid>
		<description><![CDATA[其实，WordPress的可视化编辑器的确是可视化的，它使得我们用鼠标点击几下就可以达到书写一堆繁琐的HTML代码的效果，也就是说，在后台编辑界面存在的文章和网站前台看到的文章的HTML代码是一模一样的。那么，为什么他们“看起来”区别那么大呢？原因很简单：后台编辑器没有调用主题的CSS文件，而前台调用了。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kongxin.info/wp-content/uploads/2011/06/4-1.jpg"><img class="aligncenter size-medium wp-image-241" title="4-1" src="http://www.kongxin.info/wp-content/uploads/2011/06/4-1-300x206.jpg" alt="" width="300" height="206" /></a>其实，WordPress的可视化编辑器的确是可视化的，它使得我们用鼠标点击几下就可以达到书写一堆繁琐的HTML代码的效果，也就是说，在后台编辑界面存在的文章和网站前台看到的文章的HTML代码是一模一样的。那么，为什么他们“看起来”区别那么大呢？原因很简单：<strong>后台编辑器没有调用主题的CSS文件，而前台调用了。</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongxin.info/archives/234.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6重复字符BUG</title>
		<link>http://www.kongxin.info/archives/226.html</link>
		<comments>http://www.kongxin.info/archives/226.html#comments</comments>
		<pubDate>Sun, 02 May 2010 09:16:31 +0000</pubDate>
		<dc:creator>安静</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.kongxin.info/?p=226</guid>
		<description><![CDATA[今天看到了smigoo一篇博客，是说IE6有重复字符的bug，其实这个问题自己以前遇到过，没有做深入的记录，今天把他的分享贴到这里，以备后用，嘿嘿！]]></description>
			<content:encoded><![CDATA[<p>今天看到了<a href="http://www.smigoo.com/blog">smigoo</a>一篇<a href="http://www.smigoo.com/blog/2010/03/explorer-6-duplicate-characters-bug/">博客</a>，是说IE6有重复字符的bug，其实这个问题自己以前遇到过，没有做深入的记录，今天把他的分享贴到这里，以备后用，嘿嘿！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kongxin.info/archives/226.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>IETester</title>
		<link>http://www.kongxin.info/archives/221.html</link>
		<comments>http://www.kongxin.info/archives/221.html#comments</comments>
		<pubDate>Mon, 26 Apr 2010 06:24:48 +0000</pubDate>
		<dc:creator>安静</dc:creator>
				<category><![CDATA[html/xhtml]]></category>

		<guid isPermaLink="false">http://www.kongxin.info/?p=221</guid>
		<description><![CDATA[今天在测试页面兼容性的时候，打开IETester，发现更新了，现在最新的版本是v0.4.3，最大的特色是支持了ie9的预览，发张官网的截图： 问题和缺陷： Previous/Next这两个按钮有时候会有点小问题 有时候焦点缺失 不支持Java applets 用户模式IE6下flash不能运行，解决办法就是作为管理员运行该flash css fliter工作不正常，解决办法同4；]]></description>
			<content:encoded><![CDATA[<p>今天在测试页面兼容性的时候，打开<a href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester</a>，发现更新了，现在最新的版本是v0.4.3，最大的特色是支持了ie9的预览，发张官网的截图：</p>
<p><a href="http://www.kongxin.info/wp-content/uploads/2010/04/ietester-0.3.png"><img class="aligncenter size-full wp-image-222" title="ietester-0.3" src="http://www.kongxin.info/wp-content/uploads/2010/04/ietester-0.3.png" alt="" width="793" height="459" /></a></p>
<p>问题和缺陷：</p>
<ol>
<li>Previous/Next这两个按钮有时候会有点小问题</li>
<li>有时候焦点缺失</li>
<li>不支持Java applets</li>
<li>用户模式IE6下flash不能运行，解决办法就是作为管理员运行该flash</li>
<li>css fliter工作不正常，解决办法同4；</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kongxin.info/archives/221.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A级浏览器</title>
		<link>http://www.kongxin.info/archives/213.html</link>
		<comments>http://www.kongxin.info/archives/213.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:48:00 +0000</pubDate>
		<dc:creator>安静</dc:creator>
				<category><![CDATA[html/xhtml]]></category>

		<guid isPermaLink="false">http://www.kongxin.info/?p=213</guid>
		<description><![CDATA[YUI列出了开发者的页面至少要兼容以下版本浏览器： 注释： 如果在页面中没有声明DTD的话，应该在IE7的怪癖模式下测试一下；]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/yui/articles/gbs/#gbschart">YUI</a>列出了开发者的页面至少要兼容以下版本浏览器：</p>
<p style="text-align: center;"><a href="http://www.kongxin.info/wp-content/uploads/2010/04/all_a_browser.png"><img class="size-full wp-image-214 aligncenter" title="all_a_browser" src="http://www.kongxin.info/wp-content/uploads/2010/04/all_a_browser.png" alt="" width="409" height="274" /></a></p>
<p>注释：</p>
<ol>
<li>如果在页面中没有声明DTD的话，应该在IE7的怪癖模式下测试一下；</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kongxin.info/archives/213.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my浏览器</title>
		<link>http://www.kongxin.info/archives/205.html</link>
		<comments>http://www.kongxin.info/archives/205.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 03:24:03 +0000</pubDate>
		<dc:creator>安静</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://www.kongxin.info/?p=205</guid>
		<description><![CDATA[晒一下自己开发时所用的的浏览器，IE内核的就只列出Internet explorer了：]]></description>
			<content:encoded><![CDATA[<p>晒一下自己开发时所用的的浏览器，IE内核的就只列出Internet explorer了：</p>
<p style="text-align: center;"><a href="http://www.kongxin.info/wp-content/uploads/2010/04/me_web1.png"><img class="size-full wp-image-218 aligncenter" title="me_web" src="http://www.kongxin.info/wp-content/uploads/2010/04/me_web1.png" alt="" width="460" height="64" /></a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.kongxin.info/archives/205.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

