<?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>Design Disclosure - Portfolio &#38; Personal Blog of Alistair Stead &#187; Magento</title>
	<atom:link href="http://www.designdisclosure.com/category/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designdisclosure.com</link>
	<description>Developing web and iphone applications for fun, profit or distraction</description>
	<lastBuildDate>Mon, 07 Dec 2009 23:28:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to: Magento eCommerce help and tutorials</title>
		<link>http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/</link>
		<comments>http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 22:34:09 +0000</pubDate>
		<dc:creator>Alistair Stead</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.designdisclosure.com/?p=91</guid>
		<description><![CDATA[Magento is an Open Source eCommerce platform developed using the Zend Framework by Varien. It is a fabulously customizable and extendible platform that once mastered can allow you to develop feature rich eCommerce solutions for your clients quickly and effectively. However for some mastering the Magento platform may not be that easy. Magento uses common [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-99" title="Magento how to" src="http://www.designdisclosure.com/wp-content/uploads/2009/07/Magento-How-TO1.jpg" alt="Magento how to" width="570" height="300" /></p>
<p><a title="Magento - Home  - eCommerce Software for Growth" href="http://www.magentocommerce.com/">Magento</a> is an Open Source eCommerce platform developed using the Zend Framework by <a title="Home :: Varien :: Open Source eCommerce Development and Consulting Firm" href="http://www.varien.com/">Varien</a>. It is a fabulously customizable and extendible platform that once mastered can allow you to develop feature rich eCommerce solutions for your clients quickly and effectively. However for some mastering the Magento platform may not be that easy.</p>
<p>Magento uses common design patterns such as <a title="P of EAA: Model View Controller" href="http://www.martinfowler.com/eaaCatalog/modelViewController.html">MVC</a>, <a title="P of EAA: Application Controller" href="http://www.martinfowler.com/eaaCatalog/applicationController.html">Application Controller</a> and <a title="P of EAA: Two Step View" href="http://www.martinfowler.com/eaaCatalog/twoStepView.html">Two Step View</a> to structure the application and provide mechanisms to extend and override the functionality and presentation. The platform has a huge number of files and directories that can cause confusion for newcomers to the platform. However this extended folder structure clearly defines where the platforms core files exist and where you can place your custom code and modules. Allowing you to extend the platform without modifying the core and breaking the upgrade process.</p>
<p>However daunting the platform appears or skeptical you may be due to the unfamiliar concepts, invest a small amount of time with the platform and it will soon start to payoff. This list of tutorials and resources will help you get up to speed quickly.<span id="more-91"></span></p>
<h2>Magento eCommerce Tutorials and Resources</h2>
<p>I have compiled the following list of resources that have helped me while developing for the Magento platform.</p>
<h3>Developing Themes</h3>
<ul>
<li><a title="Learning to Design and Code for Magento Themes «  Mike Smullin" href="http://www.mikesmullin.com/development/learning-to-design-and-code-for-magento-themes/">Learning to Design and Code for Magento Themes</a></li>
<li><a title="Magento - Designer's Guide to Magento  - eCommerce Software for Growth" href="http://www.magentocommerce.com/design_guide/articles/how-magento-builds-content">Designer&#8217;s Guide to Magento</a></li>
<li><a title="Web Design Tips: Configuring Templates, Adding a Product Grid in Magento  | Practical eCommerce" href="http://www.practicalecommerce.com/articles/1037-Web-Design-Tips-Configuring-Templates-Adding-a-Product-Grid-in-Magento-">Configuring Templates, Adding a Product Grid in Magento</a></li>
<li><a title="Cult-foo     » Magento Template Advices" href="http://www.cult-f.net/2008/11/17/magento-template-advices/">Magento Template Advices</a></li>
</ul>
<h3>Custom Code and Modules</h3>
<ul>
<li><a title="Writing a custom module in Magento, detailed walktrough | ActiveCodeline" href="http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough/">Writing a custom module in Magento, detailed walktrough</a></li>
<li><a title="How To Write Magento Custom Module: Cash On Delivery Payment Method | Elias Interactive" href="http://eliasinteractive.com/blog/magento-create-new-payment-method-cash-on-delivery/">How To Write Magento Custom Module: Cash On Delivery Payment Method</a></li>
<li><a title="Magento Design and Magento Development blog" href="http://www.exploremagento.com/">Magento Design and Magento Development blog</a></li>
<li><a title="snippi | MAGENTO CODE SNIPPETS" href="http://snippi.net/">snippi | MAGENTO CODE SNIPPETS</a></li>
<li><a title="Magento - Wiki - Create Payment Method Module" href="http://www.magentocommerce.com/wiki/how-to/create-payment-method-module">Create Payment Method Module</a></li>
<li><a title="Tips for Twits  » Blog Archive   » Howto: Repackageable custom extension development in Magento" href="http://t.wits.sg/2009/03/31/howto-repackageable-custom-extension-development-in-magento/">HOWTO: Repackageable custom extension development in magento</a></li>
</ul>
<h3>API Documentation</h3>
<ul>
<li><a title="Magento Documentation (phpdoc)" href="http://docs.magentocommerce.com/">Magento Documentation (phpdoc)</a></li>
</ul>
<h3>Tips and Advice</h3>
<ul>
<li><a title="MageTips - Published by Simon Young" href="http://magetips.com/">MageTips</a></li>
<li><a title="Magento Beginners • Hints for Start | Inchoo" href="http://inchoo.net/ecommerce/top-3-mistakes-by-magento-beginners/">Top 3 mistakes by Magento beginners</a></li>
</ul>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to%3A+Magento+eCommerce+help+and+tutorials+-+http://tr.im/BuKJ&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials&amp;summary=%0D%0A%0D%0AMagento%20is%20an%20Open%20Source%20eCommerce%20platform%20developed%20using%20the%20Zend%20Framework%20by%20Varien.%20It%20is%20a%20fabulously%20customizable%20and%20extendible%20platform%20that%20once%20mastered%20can%20allow%20you%20to%20develop%20feature%20rich%20eCommerce%20solutions%20for%20your%20clients%20quickly%20and%20effectively.%20However%20for%20some%20mastering%20the&amp;source=Design Disclosure - Portfolio &amp; Personal Blog of Alistair Stead" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;t=How+to%3A+Magento+eCommerce+help+and+tutorials" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/&amp;title=How+to%3A+Magento+eCommerce+help+and+tutorials&amp;description=%0D%0A%0D%0AMagento%20is%20an%20Open%20Source%20eCommerce%20platform%20developed%20using%20the%20Zend%20Framework%20by%20Varien.%20It%20is%20a%20fabulously%20customizable%20and%20extendible%20platform%20that%20once%20mastered%20can%20allow%20you%20to%20develop%20feature%20rich%20eCommerce%20solutions%20for%20your%20clients%20quickly%20and%20effectively.%20However%20for%20some%20mastering%20the" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<h3  class="related_post_title">Related Articles</h3><ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.designdisclosure.com/2009/07/how-to-magento-ecommerce-tutorials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
