<?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>陈超群’s Blog &#187; web标准</title>
	<atom:link href="http://www.51jquery.com/tag/web%e6%a0%87%e5%87%86/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.51jquery.com</link>
	<description>活着，开心最重要！</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:33:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>网页宽度多少最适合？</title>
		<link>http://www.51jquery.com/2009-04/web-page-width/</link>
		<comments>http://www.51jquery.com/2009-04/web-page-width/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 06:01:40 +0000</pubDate>
		<dc:creator>陈超群</dc:creator>
				<category><![CDATA[WEB前端]]></category>
		<category><![CDATA[web标准]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/2009-04/%e7%bd%91%e9%a1%b5%e5%ae%bd%e5%ba%a6%e5%a4%9a%e5%b0%91%e6%9c%80%e9%80%82%e5%90%88%ef%bc%9f/</guid>
		<description><![CDATA[<p><a title="Harborhouse" href="http://www.harborhousehome.com/" target="_blank">公司网站</a>最近一个月统计出来的访客分辨率报表图：<br />
<a href="http://www.51jquery.com/wp-content/uploads/2009/04/20090421-133507.gif"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2009-04-21_133507" src="http://www.51jquery.com/wp-content/uploads/2009/04/20090421-133507-thumb.gif" border="0" alt="2009-04-21_133507" width="617" height="210" /></a><br/> <a href='http://www.51jquery.com/2009-04/web-page-width/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-04/web-page-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>理解标签语义化(三)</title>
		<link>http://www.51jquery.com/2009-04/xhtml-tag-3/</link>
		<comments>http://www.51jquery.com/2009-04/xhtml-tag-3/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:42:59 +0000</pubDate>
		<dc:creator>jquery</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WEB前端]]></category>
		<category><![CDATA[web标准]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/2009-04/%e7%90%86%e8%a7%a3%e6%a0%87%e7%ad%be%e8%af%ad%e4%b9%89%e5%8c%96%e4%b8%89/</guid>
		<description><![CDATA[<p>今天是CSS裸奔节，许多网站都裸奔了！现在为了提倡标准化、节约、节俭等等口号真是名堂多，要不停电一小时，连开发界都要来个页面裸奔。多数人还不是看热闹，有何意义呢？继续<a href="http://www.51jquery.com/2009-04/xhtml-tag-2/" target="_blank">上一篇</a>，谈谈现在开发当中用得相对少一点的标签    <br />&#160;<strong>&lt;table&gt;、&lt;td&gt;、&lt;th&gt;、&lt; caption &gt;、 summary</strong><br/> <a href='http://www.51jquery.com/2009-04/xhtml-tag-3/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-04/xhtml-tag-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>理解标签语义化(二)</title>
		<link>http://www.51jquery.com/2009-04/xhtml-tag-2/</link>
		<comments>http://www.51jquery.com/2009-04/xhtml-tag-2/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:42:41 +0000</pubDate>
		<dc:creator>jquery</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WEB前端]]></category>
		<category><![CDATA[web标准]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/?p=260</guid>
		<description><![CDATA[<p>在<a title="理解标签语义化(一)" href="http://www.51jquery.com/2009-04/xhtml-tag/" target="_blank">上篇</a>的结尾，重点提到了h标签，做SEO，最先考虑的标签就是它了，先来看看它的含义吧。<br />
&lt;h1&gt;、&lt;h2&gt;、&lt;h3&gt;、&lt;h4&gt;、&lt;h5&gt;、&lt;h6&gt;,作为标题使用，并且依据重要性递减。&lt;h1&gt;是最高的等级。在网页里的文章中，最要突出的标题用&lt;h1&gt;其它按重要性放就好了。如果你用&lt;div class=&#8221;title&#8221;&gt;文档标题&lt;/div&gt;，或者&lt;span class=&#8221;title&#8221;&gt;文档标题&lt;/span&gt;.很明显搜索引擎对于后者是不会认为他是标题的。<br />
下面看看一些常见标签的含义<br/> <a href='http://www.51jquery.com/2009-04/xhtml-tag-2/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-04/xhtml-tag-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>理解标签语义化(一)</title>
		<link>http://www.51jquery.com/2009-04/xhtml-tag/</link>
		<comments>http://www.51jquery.com/2009-04/xhtml-tag/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 05:18:02 +0000</pubDate>
		<dc:creator>jquery</dc:creator>
				<category><![CDATA[WEB前端]]></category>
		<category><![CDATA[web标准]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/2009-04/%e7%90%86%e8%a7%a3%e6%a0%87%e7%ad%be%e8%af%ad%e4%b9%89%e5%8c%96/</guid>
		<description><![CDATA[<p>做WEB开发都有三年多了，最近一年都在负责前端开发，发现进步不怎么大，现在决定重新温习基础，把前端技术打扎实。<br/> <a href='http://www.51jquery.com/2009-04/xhtml-tag/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-04/xhtml-tag/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>装上Internet Explorer 8.0 正式版</title>
		<link>http://www.51jquery.com/2009-03/internet-explorer-8/</link>
		<comments>http://www.51jquery.com/2009-03/internet-explorer-8/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 15:37:26 +0000</pubDate>
		<dc:creator>陈超群</dc:creator>
				<category><![CDATA[web标准]]></category>
		<category><![CDATA[软件/程序]]></category>
		<category><![CDATA[IE8]]></category>

		<guid isPermaLink="false">http://www.51jquery.com/2009/03/jquery%e6%8f%92%e4%bb%b6%e4%b9%8bblockui/</guid>
		<description><![CDATA[<p><script src="http://www.harborhousehome.com/js/jquery.js" type="text/javascript"></script><script src="http://www.harborhousehome.com/js/jquery.blockUI.js" type="text/javascript"></script><script type="text/javascript"><!--
    jQuery.noConflict();  
// --></script>做为一个WEB开发人员，对浏览器还是挺敏感的。微软昨天宣布Internet Explorer 8.0 正式版发布，赶紧下载一个看看，除了<a href="http://www.cnblogs.com/JustinYoung/archive/2008/03/17/IE8-WebSlices.html">webSlices</a>功能和更向W3C标准靠近，其它变化还不太清楚。IE8都已出来了，劝各位还在用IE6的快升级吧，就算不升IE8升IE7也行，IE6对于我们这些开发前端的人来说，太折磨人了！<br/> <a href='http://www.51jquery.com/2009-03/internet-explorer-8/' rel="nofollow">continue to read </a></p>]]></description>
		<wfw:commentRss>http://www.51jquery.com/2009-03/internet-explorer-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
