<?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>PROSPEROUS WORLD &#187; 学海无涯</title>
	<atom:link href="http://www.lensee.net/category/so-much-to-learn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lensee.net</link>
	<description>繁华世界 － 推荐使用 Safari 浏览本站</description>
	<lastBuildDate>Thu, 24 Jun 2010 09:30:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>随机日志注解备忘</title>
		<link>http://www.lensee.net/2008/06/random-entries-annotations/</link>
		<comments>http://www.lensee.net/2008/06/random-entries-annotations/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 22:15:08 +0000</pubDate>
		<dc:creator>孤单一吻</dc:creator>
				<category><![CDATA[学海无涯]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[EVE]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://www.lensee.net/?p=48</guid>
		<description><![CDATA[中文 WordPress 工具箱随机日志注解备忘。
在模板里调用：
&#60;?php random_posts(); ?&#62;
调用方式：
random_posts ($limit = 5, $length = 400, $before = ‘&#60;li&#62;’, $after = ‘&#60;/li&#62;’, $show_pass_post = false, $show_excerpt_in_title = true)
$limit：显示文章数，缺省5篇；
$length：摘要长度，缺省400；
$before：每条记录前显示的文字，缺省&#60;li&#62;
$after：每条记录后显示的文字，缺省&#60;/li&#62;
$show_pass_post：是(true)/否(false)显示保护了的文章，缺省否(false)
$show_excerpt_in_title：是(true)，摘要显示于文章链接的title；否(false)，直接显示于页面；缺省是(true)
]]></description>
			<content:encoded><![CDATA[<p>中文 WordPress 工具箱随机日志注解备忘。</p>
<blockquote><p>在模板里调用：</p>
<p>&lt;?php random_posts(); ?&gt;</p>
<p>调用方式：<br />
random_posts ($limit = 5, $length = 400, $before = ‘&lt;li&gt;’, $after = ‘&lt;/li&gt;’, $show_pass_post = false, $show_excerpt_in_title = true)</p>
<p>$limit：显示文章数，缺省5篇；<br />
$length：摘要长度，缺省400；<br />
$before：每条记录前显示的文字，缺省&lt;li&gt;<br />
$after：每条记录后显示的文字，缺省&lt;/li&gt;<br />
$show_pass_post：是(true)/否(false)显示保护了的文章，缺省否(false)<br />
$show_excerpt_in_title：是(true)，摘要显示于文章链接的title；否(false)，直接显示于页面；缺省是(true)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.lensee.net/2008/06/random-entries-annotations/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>去掉超链接的下划线</title>
		<link>http://www.lensee.net/2008/05/del_link_next_draws_a_line/</link>
		<comments>http://www.lensee.net/2008/05/del_link_next_draws_a_line/#comments</comments>
		<pubDate>Sat, 17 May 2008 14:17:26 +0000</pubDate>
		<dc:creator>孤单一吻</dc:creator>
				<category><![CDATA[学海无涯]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Link]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wp/?p=59</guid>
		<description><![CDATA[文字链接
a {
	blr:expression(this.onFocus=this.blur())
}
如果是图片区域，可以加：
area {
	blr:expression(this.onFocus=this.blur())
}
针对图片链接
或:
[script]
function bluring(){
if(event.srcElement.tagName==&#8221;A&#8221;&#124;&#124;event.srcElement.tagName==&#8221;IMG&#8221;) document.body.focus();
}
document.onfocusin=bluring;
[/script]
[]替换为就不用说了吧……
]]></description>
			<content:encoded><![CDATA[<p>文字链接</p>
<blockquote><p>a {<br />
	blr:expression(this.onFocus=this.blur())<br />
}</p></blockquote>
<p>如果是图片区域，可以加：</p>
<blockquote><p>area {<br />
	blr:expression(this.onFocus=this.blur())<br />
}</p></blockquote>
<p>针对图片链接</p>
<p>或:</p>
<blockquote><p>[script]<br />
function bluring(){<br />
if(event.srcElement.tagName==&#8221;A&#8221;||event.srcElement.tagName==&#8221;IMG&#8221;) document.body.focus();<br />
}<br />
document.onfocusin=bluring;<br />
[/script]</p></blockquote>
<p>[]替换为<>就不用说了吧……</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lensee.net/2008/05/del_link_next_draws_a_line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash相关</title>
		<link>http://www.lensee.net/2008/04/related_flash/</link>
		<comments>http://www.lensee.net/2008/04/related_flash/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 14:36:29 +0000</pubDate>
		<dc:creator>孤单一吻</dc:creator>
				<category><![CDATA[学海无涯]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[脚本]]></category>

		<guid isPermaLink="false">http://127.0.0.1/wp/?p=56</guid>
		<description><![CDATA[自己写引导页的时候用到了FLASH，不过以前一直对FLASH不怎么感冒，因为维护太麻烦。虽然他很华丽……
把用到的写下来，算是备忘吧。
按纽,当前窗口转跳到目标地址
on(release)
{
  getURL(&#8220;index.php&#8221;,&#8221;_self&#8221;);
}
在最后一贞插入
getURL(&#8220;index.php&#8221;)
可实现自动转跳
在embed里加上
wmode=&#8221;transparent&#8221;
可实现背景透明效果。
]]></description>
			<content:encoded><![CDATA[<p>自己写引导页的时候用到了FLASH，不过以前一直对FLASH不怎么感冒，因为维护太麻烦。虽然他很华丽……<br />
把用到的写下来，算是备忘吧。<br />
按纽,当前窗口转跳到目标地址</p>
<blockquote><p>on(release)<br />
{<br />
  getURL(&#8220;index.php&#8221;,&#8221;_self&#8221;);<br />
}</p></blockquote>
<p>在最后一贞插入</p>
<blockquote><p>getURL(&#8220;index.php&#8221;)</p></blockquote>
<p>可实现自动转跳</p>
<p>在embed里加上</p>
<blockquote><p>wmode=&#8221;transparent&#8221;</p></blockquote>
<p>可实现背景透明效果。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lensee.net/2008/04/related_flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
