<?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>Zanbytes &#187; Magento</title>
	<atom:link href="http://zanbytes.com/category/magento/feed" rel="self" type="application/rss+xml" />
	<link>http://zanbytes.com</link>
	<description>Programmer&#039;s reference</description>
	<lastBuildDate>Sun, 31 Mar 2013 16:56:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to over-rule core/config model</title>
		<link>http://zanbytes.com/magento/how-to-over-rule-coreconfig-model.html</link>
		<comments>http://zanbytes.com/magento/how-to-over-rule-coreconfig-model.html#comments</comments>
		<pubDate>Sun, 24 Feb 2013 17:20:30 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=298</guid>
		<description><![CDATA[Goal:
Achieve multiple store base_url to a single store.
Everyone who uses Magento knows that every store has single base url stored in the configuration section web/secure/base_url.For any reason of your own, lets say you intend to overcome this barrier and allow multiple domain url&#8217;s to access  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/how-to-over-rule-coreconfig-model.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zanbyte Geoip &#8211; CSV Approach</title>
		<link>http://zanbytes.com/magento/zanbyte-geoip-csv-approach.html</link>
		<comments>http://zanbytes.com/magento/zanbyte-geoip-csv-approach.html#comments</comments>
		<pubDate>Sun, 27 Jan 2013 20:20:45 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=138</guid>
		<description><![CDATA[Download The Extension from here and follow these steps:
Wiki/Howto:
1.Download &#038;&#038; extract files from these links and put them in /var/geoip
i).http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip
ii).http://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV/
2.Update  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/zanbyte-geoip-csv-approach.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to reindex Magento (without shell)</title>
		<link>http://zanbytes.com/magento/how-to-reindex-magento-without-shell.html</link>
		<comments>http://zanbytes.com/magento/how-to-reindex-magento-without-shell.html#comments</comments>
		<pubDate>Tue, 25 Dec 2012 17:44:55 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[indexing]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=128</guid>
		<description><![CDATA[Obviosly if you have access to call bash command lines from PHP, this will not be of any value as you just do $php indexer reindexall and the job is done.But in some shared hosts that wont be an option, so I had to dig up and came up with this code.

    /**
     * Re-index all out of the bash cli
  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/how-to-reindex-magento-without-shell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql4 concept in Magento &#8211; is it going away ?</title>
		<link>http://zanbytes.com/magento/mysql4-concept-in-magento-is-it-going-away.html</link>
		<comments>http://zanbytes.com/magento/mysql4-concept-in-magento-is-it-going-away.html#comments</comments>
		<pubDate>Wed, 22 Aug 2012 07:36:36 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=125</guid>
		<description><![CDATA[It seems like Magento in recent version a pattern of Mysql4 is being replaced by Resource (not sure from which version this started, it is backward compatible).
This shows signs of going away and even being deprecated in the future, worth for a developer to even adapt his new extension to this  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/mysql4-concept-in-magento-is-it-going-away.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding custom product attributes on Quote Item Collection</title>
		<link>http://zanbytes.com/magento/adding-custom-product-attributes-on-quote-item-collection.html</link>
		<comments>http://zanbytes.com/magento/adding-custom-product-attributes-on-quote-item-collection.html#comments</comments>
		<pubDate>Mon, 02 Apr 2012 20:01:08 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=89</guid>
		<description><![CDATA[Problem description:
Assuming we want to retrieve a collection of item from the quote items

i.e Mage::getModel&#40;'sales/quote'&#41;-&#62;getItemsCollection&#40;&#41;;

Lets say we have our custom product attribute called &#8220;custom_product_attribute&#8221; and we want it included in this collection.There are 2 approaches to  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/adding-custom-product-attributes-on-quote-item-collection.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 things you should&#8217;nt do in Magento</title>
		<link>http://zanbytes.com/magento/10-things-you-shouldnt-do-in-magento.html</link>
		<comments>http://zanbytes.com/magento/10-things-you-shouldnt-do-in-magento.html#comments</comments>
		<pubDate>Tue, 06 Dec 2011 22:57:52 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=80</guid>
		<description><![CDATA[Quick list of the things developer should avoid where possible while developing under Magento Platform/Framework:

Hard coding table names
Hard coding include/require paths of core classes e.g require foo.php **see remark below
Try or attempting to solve problems already solved in frameworks.eg.  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/10-things-you-shouldnt-do-in-magento.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to speed up product import – Magento</title>
		<link>http://zanbytes.com/magento/how-to-speed-up-product-import-%e2%80%93-magento.html</link>
		<comments>http://zanbytes.com/magento/how-to-speed-up-product-import-%e2%80%93-magento.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 21:33:32 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=75</guid>
		<description><![CDATA[A battle making product import scripts faster Magento 1.3.x is not an easy one.Its no wonder, that there is some wrong with the way those obsevers and the whole idea of indexing was not matured enough in those 1.3.x.Suprisingly, Magento re-index at every attribute change!
Magento will try to  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/how-to-speed-up-product-import-%e2%80%93-magento.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup your Magento installation incl.Database</title>
		<link>http://zanbytes.com/magento/backup-your-magento-installation-incl-database.html</link>
		<comments>http://zanbytes.com/magento/backup-your-magento-installation-incl-database.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 21:31:12 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=73</guid>
		<description><![CDATA[The script includes full backup using tar and incremental (commented out).After completing the backup procedure, the script will generate an email with the last 25 lines/files from the verification part of tar.If no errors in those lines then it probably means the backup can be trusted.
Usage:
You  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/backup-your-magento-installation-incl-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manipulating Db with Zend_Db in Magento</title>
		<link>http://zanbytes.com/magento/manipulating-db-with-zend_db-in-magento.html</link>
		<comments>http://zanbytes.com/magento/manipulating-db-with-zend_db-in-magento.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 21:30:28 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=71</guid>
		<description><![CDATA[Honestly, I have wrote lots of fruit-mixture between sql inside models.These days after growing a little, I start finding the joy of oop by separating even further between model and resource.Its easy to read my code that performs bussiness logics and those that performs specific tasks with  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/manipulating-db-with-zend_db-in-magento.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Childrens Category IDs in Magento</title>
		<link>http://zanbytes.com/magento/finding-childrens-category-ids-in-magento.html</link>
		<comments>http://zanbytes.com/magento/finding-childrens-category-ids-in-magento.html#comments</comments>
		<pubDate>Wed, 19 Oct 2011 21:29:44 +0000</pubDate>
		<dc:creator>zanbytes</dc:creator>
				<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://zanbytes.com/?p=69</guid>
		<description><![CDATA[In the beginning I thought this might be just a simple easy SQL query that one can run to collect the category ids.But this in the end, it back fired me most of the time.The problem in Magento Categories can be designed with level from parent to children to grand children!
Anyways, the first time I  [...]]]></description>
		<wfw:commentRss>http://zanbytes.com/magento/finding-childrens-category-ids-in-magento.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
