<?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>C.K. Blog &#187; Html</title>
	<atom:link href="http://cckk.tw/wordpress/category/ai/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://cckk.tw/wordpress</link>
	<description>全新上市，保固數年!!</description>
	<lastBuildDate>Fri, 30 Mar 2012 06:06:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>避免form產生的換行</title>
		<link>http://cckk.tw/wordpress/201/</link>
		<comments>http://cckk.tw/wordpress/201/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 05:48:16 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[表單]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=201</guid>
		<description><![CDATA[分享到Facebook 一般在表格加入form表單都會導致上下間距會被斷行 可以在表單加入下面語法 ＜form style="margin:0px;display: inline"&#62;＜/form&#62; 即可防止斷行]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML文檔中小meta的大作用</title>
		<link>http://cckk.tw/wordpress/157/</link>
		<comments>http://cckk.tw/wordpress/157/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:53:47 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[meta]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/?p=157</guid>
		<description><![CDATA[分享到Facebook meta是用來在HTML文檔中模擬HTTP協議的響應頭報文。meta 標籤用於網頁的＜head＞與＜/head＞中，meta 標籤的用處很多。meta的屬性有兩種：name和http-equiv。name屬性主要用於描述網頁，對應於content（網頁內容），以便於搜索引擎機器人查找、分類（目前幾乎所有的搜索引擎都使用網上機器人自動查找meta值來給網頁分類）。這其中最重要的是description（站點在搜索引擎上的描述）和keywords（分類關鍵詞），所以應該給每頁加一個meta值。比較常用的有以下幾個： name 屬性 ＜meta name="Generator" contect=""＞用以說明生成工具（如Microsoft FrontPage 4.0）等； ＜meta name="KEYWords" contect=""＞向搜索引擎說明你的網頁的關鍵詞； ＜meta name="DEscription" contect=""＞告訴搜索引擎你的站點的主要內容； ＜meta name="Author" contect="你的姓名"＞告訴搜索引擎你的站點的製作的作者； ＜meta name="Robots" contect="allnoneindexnoindexfollownofollow"＞ 其中的屬性說明如下： 設定為all：文件將被檢索，且頁面上的鏈接可以被查詢； 設定為none：文件將不被檢索，且頁面上的鏈接不可以被查詢； 設定為index：文件將被檢索； 設定為follow：頁面上的鏈接可以被查詢； 設定為noindex：文件將不被檢索，但頁面上的鏈接可以被查詢； 設定為nofollow：文件將不被檢索，頁面上的鏈接可以被查詢。 http-equiv屬性 ＜meta http-equiv="Content-Type" contect="text/html";charset=gb_2312-80&#8243;＞和＜meta http-equiv="Content-Language" contect="zh-CN"＞用以說明主頁製作所使用的文字以及語言；又如英文是ISO-8859-1字符集，還有BIG5、utf-8、 shift-Jis、Euc、Koi8-2等字符集； ＜meta http-equiv="Refresh" contect="n;url=http://yourlink" ＞定時讓網頁在指定的時間n內，跳轉到頁面http;//yourlink； ＜meta http-equiv="Expires" contect="Mon,12 May 2001 00:20:00 GMT"＞可以用於設定網頁的到期時間，一旦過期則必須到服務器上重新調用。需要注意的是必須使用GMT時間格式； ＜meta http-equiv="Pragma" contect="no-cache"＞是用於設定禁止瀏覽器從本地機的緩存中調閱頁面內容，設定後一旦離開網頁就無法從Cache中再調出； ＜meta http-equiv="set-cookie" contect="Mon,12 May [...]]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/157/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>防止網頁IE使用右鍵及反白，連 Firefox 都不行</title>
		<link>http://cckk.tw/wordpress/64/</link>
		<comments>http://cckk.tw/wordpress/64/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 14:13:27 +0000</pubDate>
		<dc:creator>C.K.</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[鎖右鍵]]></category>

		<guid isPermaLink="false">http://cckk.tw/wordpress/archives/2006/12/13/64/</guid>
		<description><![CDATA[分享到Facebook 防止使用右鍵，連 Firefox 都不行 &#60;head&#62;加在這邊&#60;/head&#62; &#60; !-–防止使用右鍵，連 Firefox 都不行 start-–&#62; &#60;script type=&#34;text/javascript&#34;&#62; function clickIE4&#40;&#41;&#123; if &#40;event.button==2&#41;&#123; return false; &#125;//end if &#125;//end func &#160; function clickNS4&#40;e&#41;&#123; if &#40;document.layers&#124;&#124;document.getElementById&#38;&#38;!document.all&#41;&#123; if &#40;e.which==2&#124;&#124;e.which==3&#41;&#123; return false; &#125;//end if &#125;//end if &#125;//end func &#160; function OnDeny&#40;&#41;&#123; if&#40;event.ctrlKey &#124;&#124; event.keyCode==78 &#38;&#38; event.ctrlKey &#124;&#124; event.altKey &#124;&#124; event.altKey &#38;&#38; event.keyCode==115&#41;&#123; return false; &#125;//end if [...]]]></description>
		<wfw:commentRss>http://cckk.tw/wordpress/64/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

