<?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>NeatCN(NeatStudio工作室) &#187; 杂项</title>
	<atom:link href="http://www.neatcn.com/topics/other/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neatcn.com</link>
	<description>NeatStudio工作室</description>
	<lastBuildDate>Sat, 26 Jun 2010 13:37:11 +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>测试代码插入</title>
		<link>http://www.neatcn.com/show-11-1.shtml</link>
		<comments>http://www.neatcn.com/show-11-1.shtml#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:54:53 +0000</pubDate>
		<dc:creator>膘叔</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[杂项]]></category>

		<guid isPermaLink="false">http://www.neatcn.com/?p=11</guid>
		<description><![CDATA[echo "Hello world ."; function test( $name ){ return "Hello " . $name ; } class nsTest{ protected $name; function __construct(){ if(func_arg_num() > 0){ $this->setName( func_arg_get(0)); } } public function setName( $name ){ $this->name = strval( $name ); } public function getName(){ return $this->name; } } 有人说我写Hello world太短了。所以我写了一个class , 一个function 来测试这个高亮插件。。没有测试，没有注意缩进，毕竟在所见所得编辑器里打代码也是很痛苦的事情]]></description>
			<content:encoded><![CDATA[<pre class="brush: php">
echo "Hello world .";
function test( $name ){
     return "Hello " . $name ;
}
class nsTest{
    protected $name;
    function __construct(){
        if(func_arg_num() > 0){
             $this->setName( func_arg_get(0));
        }
    }

    public function setName( $name ){
         $this->name = strval( $name );
    }

    public function getName(){
         return $this->name;
    }
}
</pre>
<p>有人说我写Hello world太短了。所以我写了一个class , 一个function 来测试这个高亮插件。。没有测试，没有注意缩进，毕竟在所见所得编辑器里打代码也是很痛苦的事情</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neatcn.com/show-11-1.shtml/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NeatCN.com域名正式启用</title>
		<link>http://www.neatcn.com/show-1-1.shtml</link>
		<comments>http://www.neatcn.com/show-1-1.shtml#comments</comments>
		<pubDate>Thu, 11 Mar 2010 09:23:49 +0000</pubDate>
		<dc:creator>膘叔</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[杂项]]></category>

		<guid isPermaLink="false">http://www.neatcn.com/?p=1</guid>
		<description><![CDATA[不再被用做个人博客了。毕竟总要留下点东西的。原来neatcn.com和neatstudio.com共用一个博客不太好。。 在未来的情况下，neatstudio.com中的博客内容，可能还会换掉。目前仅用于维持PR和记录一些信息，而且neatstudio.com中的文章还大多转贴。。 因此，还是正式启用这个域名了。 希望各位做我的友链，并保持不变。谢谢。 通过本域名访问博客的朋友，请将域名改为neatstudio.com，并继续访问，本域名将重置，并会发布更多有用的，原创的信息、文章，请多多捧场。 如果您是从搜索引擎过来，由于改版不能正确给您显示页面而带来的不便，膘叔深表抱歉，但我希望在未来的日子里，您会在这里找到更多优秀的代码。]]></description>
			<content:encoded><![CDATA[<p>不再被用做个人博客了。毕竟总要留下点东西的。原来neatcn.com和neatstudio.com共用一个博客不太好。。</p>
<p>在未来的情况下，neatstudio.com中的博客内容，可能还会换掉。目前仅用于维持PR和记录一些信息，而且neatstudio.com中的文章还大多转贴。。</p>
<p>因此，还是正式启用这个域名了。</p>
<p>希望各位做我的友链，并保持不变。谢谢。</p>
<p>通过本域名访问博客的朋友，请将域名改为neatstudio.com，并继续访问，本域名将重置，并会发布更多有用的，原创的信息、文章，请多多捧场。</p>
<p>如果您是从搜索引擎过来，由于改版不能正确给您显示页面而带来的不便，膘叔深表抱歉，但我希望在未来的日子里，您会在这里找到更多优秀的代码。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.neatcn.com/show-1-1.shtml/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
