<?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>易春木 &#187; 最新作品</title>
	<atom:link href="http://eeepage.info/category/products/feed/" rel="self" type="application/rss+xml" />
	<link>http://eeepage.info</link>
	<description>軟體開發, 網站規劃, 以及攝影記錄!</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:41:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>dbelu-lucky</title>
		<link>http://eeepage.info/dbelu-lucky/</link>
		<comments>http://eeepage.info/dbelu-lucky/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 18:05:23 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>
		<category><![CDATA[記事本]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=979</guid>
		<description><![CDATA[It is a new project, and I wish I cnn record some important modification here. 1. Fatal error: Call to &#8230; <a href="http://eeepage.info/dbelu-lucky/" class="more-link">Learn more</a>]]></description>
			<content:encoded><![CDATA[<p>It is a new project, and I wish I cnn record some important modification here.</p>
<p><strong>1. Fatal error: Call to a member function add_rewrite_tag() on a non-object in .../taxonomy.php on line 289 </strong><br />
=&gt; sol: commented line 289 and 290 from wp-includes/taxonomy.php<br />
<strong>2. 購物車商品圖片顯示error: </strong><br />
=&gt; sol: 路徑問題 wp-content/plugins/wp-e-commerce/wp-shopping-cart.php LINE:170<br />
//		$upload_url = get_option('siteurl').'/files';<br />
$upload_url = get_option('siteurl');<br />
<strong>3. WP e-Commerce 的小數點設定</strong><br />
=&gt; sol: 開啟 wp-e-commerce/wpsc-includes/processing_functions.php, 找到 $price_out，修改此處 -&gt; $price_out = number_format($price_in, 0, ‘.’, ‘,’); 為想顯示的位數</p>
<p><span id="more-979"></span></p>
<p>=&gt; sol: 開啟 wp-e-commerce/wpsc-includes/cart.class.php LINE 1206  改成$price =  number_format($price, 0, '.', ',');</p>
<p><strong>4.購買通告CSS 位置</strong><br />
wp-e-commerce/themes/default/default.css LINE 874 #fancy_notification</p>
<p><strong>5.移除結帳的稅</strong><br />
wp-e-commerce\themes\default\shopping_cart_page.php LINE 153~ 162 註解起來</p>
<p>-----<br />
因為亂碼 所以改用shaindi 購物車來改</p>
<p><strong>6. 無法正確顯示以購物成功是因為URL</strong><br />
現在URL只要在最後以/結尾即可</p>
<p><strong>7 修改產品的URL 用ID 而非name(未實作)</strong><br />
<code>meta_key:url_name<br />
meta_value: 網址小字串</code></p>
<p><code> </code></p>
<p><code>讓wp-e-commerce看得懂中文?<br />
目前的情形是因為中文被urlencode後寫入資料庫造成"變成編碼"</code></p>
<p><strong>8. 鎖右鍵</strong><br />
<code>請在  貼上下面內容：<br />
onDragStart="return false" onContextmenu="return false" onSelectStart="return false"</code></p>
<p><strong>9. IE 重複送出 form</strong><br />
<code><br />
由於我使用default theme<br />
修改 themes/default/products_page.php LINE: 230<br />
將  type="submit" 改為 type="button" onclick="submit();return false;"<br />
這樣就不會重複送出表單<br />
</code></p>
<p><strong>10. 網址分頁action 錯誤網址</strong><br />
<code>wpsc-includes/wpsc_query.php LINE:72<br />
$output = $output."page/{$wpsc_query-&gt;query_vars['page']}/";</code></p>
<p><strong>11. checkout要秀出description 但不是依序每一個項目!!</strong><br />
<code>title='echo wpsc_the_product_description(); '<br />
</code></p>
<p><strong>12. 訂購完成要秀出description, 但不是依序每一個項目!!</strong><br />
<code>transaction_result_function.php 約LINE:277<br />
$product_data['description']<br />
</code></p>
<p><strong>13. widget 描述長度縮短</strong><br />
<code><br />
href='' title=''&gt;</code></p>
<p><code> </code></p>
<p><code>$string =  mb_substr(wpsc_cart_item_name(),0,30, "UTF8");<br />
echo $string;</code></p>
<p><code> </code></p>
<p><strong>14. 重覆products-page</strong><br />
資料庫 wp_options 表格的 option_value 有多products-page<br />
變成空白即可</p>
<p><strong>15. 修改內建標籤雲的數量上限與大小上下限</strong><br />
找到wp-includes/category-template.php，打开并搜索wp_tag_cloud</p>
<p><strong>16. 讓wp-e-commerce也將購物明細寄至自己信箱(廠商信箱)</strong><br />
<code>transaction_result_functions.php 約四百行附近<br />
在此行 wp_mail($email, TXT_WPSC_ORDER_PENDING_PAYMENT_REQUIRED, $message);下方加入<span style="color: #ff0000;"> wp_mail(get_option('return_email'), TXT_WPSC_ORDER_PENDING_PAYMENT_REQUIRED, $message); </span></code></p>
<p><code>.<br />
在此行wp_mail($email, TXT_WPSC_PURCHASERECEIPT, $message);下方加入<span style="color: #ff0000;"> wp_mail(get_option('return_email'), TXT_WPSC_PURCHASERECEIPT, $message);</span><br />
</code></p>
<p><strong>17. 留言區增加一個'清除重來'</strong><br />
<code>其實只要增加 < input type="reset" value="清除重來" >, 在依據你當時的版型作修正</code></p>
<p><strong>18. wp-e-comerce 連結失效(link error)</strong><br />
<code>就是我將外掛關閉又啟用後, 發現產品連結失效, 分類連結也失效, 我認為是資料庫的問題!<br />
但是就在我誤打誤撞, 就修好了!! 特此紀錄一下, 我做了兩件事1)新增分類 2)將product catogories放在側欄<br />
然後就好了@@<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/dbelu-lucky/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>草嶺石壁山莊的合作諮詢</title>
		<link>http://eeepage.info/shibihotel-blog/</link>
		<comments>http://eeepage.info/shibihotel-blog/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 09:07:26 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>
		<category><![CDATA[最新消息]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=949</guid>
		<description><![CDATA[這是一間草嶺滿有名的旅店, 之前在做雲林時光旅店收集時就看到這間石壁山莊, 只是當時沒有親身拜訪, 這幾天石壁山莊打給我, 說明網頁設計的想法. 希望有機會合作囉! 石壁山莊的部落格 http://tw.myblog.yahoo.com/shibihotel/ miss chen: 0919709697 電子信箱: shibihotel@yahoo.com.tw]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://lh3.ggpht.com/_B37YON7bvXE/TIC5_wM7KoI/AAAAAAAADGU/tm9WwSGI5-U/ap_20080221020423412.jpg" title="3000年九芎神木.蕨類附生共生奇景" class="alignnone" width="500" height="375" /><br />
這是一間草嶺滿有名的旅店, 之前在做雲林時光旅店收集時就看到這間石壁山莊, 只是當時沒有親身拜訪, 這幾天石壁山莊打給我, 說明網頁設計的想法. 希望有機會合作囉!</p>
<p><span id="more-949"></span></p>
<p>石壁山莊的部落格<br />
<a href="http://tw.myblog.yahoo.com/shibihotel/">http://tw.myblog.yahoo.com/shibihotel/</a></p>
<p>miss chen: 0919709697<br />
電子信箱: shibihotel@yahoo.com.tw</p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/shibihotel-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[作品] 螞蟻有腳毛</title>
		<link>http://eeepage.info/antmao/</link>
		<comments>http://eeepage.info/antmao/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 13:56:13 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=629</guid>
		<description><![CDATA[這是最近的一個作品, 也可以稱做為半作品! http://www.antmao.com/ 螞蟻有腳毛網站的站長已經先行處理好網頁空間與網址, 我這邊提供的服務是針對wordpress的版型與外掛做修改! 是相當棒的客戶, 對於需求說明很清楚, 且完工後再次微調也都一次說明白! 讓我這邊工作非常順利 客製化修改內容: 註冊登入配合email發送, 可在後台修改信件內容 WordPress外掛- SEO優化 WordPress外掛- 摘要宇繼續閱讀 WordPress外掛- 階層式留言 WordPress外掛- 網站地圖提交給搜尋引擎, &#8230; <a href="http://eeepage.info/antmao/" class="more-link">Learn more</a>]]></description>
			<content:encoded><![CDATA[<p>這是最近的一個作品, 也可以稱做為半作品!</p>
<p><a href="http://www.antmao.com/"><img class="alignnone" title="螞蟻有腳毛" src="http://lh5.ggpht.com/_gbEFmYvZWt0/TDsdXUZQaCI/AAAAAAAABKY/TYIRDOBwCCU/s800/665.jpg" alt="" width="512" height="306" /></a></p>
<p><span id="more-629"></span></p>
<p><a href="http://www.antmao.com/">http://www.antmao.com/</a></p>
<p>螞蟻有腳毛網站的站長已經先行處理好網頁空間與網址, 我這邊提供的服務是針對wordpress的版型與外掛做修改! 是相當棒的客戶, 對於需求說明很清楚, 且完工後再次微調也都一次說明白! 讓我這邊工作非常順利</p>
<h3>客製化修改內容:</h3>
<ul>
<li>註冊登入配合email發送, 可在後台修改信件內容</li>
<li>WordPress外掛- SEO優化</li>
<li>WordPress外掛- 摘要宇繼續閱讀</li>
<li>WordPress外掛- 階層式留言</li>
<li>WordPress外掛- 網站地圖提交給搜尋引擎, 改善排名</li>
</ul>
<h3>螞蟻有腳毛Q版畫像:</h3>
<p><img class="alignnone" src="http://lh6.ggpht.com/_gbEFmYvZWt0/TDscoiTsHFI/AAAAAAAABKU/tNJZreXAsTw/s512/%25E8%259E%259E%25E8%259F%25BB%25E6%259C%2589%25E8%2585%25B3%25E6%25AF%259B1%5B1%5D.jpg" alt="" width="230" height="512" /></p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/antmao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[作品]雲林時光-Yunlin雲林生活旅遊網</title>
		<link>http://eeepage.info/yunlin-me/</link>
		<comments>http://eeepage.info/yunlin-me/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:06:46 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>
		<category><![CDATA[資訊分享]]></category>
		<category><![CDATA[Yunlin]]></category>
		<category><![CDATA[作品]]></category>
		<category><![CDATA[雲林]]></category>
		<category><![CDATA[雲林生活旅遊網]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=367</guid>
		<description><![CDATA[http://blog.yunlin.me 這幾天也一直在整理 雲林時光-Yunlin雲林生活旅遊網 的資料，網站目前已經具備一定的雛形囉，接著就是向雲林的商家推薦這個在地生活旅行網 希望透過雲林時光-Yunlin雲林生活旅遊網網站能夠讓來到雲林的旅人或是在地生活的鄉親們，快速且方便的找到商家資料。因為我想如果我是商家業者的話，能夠讓自己商店的資料能夠透過網路的方式被找到，我想這樣是很不錯的也可以增加一些來自網路的潛在客源。 目前本工作室正在如火如荼的積極能推廣雲林時光-Yunlin雲林生活旅遊網]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://yunlin.me" target="_blank"><img class="aligncenter size-full wp-image-14" title="headerBG2" src="http://blog.eeepage.info/wp-content/uploads/2009/10/headerBG2.JPG" alt="headerBG2" width="441" height="129" /></a><a href="http://blog.yunlin.me" target="_blank">http://blog.yunlin.me</a></p>
<p><span id="more-367"></span></p>
<p>這幾天也一直在整理</p>
<h3>雲林時光-Yunlin雲林生活旅遊網</h3>
<p>的資料，網站目前已經具備一定的雛形囉，接著就是向雲林的商家推薦這個在地生活旅行網</p>
<p>希望透過<strong>雲林時光-Yunlin雲林生活旅遊網</strong>網站能夠讓來到雲林的旅人或是在地生活的鄉親們，快速且方便的找到商家資料。因為我想如果我是商家業者的話，能夠讓自己商店的資料能夠透過網路的方式被找到，我想這樣是很不錯的也可以增加一些來自網路的潛在客源。</p>
<p>目前本工作室正在如火如荼的積極能推廣<strong>雲林時光-Yunlin雲林生活旅遊網</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/yunlin-me/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[作品]培德駕訓班的俞秀月教練</title>
		<link>http://eeepage.info/keelung_car8-web/</link>
		<comments>http://eeepage.info/keelung_car8-web/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:05:44 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>
		<category><![CDATA[資訊分享]]></category>
		<category><![CDATA[作品]]></category>
		<category><![CDATA[俞秀月教練]]></category>
		<category><![CDATA[培德駕訓班]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=365</guid>
		<description><![CDATA[培德駕訓班的俞秀月教練，實際上是我的駕車教練喔 被教練指導的那段時間，感受到教練的熱情與耐心是許多男教練所缺乏的 重點是: 此網站的關鍵字"培德駕訓班" SEO 在 yahoo與Google都是第一名!! http://eeepage.info/keelung_car8]]></description>
			<content:encoded><![CDATA[<p>培德駕訓班的俞秀月教練，實際上是我的駕車教練喔<br />
被教練指導的那段時間，感受到教練的熱情與耐心是許多男教練所缺乏的<br />
重點是:  <strong>此網站的關鍵字"培德駕訓班" SEO 在 yahoo與Google都是第一名</strong>!!<span id="more-365"></span></p>
<p style="text-align: left;"><strong><a href="http://eeepage.info/keelung_car8" target="_blank"><cite>http://eeepage.info/keelung_car8</cite></a></strong></p>
<p><a href="http://eeepage.info/keelung_car8/" target="_blank"><img class="aligncenter size-full wp-image-23" title="girlCar-full" src="http://blog.eeepage.info/wp-content/uploads/2009/10/girlCar-full.JPG" alt="girlCar-full" width="415" height="318" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/keelung_car8-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[作品]臺灣古坑咖啡-研堤庭園咖啡</title>
		<link>http://eeepage.info/yunti-coffee/</link>
		<comments>http://eeepage.info/yunti-coffee/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:04:30 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>
		<category><![CDATA[資訊分享]]></category>
		<category><![CDATA[作品]]></category>
		<category><![CDATA[古坑咖啡]]></category>
		<category><![CDATA[台灣咖啡]]></category>
		<category><![CDATA[咖啡]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=363</guid>
		<description><![CDATA[研堤庭園咖啡位於華山桂林村劍湖山旁，巧妙的座落於整片樹林裡，研堤古坑咖啡裡外花草景物，更出自主人巧手親自打點照顧，讓原本山林的涼爽環境更加明顯，圍繞著周圍，放眼望去都是天然景緻，巨石引著山泉流水而下，眼裡耳裡充滿大自然的樂章，雖然研堤庭園古坑咖啡入口門面不顯眼，但進入內部有著美麗寬廣的花草庭園。 地址: 雲林縣古坑鄉桂林村桃源路2-7號 電話: 05-5900032, 0912-656172 營業時間: 11:00AM~24:00PM(平日) 10:00AM~02:00AM(假日)]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.eeepage.info/wp-content/uploads/2009/10/ap_F23_20090514030955177.jpg"><img class="aligncenter size-full wp-image-40" title="ap_F23_20090514030955177" src="http://blog.eeepage.info/wp-content/uploads/2009/10/ap_F23_20090514030955177.jpg" alt="ap_F23_20090514030955177" width="498" height="67" /></a></p>
<p><span id="more-363"></span></p>
<p><a href="http://blog.eeepage.info/wp-content/uploads/2009/10/ap_F23_20090514030917739.jpg"><img class="aligncenter size-full wp-image-41" title="ap_F23_20090514030917739" src="http://blog.eeepage.info/wp-content/uploads/2009/10/ap_F23_20090514030917739.jpg" alt="ap_F23_20090514030917739" width="500" height="375" /></a><br />
<a href="http://eeepage.info/yunti">研堤庭園咖啡</a>位於華山桂林村<a href="http://eeepage.info/lovegk">劍湖山</a>旁，巧妙的座落於整片樹林裡，研堤<a href="http://eeepage.info/yunti">古坑咖啡</a>裡外花草景物，更出自主人巧手親自打點照顧，讓原本山林的涼爽環境更加明顯，圍繞著周圍，放眼望去都是天然景緻，巨石引著山泉流水而下，眼裡耳裡充滿大自然的樂章，雖然研堤庭園<a href="http://eeepage.info/yunti">古坑咖啡</a>入口門面不顯眼，但進入內部有著美麗寬廣的花草庭園。</p>
<p>地址:  <a title="前往地圖" href="http://tw.rd.yahoo.com/referurl/blog/article/maps/*http://tw.maps.yahoo.com/?ei=utf8&amp;addr=%E9%9B%B2%E6%9E%97%E7%B8%A3%E5%8F%A4%E5%9D%91%E9%84%89%E6%A1%82%E6%9E%97%E6%9D%91%E6%A1%83%E6%BA%90%E8%B7%AF2-7%E8%99%9F" target="_blank"><span>雲</span>林縣古坑鄉桂林村桃源路2-7號<img src="http://tw.yimg.com/i/tw/lifestyle/map_texticon.gif" alt="" /></a><br />
電話:  05-5900032, 0912-656172<br />
營業時間:  11:00AM~24:00PM(平日)     10:00AM~02:00AM(假日)</p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/yunti-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[作品]仙地咖啡館-華山最高景點古坑咖啡</title>
		<link>http://eeepage.info/shiandi-coffee/</link>
		<comments>http://eeepage.info/shiandi-coffee/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:03:11 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>
		<category><![CDATA[仙地咖啡]]></category>
		<category><![CDATA[作品]]></category>
		<category><![CDATA[古坑咖啡]]></category>
		<category><![CDATA[華山]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=361</guid>
		<description><![CDATA[http://eeepage.info/shiandi 雲林縣古坑鄉華山咖啡園區的【仙地庭園咖啡館】，看好台灣咖啡市場，計畫改變目前庭園咖啡的經營模式，改走連鎖加盟店，與八十五度C、星巴克等知名連鎖咖啡業者一較高下。 【仙地】位在古坑華山【最高景點】，位於海拔七百五十公尺處，當地視野遼闊，業者強調可欣賞鄰近縣市夜景，還可看雲海、賞夕陽、遠眺台灣海峽，店內除了販賣咖啡等飲料外，所有的餐點都是健康蔬食類，在華山地區相當另類。 繼二○○三年該店榮獲台灣咖啡豆評鑑【特等獎】後，今年更一舉拿下台灣咖啡生豆評鑑頭等獎、貳等獎的咖啡生豆各十公斤。【仙地咖啡館】經理陳明誠表示，為了推廣台灣咖啡豆、提升台灣咖啡豆的價值，特別以【頭等獎、貳等獎】的咖啡豆調配出新產品【金箔台灣咖啡】。 陳明誠說，為了方便民眾能輕鬆喝到「台灣咖啡」，仙地經營團隊經討論後，決定突破現況，拉近台灣咖啡與消費者的距離，採連鎖加盟方式拓展【仙地】的據點，讓消費者享受與八十五度C、星巴克等連鎖咖啡店不同的喝咖啡風格。陳明誠說，相關連鎖加盟作業正進行中，預計明年第一家分店營業。 1.台灣精品咖啡豆 &#38; 古坑咖啡系列伴手禮 門市部 2.古坑咖啡&#38;優質茶飲 連鎖專賣店]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.eeepage.info/wp-content/uploads/2009/10/ap_F23_20090512052607747.jpg"><img class="aligncenter size-full wp-image-47" title="ap_F23_20090512052607747" src="http://blog.eeepage.info/wp-content/uploads/2009/10/ap_F23_20090512052607747.jpg" alt="ap_F23_20090512052607747" width="500" height="375" /></a></p>
<p><span id="more-361"></span></p>
<p><a href="http://eeepage.info/shiandi">http://eeepage.info/shiandi</a></p>
<p>雲林縣古坑鄉華山咖啡園區的【仙地庭園咖啡館】，看好台灣咖啡市場，計畫改變目前庭園咖啡的經營模式，改走連鎖加盟店，與八十五度C、星巴克等知名連鎖咖啡業者一較高下。<br />
【仙地】位在古坑華山【最高景點】，位於海拔七百五十公尺處，當地視野遼闊，業者強調可欣賞鄰近縣市夜景，還可看雲海、賞夕陽、遠眺台灣海峽，店內除了販賣咖啡等飲料外，所有的餐點都是健康蔬食類，在華山地區相當另類。<br />
繼二○○三年該店榮獲台灣咖啡豆評鑑【特等獎】後，今年更一舉拿下台灣咖啡生豆評鑑頭等獎、貳等獎的咖啡生豆各十公斤。【仙地咖啡館】經理陳明誠表示，為了推廣台灣咖啡豆、提升台灣咖啡豆的價值，特別以【頭等獎、貳等獎】的咖啡豆調配出新產品【金箔台灣咖啡】。<br />
陳明誠說，為了方便民眾能輕鬆喝到「台灣咖啡」，仙地經營團隊經討論後，決定突破現況，拉近台灣咖啡與消費者的距離，採連鎖加盟方式拓展【仙地】的據點，讓消費者享受與八十五度C、星巴克等連鎖咖啡店不同的喝咖啡風格。陳明誠說，相關連鎖加盟作業正進行中，預計明年第一家分店營業。   1.台灣精品咖啡豆 &amp; 古坑咖啡系列伴手禮  門市部<br />
2.古坑咖啡&amp;優質茶飲 連鎖專賣店</p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/shiandi-coffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[作品]阿猴的部落格</title>
		<link>http://eeepage.info/139/</link>
		<comments>http://eeepage.info/139/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 13:49:23 +0000</pubDate>
		<dc:creator>易春木</dc:creator>
				<category><![CDATA[最新作品]]></category>

		<guid isPermaLink="false">http://eeepage.info/?p=139</guid>
		<description><![CDATA[這是阿猴的部落格 http://www.tai-mon.com/blog/ 主要是協助將網站的風格由原先的黃色系變成現在的藍色系，主要有css與圖檔的修改！ 按照阿猴的需求來設計，如果大家有喜歡就留言一下唷！]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tai-mon.com/blog/" target="_blank"><img title="4995a6e7524659e99e6f30b399c6b79a" src="http://blog.eeepage.info/wp-content/uploads/2009/12/4995a6e7524659e99e6f30b399c6b79a.jpeg" alt="4995a6e7524659e99e6f30b399c6b79a" width="80" height="80" /></a></p>
<p><span id="more-139"></span></p>
<p>這是阿猴的部落格 <a href="http://www.tai-mon.com/blog/">http://www.tai-mon.com/blog/</a></p>
<p>主要是協助將網站的風格由原先的黃色系變成現在的藍色系，主要有css與圖檔的修改！</p>
<p>按照阿猴的需求來設計，如果大家有喜歡就留言一下唷！</p>
]]></content:encoded>
			<wfw:commentRss>http://eeepage.info/139/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

