<?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>The Princess Diaries &#187; 分享</title>
	<atom:link href="http://onezhou.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://onezhou.com</link>
	<description>熊家的公主</description>
	<lastBuildDate>Mon, 12 Sep 2011 22:55:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>防盗链的设置</title>
		<link>http://onezhou.com/2010/10/anti-theft-configuration/</link>
		<comments>http://onezhou.com/2010/10/anti-theft-configuration/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 14:35:46 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=969</guid>
		<description><![CDATA[闲来无事，.htaccess文件里设置了一个流行的防盗链，杜绝非法链接。

考虑到做一个禁止非法盗链太累，又没找到合适的如意的，于是选择了某熊的大头像。充分表达了对盗链的气愤及鄙视。



代码如下，但凡盗链中包含了图片、压缩包、应用程序，就会被取代为上面的大头：

<code>RewriteC[......]</code><p class='read-more'><a href='http://onezhou.com/2010/10/anti-theft-configuration/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>闲来无事，.htaccess文件里设置了一个流行的防盗链，杜绝非法链接。</p>
<p>考虑到做一个禁止非法盗链太累，又没找到合适的如意的，于是选择了某熊的大头像。充分表达了对盗链的气愤及鄙视。</p>
<p>代码如下，但凡盗链中包含了图片、压缩包、应用程序，就会被取代为上面的大头：</p>
<p><code>RewriteC[......]</code>
<p class='read-more'><a href='http://onezhou.com/2010/10/anti-theft-configuration/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2010/10/anti-theft-configuration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0</title>
		<link>http://onezhou.com/2010/06/wordpress-3-0/</link>
		<comments>http://onezhou.com/2010/06/wordpress-3-0/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 11:12:08 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=699</guid>
		<description><![CDATA[WordPress 3.0，本月16日正式出炉。升级后并没有什么耳目一新的感觉，但本着从2升到3的大版本号的变更，应该是闷骚着有了大变化。这两天正在琢磨细节，先贴两个图就算交差了。（点击看大图，小字看不大清）

theme改变还是挺大的，分的是越来越细了，现在还是很难说是好是坏。

<a href="http://onezhou.com/blog/wp-content/uploads/2010/06/Template_Hierarchy.png" target="_blank"></a>[......]<p class='read-more'><a href='http://onezhou.com/2010/06/wordpress-3-0/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0，本月16日正式出炉。升级后并没有什么耳目一新的感觉，但本着从2升到3的大版本号的变更，应该是闷骚着有了大变化。这两天正在琢磨细节，先贴两个图就算交差了。（点击看大图，小字看不大清）</p>
<p>theme改变还是挺大的，分的是越来越细了，现在还是很难说是好是坏。</p>
<p><a href="http://onezhou.com/blog/wp-content/uploads/2010/06/Template_Hierarchy.png" target="_blank"></a>[......]
<p class='read-more'><a href='http://onezhou.com/2010/06/wordpress-3-0/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2010/06/wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips of fixing IE6</title>
		<link>http://onezhou.com/2009/11/tips-of-fixing-ie6/</link>
		<comments>http://onezhou.com/2009/11/tips-of-fixing-ie6/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 13:09:40 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=625</guid>
		<description><![CDATA[最近两个项目由于客户的吹毛求疵和自己的强迫症并发而砸了整整两天时间在IE6的美化方面，时间没白费，经验教训皆有。以下分享的一些Tips纯属个人观点：

<strong>最好的PNG fix Javascript---- unitPngFix.js </strong>

官方网站 (<a href="http://labs.unitinteractive.com/unitpngfix.php" target="_blank">http://labs.unitintera[......]</a><p class='read-more'><a href='http://onezhou.com/2009/11/tips-of-fixing-ie6/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>最近两个项目由于客户的吹毛求疵和自己的强迫症并发而砸了整整两天时间在IE6的美化方面，时间没白费，经验教训皆有。以下分享的一些Tips纯属个人观点：</p>
<p><strong>最好的PNG fix Javascript&#8212;- unitPngFix.js </strong></p>
<p>官方网站 (<a href="http://labs.unitinteractive.com/unitpngfix.php" target="_blank">http://labs.unitintera[......]</a>
<p class='read-more'><a href='http://onezhou.com/2009/11/tips-of-fixing-ie6/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/11/tips-of-fixing-ie6/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Rounded corner for all browsers</title>
		<link>http://onezhou.com/2009/09/rounded-corner-for-all-browsers/</link>
		<comments>http://onezhou.com/2009/09/rounded-corner-for-all-browsers/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 10:38:37 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[rounded corner]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=508</guid>
		<description><![CDATA[In response to: <a rel="bookmark" href="../../2009/06/css3-rounded-corner/" target="_blank">css3之rounded corner</a>

Here is a simple example to create 5px radius rounded corner.

<strong>Image part:</strong>
corner images
for IE7 and above,[......]<p class='read-more'><a href='http://onezhou.com/2009/09/rounded-corner-for-all-browsers/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>In response to: <a rel="bookmark" href="../../2009/06/css3-rounded-corner/" target="_blank">css3之rounded corner</a></p>
<p>Here is a simple example to create 5px radius rounded corner.</p>
<p><strong>Image part:</strong><br />
corner images<br />
for IE7 and above,[......]
<p class='read-more'><a href='http://onezhou.com/2009/09/rounded-corner-for-all-browsers/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/09/rounded-corner-for-all-browsers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery: Preset form</title>
		<link>http://onezhou.com/2009/07/jquery-preset-form/</link>
		<comments>http://onezhou.com/2009/07/jquery-preset-form/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 15:29:21 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=478</guid>
		<description><![CDATA[<code>
$(document).ready(function() {
	formPreSet();
});

function formPreSet() {
	/* preset form element */
	$('form [type=text], form [type=passwor[......]</code><p class='read-more'><a href='http://onezhou.com/2009/07/jquery-preset-form/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p><code>$(document).ready(function() {<br />
	formPreSet();<br />
});</p>
<p>function formPreSet() {<br />
	/* preset form element */<br />
	$('form [type=text], form [type=password][......]</code>
<p class='read-more'><a href='http://onezhou.com/2009/07/jquery-preset-form/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/07/jquery-preset-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery image rollover effect</title>
		<link>http://onezhou.com/2009/07/jquery-image-rollover-effect/</link>
		<comments>http://onezhou.com/2009/07/jquery-image-rollover-effect/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 10:10:26 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=470</guid>
		<description><![CDATA[Instead of using onmouseover, onmouseout in each image, use the following function.

Remember to name the images in specific format.
<code>
$("img.rollo[......]</code><p class='read-more'><a href='http://onezhou.com/2009/07/jquery-image-rollover-effect/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>Instead of using onmouseover, onmouseout in each image, use the following function.</p>
<p>Remember to name the images in specific format.<br />
<code>$("img.rollove[......]</code>
<p class='read-more'><a href='http://onezhou.com/2009/07/jquery-image-rollover-effect/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/07/jquery-image-rollover-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropbox</title>
		<link>http://onezhou.com/2009/07/dropbox/</link>
		<comments>http://onezhou.com/2009/07/dropbox/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:33:53 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=457</guid>
		<description><![CDATA[推荐个东东，<a href="https://www.getdropbox.com/" target="_blank">Dropbox</a>，一种结合网络和本地的共享文件夹，支持Windows和Mac，苹果下的支持似乎更漂亮自然一点。

免费用户给2G空间，支持单个共享文件夹的共享设置，对于各项操作有日志记载，适合小团体进行共享。

发现我不太会说中国话了……算了，用用就知道了。

地址：<a href="https://www.getdropbox.com/" target="_blank">https[......]</a><p class='read-more'><a href='http://onezhou.com/2009/07/dropbox/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>推荐个东东，<a href="https://www.getdropbox.com/" target="_blank">Dropbox</a>，一种结合网络和本地的共享文件夹，支持Windows和Mac，苹果下的支持似乎更漂亮自然一点。</p>
<p>免费用户给2G空间，支持单个共享文件夹的共享设置，对于各项操作有日志记载，适合小团体进行共享。</p>
<p>发现我不太会说中国话了……算了，用用就知道了。</p>
<p>地址：<a href="https://www.getdropbox.com/" target="_blank">https[......]</a>
<p class='read-more'><a href='http://onezhou.com/2009/07/dropbox/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/07/dropbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>css3之rounded corner</title>
		<link>http://onezhou.com/2009/06/css3-rounded-corner/</link>
		<comments>http://onezhou.com/2009/06/css3-rounded-corner/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 11:48:31 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[border-radius]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[rounded corner]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=433</guid>
		<description><![CDATA[IE8正式版的发布只是证明了IE家族里又出了一个鸡肋。身为浏览器大家庭里占一定比重的一员，居然对CSS3还是我行我素的不支持，似乎MS已经不再在乎其浏览器市场份额逐年下跌了。

Wordpress的2.8正式版的后台更漂亮点了，用户交互更亲和，虽然在2.7的基础上视觉效果改变不多，升级后突然心血[......]<p class='read-more'><a href='http://onezhou.com/2009/06/css3-rounded-corner/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>IE8正式版的发布只是证明了IE家族里又出了一个鸡肋。身为浏览器大家庭里占一定比重的一员，居然对CSS3还是我行我素的不支持，似乎MS已经不再在乎其浏览器市场份额逐年下跌了。</p>
<p>WordPress的2.8正式版的后台更漂亮点了，用户交互更亲和，虽然在2.7的基础上视觉效果改变不多，升级后突然心血[......]
<p class='read-more'><a href='http://onezhou.com/2009/06/css3-rounded-corner/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/06/css3-rounded-corner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress theme framework</title>
		<link>http://onezhou.com/2009/06/wordpress-theme-framework/</link>
		<comments>http://onezhou.com/2009/06/wordpress-theme-framework/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 11:22:32 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=419</guid>
		<description><![CDATA[最近一直在折腾Wordpress，一个星期了，开始厌倦了。

在找一个合适的主题，可是合适怎么定义却很空泛。看到一些很炫的主题又不是太如意，只有下载下来再改，去掉繁枝茂叶，留下个光秃秃的主干，辛苦调试完了后又突然不喜欢这个主题了，于是又推翻重来。

找了一个新的主题换上了，Coffee de[......]<p class='read-more'><a href='http://onezhou.com/2009/06/wordpress-theme-framework/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>最近一直在折腾Wordpress，一个星期了，开始厌倦了。</p>
<p>在找一个合适的主题，可是合适怎么定义却很空泛。看到一些很炫的主题又不是太如意，只有下载下来再改，去掉繁枝茂叶，留下个光秃秃的主干，辛苦调试完了后又突然不喜欢这个主题了，于是又推翻重来。</p>
<p>找了一个新的主题换上了，Coffee de[......]
<p class='read-more'><a href='http://onezhou.com/2009/06/wordpress-theme-framework/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/06/wordpress-theme-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Code Markup: a WordPress plugin</title>
		<link>http://onezhou.com/2009/06/code-markup-a-wordpress-plugin/</link>
		<comments>http://onezhou.com/2009/06/code-markup-a-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 10:59:16 +0000</pubDate>
		<dc:creator>Sue Zhou</dc:creator>
				<category><![CDATA[分享]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://onezhou.com/?p=413</guid>
		<description><![CDATA[厌烦了贴代码时跟wordpress自动格式化没完没了的较劲，一遍又一遍的更新，然后去主页看效果。于是用了插件，简单明了。

不常贴代码，应该说也就是最近两天才开始贴的，这两天一直在温故知新和创新，主要是为了记录点啥备忘 。

插件很简单，在HTML模式下编辑。格式如下：

&#60;pre[......]<p class='read-more'><a href='http://onezhou.com/2009/06/code-markup-a-wordpress-plugin/'>阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>厌烦了贴代码时跟wordpress自动格式化没完没了的较劲，一遍又一遍的更新，然后去主页看效果。于是用了插件，简单明了。</p>
<p>不常贴代码，应该说也就是最近两天才开始贴的，这两天一直在温故知新和创新，主要是为了记录点啥备忘 。</p>
<p>插件很简单，在HTML模式下编辑。格式如下：</p>
<p>&lt;pre[......]
<p class='read-more'><a href='http://onezhou.com/2009/06/code-markup-a-wordpress-plugin/'>阅读全文</a></p>
]]></content:encoded>
			<wfw:commentRss>http://onezhou.com/2009/06/code-markup-a-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

