<?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>Magento Coder</title>
	<atom:link href="http://magentocoder.jigneshpatel.co.in/feed/" rel="self" type="application/rss+xml" />
	<link>http://magentocoder.jigneshpatel.co.in</link>
	<description>hacks &#38; solutions for Magento Ecommerce development</description>
	<lastBuildDate>Sat, 22 May 2010 06:27:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Magento &#8211; Fatal error: Maximum execution time of 60 seconds exceeded in &#8230;</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/magento-fatal-error-maximum-execution-time-of-60-seconds-exceeded-in/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/magento-fatal-error-maximum-execution-time-of-60-seconds-exceeded-in/#comments</comments>
		<pubDate>Tue, 18 May 2010 05:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=103</guid>
		<description><![CDATA[Have you ever encountered the following kind of error while installing Magento 1.4 ? Fatal error: Maximum execution time of 120 seconds exceeded in... To fix it, open your php.ini and replace the value for &#8216;max_execution_time&#8217; and &#8216;max_input_time&#8217; as per below. max_execution_time = 3600 max_input_time = 3600]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/magento-fatal-error-maximum-execution-time-of-60-seconds-exceeded-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a new body class to Magento layout</title>
		<link>http://magentocoder.jigneshpatel.co.in/html/frontend/how-to-add-a-new-body-class-to-magento-layout/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/html/frontend/how-to-add-a-new-body-class-to-magento-layout/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:28:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Frontend]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=89</guid>
		<description><![CDATA[Adding a CSS body class to Magento layouts seems very easy. In case you want different CSS body class for different module pages on frontend, what you need to do is to find the syntax: $this->loadLayout(); in module controller files and add some new lines just below it. Example: I want to set the &#8216;my-profile&#8217; [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/html/frontend/how-to-add-a-new-body-class-to-magento-layout/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding a new Page Layout to Magento</title>
		<link>http://magentocoder.jigneshpatel.co.in/html/adding-a-new-page-layout-to-magento/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/html/adding-a-new-page-layout-to-magento/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 06:19:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=82</guid>
		<description><![CDATA[Adding a new page layout in Magento is very simple. But why someone need to add a new page layout. Page layputs are already there. Well, that can be needed specially for a Home page. One of my friend in manging the Home page with existing layout. If we do change in current layout, it [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/html/adding-a-new-page-layout-to-magento/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add to Cart with custom attributes &amp; values</title>
		<link>http://magentocoder.jigneshpatel.co.in/cart/add-to-cart-with-custom-attributes-values/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/cart/add-to-cart-with-custom-attributes-values/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 06:02:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cart]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=74</guid>
		<description><![CDATA[I want to display the custom price on the Shopping Cart page. By default if you add to cart the product it will take the price &#038; will show that price on the cart page. The data on the cart page is coming from the table &#8216;sales_flat_quote_item&#8217;. This table is having lot many fields. Some [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/cart/add-to-cart-with-custom-attributes-values/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Create custom Reports in Magento Admin</title>
		<link>http://magentocoder.jigneshpatel.co.in/reports/create-custom-reports-in-magento-admin/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/reports/create-custom-reports-in-magento-admin/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reports]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=60</guid>
		<description><![CDATA[Want to create a custom report in Mageto Admin? After taking help from some forums &#038; all I was able to generate a new Report the way I wanted. I was looking to generate the Report for the Products sold alog with the name of the Artist to whom the product belongs to. These are [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/reports/create-custom-reports-in-magento-admin/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Magento Redirection loop problem after installing SSL</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/magento-redirection-loop-problem-after-installing-ssl/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/magento-redirection-loop-problem-after-installing-ssl/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 06:15:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=55</guid>
		<description><![CDATA[On one of the Magento based project, I am working on I was facing lot many issues after having SSL on Godaddy hosting. Godaddy hosting is always having issues. The biggest problem was, one page checkout page was getting infinite redirection loops. So it was not opening anyhow. The solution was in Magento Admin only: [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/magento-redirection-loop-problem-after-installing-ssl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Automated quick simple product creation in Magento</title>
		<link>http://magentocoder.jigneshpatel.co.in/admin/automated-quick-simple-product-creation-in-magento/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/admin/automated-quick-simple-product-creation-in-magento/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 09:13:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=38</guid>
		<description><![CDATA[Creating the Associated Products for the configurable products in Magento is very easy, the way it can be in Admin panel. You just need to fill the values in &#8216;Quick simple product creation&#8217; box &#38; press &#8216;Quick create&#8217; button. However, if you want to create big amount of simple products, its painful to fill the [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/admin/automated-quick-simple-product-creation-in-magento/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add custom input fields on Admin html forms in Magento</title>
		<link>http://magentocoder.jigneshpatel.co.in/admin/add-custom-input-fields-on-admin-html-in-magento/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/admin/add-custom-input-fields-on-admin-html-in-magento/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 13:11:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=21</guid>
		<description><![CDATA[Adding a custom input type on the forms on Admin html is very easy. I used this in the module which I created with Module Creator. I supposed to show the uploaded image on the edit form on Admin. The images are uploaded by the user from the front end. For displaying the thumbnail, by [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/admin/add-custom-input-fields-on-admin-html-in-magento/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Magento: Clear the cache with PHP script.</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/magento-clear-the-cache-with-php-script/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/magento-clear-the-cache-with-php-script/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 17:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=18</guid>
		<description><![CDATA[It always take time to get rid of the Magento cache. However cache is needed to execute the request faster. One way of clearing the cache is delete all the directories inside the /var/cache directory. Doing that manually it will take some time if you are connected to the FTP server. The easiest way of [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/magento-clear-the-cache-with-php-script/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Search in Files using PHP Script with unix commands</title>
		<link>http://magentocoder.jigneshpatel.co.in/php/search-in-files-with-php-script/</link>
		<comments>http://magentocoder.jigneshpatel.co.in/php/search-in-files-with-php-script/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 10:13:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://magentocoder.jigneshpatel.co.in/?p=6</guid>
		<description><![CDATA[Search in large number files is painful &#038; slow for the Magento based projects. If you are using your editor&#8217;s built-in search feature, then also it may take lots of time to search within all directories. In case of you are editing the files on the live server, its very awful to search in even [...]]]></description>
		<wfw:commentRss>http://magentocoder.jigneshpatel.co.in/php/search-in-files-with-php-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
