<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.3.3" --><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Bryan Tsai: Comments</title>
	<link>http://www.bryantsai.com</link>
	<description>I need to think ...</description>
	<pubDate>Wed, 19 Nov 2008 00:52:19 +0800</pubDate>
	<lastBuildDate>Mon, 11 Jun 2007 00:32:12 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<ttl>60</ttl>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bryantsai/comments" type="application/rss+xml" /><feedburner:emailServiceId>653315</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Comment on Advanced SQL - Selecting Rows with Max Value from Groups by Anonymous</title>
		<link>http://feeds.feedburner.com/~r/bryantsai/comments/~3/125846999/advanced-sql-selecting-rows-with-max-value-from-groups.html</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 11 Jun 2007 00:32:12 +0800</pubDate>
		<guid isPermaLink="false">http://www.bryantsai.com/archives/advanced-sql-selecting-rows-with-max-value-from-groups.html#comment-13</guid>
		<content:encoded><![CDATA[<p>You can rewrite it using related subquery:</p>
<p><span class="caps">SELECT </span>department, name, salary <span class="caps">FROM DEPARTMENT </span>dept<br />
  <span class="caps">WHERE </span>salary=<br />
    (SELECT max(salary) <span class="caps">FROM DEPARTMENT WHERE </span>department=dept.department)</p>
<p>But I am not sure if it performs better than yours.</p>
<img src="http://feeds.feedburner.com/~r/bryantsai/comments/~4/125846999" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.bryantsai.com/archives/advanced-sql-selecting-rows-with-max-value-from-groups.html#comment-13</feedburner:origLink></item>
	<item>
		<title>Comment on My Favorite List of Firefox Extension by lyynn</title>
		<link>http://feeds.feedburner.com/~r/bryantsai/comments/~3/77611515/my-favorite-list-of-firefox-extension.html</link>
		<dc:creator>lyynn</dc:creator>
		<pubDate>Fri, 06 Jan 2006 14:56:51 +0800</pubDate>
		<guid isPermaLink="false">http://www.bryantsai.com/archives/my-favorite-list-of-firefox-extension.html#comment-4</guid>
		<content:encoded><![CDATA[<p>Good.Thank U  8-))</p>
<img src="http://feeds.feedburner.com/~r/bryantsai/comments/~4/77611515"/>]]></content:encoded>
	<feedburner:origLink>http://www.bryantsai.com/archives/my-favorite-list-of-firefox-extension.html#comment-4</feedburner:origLink></item>
	<item>
		<title>Comment on Cruisecontrol 2.3 Released by bryan</title>
		<link>http://feeds.feedburner.com/~r/bryantsai/comments/~3/77611516/cruisecontrol-23-released.html</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Mon, 03 Oct 2005 09:22:15 +0800</pubDate>
		<guid isPermaLink="false">http://www.bryantsai.com/archives/cruisecontrol-23-released.html#comment-5</guid>
		<content:encoded><![CDATA[<p>The problem I encountered with Subversion modification set in CruiseControl is because I set the following attribute to the modificationset element: requiremodification=&#8221;yes&#8221;. I guess since version 2.2.1 they have changed it to be only allowing &#8220;true/false&#8221;. It&#8217;s weird that I didn&#8217;t even notice this. Probably there wasn&#8217;t obvious indication of that in the log.</p>
<p>Frustrating but anyway, I found the problem ...</p>
<img src="http://feeds.feedburner.com/~r/bryantsai/comments/~4/77611516"/>]]></content:encoded>
	<feedburner:origLink>http://www.bryantsai.com/archives/cruisecontrol-23-released.html#comment-5</feedburner:origLink></item>
	<item>
		<title>Comment on Google beyond web by bryan</title>
		<link>http://feeds.feedburner.com/~r/bryantsai/comments/~3/77611517/google-beyond-web.html</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Tue, 07 Dec 2004 10:24:53 +0800</pubDate>
		<guid isPermaLink="false">http://www.bryantsai.com/archives/google-beyond-web.html#comment-3</guid>
		<content:encoded><![CDATA[<p>Yes, current version of Google Desktop Search does not support <span class="caps">PDF </span>(really sad), nor does it support target folder customization (though you still can customize which folders not to be indexed). But I believe Google surely will provide such functions in subsequent releases. All in all, this tool is free, lean, and fast (compared to other tools). I couldn&#8217;t find a suitable indexing tool before, so I am pretty happy that finally I could have one now (nearly suits to my needs).</p>
<img src="http://feeds.feedburner.com/~r/bryantsai/comments/~4/77611517"/>]]></content:encoded>
	<feedburner:origLink>http://www.bryantsai.com/archives/google-beyond-web.html#comment-3</feedburner:origLink></item>
	<item>
		<title>Comment on Google beyond web by howy</title>
		<link>http://feeds.feedburner.com/~r/bryantsai/comments/~3/77611518/google-beyond-web.html</link>
		<dc:creator>howy</dc:creator>
		<pubDate>Thu, 25 Nov 2004 11:04:09 +0800</pubDate>
		<guid isPermaLink="false">http://www.bryantsai.com/archives/google-beyond-web.html#comment-2</guid>
		<content:encoded><![CDATA[<p><span class="caps">HIHI </span>, i have few comments regarding this tool<br />
1. It can&#8217;t sepcify a target folder for searching<br />
2. it can&#8217;t recognize pdf format<br />
3. Does this tool consume <span class="caps">CPU </span>a lot?</p>
<p>My name is <span class="caps">HOWY</span></p>
<img src="http://feeds.feedburner.com/~r/bryantsai/comments/~4/77611518"/>]]></content:encoded>
	<feedburner:origLink>http://www.bryantsai.com/archives/google-beyond-web.html#comment-2</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic Page Served (once) in 1.778 seconds --><!-- Cached page served by WP-Cache -->
