<?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>仙台城 - 伊達獨眼龍政宗</title>
	<atom:link href="http://www.waimichael.idv.hk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waimichael.idv.hk</link>
	<description>Nothing related to Japanese history but only the blog for personal and web development.</description>
	<lastBuildDate>Fri, 09 Dec 2011 03:42:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Split email username and domain name in Excel</title>
		<link>http://www.waimichael.idv.hk/split-email-username-and-domain-name-in-excel/</link>
		<comments>http://www.waimichael.idv.hk/split-email-username-and-domain-name-in-excel/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 03:42:23 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Domain Name]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Username]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=347</guid>
		<description><![CDATA[How to split email username and domain name to two cells in Excel? Suppose the email address is in A2 cell. Grab domain name from email =MID($A2,FIND(&#8220;@&#8221;,$A2)+1,LEN($A2)-FIND(&#8220;@&#8221;,$A2)+1) Grab username name from email =MID($A2,1,FIND(&#8220;@&#8221;,$A2)-1) Easy, right?]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/split-email-username-and-domain-name-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create member only module in Magento?</title>
		<link>http://www.waimichael.idv.hk/how-to-create-member-only-module-in-magento/</link>
		<comments>http://www.waimichael.idv.hk/how-to-create-member-only-module-in-magento/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 06:26:36 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Custom Module]]></category>
		<category><![CDATA[member]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=340</guid>
		<description><![CDATA[Sometimes you may have to implement the module that is for member only, how to do it in Magento? In your controller which extends Mage_Core_Controller_Front_Action, add the following function: If the customer didn&#8217;t login, the controller will redirect the page to login page. Got it? Happy Magento’ing ~]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/how-to-create-member-only-module-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Override Controllers in Magento</title>
		<link>http://www.waimichael.idv.hk/override-controllers-in-magento/</link>
		<comments>http://www.waimichael.idv.hk/override-controllers-in-magento/#comments</comments>
		<pubDate>Mon, 30 May 2011 08:41:02 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Override]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=338</guid>
		<description><![CDATA[Sometimes you may have to override the core controllers to add some specific functions, don&#8217;t know how to override them? Just simply follow below: If you want to override the some controllers in adminhtml module for admin, add the following XML to your own module&#8217;s config.xml: If you want to override the some controllers in [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/override-controllers-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add session message manually</title>
		<link>http://www.waimichael.idv.hk/add-session-message-manually/</link>
		<comments>http://www.waimichael.idv.hk/add-session-message-manually/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 08:31:22 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Session]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=334</guid>
		<description><![CDATA[Sometimes it doesn&#8217;t work when using the following codes to show the successful / error message: Doesn&#8217;t matter, you can use the below codes to show the successful / error message: That&#8217;s easy, right? Happy Magento’ing ~]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/add-session-message-manually/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android on Touch Cruise</title>
		<link>http://www.waimichael.idv.hk/android-on-touch-cruise/</link>
		<comments>http://www.waimichael.idv.hk/android-on-touch-cruise/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 07:00:58 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Touch Cruise]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=328</guid>
		<description><![CDATA[Recently I didn&#8217;t update this blog because I&#8217;s working hard to flash my old mobile phone HTC Touch Cruise to Android 2.2.1. After two weeks testing, now should be okay to use. First you should download many files: - download Hard SPL - download latest radio (1.65.38.14) - download the latest NBH for kernel 2.6.32 [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/android-on-touch-cruise/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to completely disable Magento module</title>
		<link>http://www.waimichael.idv.hk/how-to-completely-disable-magento-module/</link>
		<comments>http://www.waimichael.idv.hk/how-to-completely-disable-magento-module/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 06:31:56 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Disable]]></category>
		<category><![CDATA[Module]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=323</guid>
		<description><![CDATA[Disable Magento module? Easy, in admin panel, click the menu &#8220;System&#8221; -&#62; &#8220;Configuration&#8221; -&#62; &#8220;Advanced&#8221; in &#8220;Advanced&#8221; Section, select &#8220;disable&#8221; for the module you would like to disable, and it&#8217;s finish, right? Sorry but &#8230; NO! If you disable the module in admin panel, it will only disable the module output, not the module functionalities. [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/how-to-completely-disable-magento-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create coupon code for fixed amount discount</title>
		<link>http://www.waimichael.idv.hk/how-to-create-coupon-code-for-fixed-amount-discount/</link>
		<comments>http://www.waimichael.idv.hk/how-to-create-coupon-code-for-fixed-amount-discount/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 07:55:51 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Coupon Code]]></category>
		<category><![CDATA[Discount]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=321</guid>
		<description><![CDATA[In your selling period, sometimes you would like to make offer for promotion or festival. Here I will show you how to create a coupon code between a specific period for all products and customers with unlimited usage. In admin panel, click the menu &#8220;Promotions&#8221; -&#62; &#8220;Shopping Cart Price Rules&#8221;, then the list for all [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/how-to-create-coupon-code-for-fixed-amount-discount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortening Increment ID length for Orders, Invoices, Creditmemo and Shipments</title>
		<link>http://www.waimichael.idv.hk/shortening-increment-id-length-for-orders-invoices-creditmemo-and-shipments/</link>
		<comments>http://www.waimichael.idv.hk/shortening-increment-id-length-for-orders-invoices-creditmemo-and-shipments/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 03:52:14 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Creditmemo]]></category>
		<category><![CDATA[Increment ID]]></category>
		<category><![CDATA[Invoice]]></category>
		<category><![CDATA[Order]]></category>
		<category><![CDATA[Shipment]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=295</guid>
		<description><![CDATA[By default, Magento use 8 digits for Orders, Invoices, Creditmemo and Shipments&#8217; increment ID. However, sometime you would like to change the length to meet 3rd party&#8217;s system requirement. This can be easily accomplished by: modify the field &#8220;increment_pad_length&#8221; in the &#8220;eav_entity_type&#8221; table for whatever entity you’re wanting to modify. modify the field &#8220;increment_last_id&#8221; in [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/shortening-increment-id-length-for-orders-invoices-creditmemo-and-shipments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get attribute option label in Magento with different store view</title>
		<link>http://www.waimichael.idv.hk/how-to-get-attribute-option-label-in-magento-with-different-store-view/</link>
		<comments>http://www.waimichael.idv.hk/how-to-get-attribute-option-label-in-magento-with-different-store-view/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 03:37:23 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Dropdown]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[Mutli-select]]></category>
		<category><![CDATA[Option]]></category>
		<category><![CDATA[Select]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=290</guid>
		<description><![CDATA[In Magento customization, sometimes you may want to get the value of attribute&#8217;s option. In below example I will show you how to do it. Assuming that there is an attribute named &#8220;dropdown_field&#8221; and contains 4 options label: &#8220;Option 1&#8243;, &#8220;Option 2&#8243;, &#8220;Option 3&#8243;, &#8220;Option 4&#8243;. The codes below get the option label which is [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/how-to-get-attribute-option-label-in-magento-with-different-store-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete all orders, reset bestseller and most viewed products in Magento</title>
		<link>http://www.waimichael.idv.hk/delete-all-orders-reset-bestseller-and-most-viewed-products-in-magento/</link>
		<comments>http://www.waimichael.idv.hk/delete-all-orders-reset-bestseller-and-most-viewed-products-in-magento/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 01:48:32 +0000</pubDate>
		<dc:creator>Michael Wai</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Bestseller]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Most View Products]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Order]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Reset]]></category>

		<guid isPermaLink="false">http://www.waimichael.idv.hk/?p=279</guid>
		<description><![CDATA[In your Magento development period, you may create many order to test the checkout process. Before the website launch, you should find that there is no &#8220;delete&#8221; action for orders. What? Is it crazy? Unfortunately, it&#8217;s really crazy (maybe) that you cannot delete order in Magento by default. Like me, there are over hundred orders [...]]]></description>
		<wfw:commentRss>http://www.waimichael.idv.hk/delete-all-orders-reset-bestseller-and-most-viewed-products-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.waimichael.idv.hk/wp-content/plugins/mystat/mystat.php?act=time_load&id=57141&rnd=1406828265" /></channel>
</rss>

