<?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>蓝色的华 &#187; 未分类</title>
	<atom:link href="http://bluehua.org/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://bluehua.org</link>
	<description>分享所学,backup一切~</description>
	<lastBuildDate>Fri, 27 Aug 2010 08:41:16 +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://bluehua.org/2010/07/21/1393.html</link>
		<comments>http://bluehua.org/2010/07/21/1393.html#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:02:48 +0000</pubDate>
		<dc:creator>小鹿</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[screenshot]]></category>

		<guid isPermaLink="false">http://bluehua.org/2010/07/21/1393.html</guid>
		<description><![CDATA[最快最稳定~

&#8212;&#8212;&#8212;&#8211;
post by gmail~
]]></description>
			<content:encoded><![CDATA[<p>最快最稳定~</p>
<p><img src="http://bluehua.org/wp-content/uploads/2010/07/screenshot_083_small.png" alt="screenshot_083_small.png" title="screenshot_083_small.png"/></p>
<p>&#8212;&#8212;&#8212;&#8211;<br />
post by gmail~</p>
]]></content:encoded>
			<wfw:commentRss>http://bluehua.org/2010/07/21/1393.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>第一次参加d2</title>
		<link>http://bluehua.org/2009/12/22/745.html</link>
		<comments>http://bluehua.org/2009/12/22/745.html#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:14:10 +0000</pubDate>
		<dc:creator>小鹿</dc:creator>
				<category><![CDATA[web dev]]></category>
		<category><![CDATA[未分类]]></category>
		<category><![CDATA[d2]]></category>

		<guid isPermaLink="false">http://bluehua.org/?p=745</guid>
		<description><![CDATA[额，没有想像中收获多，多少说一下感受：

金同学讲得模板语言，很有新意的架构，但是不适合俺们站的情况。
甄同学讲得silverlight qq，漂过，本人对flash了解不多，对silverlight更没有信心。
张克军讲《从YUI2到YUI3看前端的演变》，没细听。
小明同学讲《前端安全概览及防范》，比较入门，对不太了解这方面的同学会有帮助。
秦歌最后分享《前端性能优化与自动化》，很赞，优化方面讲得很全面，但是对于一些大站来说应该都已经注意到了。

嘉宾们讲的都很赞，但是合口味的不多，唉，明年d2一定要在北京开啊，来回火车累个半死
]]></description>
			<content:encoded><![CDATA[<p>额，没有想像中收获多，多少说一下感受：</p>
<ul>
<li>金同学讲得模板语言，很有新意的架构，但是不适合俺们站的情况。</li>
<li>甄同学讲得silverlight qq，漂过，本人对flash了解不多，对silverlight更没有信心。</li>
<li>张克军讲《从YUI2到YUI3看前端的演变》，没细听。</li>
<li>小明同学讲《前端安全概览及防范》，比较入门，对不太了解这方面的同学会有帮助。</li>
<li>秦歌最后分享《前端性能优化与自动化》，很赞，优化方面讲得很全面，但是对于一些大站来说应该都已经注意到了。</li>
</ul>
<p>嘉宾们讲的都很赞，但是合口味的不多，唉，明年d2一定要在北京开啊，来回火车累个半死<img class="xemotion" src="http://bluehua.org/wp-content/plugins/x-emotions/emotions/msn/bofu2_13.gif" border="0" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bluehua.org/2009/12/22/745.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>highlight plugin test</title>
		<link>http://bluehua.org/2008/08/06/4.html</link>
		<comments>http://bluehua.org/2008/08/06/4.html#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:18:27 +0000</pubDate>
		<dc:creator>小鹿</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://bluehua.org/?p=4</guid>
		<description><![CDATA[
1
2
3
4
5
6
7
&#60;html&#62;
&#60;body&#62;
&#60;script&#62;
document.write&#40;'hello world!'&#41;;
&#60;/script&#62;
&#60;/body&#62;
&#60;/html&#62;]]></description>
			<content:encoded><![CDATA[
<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><div class="overflow"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>html<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>script<span style="color: #339933;">&gt;</span>
document.<span style="color: #000066; font-weight: bold;">write</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'hello world!'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>body<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>html<span style="color: #339933;">&gt;</span></pre></div</td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://bluehua.org/2008/08/06/4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://bluehua.org/2008/08/06/1.html</link>
		<comments>http://bluehua.org/2008/08/06/1.html#comments</comments>
		<pubDate>Tue, 05 Aug 2008 16:21:31 +0000</pubDate>
		<dc:creator>小鹿</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://bluehua.org/?p=1</guid>
		<description><![CDATA[欢迎使用 WordPress。这是您的第一篇日志。您可以编辑它或是删除它，然后开始写您自己的 blog。

alert&#40;'hello word!'&#41;;

]]></description>
			<content:encoded><![CDATA[<p>欢迎使用 WordPress。这是您的第一篇日志。您可以编辑它或是删除它，然后开始写您自己的 blog。</p>

<div class="wp_syntax"><div class="code overflow"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'hello word!'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://bluehua.org/2008/08/06/1.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.194 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-10 17:55:04 -->
