<?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>Explore Magento &#187; custom module</title>
	<atom:link href="http://www.exploremagento.com/tag/custom-module/feed" rel="self" type="application/rss+xml" />
	<link>http://www.exploremagento.com</link>
	<description>Magento Design and Development Information</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:15:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Some custom Blocks to help you show products</title>
		<link>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php</link>
		<comments>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php#comments</comments>
		<pubDate>Tue, 07 Oct 2008 17:16:55 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[custom module]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://www.exploremagento.com/?p=129</guid>
		<description><![CDATA[I have a few <span style="color: #ff6600;">custom blocks</span> I've written / copied and tweaked from various posts on Magento's forums. I noticed they are pretty universal in how they grab, filter and return a product collection to be used in various template files (.phtml files). The blocks below should all work from List.phtml (<strong>app\design\frontend\default\default\template\catalog\product\list.phtml</strong>).]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/some-custom-blocks-to-help-you-show-products.php/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How to override a Magento core block class</title>
		<link>http://www.exploremagento.com/magento/override-a-magento-core-block-class.php</link>
		<comments>http://www.exploremagento.com/magento/override-a-magento-core-block-class.php#comments</comments>
		<pubDate>Thu, 18 Sep 2008 02:04:12 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[custom module]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento design]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://www.getfido.net/blog/?p=106</guid>
		<description><![CDATA[This tutorial will show you the proper method for overriding a Mage core class. This will work for Block and Model classes. Controllers are a slightly different story and for another tutorial.

Some discussion on breadcrumbs: I will be overriding the Core file: app/code/core/Mage/Catalog/Block/Breadcrumbs.php (which I will call [Breadcrumbs-B]). This file is not to be confused with the block: app/code/core/Mage/Page/Block/Html/Breadcrumbs.php (which I will call [Breadcrumbs-A]).]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/override-a-magento-core-block-class.php/feed</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Create a simple custom module</title>
		<link>http://www.exploremagento.com/magento/simple-custom-module.php</link>
		<comments>http://www.exploremagento.com/magento/simple-custom-module.php#comments</comments>
		<pubDate>Thu, 11 Sep 2008 21:59:44 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[custom module]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://www.getfido.net/blog/?p=86</guid>
		<description><![CDATA[Part of customizing Magento is, of course, creating custom Modules. These allow you to inject functionality anywhere, whether in a "static" block fashion that's more than static, or a shipping/payment module, or large module to do something as large as integrating a 3rd party system (or multiple systems).

There are many things custom Modules can do, from editing your Database, to handling module upgrades to overriding classes (Blocks, Controllers, Models) ... and more!]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/simple-custom-module.php/feed</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
		<item>
		<title>Using PHP code on a CMS page (custom Block/module)</title>
		<link>http://www.exploremagento.com/magento/using-php-code-on-a-cms-page-custom-blockmodule.php</link>
		<comments>http://www.exploremagento.com/magento/using-php-code-on-a-cms-page-custom-blockmodule.php#comments</comments>
		<pubDate>Wed, 03 Sep 2008 01:08:16 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[Module]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[custom module]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://getfido.net/blog/?p=16</guid>
		<description><![CDATA[If you have ever wanted to do some sort of PHP processing within a CMS page that you created, here is how you do it.
A limitation of this tutorials is form processing. That involves creating and/or extending and/or overriding a controller class (which I'll save for another day).
This code will allow your code to accept arguments, making it handy for some sort of dynamic use!]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/using-php-code-on-a-cms-page-custom-blockmodule.php/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
