<?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>RFORM</title>
	<atom:link href="http://www.rform.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rform.com</link>
	<description>Our Form of Future</description>
	<lastBuildDate>Wed, 20 Apr 2011 04:55:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Use Custom Rate for Shipping Cost in Magento</title>
		<link>http://www.rform.com/2011/04/use-custom-rate-for-shipping-cost-in-magento/</link>
		<comments>http://www.rform.com/2011/04/use-custom-rate-for-shipping-cost-in-magento/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 04:55:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Solutions]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=35</guid>
		<description><![CDATA[<p>Install this module
magento-community/Indust_CustomShippingRate</p>
<p>After, there is one additional box for customized rate in the <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2011/04/use-custom-rate-for-shipping-cost-in-magento/">Use Custom Rate for Shipping Cost in Magento</a></span>]]></description>
			<content:encoded><![CDATA[<p>Install this module<br />
magento-community/Indust_CustomShippingRate</p>
<p>After, there is one additional box for customized rate in the order creation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2011/04/use-custom-rate-for-shipping-cost-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To shutdown pg_ctl immediately</title>
		<link>http://www.rform.com/2011/01/to-shutdown-pg_ctl-immediately/</link>
		<comments>http://www.rform.com/2011/01/to-shutdown-pg_ctl-immediately/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 15:58:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=32</guid>
		<description><![CDATA[<p>Sometimes it doesn&#8217;t listen to the command pg_ctl stop, the following option can be used:</p>
<p>pg_ctl stop -m fast</p>
<p>or </p>
<p>pg_ctl stop <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2011/01/to-shutdown-pg_ctl-immediately/">To shutdown pg_ctl immediately</a></span>]]></description>
			<content:encoded><![CDATA[<p>Sometimes it doesn&#8217;t listen to the command pg_ctl stop, the following option can be used:</p>
<p>pg_ctl stop -m fast</p>
<p>or </p>
<p>pg_ctl stop -m immediate</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2011/01/to-shutdown-pg_ctl-immediately/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Command to vacuum pg_sql database</title>
		<link>http://www.rform.com/2011/01/command-to-vacuum-pg_sql-database/</link>
		<comments>http://www.rform.com/2011/01/command-to-vacuum-pg_sql-database/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 15:55:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=30</guid>
		<description><![CDATA[<p>To improve the performance of pg_sql database, it is necessary to vacuum regularly. Here is the command</p>
<p>vacuum full <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2011/01/command-to-vacuum-pg_sql-database/">Command to vacuum pg_sql database</a></span>]]></description>
			<content:encoded><![CDATA[<p>To improve the performance of pg_sql database, it is necessary to vacuum regularly. Here is the command</p>
<p>vacuum full analyze sys_quest_list</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2011/01/command-to-vacuum-pg_sql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reverse the product list in Magento, to show newest product first</title>
		<link>http://www.rform.com/2011/01/reverse-the-product-list-in-magento-to-show-newest-product-first/</link>
		<comments>http://www.rform.com/2011/01/reverse-the-product-list-in-magento-to-show-newest-product-first/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 10:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=28</guid>
		<description><![CDATA[<p>update the file
app/design/frontend/default/megastore2/template/catalog/product/list/toolbar.phtml</p>
<p>change the &#8220;asc&#8221; <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2011/01/reverse-the-product-list-in-magento-to-show-newest-product-first/">Reverse the product list in Magento, to show newest product first</a></span>]]></description>
			<content:encoded><![CDATA[<p>update the file<br />
app/design/frontend/default/megastore2/template/catalog/product/list/toolbar.phtml</p>
<p>change the &#8220;asc&#8221; to &#8220;desc&#8221;</p>
<p>done</p>
<p>http://www.magentocommerce.com/boards/viewthread/1176/P75/#t203693</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2011/01/reverse-the-product-list-in-magento-to-show-newest-product-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Magento Chinese PDF Wrong Charset</title>
		<link>http://www.rform.com/2010/12/fix-magento-chinese-pdf-wrong-charset/</link>
		<comments>http://www.rform.com/2010/12/fix-magento-chinese-pdf-wrong-charset/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 10:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=26</guid>
		<description><![CDATA[<p>解决Magento中文订单PDF 输出乱码</p>
<p>这个BUG 是Magento本地化程度尚欠的一点体现。</p>
<p>这是由于 Magento 的 PDF 的字体是英文字体，并不支持中文，所以产生的 PDF 里中文无法显示，只显示为一个“口”。</p>
<p>可以通过重写Magento 的生成PDF 的核心代码，把字体修改为中文字体来实现修正。由此须准备一个 TTF 字体，如下，将标宋字体放在了$site_dir/media/fonts/STSONG.TTF，把 app/code/core/Mage/Sales/Model/Order/Pdf/Abstract.php 建一个副本到 app/code/local/Mage/Sales/Model/Order/Pdf/Abstract.php，然后大约在561 行：</p>
<p>protected function _setFontRegular($object, $size = 7)
{
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . &#8216;/media/fon
ts/STSONG.TTF&#8217;);
$object->setFont($font, $size);
return $font;
}</p>
<p>protected function _setFontBold($object, $size = 7)
{
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . &#8216;/media/fon
ts/STSONG.TTF&#8217;);
$object->setFont($font, $size);
return $font;
}</p>
<p>protected function _setFontItalic($object, $size = 7)
{
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . &#8216;/media/fon
ts/STSONG.TTF&#8217;);
$object->setFont($font, <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2010/12/fix-magento-chinese-pdf-wrong-charset/">Fix Magento Chinese PDF Wrong Charset</a></span>]]></description>
			<content:encoded><![CDATA[<p>解决Magento中文订单PDF 输出乱码</p>
<p>这个BUG 是Magento本地化程度尚欠的一点体现。</p>
<p>这是由于 Magento 的 PDF 的字体是英文字体，并不支持中文，所以产生的 PDF 里中文无法显示，只显示为一个“口”。</p>
<p>可以通过重写Magento 的生成PDF 的核心代码，把字体修改为中文字体来实现修正。由此须准备一个 TTF 字体，如下，将标宋字体放在了$site_dir/media/fonts/STSONG.TTF，把 app/code/core/Mage/Sales/Model/Order/Pdf/Abstract.php 建一个副本到 app/code/local/Mage/Sales/Model/Order/Pdf/Abstract.php，然后大约在561 行：</p>
<p>protected function _setFontRegular($object, $size = 7)<br />
{<br />
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . &#8216;/media/fon<br />
ts/STSONG.TTF&#8217;);<br />
$object->setFont($font, $size);<br />
return $font;<br />
}</p>
<p>protected function _setFontBold($object, $size = 7)<br />
{<br />
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . &#8216;/media/fon<br />
ts/STSONG.TTF&#8217;);<br />
$object->setFont($font, $size);<br />
return $font;<br />
}</p>
<p>protected function _setFontItalic($object, $size = 7)<br />
{<br />
$font = Zend_Pdf_Font::fontWithPath(Mage::getBaseDir() . &#8216;/media/fon<br />
ts/STSONG.TTF&#8217;);<br />
$object->setFont($font, $size);<br />
return $font;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2010/12/fix-magento-chinese-pdf-wrong-charset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento 1.4 toolbar bug</title>
		<link>http://www.rform.com/2010/12/magento-1-4-toolbar-bug/</link>
		<comments>http://www.rform.com/2010/12/magento-1-4-toolbar-bug/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 10:03:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=24</guid>
		<description><![CDATA[<p>It is nice to have magento 1.4 released but there is a small bug in toolbar which makes the list and grid view error.</p>
<p>And I don’t like the error report in write in a number file stored in var/report, even though it is good to have it not showing in the frontend</p>
<p>It is a easy fix <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2010/12/magento-1-4-toolbar-bug/">Magento 1.4 toolbar bug</a></span>]]></description>
			<content:encoded><![CDATA[<p>It is nice to have magento 1.4 released but there is a small bug in toolbar which makes the list and grid view error.</p>
<p>And I don’t like the error report in write in a number file stored in var/report, even though it is good to have it not showing in the frontend</p>
<p>It is a easy fix for the toolbar error for magento1.4</p>
<p>file to change:<br />
code/core/Mage/Catalog/Block/Product/List/Toolbar.php</p>
<p>here is the code from the new magento1.4</p>
<p>class Mage_Catalog_Block_Product_List_Toolbar extends Mage_Core_Block_Template<br />
{<br />
    /**<br />
     * Products collection<br />
     *<br />
     * @var Mage_Core_Model_Mysql4_Collection_Abstract<br />
     */<br />
the problem is the extends Mage_Core_Block_Template, it doesn’t have the method each as $this->getPages()</p>
<p>so if you change it to<br />
class Mage_Catalog_Block_Product_List_Toolbar extends Mage_Page_Block_Html_Pager<br />
all the problem fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2010/12/magento-1-4-toolbar-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Magento Directory Permission to enable magento connect</title>
		<link>http://www.rform.com/2010/08/change-magento-directory-permission-to-enable-magento-connect/</link>
		<comments>http://www.rform.com/2010/08/change-magento-directory-permission-to-enable-magento-connect/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 04:42:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://www.rform.com/?p=22</guid>
		<description><![CDATA[<p>find . -type d -exec chmod 777 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2010/08/change-magento-directory-permission-to-enable-magento-connect/">Change Magento Directory Permission to enable magento connect</a></span>]]></description>
			<content:encoded><![CDATA[<p>find . -type d -exec chmod 777 {} \;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2010/08/change-magento-directory-permission-to-enable-magento-connect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weoffer.com lanuch for production</title>
		<link>http://www.rform.com/2010/06/we-offer-launch/</link>
		<comments>http://www.rform.com/2010/06/we-offer-launch/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 18:16:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Events]]></category>

		<guid isPermaLink="false">http://new.rform.com/?p=1</guid>
		<description><![CDATA[<p>Weoffer.com launch <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.rform.com/2010/06/we-offer-launch/">Weoffer.com lanuch for production</a></span>]]></description>
			<content:encoded><![CDATA[<p>Weoffer.com launch for production</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rform.com/2010/06/we-offer-launch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

