<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[kakapo's nest]]></title> 
<link>http://www.kakapo.cn/blog/index.php</link> 
<description><![CDATA[My Technical Knowledge Management System]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[kakapo's nest]]></copyright>
<item>
<link>http://www.kakapo.cn/blog/read.php?163</link>
<title><![CDATA[checkbox multi 多选获取length]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[XHTML/CSS]]></category>
<pubDate>Thu, 15 Jul 2010 06:39:25 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?163</guid> 
<description>
<![CDATA[ 
	兼容浏览器的作法：<br/><br/><div class="code"><br/>&lt;form name=&quot;seachfrm&quot; method=&quot;post&quot;&gt;<br/>&lt;ul&gt; <br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;li &gt;&lt;input type=&quot;checkbox&quot; checked=&quot;&quot; value=&quot;150&quot; name=&quot;selstores&#91;&#93;&quot; &gt; 世茂滨江店&lt;/li&gt; <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;input type=&quot;checkbox&quot; checked=&quot;&quot; value=&quot;151&quot; name=&quot;selstores&#91;&#93;&quot; &gt;众鑫店&lt;/li&gt; <br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;<br/>&lt;/form&gt;<br/></div><br/><br/><div class="code"><br/>var len = document.forms&#91;&#039;seachfrm&#039;&#93;.elements&#91;&#039;selstores&#91;&#93;&#039;&#93;.length;<br/>&nbsp;&nbsp;var c=0;<br/>&nbsp;&nbsp;for(var i=0;i&lt;len;i++)&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;if(document.forms&#91;&#039;seachfrm&#039;&#93;.elements&#91;&#039;selstores&#91;&#93;&#039;&#93;&#91;i&#93;.checked)&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;c++;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;&#125;<br/></div><br/><br/><div class="code"><br/>&lt;?php<br/>//输出array();<br/>print_r($_POST&#91;&#039;selstores&#039;&#93;);<br/>?&gt;<br/></div><br/>Tags - <a href="http://www.kakapo.cn/blog/tag.php?tag=checkbox" rel="tag">checkbox</a> , <a href="http://www.kakapo.cn/blog/tag.php?tag=multi" rel="tag">multi</a> , <a href="http://www.kakapo.cn/blog/tag.php?tag=length" rel="tag">length</a>
]]>
</description>
</item><item>
<link>http://www.kakapo.cn/blog/read.php?104</link>
<title><![CDATA[DHTML资源网站收集]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[XHTML/CSS]]></category>
<pubDate>Fri, 01 Jun 2007 08:45:33 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?104</guid> 
<description>
<![CDATA[ 
	http://www.dynamicdrive.com/dynamicindex17/
]]>
</description>
</item><item>
<link>http://www.kakapo.cn/blog/read.php?47</link>
<title><![CDATA[清清楚楚看透浏览器从网站取到了什么？]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[XHTML/CSS]]></category>
<pubDate>Fri, 08 Dec 2006 01:54:11 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?47</guid> 
<description>
<![CDATA[ 
	IE浏览器可以安装<a href="http://www.httpwatch.com/" target="_blank">HttpWatch</a> 这个软件，它可以让你看到网页的<br/>http Header 信息，cookie, html内容等等，对网页编程有很大帮助。<br/>截图如下：<br/><a href="http://www.kakapo.cn/blog/attachment/httpwatch_s.jpg" target="_blank"><img src="http://www.kakapo.cn/blog/attachment/httpwatch_s.jpg" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/><br/>在firefox浏览器下面，可以用这个软件<a href="http://www.getfirebug.com/" target="_blank">Firebug 1.0</a><br/>，也是功能很强大的，必须通过firefox安装。大大增强了xhtml，css，js的代码可读性，支持代码褶叠；类似dreamweaver的边设计边看代码的功能。<br/><br/>http://www.getfirebug.com/<br/><br/><a href="http://www.kakapo.cn/blog/attachment/1165543441_0.gif" target="_blank"><img src="http://www.kakapo.cn/blog/attachment/1165543441_0.gif" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://www.kakapo.cn/blog/tag.php?tag=ie" rel="tag">ie</a> , <a href="http://www.kakapo.cn/blog/tag.php?tag=firefox" rel="tag">firefox</a>
]]>
</description>
</item><item>
<link>http://www.kakapo.cn/blog/read.php?46</link>
<title><![CDATA[Useful META TAGS Table of Contents]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[XHTML/CSS]]></category>
<pubDate>Thu, 07 Dec 2006 09:50:13 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?46</guid> 
<description>
<![CDATA[ 
	1.cache-control<br/><br/><div class="code">&lt;META HTTP-EQUIV=&quot;CACHE-CONTROL&quot; CONTENT=&quot;NO-CACHE&quot;&gt;</div><br/>详细：<br/>HTTP 1.1. Allowed values = PUBLIC &#124; PRIVATE &#124; NO-CACHE &#124; NO-STORE. <br/>Public - may be cached in public shared caches <br/>Private - may only be cached in private cache <br/>no-Cache - may not be cached <br/>no-Store - may be cached but not archived <br/>The directive CACHE-CONTROL:NO-CACHE indicates cached information should not be used and instead requests should be forwarded to the origin server. This directive has the same semantics as the PRAGMA:NO-CACHE. <br/>Clients SHOULD include both PRAGMA:NO-CACHE and CACHE-CONTROL:NO-CACHE when a no-cache request is sent to a server not known to be HTTP/1.1 compliant. <br/>Also see EXPIRES. <br/>Note: It may be better to specify cache commands in HTTP than in META statements, where they can influence more than the browser, but proxies and other intermediaries that may cache information.<br/><br/>2.EXPIRES<br/><br/><div class="code">&lt;META HTTP-EQUIV=&quot;EXPIRES&quot; <br/>CONTENT=&quot;Mon, 22 Jul 2002 11:12:01 GMT&quot;&gt;</div><br/><br/>说明：<br/>The date and time after which the document should be considered expired. An illegal EXPIRES date, e.g. "0", is interpreted as "now". Setting EXPIRES to 0 may thus be used to force a modification check at each visit. <br/>Web robots may delete expired documents from a search engine, or schedule a revisit. <br/>HTTP 1.1 (RFC 2068) specifies that all HTTP date/time stamps MUST be generated in Greenwich Mean Time (GMT) and in RFC 1123 format. <br/>RFC 1123 format = wkday "," SP date SP time SP "GMT" <br/><br/>wkday = (Mon, Tue, Wed, Thu, Fri, Sat, Sun) <br/>date = 2DIGIT SP month SP 4DIGIT ; day month year (e.g., 02 Jun 1982) <br/>time = 2DIGIT ":" 2DIGIT ":" 2DIGIT ; 00:00:00 - 23:59:59 <br/>month = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec) <br/><br/><br/>3.Refresh<br/><br/><div class="code">&lt;META HTTP-EQUIV=&quot;REFRESH&quot; <br/>CONTENT=&quot;15;URL=http://www.I18nGuy.com/index.html&quot;&gt;</div><br/><br/>4.PRAGMA NO-CACHE<br/><br/><div class="code">&lt;META HTTP-EQUIV=&quot;PRAGMA&quot; CONTENT=&quot;NO-CACHE&quot;&gt;</div><br/>说明：<br/>This directive indicates cached information should not be used and instead requests should be forwarded to the origin server. This directive has the same semantics as the CACHE-CONTROL:NO-CACHE directive and is provided for backwards compatibility with HTTP/1.0. <br/>Clients SHOULD include both PRAGMA:NO-CACHE and CACHE-CONTROL:NO-CACHE when a no-cache request is sent to a server not known to be HTTP/1.1 compliant. <br/>HTTP/1.1 clients SHOULD NOT send the PRAGMA request-header. HTTP/1.1 caches SHOULD treat "PRAGMA:NO-CACHE" as if the client had sent "CACHE-CONTROL:NO-CACHE". <br/>Also see EXPIRES.<br/><br/><br/><br/><br/><br/><br/><br/>来源：http://www.i18nguy.com/markup/metatags.html<br/>Tags - <a href="http://www.kakapo.cn/blog/tag.php?tag=meta" rel="tag">meta</a>
]]>
</description>
</item><item>
<link>http://www.kakapo.cn/blog/read.php?13</link>
<title><![CDATA[META的一些功用]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[XHTML/CSS]]></category>
<pubDate>Thu, 12 Oct 2006 06:24:40 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?13</guid> 
<description>
<![CDATA[ 
	　META标记用于描述不包含在标准HTML里的一些文档信息。基于这一基 <br/>础上又开发出一些其它的有用功能，下面我挑选几种功能和大家说一下：<br/><br/>１、如何让搜索引擎搜索到你的页面<br/><br/>＜META NAME=&#92;"keywords CONTENT=&#92;"这里写关键字&#92;"＞<br/>＜META NAME=&#92;"description&#92;" CONTENT=&#92;"有关你页面的描述&#92;"＞<br/><br/>　　本页的关键字和描述。在页面里加上这些定义后，一些搜索引擎就能<br/>够让读者根据这些关键字查找到你的主页，了解你的主页内容。多个关键<br/>字之间用逗号分隔开，很多国外的网站都很重视这一功能，往往他们的关<br/>键字会占据一半的页面。 <br/><br/>２、定时跳转<br/><br/>＜META HTTP-EQUIV=&#92;"refresh&#92;" CONTENT=&#92;"10&#92;" URL=&#92;"新页面&#92;"＞<br/><br/>　　浏览器将在10秒后，自动转到你指定的新页面。你可以利用这个功能，<br/>制作一个封面，在若干时间后，自动带读者来到你的目录页。如果URL项<br/>没有，浏览器就是刷新本页。这就实现了WWW聊天室定期刷新的特性。 <br/><br/>３、语言选择 <br/><br/>＜META HTTP-EQUIV=&#92;"content-type&#92;" CONTENT=&#92;"text/html; charset=GB2312&#92;"＞<br/><br/><br/>　　描述本页使用的语言。浏览器根据此项，就可以选择正确的语言编码，<br/>而不需要读者自己在浏览器里选择。GB2312是指简体中文，而台湾BIG5内<br/>码的主页则是用BIG5。<br/><br/>４、关于Cache 　　 　　<br/><br/>＜META HTTP-EQUIV=&#92;"Pragma&#92;" CONTENT=&#92;"no-cache&#92;"＞<br/><br/>　　强制性调用网上的最新版本。浏览器为了节约时间，在本地硬盘上保<br/>存一个网上文件的临时版本。在你要重新调用时，直接显示硬盘上的文件，<br/>而不是网上的。如果你想让读者每次都看到最新的版本，就加上这句话。<br/><br/>＜META HTTP-EQUIV=&#92;"expires&#92;" CONTENT=&#92;"Sun,18 May 2000 00:00:00 GMT&#92;"＞<br/><br/>　　如果你在IE浏览器中设置为先去查看浏览器的缓存，那么它将在访问<br/>者再次访问页面时使用页面的缓存版本，直到到达标记设置的期限，对于<br/>不希望快速存取的页面，可以将期限设成一个过去的时刻。<br/><br/>５、定义页面内容的等级<br/><br/>＜META HTTP-EQUIV=&#92;"PICS-Label&#92;" content=`(PICS-1.1<br/>　　&#92;"<a href="http://www.rsac.org/ratingsv01.html&#92;\"" target="_blank">http://www.rsac.org/rating...</a>;;; I gen comment<br/>　　&#92;"RSACi North America Sever&#92;" by &#92;"inet@microsoft.com&#92;"<br/>　　for &#92;"<a href="http://www.microsoft.com&#92;\"" target="_blank">http://www.microsoft.com&#...</a>;/;; on &#92;"2000.07.04T00:00－0500〃<br/>　　r(n0 s0 v0 l0))′<br/><br/>　　RSAC的评估系统提供了一种用来评价Web站点内容的标准。用户可以<br/>设置Microsoft Internet Explorer（IE3.0以上）来排除包含有色情和暴<br/>力内容的站点。本例中的HTML取自Microsoft的主页。<br/><br/>　　代码中的（n 0 s 0 v 0 l 0）表示该站点不包含不健康内容。如果<br/>你想进一步了解RSAC评估系统的等级内容，可以访问RSAC的站点：<a href="http://www.rsac.org/。" target="_blank">http://www.rsac.org/。</a><br/><br/>６、网站图标<br/><br/>＜META CONTENT=0 HTTP-EQUIV=Expires＞<br/>＜META CONTENT=no_cache HTTP-EQUIV=Pragma＞<br/>＜Link href=&#92;"soim.ico&#92;" rel=&#92;"Shortcut Icon&#92;"＞<br/>＜META CONTENT=&#92;"7 days&#92;" name=revisit-after＞<br/><br/>　　很多网站如果你把她保存在收件夹中后，会发现它连带着一个小图<br/>标，如果再次点击进入之后还会发现地址栏中也有个小图标。现在只要<br/>在你的页头加上这段话，就能轻松实现这一功能。<br/><br/>
]]>
</description>
</item><item>
<link>http://www.kakapo.cn/blog/read.php?11</link>
<title><![CDATA[网页设计DIV+CSS]]></title> 
<author>kakapo &lt;kakapowu@gmail.com&gt;</author>
<category><![CDATA[XHTML/CSS]]></category>
<pubDate>Thu, 12 Oct 2006 06:23:37 +0000</pubDate> 
<guid>http://www.kakapo.cn/blog/read.php?11</guid> 
<description>
<![CDATA[ 
	<a href="http://www.kakapo.cn/blog/attachment/1160634813_0.gif" target="_blank"><img src="http://www.kakapo.cn/blog/attachment/1160634813_0.gif" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>网页设计DIV+CSS??第1天:选择什么样的DOCTYPE<br/>网页设计DIV+CSS??第2天:什么是名字空间<br/>网页设计DIV+CSS??第3天:定义语言编码<br/>网页设计DIV+CSS??第4天:调用样式表<br/>网页设计DIV+CSS??第5天:head区的其他设置<br/>网页设计DIV+CSS??第6天:XHTML代码规范<br/>网页设计DIV+CSS??第7天:CSS入门<br/>网页设计DIV+CSS??第8天:CSS布局入门<br/>网页设计DIV+CSS??第9天:第一个CSS布局实例<br/>网页设计DIV+CSS??第10天:自适应高度<br/>网页设计DIV+CSS??第11天:不用表格的菜单<br/>网页设计DIV+CSS??第12天:校验及常见错误<br/><br/>Tags - <a href="http://www.kakapo.cn/blog/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item>
</channel>
</rss>