<?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>IInterest &#187; runcode</title>
	<atom:link href="http://www.iinterest.net/tag/runcode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iinterest.net</link>
	<description>Design &#38; Develope 关注用户体验,追求以用户为中心的设计.</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress文章运行代码插件RunCode</title>
		<link>http://www.iinterest.net/2009/01/04/wordpress_runcode/</link>
		<comments>http://www.iinterest.net/2009/01/04/wordpress_runcode/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 09:34:21 +0000</pubDate>
		<dc:creator>Bell</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[runcode]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://iinterest.net/blog/?p=111</guid>
		<description><![CDATA[  RunCode可以为你的WP增加一个文本框用来运行代码(html/css/javascript).相信对做网页前端设计的朋友来说,是个非常有用的插件,可以更方便的展示自己的一些设计效果. 下载地址:http://wordpress.org/extend/plugins/runcode/ 使用方法: &#60;runcode&#62;   运行代码&#8230; &#60;/runcode&#62; 想要调整textarea的大小,可以在style.css中增加.runcode_text{ width:500px; height:200px;} 运行效果: &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=gb2312&#34; /&#62; &#60;title&#62;扩大链接的选区&#60;/title&#62; &#60;style type=&#34;text/css&#34;&#62; body,ul,li{ padding:0; margin:0;} #ben{ margin:20px auto; width:200px; height:60px; border:1px solid #d7d7d7;} &#8230; <a href="http://www.iinterest.net/2009/01/04/wordpress_runcode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>  RunCode可以为你的WP增加一个文本框用来运行代码(html/css/javascript).相信对做网页前端设计的朋友来说,是个非常有用的插件,可以更方便的展示自己的一些设计效果.</p>
<p>下载地址:<a href="http://wordpress.org/extend/plugins/runcode/">http://wordpress.org/extend/plugins/runcode/</a><br />
使用方法:<br />
<span style="color: #00ccff;">&lt;runcode&gt;<br />
</span>  运行代码&#8230;<br />
<span style="color: #00ccff;">&lt;/runcode&gt;</span><br />
想要调整textarea的大小,可以在style.css中增加<span style="color: #ff0000;">.runcode_text{ width:500px; height:200px;}</span></p>
<p>运行效果:</p>
<div class="runcode">
<p><textarea name="runcode" class="runcode_text" id="runcode_WKVOMP">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; /&gt;
&lt;title&gt;扩大链接的选区&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
body,ul,li{ padding:0; margin:0;}
#ben{ margin:20px auto; width:200px; height:60px; border:1px solid #d7d7d7;}
#ben li{ list-style:none; display:block; float:left; width:200px; height:20px; line-height:20px; text-indent:10px;}
#ben li a{ display:block; height:20px; font-size:12px; text-decoration:none; color:#000;}
#ben li a:hover{ background:#66CCFF;}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
	&lt;ul id=&quot;ben&quot;&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;IInterest&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;IInterest&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href=&quot;#&quot;&gt;IInterest&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
&lt;/body&gt;
&lt;/html&gt;
</textarea></p>
<p><input type="button" value="运行" class="runcode_button" onclick="runcode_open_new('runcode_WKVOMP');"/> <input type="button" value="复制" class="runcode_button" onclick="runcode_copy('runcode_WKVOMP');"/> 提示：你可以先修改部分代码再运行。</p>
</div>
<p><span id="more-111"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iinterest.net/2009/01/04/wordpress_runcode/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
