<?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>Yottaworks™ Studio &#187; General</title>
	<atom:link href="http://yottaworks.net/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://yottaworks.net</link>
	<description>Ideas, illustrations, tutorials and footprints of Kael</description>
	<lastBuildDate>Sat, 20 Feb 2010 09:58:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress短网址插件: kael.me URL Shortener</title>
		<link>http://yottaworks.net/wordpress%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-kael-me-url-shortener/</link>
		<comments>http://yottaworks.net/wordpress%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-kael-me-url-shortener/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 06:02:19 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yottaworks.net/?p=1122</guid>
		<description><![CDATA[自从twitter的大行其道，各种各样的短网址服务也层出不穷，但是想拥有自己的短网址服务吗？Kael<sup>.me</sup> URL shortener帮助您完成这一想法，更重要的是，用自己的短网址，彰显个性，在别人面前酷一把。]]></description>
			<content:encoded><![CDATA[<p><a href="http://yottaworks.net/url-shortener-plugin-for-wordpress/">English Introduction</a></p>
<h2>这是什么？</h2>
<p>自从twitter的大行其道，各种各样的短网址服务也层出不穷，但是想拥有自己的短网址服务吗？Kael<sup>.me</sup> URL shortener帮助您完成这一想法，更重要的是，用自己的短网址，彰显个性，在别人面前酷一把。<br />
特别是有短域名的童鞋萌，不要错过机会哇；域名不够短的同学，有意向的话，抓紧时间物色一个~~</p>
<p>Kael<sup>.me</sup> URL shortener可以让您自定义形如 <strong>http://yoursite/-abc</strong> 的网址来访问原来的链接，并且轻松的管理这些短网址，修改它们，并且查看点击次数。 </p>
<p>其实就是因为前一阵子注册了个kael.me的域名，想整个短网址服务玩玩，但是现在官网上那些相关的插件用起来不太满意，另外考虑到今后与Wordpress的冲突问题，所以下班后花了1个多小时写了个。<br />
插件的主体功能1个小时搞定；为了更多用户的使用方便而进行的工作，写日志，写readme，到官网提交申请，却花了整整一个下午……终于体会到在幕后为我们默默提供插件的WP爱好者的辛苦了，谢谢你们。接下来我也要抽空把这个小插件一点点完善。</p>
<p>测试链接：<a href="http://kael.me/-su">http://kael.me/-su</a><br />
原始链接：<a href="http://yottaworks.net/url-shortener-plugin-for-wordpress/">http://yottaworks.net/url-shortener-plugin-for-wordpress/</a></p>
<p>同时支持301永久转向和307临时转向。<br />
<a title="点击图片查看完整截图" href="/wp-content/uploads/2009/10/kael-me-url-shortener-full.png" class="thickbox screenshot imageLink"><img src="/wp-content/uploads/2009/10/kael-me-url-shortener-small.png"/></a><br />
点击图片查看完整截图</p>
<h2>版本要求:</h2>
<p>WordPress 2.5或者更高<br />
支持2.9.2</p>
<h2>插件下载:</h2>
<p><a href="http://downloads.wordpress.org/plugin/kaelme-url-shortener.zip">Kael.me URL Shortener</a></p>
<p><a href="http://wordpress.org/extend/plugins/kaelme-url-shortener/">Wordpress Plugin发布页面</a></p>
<p>马上有更多语言版本支持推出，请继续关注。</p>
<h2>它是怎样工作的</h2>
<p>通过判断URI是否是以&#8221;-&#8221;（dash symbol）开头，来判断是否为我们自定义的短网址。<br />
这里没有使用 http://yoursite/abc 的形式，而是增加了一个分隔符 &#8221; &#8211; &#8221; 作为判断 （http://yoursite/-abc），是因为考虑到前者会有很多潜在的问题，不仅可能与博客原有的地址冲突，也可能在今后的添加中，新增无效的短网址记录，而且会增加数据库查找的负担。<br />
另外，这个分隔符可以在插件页面修改。</p>
<h2>一点小说明</h2>
<p>这个插件工作，一般情况下，<strong>需要您的服务器支持rewrite_module</strong>，并且wordpress的永久链接设置不是默认设置。</p>
<p>如果不能满足以上条件，您也不用着急<br />
（如果只能通过 http://yoursite/?p=123 来访问您的日志，说明您就是属于这种情况了），</p>
<p>您需要在插件设置页面，将“ Oops, my rewrite_module is disabled! ” 这个选项选中，并且保存设置。此时，可以通过 http://yoursite/?u=abc 来访问您的短网址。</p>
<p>有什么意见和建议，可以留言或者发送邮件告诉我。祝大家使用愉快~</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/wordpress%e7%9f%ad%e7%bd%91%e5%9d%80%e6%8f%92%e4%bb%b6-kael-me-url-shortener/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Kael.me URL Shortener Plugin for Wordpress</title>
		<link>http://yottaworks.net/url-shortener-plugin-for-wordpress/</link>
		<comments>http://yottaworks.net/url-shortener-plugin-for-wordpress/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 05:51:58 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://yottaworks.net/?p=1111</guid>
		<description><![CDATA[kael.me URL shortener let you create your own tiny url, just like
<strong>http://yoursite/-abc</strong>. 
You can easily manage them with a paginating list of your short urls, change details, delete, or track clicks of them.]]></description>
			<content:encoded><![CDATA[<p><a href="http://yottaworks.net/wordpress%E7%9F%AD%E7%BD%91%E5%9D%80%E6%8F%92%E4%BB%B6-kael-me-url-shortener/">中文版介绍</a></p>
<h2>What&#8217;s this?</h2>
<p>kael.me URL shortener let you create your own tiny url, just like<br />
<strong>http://yoursite/-abc</strong>.<br />
You can easily manage them with a paginating list of your short urls, change details, delete, or track clicks of them.</p>
<p>Short URL for testing: <a href="http://kael.me/-su">http://kael.me/-su</a><br />
Original url: <a href="http://yottaworks.net/url-shortener-plugin-for-wordpress/">http://yottaworks.net/url-shortener-plugin-for-wordpress/</a></p>
<p>Tiny urls may redirect as 301 permanently redirection or 307 temporary redirection as your set each of them to.<br />
<a title="Click to view full screenshot" href="/wp-content/uploads/2009/10/kael-me-url-shortener-full.png" class="thickbox screenshot imageLink"><img src="/wp-content/uploads/2009/10/kael-me-url-shortener-small.png"/></a><br />
Click image to view full screenshot.</p>
<h2>Version Requires:</h2>
<p>WordPress 2.5 or higher<br />
support 2.9.2</p>
<h2>Download:</h2>
<p><a href="http://downloads.wordpress.org/plugin/kaelme-url-shortener.zip">Download Kael.me URL Shortener from wordpress.org</a><br />
Wordpress Plugin Page: <a href="http://wordpress.org/extend/plugins/kaelme-url-shortener/">http://wordpress.org/extend/plugins/kaelme-url-shortener/</a></p>
<p>Support for more languages is coming&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/url-shortener-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A Must-Read: AdvancED DOM Scripting, Dynamic Web Design Techniques</title>
		<link>http://yottaworks.net/a-must-read-advanced-dom-scripting-dynamic-web-design-techniques/</link>
		<comments>http://yottaworks.net/a-must-read-advanced-dom-scripting-dynamic-web-design-techniques/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 05:50:26 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://yottaworks.net/?p=906</guid>
		<description><![CDATA[<img alt="" class="alignleft" src="/wp-content/uploads/2009/01/ads-book-cover.png" />Are you addicted to
such Javascript library just as Prototype, jQuery, mootools, YUI, or something? Would you like to truly apprehend the working principle behind these libraries, and then to create your own package?

If you, with an intermediate javascript skill, are dabbled with DOM and wanna jump to a higher level, this book will be a MUST-READ, the very book that will make your dream come true at ease. 

Jeffrey Sambells composed <em>AdvancED DOM Scripting</em> for no beginers, and his book begins with little basic knowledge of javascript, while its first chapter is about javascript namespaces and closures. ]]></description>
			<content:encoded><![CDATA[<p><img alt="" class="alignleft" src="/wp-content/uploads/2009/01/ads-book-cover.png" />Are you addicted to<br />
such Javascript library just as Prototype, jQuery, mootools, YUI, Ext, Mochikit, DOMAssitant, Interface, Script.aculo.us or something? Would you like to truly apprehend the working principle behind these libraries, and then to create your own package?</p>
<p>If you, with an intermediate javascript skill, are dabbled with DOM and wanna jump to a higher level, this book will be a MUST-READ, the very book that will make your dream come true at ease. </p>
<p>Jeffrey Sambells composed <em>AdvancED DOM Scripting</em> for no beginers, and his book begins with little basic knowledge of javascript, while its first chapter is about javascript namespaces and closures. </p>
<p>It&#8217;s a summary of the core theory of javascript(common gotchas, scope resolution and closures, etc), a proposal of best practices(unobtrusive javascript and progressive enhancement), an outline of DOM standards and a reflection on Ajax applications, all of which that have proved author&#8217;s profound ability and insight. </p>
<p>After you reading the book, you will have your own javascript library &mdash; you have to &#8220;get your hands dirty&#8221; &mdash; that&#8217;s all things that a professional web developer should have.</p>
<p>And NOW, the Chinese edition of this book are on the bookshelves &mdash; Just get off your ass and get in bookstores.</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/a-must-read-advanced-dom-scripting-dynamic-web-design-techniques/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Download Moe Ringtone: Hum-hum of Index</title>
		<link>http://yottaworks.net/download-moe-ringtone-hum-hum-of-index/</link>
		<comments>http://yottaworks.net/download-moe-ringtone-hum-hum-of-index/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 03:30:42 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Majutsu no Index]]></category>

		<guid isPermaLink="false">http://yottaworks.net/?p=858</guid>
		<description><![CDATA[<img src="/wp-content/uploads/2008/11/majutsu-no-index-post-banner.jpg" alt="" />
Index and her featured hum-hum impressed me a billion in Episode One of <em>Toaru Majutsu no Index</em>, a new anime this October.

Gloried in her victory, eyes proudly closed, with arms akimbo, Index let out two hums unimaginably, wonderfully and attractively. At that time, I could only say one word——MOE! ]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2008/11/majutsu-no-index-post-banner.jpg" alt="" /><br />
Index and her featured hum-hum impressed me a billion in Episode One of <em>Toaru Majutsu no Index</em>, a new anime this October.</p>
<p>Gloried in her victory, eyes proudly closed, with arms akimbo, Index let out two hums unimaginably, wonderfully and attractively. At that time, I could only say one word——MOE!</p>
<p>And I knew it would must be the very ringtone of my mobile phone. (Best for your message alert tone.)</p>
<p>So, I ripped it out off the video. Hope you will like it.</p>
<p>To transfer this ringtone, would you please put <em>http://yottaworks.net</em> with it together?</p>
<p><a class="imageLink" href="/wp-content/uploads/2008/11/[yottaworks]hum-hum.rar"><img src="/wp-content/uploads/2008/11/download-humhum.jpg" alt="" /></a></p>
<p>点击上面下载：10月新番，魔法禁书目录，茵蒂克丝的“哼哼”铃声。转载请注明本站链接。</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/download-moe-ringtone-hum-hum-of-index/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Yottaworks.cn Launched!</title>
		<link>http://yottaworks.net/yottaworks-cn-launched/</link>
		<comments>http://yottaworks.net/yottaworks-cn-launched/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 02:28:51 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://yottaworks.cn/?p=632</guid>
		<description><![CDATA[You must have heard of mega<sup>1</sup>. Yeah, we meet megabyte (abbr MB) every day.
So, you've heard of giga. A gigabyte equals to a million megabytes. Wait, wait for a moment (a hand up). GigaByte is a manufacturer of computer motherboards! (joke~)

BUT, do you know <strong>yotta</strong>?]]></description>
			<content:encoded><![CDATA[<p>You must have heard of mega<sup>1</sup>. Yeah, we meet megabyte (abbr MB) every day.<br />
So, you&#8217;ve heard of giga. A gigabyte equals to a million megabytes. Wait, wait for a moment (a hand up). GigaByte is a manufacturer of computer motherboards! (joke~)</p>
<p>BUT, do you know <strong>yotta</strong>?<br />
Similar as mega but far more tremendous, yotta is an SI prefix denoting 10<sup>24</sup>, the largest and last SI prefix to be comfirmed until today 2008 &#8211; that is a one followed with twenty-four zeros!</p>
<p>When we say yotta, we mean BIG, sufficiently.<br />
When you come to yottaworks, I hope you will find my wild works, passionate ideas and useful tutorials, which I&#8217;ll devote myself to.</p>
<p>It&#8217;s horribly crazy to think about a yotta pieces of works in the aspect of quantity. But that&#8217;s the determination to work out fantastic designs and paintings as many as possible during all my lifetime.</p>
<p>From now on, Yottaworks™ Studio will run in English, except for some personal diaries about my daily life. </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
<strong>Appendix: Table of SI prefix</strong> &#8211; via wikipedia</p>
<table class="wikitable" border="0" width="400">
<tbody>
<tr style="background:#CCF">
<th width="96">1000<sup>m</sup></th>
<th width="92">10<sup>n</sup></th>
<th width="102">Prefix</th>
<th width="90">Symbol</th>
</tr>
<tr>
<td>1000<sup>8</sup></td>
<td>10<sup>24</sup></td>
<td><strong class="selflink">yotta-</strong></td>
<td>Y</td>
</tr>
<tr>
<td>1000<sup>7</sup></td>
<td>10<sup>21</sup></td>
<td>zetta-</td>
<td>Z</td>
</tr>
<tr>
<td>1000<sup>6</sup></td>
<td>10<sup>18</sup></td>
<td>exa-</td>
<td>E</td>
</tr>
<tr>
<td>1000<sup>5</sup></td>
<td>10<sup>15</sup></td>
<td>peta-</td>
<td>P</td>
</tr>
<tr>
<td>1000<sup>4</sup></td>
<td>10<sup>12</sup></td>
<td>tera-</td>
<td>T</td>
</tr>
<tr>
<td>1000<sup>3</sup></td>
<td>10<sup>9</sup></td>
<td>giga-</td>
<td>G</td>
</tr>
<tr>
<td>1000<sup>2</sup></td>
<td>10<sup>6</sup></td>
<td>mega-</td>
<td>M</td>
</tr>
<tr>
<td>1000<sup>1</sup></td>
<td>10<sup>3</sup></td>
<td>kilo-</td>
<td>k</td>
</tr>
<tr>
<td>1000<sup>2/3</sup></td>
<td>10<sup>2</sup></td>
<td>hecto-</td>
<td>h</td>
</tr>
<tr>
<td>1000<sup>1/3</sup></td>
<td>10<sup>1</sup></td>
<td>deca-</td>
<td>da</td>
</tr>
<tr style="background-color:#EEE">
<td>1000<sup>0</sup></td>
<td>10<sup>0</sup></td>
<td style="color:gray"><em>(none)</em></td>
<td style="color:gray"><em>(none)</em></td>
</tr>
<tr>
<td>1000<sup>−1/3</sup></td>
<td>10<sup>−1</sup></td>
<td>deci-</td>
<td>d</td>
</tr>
<tr>
<td>1000<sup>−2/3</sup></td>
<td>10<sup>−2</sup></td>
<td>centi-</td>
<td>c</td>
</tr>
<tr>
<td>1000<sup>−1</sup></td>
<td>10<sup>−3</sup></td>
<td>milli-</td>
<td>m</td>
</tr>
<tr>
<td>1000<sup>−2</sup></td>
<td>10<sup>−6</sup></td>
<td>micro-</td>
<td>µ</td>
</tr>
<tr>
<td>1000<sup>−3</sup></td>
<td>10<sup>−9</sup></td>
<td>nano-</td>
<td>n</td>
</tr>
<tr>
<td>1000<sup>−4</sup></td>
<td>10<sup>−12</sup></td>
<td>pico-</td>
<td>p</td>
</tr>
<tr>
<td>1000<sup>−5</sup></td>
<td>10<sup>−15</sup></td>
<td>femto-</td>
<td>f</td>
</tr>
<tr>
<td>1000<sup>−6</sup></td>
<td>10<sup>−18</sup></td>
<td>atto-</td>
<td>a</td>
</tr>
<tr>
<td>1000<sup>−7</sup></td>
<td>10<sup>−21</sup></td>
<td>zepto-</td>
<td>z</td>
</tr>
<tr>
<td>1000<sup>−8</sup></td>
<td>10<sup>−24</sup></td>
<td>yocto-</td>
<td>y</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/yottaworks-cn-launched/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>记录你的感受，博客也能调整心情</title>
		<link>http://yottaworks.net/article-243/</link>
		<comments>http://yottaworks.net/article-243/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 15:20:56 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[引用来自 《环球科学》2007.12月刊，《为什么写日记能调整心情》
遇到不顺心的事情时，写一写日记有助于调动积极的情绪，甚至可能改善精神健康。撰文 卡贾·加施勒（Katja Gaschler）
翻译 丁莉]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>引用来自 《环球科学》2007.12月刊，《为什么写日记能调整心情》</strong><br />
遇到不顺心的事情时，写一写日记有助于调动积极的情绪，甚至可能改善精神健康。撰文 卡贾·加施勒（Katja Gaschler）<br />
翻译 丁莉<br />
原文 <a href="http://www.sciam.com.cn/article.php?articleid=1683" target="_blank">http://www.sciam.com.cn/article.php?articleid=1683</a></p></blockquote>
<p>一个星期三的早上，工程师马库斯被老板叫到了办公室。经理对马库斯30年来的贡献表达了谢意，然后递给他一份解聘通知书。一名保安主管陪同马库斯回到他的办公室，清理好他的办公桌，然后护送他离开办公楼。那天，同样的事情也发生在其他100名工程师身上——达拉斯计算机公司没给任何通知就辞退了他们。</p>
<p>这些员工被解雇数月之后，心理学家詹姆士·W·佩内贝克（James W. Pennebaker）在美国南卫理工会大学（Southern Methodist University）设法召集了超过半数的被迫离职员工，来参加他的一个简单实验。“我从来没跟这样一些满怀怨恨的研究对象一起工作过，”佩内贝克回忆说，他目前在美国得克萨斯大学奥斯汀分校工作。当时，他让每个研究对象每天花20分钟写日记，连续五天。佩内贝克要求，一部分人记录他们每天如何打发时光，另一部分人把他们对失业的内心感受写下来，对余下的志愿者没有作任何写作要求。</p>
<p>与其他组的研究对象相比，第二组自愿者，也就是那些把内心的愤怒和失望统统写下来的人，在未来寻求工作时有更显著的优势——四分之一以上的人在三个月后找到了新工作。尽管所有的参与者在找工作时都做出了相同的努力，参加面试的次数也一样，其他组的自愿者只有很少的人找到了新工作。实验结果的差异如此显著，佩内贝克和他的同事们立即提前结束了实验，并建议每个人即刻写下内心的感受。</p>
<p>上述实验发生在1994年。从那时起，很多研究表明“表达性写作”可以治愈身体和精神上的创伤。在进行类似的“佩内贝克研究”几个月后，不管是学生、罪犯还是病人，大多数人的身心状态明显好转。根据对试验对象的健康所做的13项不同研究的综合统计，表达性写作的效果丝毫不逊色于心理治疗的效果。最近的研究表明，表达性写作对于人体的免疫系统和血压有良好的长期疗效。</p>
<p><strong>正确的写作方式</strong></p>
<p>尽管所有这些研究似乎都说明，只要拾起笔，一切烦恼皆可消除，但事实上却不这么简单。选择正确的主题很重要。研究者们认为，人们只有在应对不利的形势，特别是面对那些一直困扰他们，而他们又不愿和别人谈及的境况时，才能从写作中取得良好效果。佩内贝克还提醒人们，写作过程本身是极为痛苦的，“我经常看见我的实验对象痛哭流涕。”把这些淤塞的感情释放出来，这个过程被弗洛伊德称为精神宣泄——从长远角度看，是能达到治疗功效的。</p>
<p>与仅仅思考问题相比，描述问题或者复述经历会改变人们的思想观念。2006年，在美国加利福尼亚大学河滨分校，索尼娅·柳博米尔斯基（Sonja Lyubomirsky）召集了她的96名学生来测试上述方法。他们发现，只有描述问题和复述经历具备功效。不管是以写作还是以大声说出来的方式来讲述故事，都能使人们一步一步地把事情分析清楚，让这件事情有始有终。仅仅思考问题只会让事情变得一团糟，事件、画面、感情变得纠缠错乱，人们重新体验那些经历时，又有可能再次陷入那些苦恼的情景中。</p>
<p>佩内贝克说，那些得益于写作的人们，并没有避开难题，或试图去缩小它们。有时人们还会发现创伤性经历的意义，但这仅仅是额外收益，并不是治疗的主旨。写作者并不需要强迫自己去发现痛苦中隐含的意义，那样只会有害无益。</p>
<p>为了让写作发挥出最大的功效，佩内贝克建议人们在写作时关注三个问题：发生了什么？给我带来什么感觉？我为什么会有那样的感觉？第一条戒律就是，在写作的时候要一直随心所欲，不要担心语法、拼写、句子是否完整或者语言是否重复等问题，“关键是花上至少15分钟全身心投入写作，挖掘内心的感受。”</p>
<p>不过，不要这样去处理那些快乐的经历。将美好的回忆记录下来会适得其反。在柳博米尔斯基的研究中，他要求学生们写下快乐记忆，但这实际上破坏了这些记忆。也许把这些快乐的记忆写下来，就让人们对自己的记忆产生了距离感，因此在接下来的几个星期，学生们因为这些快乐记忆所产生的满足感会逐渐消退。有趣的是，简短的写作并不会对快乐的记忆有什么伤害，罗伯特·埃蒙斯（Robert Emmons）在2003年的实验中让他的65名学生写下他们每个星期中最感激的五件事情。学生们在整个实验过程中表现非常乐观，体验到了更多的快乐心情，并积极地与其他参与者相互交流。</p>
<p>在佩内贝克使用表达性写作帮助受挫的电脑工程师找到工作的十几年后，更多研究得出了一个广受欢迎的结论：你并不需要花几个小时写日记来改善情绪。如果方法得当，十五分钟就足够了。</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/article-243/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>此日志使用Opera 8.65 for S60发表</title>
		<link>http://yottaworks.net/article-240/</link>
		<comments>http://yottaworks.net/article-240/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 22:22:27 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[拿同学的Nokia 6120，发现Opera 8.65的功能和支持性都提高了不少。对样式的支持上，只是横向的最大分辨率不够大，但是其他的地方，小博的内容的显示都和PC上一模一样，没有出现图片的错位。
刚才成功地用手机发表了一篇评论，现在来测试一下日志，还有表情。[哈哈]
如果要问流量的问题，我是江苏20元每月无限流量的老用户，加上江苏目前已经基本覆盖了Edge，小站上的文字都是立即显示出来的。[温泉]
]]></description>
			<content:encoded><![CDATA[<p>拿同学的Nokia 6120，发现Opera 8.65的功能和支持性都提高了不少。对样式的支持上，只是横向的最大分辨率不够大，但是其他的地方，小博的内容的显示都和PC上一模一样，没有出现图片的错位。<br />
刚才成功地用手机发表了一篇评论，现在来测试一下日志，还有表情。[哈哈]</p>
<p>如果要问流量的问题，我是江苏20元每月无限流量的老用户，加上江苏目前已经基本覆盖了Edge，小站上的文字都是立即显示出来的。[温泉]</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/article-240/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>双显示器体验</title>
		<link>http://yottaworks.net/article-238/</link>
		<comments>http://yottaworks.net/article-238/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 10:46:29 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<img src="/wp-content/uploads/2007/11/double-scrsht-071122.jpg" border="0" alt="" />
自从买了显示器以后，笔记本就俨然变成了一具台机，闲置在一旁，想起来也觉得浪费。

刚安装了11月份 nVIDIA 的显卡驱动，发现最新的显卡驱动，相比我原来那个一年前的版本，对双屏的支持好了很多，体验了一天的时间，感觉在各种情况下，屏幕都很稳定，没有出现闪动的情况。最后将两个显示器设置为“独立控制，互不相关”。]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2007/11/double-scrsht-071122.jpg" border="0" alt="" /><br />
自从买了显示器以后，笔记本就俨然变成了一具台机，闲置在一旁，想起来也觉得浪费。</p>
<p>刚安装了11月份 nVIDIA 的显卡驱动，发现最新的显卡驱动，相比我原来那个一年前的版本，对双屏的支持好了很多，体验了一天的时间，感觉在各种情况下，屏幕都很稳定，没有出现闪动的情况。最后将两个显示器设置为“独立控制，互不相关”。</p>
<p>这样，用Photoshop作图的时候，可以<strong>将参考图放到另一块屏幕上，而不用来回切换</strong>；当你玩游戏的时候，右边屏幕上还可以打开千千静听的歌词，而不会让它挡住工作区。</p>
<p>而且，Wacom的驱动对于双显示器的支持非常的好，专门有针对这种情况的设置。将“屏幕范围”设置为主显示器，并且勾选“比例一定”，再适当调节“数位板区域”选项。<br />
这样就完成了~[哈哈]<br />
<img src="/wp-content/uploads/2007/11/double-wacom-setting.png" border="0" alt="" /><br />
如果有闲置的显示器，不妨也试一试，嘿嘿~</p>
<p>PS：刚发表完这篇日志，我心爱的笔记本就挂掉了，就这样度过了4天没有电脑的日子。故障原因——显卡烧坏 -  -|||||||，还好在保修期内。<br />
是显卡本身就有点问题，还是双屏负担太重？不管了，笔记本修好了我还是这样用，反正保修期还有很长。<br />
画外音：Asus赚你的钱不容易啊……</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/article-238/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>3ds Max 9启动出现6个语法与编译错误的解决方法</title>
		<link>http://yottaworks.net/article-237/</link>
		<comments>http://yottaworks.net/article-237/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 17:36:05 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[重装了2次Autodesk 3ds Max 9 32-bit Chs，每次启动程序的时候还是会出现6个脚本错误的警告。
如果你也遇到了这种情况，解决的方法也很简单——

安装.NET Framework 2.0或者更高版本</strong>（3.0）

点击<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&#38;displaylang=zh-cn" target="_blank">这里</a>进入.NET Framework 2.0微软官方下载页面

或者：
如果需要，安装个AutoCAD吧，它会附带安装.NET Framework]]></description>
			<content:encoded><![CDATA[<p>重装了2次Autodesk 3ds Max 9 32-bit Chs，每次启动程序的时候还是会出现6个脚本错误的警告。<br />
如果你也遇到了这种情况，解决的方法也很简单——</p>
<div style="text-align: center;"><strong>安装.NET Framework 2.0或者更高版本</strong>（3.0）</div>
<p>点击<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&amp;displaylang=zh-cn" target="_blank">这里进入.NET Framework 2.0微软官方下载页面</a><br />
点击<a href="http://www.microsoft.com/downloads/details.aspx?familyid=41C61D2A-D411-4DDE-9013-BB08EB688BB6&amp;displaylang=zh-cn" target="_blank">这里进入.NET Framework 3.5微软官方下载页面</a><br />
（2009年2月6日更新，这篇日志总有可能会比较老旧，请到这里的朋友去网上搜索下载最新的.NET Framework）</p>
<p>或者：<br />
如果需要，安装个AutoCAD吧，它会附带安装.NET Framework</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>这一段时间，好多程序都会出现未处理的Win32异常，昨天晚上，3ds Max 9、Photoshop也是接连报错。我那曾经机体外壳摔开也正常使用，硬盘5次分区也没有重装系统，百毒不侵，坚若磐石的本本，还是经不住岁月的摧残。<strong>一年多</strong>没有重装系统了——这在很多人的眼里简直是一种奇迹——而现在是该彻底复位一下了。</p>
<p>重装是辛苦的，这种辛苦，不在安装操作系统的本身，而在软件的安装上。花了整整一个下午，马不停蹄地安装，才勉勉强强恢复到了原来的样子。不过也感受到了久违的响应速度，用IE7打开博客都是瞬开的，和室友打了一局魔兽RPG也“展现”出了压倒性的装载速度。</p>
<p>安装3ds Max的时候，遇到这个小问题，也解决了。只是在网上没有看到相关的内容，所以没事找事再次废话了不少，凑个数吧。就这样，继续偶的工作了~</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><span style="color: blue;"><strong>下面是具体的错误提示内容：</strong></span></p>
<blockquote><p>MAXScriptMacroScript Compile &#8211; E:3ds Max 9UIMacroScriptsMacro_NamedSelSets.mcr异常<br />
&#8211; 语法错误：位于 dotNetControl，需要&lt;rollout control&gt;<br />
&#8211;  所在行：            dotNetControl v</p></blockquote>
<blockquote><p>MAXScriptMacroScript Compile &#8211; E:3ds Max 9UIMacroScriptsMacro_Help.mcr异常<br />
&#8211; 语法错误：位于 dotNetControl，需要&lt;rollout control&gt;<br />
&#8211;  所在行：            button b</p></blockquote>
<blockquote><p>MAXScript自动加载脚本错误 &#8211;E:3ds Max 9stdplugsstdscriptsNET_TreeViewWrapper.ms异常<br />
&#8211; 编译错误：未声明的变量： dotNetClass<br />
&#8211;  所在行：      m_dnColor = dotNetClass &#8220;</p></blockquote>
<blockquote><p>MAXScript自动加载脚本错误 &#8211;E:3ds Max 9stdplugsstdscriptsNET_ListViewWrapper.ms异常<br />
&#8211; 编译错误：未声明的变量： dotNetClass<br />
&#8211;  所在行：      m_dnColor = dotNetClass &#8220;</p></blockquote>
<blockquote><p>MAXScript自动加载脚本错误 &#8211;E:3ds Max 9stdplugsstdscriptsMergeAnimation.ms异常<br />
&#8211; 语法错误：位于 dotNetControl，需要&lt;rollout control&gt;<br />
&#8211;  所在行：            dotNetControl l</p></blockquote>
<blockquote><p>MAXScript自动加载脚本错误 &#8211;E:3ds Max 9stdplugsstdscriptsCharacterPluginObject.ms异常<br />
&#8211; 语法错误：位于 dotNetControl，需要&lt;rollout control&gt;<br />
&#8211;  所在行：            function g</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/article-237/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>需要我们注意的部分CSS兼容性问题</title>
		<link>http://yottaworks.net/article-235/</link>
		<comments>http://yottaworks.net/article-235/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 11:58:23 +0000</pubDate>
		<dc:creator>Kael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<img src="/wp-content/uploads/2007/11/css-all-explorer.jpg" border="0" alt="" />
在使用CSS控制布局的时候，经常会因为浏览器的不同解析，出现让人头痛的兼容性问题。凯尔写这篇文章，意在让大家的设计更加轻松惬意，在抓狂之前从这里找出可能的原因。

下面这些文字，都是凯尔在近一年来为小站，为PJBlog做皮的过程中的一些心得，这里，凯尔抛砖引玉啦~]]></description>
			<content:encoded><![CDATA[<p><img src="/wp-content/uploads/2007/11/css-all-explorer.jpg" border="0" alt="" /><br />
在使用CSS控制布局的时候，经常会因为浏览器的不同解析，出现让人头痛的兼容性问题。凯尔写这篇文章，意在让大家的设计更加轻松惬意，在抓狂之前从这里找出可能的原因。<br />
下面这些文字，都是凯尔在近一年来为小站，为PJBlog做皮的过程中的一些心得，很庆幸自己总是在解决问题之后，将一些东西简单地写在记事本中。希望能给CSS新手一点启发，得到老手们的一些共鸣与指点。</p>
<p>这里，凯尔抛砖引玉啦~~进入正题——</p>
<p><strong>盒模型问题，避免将&#8221;padding/border&#8221;和&#8221;width&#8221;同时应用到同一元素</strong></p>
<p>盒模型的问题，也是最常见的。07年年初我写过一篇文章，讲到过<a href="/?p=142" target="_blank">盒模型问题的解决方法</a>。<br />
这个问题的产生，要“归功”于IE5对于盒模型的错误解析，让IE系列将这个BUG延续了很久，IE7后来才解决这个问题。</p>
<p><strong>避免使用不被少数浏览器支持的样式</strong></p>
<p><strong>1.</strong> <a href="/?p=227" target="_blank">&#8220;overflow-x&#8221; 和 &#8220;overflow-y&#8221;</a>，支持的浏览器：IE6，IE7，Firefox，Safari；不支持的浏览器：Opera（包括最新的Opera 9.24），在Opera中是完全无视的。</p>
<p><strong>2.</strong> &#8220;min-width&#8221;，别指望它在IE中会起作用，我们只有回避它，采用其他的方法实现该效果。</p>
<p><strong>避免使用私有样式</strong></p>
<p>你也许要说，为什么在Firefox中我的头像没有滤镜效果了？要注意，filter滤镜，自定义滚动条，或者自定义鼠标，都是<strong>IE的私有样式</strong>，而在其他浏览器中都不会发挥任何作用。这些IE专有的CSS扩展样式在正式标准中并不存在。</p>
<p><strong>规范地书写代码</strong></p>
<p>按照规范的顺序来定义某些属性中的各个值无疑是一种好的习惯，这样会减少我们出错的机会，比如：</p>
<p><strong>1.</strong> 图片的对齐 background-position，Firefox严格按照X坐标和Y坐标来解析，&#8221;background-position:top 2px;&#8221;在<strong>Firefox中就会解析错误</strong>（IE中正常）。虽然&#8221;background-position:top left;&#8221;（这里明确指出是Y坐标和X坐标）在Firefox中正常解析，但书写为&#8221;background-position:left top;&#8221;是好的习惯。</p>
<p><strong>2.</strong> 而在margin，padding的属性中，必须按照顺序书写。</p>
<p><strong>字体大小的设定</strong></p>
<p><strong>1.</strong> 字体大小尽量不要使用小数，因为不同的浏览器解释不一样，比如 &#8220;font-size:11.5px;&#8221; ，IE7认为是12px，Opera则认为是11px。<br />
<strong>2.</strong> 注意字体大小的极限。目前网页中主要使用的Windows宋体，在11像素或者更小的尺寸下，就会出现辨认的困难，即使浏览器使用Cleartype，表现也不好。<br />
11px的宋体字，在IE7中，会显示为12px；但是在FF中，仍然为11px，影响辨认。<br />
<strong>也就是说，宋体不要小于12px，这几乎是它的极限</strong>，至少要保证网页主题部分字体不小于12px。顺带说一句，对比宋体，微软雅黑使用更小的字号仍然可以非常优秀地显示，但是它没有完全普及。</p>
<p><strong>3.</strong> 在你的CSS代码中务必要定义字体的大小，因为不同的浏览器，不同的用户，默认的字体大小可能是不同的，所以你需要明确定义。</p>
<p>说了这么多，而最有效的方法就是在不同的浏览器上细心地调试了，代码写好了，首先在最新的浏览器上调试，而不是原来的版本。<br />
常见的浏览器，都还是要装到电脑上的，如IE7，IE6，Firefox，Safari，Opera。建议安装IE7，然后下载绿色版的IE6。</p>
<p>上面的内容，并不能达到全面和完备，只是自己遇到过的一些问题。今后会继续更新。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>PS：做个标题的图片，找了快一中午的素材，不容易呀……<br />
似乎太花了点，图片把标题的注意力抢走了 -。-</p>
]]></content:encoded>
			<wfw:commentRss>http://yottaworks.net/article-235/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
