<?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; XHTML</title>
	<atom:link href="http://www.deepseath.com/?feed=rss2&#038;tag=xhtml" rel="self" type="application/rss+xml" />
	<link>http://www.deepseath.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Jan 2024 09:55:11 +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://www.deepseath.com/?p=445</link>
		<comments>http://www.deepseath.com/?p=445#comments</comments>
		<pubDate>Wed, 22 Apr 2009 05:17:20 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[否当]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=445</guid>
		<description><![CDATA[新近刚刚完成的一个小项目——否当。当(“上当”的“当”，四声) 主要是整理一些上当受骗的经历、假冒伪劣物品的识别以及一些正规厂商的公告什么的。应该说还是有实际意义的。希望朋友们能捧捧场，然后提提意见^_^可以点击这里访问，域名也很好记——拼音的否当 FouDang.com，同时Foudang.net、Foudang.cn都可以访问，主域名就是 www.foudang.com。 否当网站截图 整体架构使用的是早先的一个构想，就是前后端分离。这样的架构可以方便未来的压力分离同时安全性也会有一些保证。 内容页面采用的是自动静态页面的生成。首页以及列表页面都是动态的，但有基于文件的短时缓存。特别是列表页，原本想也做成完全静态的，不过考虑这样的静态意义不是特别大，所以还是利用动态，但如果想记住分类的页面也很简单的，地址很短，相信不会给访问者带来困惑。 后台发布是一个内部的系统，与前端是分离的，包括文件的上载数据的更新都是在发布端进行的。前端只负责处理页面表现属于一个只读操作（除了涉及到页面浏览数等统计操作以及未来考虑加入评论功能等） 前台整体采用符合W3C标准的XHTML过渡方案（XHTML 1.0 Transitional），页面编码上考虑未来扩展性以及维护性的需要同时也是个人的喜好所然使用的是UTF-8编码。就已经进行的浏览器兼容性方面，测试了包括IE6.0、IE7.0、Opeare 9.64、Firefox 3.08、Safari 3.2.2、Chrome 2.0、IE8.0（使用IETester浏览）等在Windows下浏览器。目前没发现太大的Bug。 站点投放了一些广告，应该不至于影响访客的浏览。希望有看到的朋友能够支持一下^_^提提建议:) 另外，如果各位不想随时关注的话，还提供了一个RSS订阅最新更新的功能，http://www.foudang.com/rss/访问就可以了。这是全部的最新更新，如果想看某个分类的更新，可以进入分类后点击页面上的RSS图标^_^]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=445</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在 XHTML-Strict 模式下实现新窗口打开外部链接</title>
		<link>http://www.deepseath.com/?p=142</link>
		<comments>http://www.deepseath.com/?p=142#comments</comments>
		<pubDate>Mon, 17 Mar 2008 02:32:29 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[BLOG]]></category>
		<category><![CDATA[Deepseath]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=142</guid>
		<description><![CDATA[点击浏览]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=142</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个简洁好看的标签</title>
		<link>http://www.deepseath.com/?p=108</link>
		<comments>http://www.deepseath.com/?p=108#comments</comments>
		<pubDate>Wed, 05 Mar 2008 10:00:00 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=108</guid>
		<description><![CDATA[　　演示效果：点击这里浏览 　　用到的图片有三个，如下： 　　标签背景图片： 　　标签背景图片： 　　内容渐变背景图片： 　　非原创，在网上看到的，学习借鉴一下^_^]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table标签的frame和rules属性的不同表现形式</title>
		<link>http://www.deepseath.com/?p=106</link>
		<comments>http://www.deepseath.com/?p=106#comments</comments>
		<pubDate>Wed, 05 Mar 2008 09:42:28 +0000</pubDate>
		<dc:creator>Deepseath</dc:creator>
				<category><![CDATA[程序人生]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.deepseath.com/?p=106</guid>
		<description><![CDATA[　　今天偶然看XHTML文档的时候发现Table还有两个不太常知道的frame和rules标签，呵呵至少对我来说，头一次发现。 　　英文不是非常熟悉，因此就将全部表现组合列出来对比，嘿嘿。 　　其中，frame的值为：默认(不设置)、void、box、border、above、below、lhs、rhs、hsides、vsides； 　　rules的值范围为：默认(不设置)、none、all、cols、rows、groups 　　手懒没有手写，利用PHP的数组循环来展示（代码如下，可保存为php然后运行），如果想直接看效果，可以点击这里浏览。 &#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&#62; &#60;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"&#62; &#60;head&#62; &#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62; &#60;title&#62;Table属性的各种表现&#60;/title&#62; &#60;style type="text/css"&#62; #show{width:90%;margin:5px auto;font-size:12px;text-align:center;} #show thead tr.toption th{background:#f0f0f0;line-height:22px;font-size:20px;} #show tbody tr th.option{background:#fff;color:#00f;font-size:14px;padding-left:50px;text-align:left;} #show tbody tr:hover th.option{background:#ffc;} #show thead tr th.l{width:38%;} #show thead tr th.r{width:82%;} .demo {background:#fff;padding:5px;} .demo table{background:#fff;border-color:#ddd;width:62%;margin:0 auto;} .demo table [...]]]></description>
		<wfw:commentRss>http://www.deepseath.com/?feed=rss2&#038;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
