<?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>Wut I am &#187; wordpress</title>
	<atom:link href="http://wutiam.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wutiam.net</link>
	<description>I&#039;m islet8, I&#039;m what I am</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:11:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>拖了一年，新自制主题终于上线</title>
		<link>http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/</link>
		<comments>http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 11:01:10 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=90</guid>
		<description><![CDATA[自从看厌了上一个自制的 WordPress 主题以后（那是很久以前的事了），便开始了新主题的设计之旅，说要做了，说要做了，说要做了，依然没做出来。由于拖拉得厉害，每每做到一半就把设计推翻了。这次终于一鼓作气不务正业，把 WP 升到了 2.7，然后解决了这个心腹大患。 新的后台界面我喜欢！ Related posts: Blog 数据丢失！ WordPress Permalinks 出现 404 错误的解决办法 My own WP theme goes online
Related posts:<ul>
<li><a href='http://wutiam.net/2008/04/blog-data-lost/' rel='bookmark' title='Blog 数据丢失！'>Blog 数据丢失！</a></li>
<li><a href='http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/' rel='bookmark' title='WordPress Permalinks 出现 404 错误的解决办法'>WordPress Permalinks 出现 404 错误的解决办法</a></li>
<li><a href='http://wutiam.net/2007/08/my-own-wp-theme-goes-online/' rel='bookmark' title='My own WP theme goes online'>My own WP theme goes online</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>自从看厌了<a title="My own WP theme goes online" href="/2007/08/my-own-wp-theme-goes-online/">上一个自制的 WordPress 主题</a>以后（那是很久以前的事了），便开始了新主题的设计之旅，<a title="Wordpress Permalinks 出现 404 错误的解决办法" href="/2008/06/resolve-wordpress-permalinks-404-error/">说要做了</a>，<a title="Blog 数据丢失！" href="/2008/04/blog-data-lost/">说要做了</a>，<a title="注意！我的 Blog 变更域名了" href="/2008/03/attention-my-blog-domain-changed/">说要做了</a>，依然没做出来。由于拖拉得厉害，每每做到一半就把设计推翻了。这次终于一鼓作气不务正业，把 WP 升到了 2.7，然后解决了这个心腹大患。</p>
<p>新的后台界面我喜欢！</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2008/04/blog-data-lost/' rel='bookmark' title='Blog 数据丢失！'>Blog 数据丢失！</a></li>
<li><a href='http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/' rel='bookmark' title='WordPress Permalinks 出现 404 错误的解决办法'>WordPress Permalinks 出现 404 错误的解决办法</a></li>
<li><a href='http://wutiam.net/2007/08/my-own-wp-theme-goes-online/' rel='bookmark' title='My own WP theme goes online'>My own WP theme goes online</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关掉 WordPress 下的 directory listing</title>
		<link>http://wutiam.net/2008/08/turn-off-directory-listing-in-wordpress/</link>
		<comments>http://wutiam.net/2008/08/turn-off-directory-listing-in-wordpress/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 03:13:37 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=63</guid>
		<description><![CDATA[刚才看到这篇文章，检查了下我的 WordPress，发现也有这个问题，赶紧修改了 WP 根目录下的 .htaccess 文件，在文件最后加上如下语句： # Prevents directory listing Options -Indexes 重新上传，果然 Ok，所有目录访问自动转到 WP 的 404 页面，比最笨的到每个文件夹下建一个空的 index.html 的办法好使多了。 Related posts: WordPress Permalinks 出现 404 错误的解决办法 拖了一年，新自制主题终于上线 Blog 数据丢失！
Related posts:<ul>
<li><a href='http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/' rel='bookmark' title='WordPress Permalinks 出现 404 错误的解决办法'>WordPress Permalinks 出现 404 错误的解决办法</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
<li><a href='http://wutiam.net/2008/04/blog-data-lost/' rel='bookmark' title='Blog 数据丢失！'>Blog 数据丢失！</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>刚才看到<a title="关掉文件夹访问 [Wordpress安全]" href="http://lucifr.com/2008/07/30/turn-off-the-directory-listing-in-wordpress/">这篇文章</a>，检查了下我的 WordPress，发现也有这个问题，赶紧修改了 WP 根目录下的 .htaccess 文件，在文件最后加上如下语句：</p>
<blockquote><p># Prevents directory listing<br />
Options -Indexes</p></blockquote>
<p>重新上传，果然 Ok，所有目录访问自动转到 WP 的 404 页面，比最笨的到每个文件夹下建一个空的 index.html 的办法好使多了。</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/' rel='bookmark' title='WordPress Permalinks 出现 404 错误的解决办法'>WordPress Permalinks 出现 404 错误的解决办法</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
<li><a href='http://wutiam.net/2008/04/blog-data-lost/' rel='bookmark' title='Blog 数据丢失！'>Blog 数据丢失！</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2008/08/turn-off-directory-listing-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Permalinks 出现 404 错误的解决办法</title>
		<link>http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/</link>
		<comments>http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 08:23:56 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=51</guid>
		<description><![CDATA[前几天在新机子上装了 WAMP，下载了 WordPress 2.5.1，并配置好数据库，准备继续我那很久很久以前未完成的 theme。 然而，在 Settings 里改变了默认的 Permalink Structure 后，发现所有包含地址重定向的页面都 404 了。很奇怪，理论上 2.5.1 应该已经解决了 Permalink 的 bug 了呀。把 Permalink Structure 从 /%year%/%monthnum%/%postname%/ 改成 /index.php/%year%/%monthnum%/%postname%/ 页面都能打开了，看来应该是重定向的问题。 三上 Google，终于在这篇文章里找到了原因，果然是我本地的 WAMP 没打开 rewrite 功能，解决办法如下： 打开 Apache 的 httpd.conf 文件，搜索“mod_rewrite”，应该能找到这一行： #LoadModule rewrite_module modules/mod_rewrite.so 把最前面的“#”删掉，重启 Apache 服务，就好了~ （如果是用 XAMPP 的朋友，可能还需要参看原文修改 AllowOverride） ———— 看了这篇文章，甚是惊讶，惊讶的不是美国居然还有人在用 Objective-C 和 Pascal，而是用这些古老语言做开发的薪水还很高。。。泪奔，不能丢了 Pascal 啊，以后出国说不定还得拿它混饭吃呢。 Related [...]
Related posts:<ul>
<li><a href='http://wutiam.net/2008/08/turn-off-directory-listing-in-wordpress/' rel='bookmark' title='关掉 WordPress 下的 directory listing'>关掉 WordPress 下的 directory listing</a></li>
<li><a href='http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/' rel='bookmark' title='煎蛋’s get-together in the WordCamp Beijing 2007'>煎蛋’s get-together in the WordCamp Beijing 2007</a></li>
<li><a href='http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/' rel='bookmark' title='WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007'>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>前几天在新机子上装了 <a href="http://www.wampserver.com/">WAMP</a>，下载了 <a href="http://wordpress.org/">WordPress</a> 2.5.1，并配置好数据库，准备继续我那很<a href="http://wutiam.net/2008/04/blog-data-lost/">久很久以前</a>未完成的 theme。</p>
<p>然而，在 Settings 里改变了默认的 Permalink Structure 后，发现所有包含地址重定向的页面都 404 了。很奇怪，理论上 2.5.1 应该已经解决了 <a href="http://shafeng.cn/index.php/wp-permalink-bug-fix">Permalink 的 bug</a> 了呀。把 Permalink Structure 从</p>
<blockquote><p>/%year%/%monthnum%/%postname%/</p></blockquote>
<p>改成</p>
<blockquote><p>/index.php/%year%/%monthnum%/%postname%/</p></blockquote>
<p>页面都能打开了，看来应该是重定向的问题。</p>
<p>三上 Google，终于在<a href="http://www.mydigitallife.info/2006/03/08/wordpress-permalinks-does-not-work-in-xampp-setup/">这篇文章</a>里找到了原因，果然是我本地的 WAMP 没打开 rewrite 功能，解决办法如下：</p>
<p>打开 Apache 的 httpd.conf 文件，搜索“mod_rewrite”，应该能找到这一行：</p>
<blockquote><p>#LoadModule rewrite_module modules/mod_rewrite.so</p></blockquote>
<p>把最前面的“#”删掉，重启 Apache 服务，就好了~</p>
<p><span id="more-51"></span>（如果是用 <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> 的朋友，可能还需要参看原文修改 AllowOverride）</p>
<p>————</p>
<p>看了<a href="http://www.cnbeta.com/articles/57761.htm">这篇文章</a>，甚是惊讶，惊讶的不是美国居然还有人在用 Objective-C 和 Pascal，而是用这些古老语言做开发的薪水还很高。。。泪奔，不能丢了 Pascal 啊，以后出国说不定还得拿它混饭吃呢。</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2008/08/turn-off-directory-listing-in-wordpress/' rel='bookmark' title='关掉 WordPress 下的 directory listing'>关掉 WordPress 下的 directory listing</a></li>
<li><a href='http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/' rel='bookmark' title='煎蛋’s get-together in the WordCamp Beijing 2007'>煎蛋’s get-together in the WordCamp Beijing 2007</a></li>
<li><a href='http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/' rel='bookmark' title='WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007'>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2008/06/resolve-wordpress-permalinks-404-error/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Blog 数据丢失！</title>
		<link>http://wutiam.net/2008/04/blog-data-lost/</link>
		<comments>http://wutiam.net/2008/04/blog-data-lost/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 04:23:18 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=1</guid>
		<description><![CDATA[租用 BlueHost 主机一年多来，一直觉得很省心，一方面各种技术性维护工作有江东老大帮我们解决，一方面 BH 速度快、稳定、服务好（主要就是自带备份服务），所以我一直也没有给 Worpdress 安装备份插件，平时高兴了就手动备份一下。最近一直很忙，忙毕业、忙上班、忙搬家、忙逛街、忙杂七杂八的各种事，更改域名也是匆忙上阵，之前说的升级 theme 更是一拖再拖。 现在好了，数据库由于未知原因，全清空了，一张表都不剩，posts、comments 全没了。而且祸不单行，BH 那边不知从何时起已经不再提供备份服务，哈哈哈……别拉着我，让我跳下去吧！ 有什么办法呢？放在网上的数据都有风险，只能怪自己太大意。现在新上传了 WordPress 2.5，一切从头开始，慢慢来吧，我尽量把以前的 posts 和 comments 都捡回来。 Notice：RSS 地址现已改为：http://wutiam.net/feed/，烦请大家有空时更新一下 RSS 订阅以及你们 Blog 里的友链，谢谢！ ------------ 今天早上公司班车又破纪录了！不堵车半小时的路，硬是开了 2 小时 40 分钟（7:50 ~ 10:30） @.,@ 据说外环在修路，我没看到，只看到大家再一次把外环当成了自家停车场。 上一纪录是清明节前一天晚上，大家估计忙于准备烧纸，没时间找车位，就都把车停到了路上，结果内环外环都停满了车子，班车耗时 2 小时 5 分钟（18:15 ~ 20:20才杀出重围。我无法接受车子停在高架上休息的事实，半途下车找地铁站去了，那晚地铁巨空。 Related posts: 注意！我的 Blog 变更域名了 Blog 事故！ 拖了一年，新自制主题终于上线
Related posts:<ul>
<li><a href='http://wutiam.net/2008/03/attention-my-blog-domain-changed/' rel='bookmark' title='注意！我的 Blog 变更域名了'>注意！我的 Blog 变更域名了</a></li>
<li><a href='http://wutiam.net/2009/04/blog-accident/' rel='bookmark' title='Blog 事故！'>Blog 事故！</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>租用 <a href="http://www.bluehost.com/">BlueHost</a> 主机一年多来，一直觉得很省心，一方面各种技术性维护工作有<a href="http://www.storyday.com/">江东老大</a>帮我们解决，一方面 BH 速度快、稳定、服务好（主要就是自带备份服务），所以我一直也没有给 <a href="http://wordpress.org/">Worpdress</a> 安装备份插件，平时高兴了就手动备份一下。最近一直很忙，忙毕业、忙上班、忙搬家、忙逛街、忙杂七杂八的各种事，更改域名也是匆忙上阵，<a href="http://wutiam.net/2008/03/attention-my-blog-domain-changed/">之前说的</a>升级 theme 更是一拖再拖。</p>
<p>现在好了，<strong>数据库由于未知原因，全清空了</strong>，一张表都不剩，posts、comments 全没了。而且祸不单行，BH 那边不知从何时起已经不再提供备份服务，哈哈哈……别拉着我，让我跳下去吧！</p>
<p>有什么办法呢？放在网上的数据都有风险，只能怪自己太大意。现在新上传了 <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a>，一切从头开始，慢慢来吧，我尽量把以前的 posts 和 comments 都捡回来。</p>
<p>Notice：RSS 地址现已改为：<a href="http://wutiam.net/feed/">http://wutiam.net/feed/</a>，烦请大家有空时更新一下 RSS 订阅以及你们 Blog 里的友链，谢谢！</p>
<p><span id="more-63"></span>------------</p>
<p>今天早上公司班车又破纪录了！不堵车半小时的路，硬是开了 2 小时 40 分钟（7:50 ~ 10:30） @.,@ 据说外环在修路，我没看到，只看到大家再一次把外环当成了自家停车场。</p>
<p>上一纪录是清明节前一天晚上，大家估计忙于准备烧纸，没时间找车位，就都把车停到了路上，结果内环外环都停满了车子，班车耗时 2 小时 5 分钟（18:15 ~ 20:20才杀出重围。我无法接受车子停在高架上休息的事实，半途下车找地铁站去了，那晚地铁巨空。</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2008/03/attention-my-blog-domain-changed/' rel='bookmark' title='注意！我的 Blog 变更域名了'>注意！我的 Blog 变更域名了</a></li>
<li><a href='http://wutiam.net/2009/04/blog-accident/' rel='bookmark' title='Blog 事故！'>Blog 事故！</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2008/04/blog-data-lost/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>煎蛋’s get-together in the WordCamp Beijing 2007</title>
		<link>http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/</link>
		<comments>http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 11:57:40 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[煎蛋]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=32</guid>
		<description><![CDATA[It’s my first time to meet with my partners of 煎蛋 using the WCB2007 as a pretext. It’s a very happy time to talk with these guys rather than the WCB itself :p 煎蛋’s sofa? Sofa or ceiling? Group photo of 煎蛋’s Beijing branch, we are maoz, elfox, 蛋挞 (in front) and maple, islet8, steen [...]
Related posts:<ul>
<li><a href='http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/' rel='bookmark' title='WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007'>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</a></li>
<li><a href='http://wutiam.net/2007/08/my-own-wp-theme-goes-online/' rel='bookmark' title='My own WP theme goes online'>My own WP theme goes online</a></li>
<li><a href='http://wutiam.net/2008/03/attention-my-blog-domain-changed/' rel='bookmark' title='注意！我的 Blog 变更域名了'>注意！我的 Blog 变更域名了</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>It’s my first time to meet with my partners of <a href="http://jandan.net/">煎蛋</a> using the <a href="http://wpmeetup.org/">WCB2007</a> as a pretext. It’s a very happy time to talk with these guys rather than the WCB itself :p</p>
<p><a href="http://picasaweb.google.com/islet8/WordCampBeijing2007/photo#5105815363437569426"><img src="http://lh6.google.com/islet8/RtuABXJtpZI/AAAAAAAAAkc/385QnwwLf4Q/s288/093842_1287378091_zrtibvln.jpg" alt="" /></a></p>
<p><a href="http://picasaweb.google.com/islet8/WordCampBeijing2007/photo#5105815500876522914"><img src="http://lh6.google.com/islet8/RtuAJXJtpaI/AAAAAAAAAkk/cVbN0ri7q-o/s288/093908_1801398518_diynblxe.jpg" alt="" /></a></p>
<p><a href="http://www.zooomr.com/photos/pal/3098462/"><img src="http://static.zooomr.com/images/3098462_2db55bf978_m.jpg" alt="Sofa or the Ceiling" width="240" height="187" /></a> 煎蛋’s sofa? Sofa or ceiling?</p>
<p><a href="http://picasaweb.google.com/islet8/WordCampBeijing2007/photo#5105806425610626322"><img src="http://lh5.google.com/islet8/Rtt35HJtpRI/AAAAAAAAAiQ/p-x5Luerfss/s288/2007-9-1%20035.jpg" alt="" /></a> Group photo of 煎蛋’s Beijing branch, we are <a href="http://maozzz.com/">maoz</a>, <a href="http://elfox.jandan.net/">elfox</a>, 蛋挞 (in front) and <a href="http://weblog.bororo.org/">maple</a>, islet8, steen</p>
<p><a href="http://www.zooomr.com/photos/pal/3098465/"><img src="http://static.zooomr.com/images/3098465_dc531426d8_m.jpg" alt="Violin playing twins" width="240" height="187" /></a> Violin playing twins from <a href="http://www.ccom.edu.cn/">CCOM</a></p>
<p>For more photoes, go and see <a href="http://picasaweb.google.com/islet8">my picasa</a>.</p>
<p><span id="more-32"></span>————</p>
<p>1.   Vern   on September 3rd, 2007 at 21:44<br />
终于看到这张图片啦～</p>
<p>2. islet8   on September 3rd, 2007 at 21:53<br />
@Vern: which one?</p>
<p>3. maoz   on September 3rd, 2007 at 22:27<br />
我表情怎么这么狰狞……</p>
<p>4. sein   on September 3rd, 2007 at 22:30<br />
终于看到未和谐版的图了<br />
再次强烈谴责 maple</p>
<p>5. maoz   on September 3rd, 2007 at 22:31<br />
错了，是猥琐……</p>
<p>6. sein   on September 3rd, 2007 at 22:33<br />
谁照的？- -|||<br />
一个个帅哥靓妹都给拍成恐怖片主角了。。。好看总算看清 elfox 的真面目：长得真卡哇伊啊……</p>
<p>7. steen   on September 4th, 2007 at 8:33<br />
膀臂照的 怀念那个免费午餐啊 这是我一个月来吃得最好的</p>
<p>8. islet8   on September 4th, 2007 at 8:35<br />
@老大：HOHO，这张不知道怎么回事，当时maple打开的是防红眼模式，结果怎么就变成了恐怖片模式？<br />
@steen：这顿午饭也是我来北京至今及未来两个月里最好的了。。。</p>
<p>9. sfufoet   on September 4th, 2007 at 12:57<br />
看来煎蛋成员可能数我最矮了。= =</p>
<p>10. elfox   on September 4th, 2007 at 13:58<br />
到处都有照片泄露</p>
<p>11. sissi   on September 4th, 2007 at 15:08<br />
ELFOX的手超美的。。</p>
<p>12. islet8   on September 4th, 2007 at 15:16<br />
@火山：照片有角度问题啦，其实maple是最高的。。</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/' rel='bookmark' title='WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007'>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</a></li>
<li><a href='http://wutiam.net/2007/08/my-own-wp-theme-goes-online/' rel='bookmark' title='My own WP theme goes online'>My own WP theme goes online</a></li>
<li><a href='http://wutiam.net/2008/03/attention-my-blog-domain-changed/' rel='bookmark' title='注意！我的 Blog 变更域名了'>注意！我的 Blog 变更域名了</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</title>
		<link>http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/</link>
		<comments>http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 02:12:36 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=33</guid>
		<description><![CDATA[And I’m the 95th registrant of the meeting and will take part in it with my 煎蛋’s partners. ———— Today’s annual BlogDay (what’s it: [1] [2] [3]) and here’s 5 blogs of my favorites: 一五一十部落 子说 洪波的偏见 Lifehacker Nings blog Other recommended blogs are 煎蛋、Ya,I Yee / Yee’s Blog、左飞、Wangjianshuo’s blog / 王建硕 …… The worst [...]
Related posts:<ul>
<li><a href='http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/' rel='bookmark' title='煎蛋’s get-together in the WordCamp Beijing 2007'>煎蛋’s get-together in the WordCamp Beijing 2007</a></li>
<li><a href='http://wutiam.net/2007/08/my-own-wp-theme-goes-online/' rel='bookmark' title='My own WP theme goes online'>My own WP theme goes online</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wpmeetup.org/"><img src="http://wpmeetup.org/attendee_dark_200.gif" border="0" alt="I'm going to WordCamp Beijing" /></a></p>
<p>And I’m the 95th registrant of the <a href="http://wpmeetup.org/">meeting</a> and will take part in it with my <a href="http://jandan.net/">煎蛋</a>’s partners.</p>
<p>————</p>
<p>Today’s annual BlogDay (what’s it: <a href="http://www.blogday.org/">[1]</a> <a href="http://www.quickonlinetips.com/archives/2007/08/celebrate-annual-blogday-2007-on-august-31/">[2]</a> <a href="http://iyee.cn/post/blogday-2006.html">[3]</a>) and here’s 5 blogs of my favorites:</p>
<ol>
<li><a href="http://www.my1510.cn/">一五一十部落</a></li>
<li><a href="http://zishuo.com/">子说</a></li>
<li><a href="http://blog.donews.com/keso/">洪波的偏见</a></li>
<li><a href="http://lifehacker.com/">Lifehacker</a></li>
<li><a href="http://nings.cn/">Nings blog</a></li>
</ol>
<p>Other recommended blogs are <a href="http://jandan.net/">煎蛋</a>、<a href="http://ya.iyee.cn/">Ya,I Yee</a> / <a href="http://ya.iyee.cn/">Yee’s Blog</a>、<a href="http://zuofei.jandan.net/">左飞</a>、<a href="http://home.wangjianshuo.com/">Wangjianshuo’s blog</a> / <a href="http://home.wangjianshuo.com/cn/">王建硕</a> ……</p>
<p>The worst blog is <a href="http://googlechinablog.com/">Google 黑板报</a>.</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/' rel='bookmark' title='煎蛋’s get-together in the WordCamp Beijing 2007'>煎蛋’s get-together in the WordCamp Beijing 2007</a></li>
<li><a href='http://wutiam.net/2007/08/my-own-wp-theme-goes-online/' rel='bookmark' title='My own WP theme goes online'>My own WP theme goes online</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My own WP theme goes online</title>
		<link>http://wutiam.net/2007/08/my-own-wp-theme-goes-online/</link>
		<comments>http://wutiam.net/2007/08/my-own-wp-theme-goes-online/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 08:19:27 +0000</pubDate>
		<dc:creator>islet8</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wutiam.net/?p=37</guid>
		<description><![CDATA[I’ve made my own WordPress theme based on the WP default theme. It costed me a lot of spare time to design and code. Now the beta version comes up with a little bugs. Some parts of sidebar will be out of position in Internet Explorer 6.0 or before. Firefox, Opera and Internet Explorer 7.0 [...]
Related posts:<ul>
<li><a href='http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/' rel='bookmark' title='煎蛋’s get-together in the WordCamp Beijing 2007'>煎蛋’s get-together in the WordCamp Beijing 2007</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
<li><a href='http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/' rel='bookmark' title='WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007'>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>I’ve made my own WordPress theme based on the WP default theme. It costed me a lot of spare time to design and code. Now the beta version comes up with a little bugs.</p>
<p>Some parts of sidebar will  be out of position in Internet Explorer 6.0 or before. <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>,  <a href="http://www.opera.com/">Opera</a> and <a href="http://www.microsoft.com/windows/products/winfamily/ie/">Internet Explorer 7.0</a> are highly recommended.</p>
<p># Update on Aug 17, 2007</p>
<p>Here’s screenshot.</p>
<p><img src="http://lh4.ggpht.com/islet8/SCQuu9sklcI/AAAAAAAAA2Y/PQOI21PSGoM/s400/screenshot.png" /></p>
<p><span id="more-37"></span>————</p>
<p>   1.   Duck   on August 9th, 2007 at 16:45<br />
      <img src='http://wutiam.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  well done~~~</p>
<p>   2. vampire   on August 9th, 2007 at 20:35<br />
      Congratulations！Where is the screenshot？</p>
<p>   3. islet8   on August 9th, 2007 at 22:57<br />
      It is being used~ haven’t you detected the modification? :p</p>
<p>   4. Vern   on August 16th, 2007 at 2:51<br />
      偏要说中文～<br />
      恭喜恭喜，等下载～</p>
<p>   5. islet8   on August 16th, 2007 at 14:00<br />
      @Vern：暂时还不会public出来，很粗糙呢，是给自己做的，兼容性估计有问题，而且也不见得会有其他人喜欢，呵呵</p>
<p>Related posts:<ul>
<li><a href='http://wutiam.net/2007/09/jandan-get-together-in-the-wcb2007/' rel='bookmark' title='煎蛋’s get-together in the WordCamp Beijing 2007'>煎蛋’s get-together in the WordCamp Beijing 2007</a></li>
<li><a href='http://wutiam.net/2009/02/new-wp-theme-is-online-after-one-year-delay/' rel='bookmark' title='拖了一年，新自制主题终于上线'>拖了一年，新自制主题终于上线</a></li>
<li><a href='http://wutiam.net/2007/08/wordcamp-beijing-2007-and-annual-blogday-2007/' rel='bookmark' title='WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007'>WordCamp Beijing 2007 &amp;&amp; Annual BlogDay 2007</a></li>
</ul></p>]]></content:encoded>
			<wfw:commentRss>http://wutiam.net/2007/08/my-own-wp-theme-goes-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

