<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[MaruMagi部落格之拷貝經驗]]></title> 
<link>http://maru.gates.tw/index.php</link> 
<description><![CDATA[別人耶經驗,著是我耶成功啦!!]]></description> 
<language>zh-tw</language> 
<copyright><![CDATA[MaruMagi部落格之拷貝經驗]]></copyright>
<item>
<link>http://maru.gates.tw/read.php/271.htm</link>
<title><![CDATA[AOC 螢幕]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Mon, 12 May 2014 05:16:31 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/271.htm</guid> 
<description>
<![CDATA[ 
	<a href="https://tw.partner.buy.yahoo.com:443/gd/buy?mcode=MV9xMk5vSldCNnUvbVh2VzRDcEVIVVlJaWFlTmlYcktNNFNUQlVBWCtLdFU0PQ==&url=https%3A%2F%2Ftw.buy.yahoo.com%2Fgdsale%2Fgdsale.asp%3Fact%3Dgdsearch%26gdid%3D3863856" target="_blank">AOC Fi~~ </a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/270.htm</link>
<title><![CDATA[本站改網址了 移到新站]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Sun, 13 Jan 2013 04:29:05 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/270.htm</guid> 
<description>
<![CDATA[ 
	請移至 <a href="http://bill.gates.tw/" target="_blank">http://bill.gates.tw/</a><br/>本部落格不再維護~~
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/269.htm</link>
<title><![CDATA[Windows Update 無法手動更新]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Thu, 08 Sep 2011 04:15:35 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/269.htm</guid> 
<description>
<![CDATA[ 
	在Windows Update 手動更新時發生<br/>403 - Forbidden: Access is denied.<br/><br/><a href="http://support.microsoft.com/kb/949377/zh-tw#fixit4me" target="_blank">http://support.micro...49377/zh-tw#fixit4me</a><br/>============ 2011/09/20 更新 =================<br/>開啟自動更新就可以了 ...<br/><br/><br/>Tags - <a href="http://maru.gates.tw/go.php/tags/windows/" rel="tag">windows</a> , <a href="http://maru.gates.tw/go.php/tags/update/" rel="tag">update</a> , <a href="http://maru.gates.tw/go.php/tags/403/" rel="tag">403</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/267.htm</link>
<title><![CDATA[hMailserver 5.3 繁體中文語言檔]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Sun, 10 Jul 2011 15:28:37 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/267.htm</guid> 
<description>
<![CDATA[ 
	自行取用<br/><a href="attachment.php?fid=65">點擊這裡下載檔案</a><br/>Tags - <a href="http://maru.gates.tw/go.php/tags/server/" rel="tag">server</a> , <a href="http://maru.gates.tw/go.php/tags/%25E9%2583%25B5%25E4%25BB%25B6%25E4%25BC%25BA%25E6%259C%258D%25E5%2599%25A8/" rel="tag">郵件伺服器</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/264.htm</link>
<title><![CDATA[Virtuemart 電話詢問(電話報價)頁面內文出現亂碼之解決]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Tue, 25 Jan 2011 22:49:44 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/264.htm</guid> 
<description>
<![CDATA[ 
	修改詢問頁面<br/>components&#92;com_virtuemart&#92;themes&#92;default&#92;templates&#92;pages&#92;shop.ask.tpl.php<br/>第34行<br/><br/>原始程式碼<div class="code">&lt;textarea rows=&quot;10&quot; cols=&quot;60&quot; name=&quot;text&quot; id=&quot;contact_text&quot; class=&quot;inputbox&quot;&gt;&lt;?php echo utf8_decode($subject) ?&gt;&lt;/textarea&gt;&lt;br /&gt;</div><br/>修正程式碼<div class="code">&lt;textarea rows=&quot;10&quot; cols=&quot;60&quot; name=&quot;text&quot; id=&quot;contact_text&quot; class=&quot;inputbox&quot;&gt;&lt;?php echo urldecode($subject) ?&gt;&lt;/textarea&gt;&lt;br /&gt;</div><br/><br/>administrator/components/com_virtuemart/classes/ps_product.php<br/>第2190行<br/><br/>原始程式碼<div class="code">$product_name = htmlentities( $this-&gt;get_field($product_id, &#039;product_name&#039;), ENT_QUOTES );<br/></div><br/>修正程式碼<div class="code">$product_name = htmlentities( $this-&gt;get_field($product_id, &#039;product_name&#039;), ENT_QUOTES, &#039;utf-8&#039; );<br/></div><br/><br/>使用版本<br/>Joomla 1.5.22<br/>VirtueMart 1.1.6<br/>Tags - <a href="http://maru.gates.tw/go.php/tags/joomla/" rel="tag">joomla</a> , <a href="http://maru.gates.tw/go.php/tags/virtuemart/" rel="tag">virtuemart</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/263.htm</link>
<title><![CDATA[移除 virtuemark  paypal 的圖示]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Mon, 24 Jan 2011 23:13:08 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/263.htm</guid> 
<description>
<![CDATA[ 
	Here is the solution<br/><br/>1. Go to your site's file manager <br/>2. Go to Component > com_virtuemart > themes > default > templates > common<br/>3. Open shopIndex.tpl.php in edit mode<br/>4. Locate the following code:<br/><br/><div class="code">&lt;?php if( isset($paypalLogo)) : ?&gt;<br/>&lt;div class=&quot;vmRecent&quot; style=&quot;padding: 10px; text-align: center;&quot;&gt;<br/>&nbsp;&nbsp;&lt;?php echo $paypalLogo; ?&gt;<br/>&lt;/div&gt;<br/>&lt;?php endif; ?&gt;<br/></div><br/>5. Delete it. <br/><br/>資料來源<br/><a href="http://forum.virtuemart.net/index.php?topic=75103.0" target="_blank">http://forum.virtuem...ex.php?topic=75103.0</a><br/><br/>Tags - <a href="http://maru.gates.tw/go.php/tags/joomla/" rel="tag">joomla</a> , <a href="http://maru.gates.tw/go.php/tags/virtuemarkpaypal/" rel="tag">virtuemarkpaypal</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/259.htm</link>
<title><![CDATA[Joomla 網頁標題外掛 Title Manager]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Wed, 29 Dec 2010 17:16:03 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/259.htm</guid> 
<description>
<![CDATA[ 
	由於Joomla 對於網頁標題的處理會使用選單的Title 或文章的Title<br/>但對於搜尋引擎來說比較好的是 Title + 網站名稱 ....用這個外掛可以解決這個問題<br/><br/>Title Manager<br/><br/><a href="http://extensions.joomla.org/extensions/site-management/seo-a-metadata/3521" target="_blank">http://extensions.jo.../seo-a-metadata/3521</a><br/><br/>Tags - <a href="http://maru.gates.tw/go.php/tags/joomle/" rel="tag">joomle</a> , <a href="http://maru.gates.tw/go.php/tags/plugin/" rel="tag">plugin</a> , <a href="http://maru.gates.tw/go.php/tags/seo/" rel="tag">seo</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/258.htm</link>
<title><![CDATA[Joomla Template 佈景主題]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Thu, 16 Dec 2010 03:22:50 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/258.htm</guid> 
<description>
<![CDATA[ 
	Free<br/><a href="http://www.joomlatemplatesdownload.com/" target="_blank">http://www.joomlatemplatesdownload.com/</a><br/><a href="http://joomla0.com/" target="_blank">http://joomla0.com/</a><br/><a href="http://www.themza.com/" target="_blank">http://www.themza.com/</a><br/><a href="http://www.joomla24.com/" target="_blank">http://www.joomla24.com/</a><br/><a href="http://www.siteground.com/" target="_blank">http://www.siteground.com/</a><br/><br/>==$$$ ==<br/><a href="http://www.joomla-themes.co.uk/" target="_blank">http://www.joomla-themes.co.uk/</a><br/><br/>Tags - <a href="http://maru.gates.tw/go.php/tags/joomla/" rel="tag">joomla</a> , <a href="http://maru.gates.tw/go.php/tags/template/" rel="tag">template</a> , <a href="http://maru.gates.tw/go.php/tags/%25E4%25BD%2588%25E6%2599%25AF%25E4%25B8%25BB%25E9%25A1%258C/" rel="tag">佈景主題</a>
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/254.htm</link>
<title><![CDATA[WWW]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Wed, 21 Jul 2010 04:30:23 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/254.htm</guid> 
<description>
<![CDATA[ 
	雅虎奇摩知識家&nbsp;&nbsp;tw.knowledge.yahoo.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>行政院環境保護署&nbsp;&nbsp;<a href="http://www.epa.gov.tw&nbsp;&nbsp;&nbsp;&nbsp;" target="_blank">www.epa.gov.tw&nbsp;&nbsp;&nbsp;&nbsp;</a><br/>全國商工行政服務入口網&nbsp;&nbsp;gcis.nat.gov.tw <br/>政府入口網&nbsp;&nbsp;<a href="http://www.gov.tw&nbsp;&nbsp;&nbsp;&nbsp;" target="_blank">www.gov.tw&nbsp;&nbsp;&nbsp;&nbsp;</a> <br/>行政院環保署－空氣品質監測網&nbsp;&nbsp;taqm.epa.gov.tw<br/>環保署-多媒體影音&nbsp;&nbsp;media.epa.gov.tw <br/>國家時間與頻率標準實驗室&nbsp;&nbsp;clock.stdtime.gov.tw<br/>政府電子採購網&nbsp;&nbsp;web.pcc.gov.tw&nbsp;&nbsp;<br/><br/>詠勝科技有限公司&nbsp;&nbsp;<a href="http://www.mobile01.com&nbsp;&nbsp;" target="_blank">www.mobile01.com&nbsp;&nbsp;</a><br/>掌生穀粒&nbsp;&nbsp;<a href="http://www.greeninhand.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;" target="_blank">www.greeninhand.com&...p;&nbsp;&nbsp;&nbsp;</a> <br/>中華電信--會員中心&nbsp;&nbsp;member.hinet.net <br/>單位換算服務網&nbsp;&nbsp;<a href="http://www.a1.com.tw" target="_blank">www.a1.com.tw</a> <br/><br/>台灣預鑄式污水處理設施協會&nbsp;&nbsp;<a href="http://www.pwtfa.org.tw&nbsp;&nbsp;" target="_blank">www.pwtfa.org.tw&nbsp;&nbsp;</a><br/>台灣輔具產業聯盟&nbsp;&nbsp;<a href="http://www.enable.com.tw" target="_blank">www.enable.com.tw</a> <br/>美輝醫療器材有限公司&nbsp;&nbsp;<a href="http://www.mayfairmed.com" target="_blank">www.mayfairmed.com</a><br/>華貿企業有限公司STANNAH(樓梯升降椅)&nbsp;&nbsp;<a href="http://www.stannah.com.tw-1" target="_blank">www.stannah.com.tw-1</a><br/>泓電-OTO lift 樓梯升降椅(泓電自動化)&nbsp;&nbsp;<a href="http://www.hdac.com.tw" target="_blank">www.hdac.com.tw</a><br/>成昇實業股份有限公司&nbsp;&nbsp;<a href="http://www.c-s.com.tw" target="_blank">www.c-s.com.tw</a> <br/>羅布森&nbsp;&nbsp;<a href="http://www.lobsang.com.tw&nbsp;&nbsp;" target="_blank">www.lobsang.com.tw&nbsp;&nbsp;</a> 
]]>
</description>
</item><item>
<link>http://maru.gates.tw/read.php/253.htm</link>
<title><![CDATA[想跳到 Wordpress 了]]></title> 
<author>zuyan &lt;zuyan_chang@yahoo.com.tw&gt;</author>
<category><![CDATA[Maru Think]]></category>
<pubDate>Thu, 08 Jul 2010 03:54:20 +0000</pubDate> 
<guid>http://maru.gates.tw/read.php/253.htm</guid> 
<description>
<![CDATA[ 
	由於....bo-blog後續都沒有動作..應該是不再有新的版本了<br/>不過....bo-blog所耗的系統資源超低的...所以在某些等級很低的伺服器也可以跑..<br/>AMD MedixGX-300&nbsp;&nbsp;64MB....<br/>要放棄嗎?我看我再考量看看吧!!<br/>要新弄一個網站....不知弄的起來還弄不起來..用了再說<br/>Tags - <a href="http://maru.gates.tw/go.php/tags/wordpress/" rel="tag">wordpress</a> , <a href="http://maru.gates.tw/go.php/tags/%25E7%25B6%25B2%25E7%25AB%2599/" rel="tag">網站</a> , <a href="http://maru.gates.tw/go.php/tags/bo-blog/" rel="tag">bo-blog</a>
]]>
</description>
</item>
</channel>
</rss>