<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A book to cook with magento </title>
	<atom:link href="http://magentocookbook.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://magentocookbook.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:08:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='magentocookbook.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A book to cook with magento </title>
		<link>http://magentocookbook.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://magentocookbook.wordpress.com/osd.xml" title="A book to cook with magento " />
	<atom:link rel='hub' href='http://magentocookbook.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Magetno user role / acl saving problem in admin</title>
		<link>http://magentocookbook.wordpress.com/2010/09/16/magetno-user-role-acl-saving-problem-in-admin/</link>
		<comments>http://magentocookbook.wordpress.com/2010/09/16/magetno-user-role-acl-saving-problem-in-admin/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 18:42:17 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=240</guid>
		<description><![CDATA[If you are facing a problem like in magento admin you can&#8217;t save acl information for api / admin user, here is the solution :- For Api User overwrite the constructor of the block Mage_Adminhtml_Block_Api_Tab_Rolesedit with following function :-<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=240&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2010/09/16/magetno-user-role-acl-saving-problem-in-admin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento model to interact with db table</title>
		<link>http://magentocookbook.wordpress.com/2010/03/31/magento-model-to-interact-with-db-table/</link>
		<comments>http://magentocookbook.wordpress.com/2010/03/31/magento-model-to-interact-with-db-table/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 07:45:29 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[Magento Coding]]></category>
		<category><![CDATA[magento model]]></category>
		<category><![CDATA[magento table]]></category>
		<category><![CDATA[magento-module]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=230</guid>
		<description><![CDATA[In this post I will show you how to write a basic magento model to do AMD activities to a db table.

Under package "Mypackage" &#38; module "Mymod" we will create model Test so that we can do AMD with table named "test".

1.Here we first create a table test in db.
[code language="sql"]
CREATE TABLE `test` (
`test_id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`name` VARCHAR( 25 ) NOT NULL
) ENGINE = MYISAM 
[/code]
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=230&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2010/03/31/magento-model-to-interact-with-db-table/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Get product attribute value by attribute name</title>
		<link>http://magentocookbook.wordpress.com/2010/03/05/get-product-attribute-value-by-attribute-name/</link>
		<comments>http://magentocookbook.wordpress.com/2010/03/05/get-product-attribute-value-by-attribute-name/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 13:36:57 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[Magento cheat code]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=225</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=225&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2010/03/05/get-product-attribute-value-by-attribute-name/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento get all products by attribute set</title>
		<link>http://magentocookbook.wordpress.com/2010/03/04/magento-get-all-products-by-attribute-set/</link>
		<comments>http://magentocookbook.wordpress.com/2010/03/04/magento-get-all-products-by-attribute-set/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:21:10 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[Magento Coding]]></category>
		<category><![CDATA[Magento cheat code]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=219</guid>
		<description><![CDATA[Here is a code snippet exaple how you fetch all products by it&#8217;s attribute set name:- That&#8217;s it, have happy time with magento !!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=219&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2010/03/04/magento-get-all-products-by-attribute-set/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento date time</title>
		<link>http://magentocookbook.wordpress.com/2010/02/15/magento-date-time/</link>
		<comments>http://magentocookbook.wordpress.com/2010/02/15/magento-date-time/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 11:46:26 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=213</guid>
		<description><![CDATA[Are you using date-time functions (date(), time(),now(), etc) directly inside magento ??? Think twice man !!! Even though time is set properly in you server or you set right timezone in your php.ini file, you might be surprised to see the result of the following code :- This is because whatever settings you have in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=213&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2010/02/15/magento-date-time/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Percentage off tier pricing in magento</title>
		<link>http://magentocookbook.wordpress.com/2010/02/14/percentage-off-tier-pricing-in-magento/</link>
		<comments>http://magentocookbook.wordpress.com/2010/02/14/percentage-off-tier-pricing-in-magento/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 07:56:25 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[magento]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[magenot pricing]]></category>
		<category><![CDATA[magento tier price]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=188</guid>
		<description><![CDATA[Magento has an awesome feature for setting different tiered pricing for different quantity and also for different customer group. But sometimes you may feel this is problematic since you have to set a fixed price for tier items. So, Lets make our hands dirty to extend this feature so that we can set a percentage [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=188&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2010/02/14/percentage-off-tier-pricing-in-magento/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>How long customer is inactive ?</title>
		<link>http://magentocookbook.wordpress.com/2009/08/20/how-long-customer-is-inactive/</link>
		<comments>http://magentocookbook.wordpress.com/2009/08/20/how-long-customer-is-inactive/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:19:31 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[Magento Coding]]></category>
		<category><![CDATA[customer session]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=141</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=141&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2009/08/20/how-long-customer-is-inactive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing with Magento&#8217;s Entity Backend Model</title>
		<link>http://magentocookbook.wordpress.com/2009/07/09/magento-entity-backend-model/</link>
		<comments>http://magentocookbook.wordpress.com/2009/07/09/magento-entity-backend-model/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 13:51:41 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[Magento Coding]]></category>
		<category><![CDATA[magento-module]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=130</guid>
		<description><![CDATA[Here I come to know about an awesome feature of Magento. When we add any eav attribute to an entity we can give a backend model name. Whenever Entity will be loaded magento initiates Mage_Eav_Model_Entity_Attribute model for each attribut. If it finds any backend model name for a eav attribut, it loads the corresponding model [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=130&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2009/07/09/magento-entity-backend-model/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
		<item>
		<title>Magento&#8217;s config values in system configuration tab</title>
		<link>http://magentocookbook.wordpress.com/2009/07/04/magentos-config-values-in-system-configuration-tab/</link>
		<comments>http://magentocookbook.wordpress.com/2009/07/04/magentos-config-values-in-system-configuration-tab/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:42:26 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[Magento Coding]]></category>
		<category><![CDATA[system config]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=126</guid>
		<description><![CDATA[Magento has an awesome way to manage configuration values. Under Admin&#62;System&#62;Configuration all useful configuration for different module resides. Today I am going to show you how to create a new configuration value in admin and how use them from your code. For example Lets create 2 fields under configuration, Enable Minimum Production Calculation , a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=126&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2009/07/04/magentos-config-values-in-system-configuration-tab/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>

		<media:content url="http://magentocookbook.files.wordpress.com/2010/01/1-e1264611756660.jpg" medium="image" />
	</item>
		<item>
		<title>Create a magento module</title>
		<link>http://magentocookbook.wordpress.com/2009/06/29/create-a-magento-module/</link>
		<comments>http://magentocookbook.wordpress.com/2009/06/29/create-a-magento-module/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 18:44:45 +0000</pubDate>
		<dc:creator>Asad Rahman</dc:creator>
				<category><![CDATA[Magento Coding]]></category>
		<category><![CDATA[magento-module]]></category>

		<guid isPermaLink="false">http://magentocookbook.wordpress.com/?p=73</guid>
		<description><![CDATA[Magento module Modules are the core functioning unit in a Magento system. Here I am giving an overview of how to write a &#8220;Hello World&#8221; module in magento. Simple basics before start you cooking At the time of instantiating, magento system reads all the Xmls inside the folder /app/etc/modules/ to get the list of active [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=magentocookbook.wordpress.com&amp;blog=8337127&amp;post=73&amp;subd=magentocookbook&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://magentocookbook.wordpress.com/2009/06/29/create-a-magento-module/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e61005ff36b9f3072513e420db598a7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">magentocookbook</media:title>
		</media:content>
	</item>
	</channel>
</rss>
