<?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"
	>
<channel>
	<title>Comments on: 大改版</title>
	<atom:link href="http://blog.findbook.tw/archives/2006/05/01/version_02/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.findbook.tw/archives/2006/05/01/version_02/</link>
	<description>尋知找樂，搜奇藏珍</description>
	<pubDate>Wed, 16 May 2012 22:05:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: kiang</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-5099</link>
		<dc:creator>kiang</dc:creator>
		<pubDate>Mon, 31 Jul 2006 05:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-5099</guid>
		<description>有想過要做類似的系統，不過想法總是比行動還多...^^&#124;&#124;

提供一點想法：
1. 批次、定時更新，而非隨需求抓取資料暫存
因為人們上線的時間蠻集中的，即使有暫存資料也還是可能造成網路書店的負擔，進而讓他們想要把你封鎖（雖然看來目前的網路書店沒那麼高竿啦...）
2. 書籍評論
我以前比較想做這個部份，也就是每本書都可以對應評論，原因當然跟關鍵字廣告有關 :)
3. 關鍵字訂閱
在批次更新的時候根據使用者訂閱的關鍵字提供書目，讓使用者可以在自己的網站上訂閱特定關鍵字的書籍資料，這種功能也可以提昇主機資源的使用率（也相對的可能造成負擔啦）

很有趣的應用，如果是以 PHP 設計，有機會記得來網站分享心得阿 :)</description>
		<content:encoded><![CDATA[<p>有想過要做類似的系統，不過想法總是比行動還多&#8230;^^||</p>
<p>提供一點想法：<br />
1. 批次、定時更新，而非隨需求抓取資料暫存<br />
因為人們上線的時間蠻集中的，即使有暫存資料也還是可能造成網路書店的負擔，進而讓他們想要把你封鎖（雖然看來目前的網路書店沒那麼高竿啦&#8230;）<br />
2. 書籍評論<br />
我以前比較想做這個部份，也就是每本書都可以對應評論，原因當然跟關鍵字廣告有關 <img src='http://blog.findbook.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
3. 關鍵字訂閱<br />
在批次更新的時候根據使用者訂閱的關鍵字提供書目，讓使用者可以在自己的網站上訂閱特定關鍵字的書籍資料，這種功能也可以提昇主機資源的使用率（也相對的可能造成負擔啦）</p>
<p>很有趣的應用，如果是以 PHP 設計，有機會記得來網站分享心得阿 <img src='http://blog.findbook.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radiumtw</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-541</link>
		<dc:creator>radiumtw</dc:creator>
		<pubDate>Thu, 01 Jun 2006 10:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-541</guid>
		<description>提供兩個方向，

其一，當用戶點了FINDBOOK查到的資料後，自動跟暫存資料比對更新。

其二，想辦法讓發現資料不同的人通知FINDBOOK更新，譬如加個ICON。

兩點小小意見請參考，辛苦了，這個服務很好用，請繼續加油！</description>
		<content:encoded><![CDATA[<p>提供兩個方向，</p>
<p>其一，當用戶點了FINDBOOK查到的資料後，自動跟暫存資料比對更新。</p>
<p>其二，想辦法讓發現資料不同的人通知FINDBOOK更新，譬如加個ICON。</p>
<p>兩點小小意見請參考，辛苦了，這個服務很好用，請繼續加油！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pest</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-338</link>
		<dc:creator>pest</dc:creator>
		<pubDate>Tue, 23 May 2006 03:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-338</guid>
		<description>如同先前說的，為了加速查詢速度，我們不可避免的還是得把結果暫存起來，除了加速之外，也可以避免造成網路書店因為這個服務而拖慢速度；如果 FindBook 會對它們的系統負荷過大，甚至他們可能會禁止 FindBook 連線，這樣就是三輸了。所以我們一定得在某個程度上使用暫存的結果，以降低對他們的衝擊，還請見諒。</description>
		<content:encoded><![CDATA[<p>如同先前說的，為了加速查詢速度，我們不可避免的還是得把結果暫存起來，除了加速之外，也可以避免造成網路書店因為這個服務而拖慢速度；如果 FindBook 會對它們的系統負荷過大，甚至他們可能會禁止 FindBook 連線，這樣就是三輸了。所以我們一定得在某個程度上使用暫存的結果，以降低對他們的衝擊，還請見諒。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radiumtw</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-308</link>
		<dc:creator>radiumtw</dc:creator>
		<pubDate>Mon, 22 May 2006 02:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-308</guid>
		<description>請教一下，偶爾還是會發現搜尋資料跟實際點進書店資訊不同，這是什麼原因呢？</description>
		<content:encoded><![CDATA[<p>請教一下，偶爾還是會發現搜尋資料跟實際點進書店資訊不同，這是什麼原因呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KeBlog :: Kej's weblog</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-73</link>
		<dc:creator>KeBlog :: Kej's weblog</dc:creator>
		<pubDate>Sat, 06 May 2006 13:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-73</guid>
		<description>&lt;strong&gt;更新Findbook.tw的Firefox Search Plugin&lt;/strong&gt;

	Pest大人捎信來，小的才發現Findbook.tw改版啦，所以當然就把Findbook.tw的Firefox Search Plugin更新一下囉。這次改版對Search Plugin來說，主要是搜尋的cgi位址變了，Pest說目前舊的位址還是可以使用(會...</description>
		<content:encoded><![CDATA[<p><strong>更新Findbook.tw的Firefox Search Plugin</strong></p>
<p>	Pest大人捎信來，小的才發現Findbook.tw改版啦，所以當然就把Findbook.tw的Firefox Search Plugin更新一下囉。這次改版對Search Plugin來說，主要是搜尋的cgi位址變了，Pest說目前舊的位址還是可以使用(會&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nilys</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-72</link>
		<dc:creator>nilys</dc:creator>
		<pubDate>Thu, 04 May 2006 14:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-72</guid>
		<description>『新點子永遠趕不上小弟寫程式的速度』？？？</description>
		<content:encoded><![CDATA[<p>『新點子永遠趕不上小弟寫程式的速度』？？？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radiumtw</title>
		<link>http://blog.findbook.tw/archives/2006/05/01/version_02/#comment-71</link>
		<dc:creator>radiumtw</dc:creator>
		<pubDate>Wed, 03 May 2006 11:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.findbook.tw/?p=18#comment-71</guid>
		<description>改良後不錯，敬請再接再厲 :)</description>
		<content:encoded><![CDATA[<p>改良後不錯，敬請再接再厲 <img src='http://blog.findbook.tw/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

