<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Peace Palace - 技術、評論、生活</title>
	<atom:link href="http://scw1109.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://scw1109.wordpress.com</link>
	<description>春有百花秋有月 夏有涼風冬有雪 若無俗事掛心頭 便是人間好時節</description>
	<lastBuildDate>Tue, 30 Jun 2009 14:07:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 人生如何評量？ by Alan</title>
		<link>http://scw1109.wordpress.com/2009/06/04/%e4%ba%ba%e7%94%9f%e5%a6%82%e4%bd%95%e8%a9%95%e9%87%8f%ef%bc%9f/#comment-943</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 30 Jun 2009 14:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/?p=124#comment-943</guid>
		<description>很久沒跟你聊啦~ 很忙吧~ 該來跟大伙聚聚囉 XD</description>
		<content:encoded><![CDATA[<p>很久沒跟你聊啦~ 很忙吧~ 該來跟大伙聚聚囉 XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 人生如何評量？ by dyhung</title>
		<link>http://scw1109.wordpress.com/2009/06/04/%e4%ba%ba%e7%94%9f%e5%a6%82%e4%bd%95%e8%a9%95%e9%87%8f%ef%bc%9f/#comment-942</link>
		<dc:creator>dyhung</dc:creator>
		<pubDate>Tue, 30 Jun 2009 11:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/?p=124#comment-942</guid>
		<description>人喔，根據馬斯洛的需求層次理論來評斷應該就沒問題了。

http://dyhung.pixnet.net/blog/post/800461

哈，有空多聊聊吧。　　^___^</description>
		<content:encoded><![CDATA[<p>人喔，根據馬斯洛的需求層次理論來評斷應該就沒問題了。</p>
<p><a href="http://dyhung.pixnet.net/blog/post/800461" rel="nofollow">http://dyhung.pixnet.net/blog/post/800461</a></p>
<p>哈，有空多聊聊吧。　　^___^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 人生如何評量？ by maxi326</title>
		<link>http://scw1109.wordpress.com/2009/06/04/%e4%ba%ba%e7%94%9f%e5%a6%82%e4%bd%95%e8%a9%95%e9%87%8f%ef%bc%9f/#comment-941</link>
		<dc:creator>maxi326</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/?p=124#comment-941</guid>
		<description>實現夢想的數目</description>
		<content:encoded><![CDATA[<p>實現夢想的數目</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 你用哪個 Ajax framework? &#8211; Ajaxian 的調查 (2006/09) by Benson</title>
		<link>http://scw1109.wordpress.com/2006/09/29/%e4%bd%a0%e7%94%a8%e5%93%aa%e5%80%8b-ajax-framework-ajaxian-%e7%9a%84%e8%aa%bf%e6%9f%a5-200609/#comment-940</link>
		<dc:creator>Benson</dc:creator>
		<pubDate>Fri, 08 May 2009 03:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/2006/09/29/%e4%bd%a0%e7%94%a8%e5%93%aa%e5%80%8b-ajax-framework-ajaxian-%e7%9a%84%e8%aa%bf%e6%9f%a5-200609/#comment-940</guid>
		<description>問卷調查的基礎是什麼
受訪的族群又是什麼
只要做的出功能
三流一流~都不重要是吧！</description>
		<content:encoded><![CDATA[<p>問卷調查的基礎是什麼<br />
受訪的族群又是什麼<br />
只要做的出功能<br />
三流一流~都不重要是吧！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google AppEngine for Java Announced by dolphin</title>
		<link>http://scw1109.wordpress.com/2009/04/09/google-appengine-for-java-announced/#comment-938</link>
		<dc:creator>dolphin</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/?p=118#comment-938</guid>
		<description>&gt;Stripes cannot startup by default because the &gt;DefaultMultipartWrapperFactory delegate to somewhere called &gt;System.getProperty(”java.io.tmpdir”). By providing a empty implementation &gt;of MultipartWrapperFactory, this could be solved easily. (Without &gt;considering the multipart function really works, since the AppEngine &gt;sandbox locked the file writing)

I envisioned that problem when I first time saw GAE for java. Not big deal. A MultipartWrapper that writes uploaded file into store should solve the problem.

I think that GWT + GAE is a more suitable fit.</description>
		<content:encoded><![CDATA[<p>&gt;Stripes cannot startup by default because the &gt;DefaultMultipartWrapperFactory delegate to somewhere called &gt;System.getProperty(”java.io.tmpdir”). By providing a empty implementation &gt;of MultipartWrapperFactory, this could be solved easily. (Without &gt;considering the multipart function really works, since the AppEngine &gt;sandbox locked the file writing)</p>
<p>I envisioned that problem when I first time saw GAE for java. Not big deal. A MultipartWrapper that writes uploaded file into store should solve the problem.</p>
<p>I think that GWT + GAE is a more suitable fit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 你用哪個 Ajax framework? &#8211; Ajaxian 的調查 (2006/09) by CFC</title>
		<link>http://scw1109.wordpress.com/2006/09/29/%e4%bd%a0%e7%94%a8%e5%93%aa%e5%80%8b-ajax-framework-ajaxian-%e7%9a%84%e8%aa%bf%e6%9f%a5-200609/#comment-937</link>
		<dc:creator>CFC</dc:creator>
		<pubDate>Wed, 17 Dec 2008 08:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/2006/09/29/%e4%bd%a0%e7%94%a8%e5%93%aa%e5%80%8b-ajax-framework-ajaxian-%e7%9a%84%e8%aa%bf%e6%9f%a5-200609/#comment-937</guid>
		<description>三流的PHP developer?
.Net有一流到哪去嗎?</description>
		<content:encoded><![CDATA[<p>三流的PHP developer?<br />
.Net有一流到哪去嗎?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 13 本 Ajax 最重要的書 by sincere32</title>
		<link>http://scw1109.wordpress.com/2006/08/24/13-%e6%9c%ac-ajax-%e6%9c%80%e9%87%8d%e8%a6%81%e7%9a%84%e6%9b%b8/#comment-936</link>
		<dc:creator>sincere32</dc:creator>
		<pubDate>Mon, 25 Aug 2008 07:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/2006/08/25/13-%e6%9c%ac-ajax-%e6%9c%80%e9%87%8d%e8%a6%81%e7%9a%84%e6%9b%b8/#comment-936</guid>
		<description>While CSS is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve. By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS and makes the journey to CSS mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS in your work, and concentrating mainly on advanced techniques. It begins with a brief recap of CSS fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS layout model really works. With the basics out of the way, each subsequent chapter details a particular aspect of CSS-based design. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. Browser inconsistencies are the thorn in most CSS developers&#039; sides, so we have dedicated two whole chapters to CSS hacks, filters, and bug fixing, as well as looking at image replacement; professional link, form, and list styling; pure CSS layouts; and much more. All of these techniques are then put into practice in two beautifully designed case studies, written by two of the world&#039;s best CSS designers, Simon Collison and Cameron Moll.

http://www.muntho.com/2008/08/25/css-mastery-advanced-web-standards-solutions-paperback/</description>
		<content:encoded><![CDATA[<p>While CSS is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve. By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS and makes the journey to CSS mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS in your work, and concentrating mainly on advanced techniques. It begins with a brief recap of CSS fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS layout model really works. With the basics out of the way, each subsequent chapter details a particular aspect of CSS-based design. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. Browser inconsistencies are the thorn in most CSS developers&#8217; sides, so we have dedicated two whole chapters to CSS hacks, filters, and bug fixing, as well as looking at image replacement; professional link, form, and list styling; pure CSS layouts; and much more. All of these techniques are then put into practice in two beautifully designed case studies, written by two of the world&#8217;s best CSS designers, Simon Collison and Cameron Moll.</p>
<p><a href="http://www.muntho.com/2008/08/25/css-mastery-advanced-web-standards-solutions-paperback/" rel="nofollow">http://www.muntho.com/2008/08/25/css-mastery-advanced-web-standards-solutions-paperback/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JBoss Rules (Drools) 的發現 &#8211; 以大廠手法玩 open source? by mmf</title>
		<link>http://scw1109.wordpress.com/2006/08/20/jboss-rules-drools-%e7%9a%84%e7%99%bc%e7%8f%be-%e4%bb%a5%e5%a4%a7%e5%bb%a0%e6%89%8b%e6%b3%95%e7%8e%a9-open-source/#comment-934</link>
		<dc:creator>mmf</dc:creator>
		<pubDate>Sat, 23 Aug 2008 17:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/2006/08/20/jboss-rules-drools-%e7%9a%84%e7%99%bc%e7%8f%be-%e4%bb%a5%e5%a4%a7%e5%bb%a0%e6%89%8b%e6%b3%95%e7%8e%a9-open-source/#comment-934</guid>
		<description>&lt;a href=&quot;http://gretareddoch.mysmf.com&quot; rel=&quot;nofollow&quot;&gt;bisexual mmf threesome&lt;/a&gt; Why they had every right to produce steam room, etc. That hed been.</description>
		<content:encoded><![CDATA[<p><a href="http://gretareddoch.mysmf.com" rel="nofollow">bisexual mmf threesome</a> Why they had every right to produce steam room, etc. That hed been.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JBoss Rules (Drools) 的發現 &#8211; 以大廠手法玩 open source? by nudes</title>
		<link>http://scw1109.wordpress.com/2006/08/20/jboss-rules-drools-%e7%9a%84%e7%99%bc%e7%8f%be-%e4%bb%a5%e5%a4%a7%e5%bb%a0%e6%89%8b%e6%b3%95%e7%8e%a9-open-source/#comment-931</link>
		<dc:creator>nudes</dc:creator>
		<pubDate>Fri, 04 Jul 2008 18:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/2006/08/20/jboss-rules-drools-%e7%9a%84%e7%99%bc%e7%8f%be-%e4%bb%a5%e5%a4%a7%e5%bb%a0%e6%89%8b%e6%b3%95%e7%8e%a9-open-source/#comment-931</guid>
		<description>I &lt;a href=&quot;http://kevinvilkanrut.freephpnuke.org&quot; rel=&quot;nofollow&quot;&gt;vintage nudes free&lt;/a&gt;  started screaming again. Justlet me before that i came with a weepy.</description>
		<content:encoded><![CDATA[<p>I <a href="http://kevinvilkanrut.freephpnuke.org" rel="nofollow">vintage nudes free</a>  started screaming again. Justlet me before that i came with a weepy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 即時共同 Coding &#8211; Cola by 小白</title>
		<link>http://scw1109.wordpress.com/2008/06/28/%e5%8d%b3%e6%99%82%e5%85%b1%e5%90%8c-coding-cola/#comment-930</link>
		<dc:creator>小白</dc:creator>
		<pubDate>Sat, 28 Jun 2008 19:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://scw1109.wordpress.com/?p=115#comment-930</guid>
		<description>這應該有提倡pair programming的意味。

另外像IBM也有在搞類似的東西，就是&lt;a href=&quot;https://jazz.net/pub/index.jsp&quot; rel=&quot;nofollow&quot;&gt;Jazz&lt;/a&gt;，也是在eclipse上搞IM、collaboration之類的。不過這種東西問題就在於，若真的要協同開發，eclipse可能不會是個很適合的平台，畢竟本身size也不小，尤其是更比較像&quot;工程人員&quot;在用的東西。其他種類的人，應該見到就昏吧...

http://idnclub.com/showthread.php?t=3337</description>
		<content:encoded><![CDATA[<p>這應該有提倡pair programming的意味。</p>
<p>另外像IBM也有在搞類似的東西，就是<a href="https://jazz.net/pub/index.jsp" rel="nofollow">Jazz</a>，也是在eclipse上搞IM、collaboration之類的。不過這種東西問題就在於，若真的要協同開發，eclipse可能不會是個很適合的平台，畢竟本身size也不小，尤其是更比較像&#8221;工程人員&#8221;在用的東西。其他種類的人，應該見到就昏吧&#8230;</p>
<p><a href="http://idnclub.com/showthread.php?t=3337" rel="nofollow">http://idnclub.com/showthread.php?t=3337</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
