<?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; Design</title>
	<atom:link href="http://www.exploremagento.com/category/magento/design/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>Changing Product Tabs from JavaScript to CSS</title>
		<link>http://www.exploremagento.com/magento/changing-product-tabs-from-javascript-to-css.php</link>
		<comments>http://www.exploremagento.com/magento/changing-product-tabs-from-javascript-to-css.php#comments</comments>
		<pubDate>Tue, 07 Jul 2009 19:15:01 +0000</pubDate>
		<dc:creator>coolbluelogo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento design]]></category>

		<guid isPermaLink="false">http://www.exploremagento.com/?p=189</guid>
		<description><![CDATA[With themes based off the Modern Theme, product information tabs are buried under JavaScript.  This is awful for SEO.  Converting these to CSS allows the Search Engines to index more information on the product pages. This article will tell you how to do that and improve the Search Engine friendliness of your Magento site!]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/changing-product-tabs-from-javascript-to-css.php/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Adding and removing javascript / css when and where you need it</title>
		<link>http://www.exploremagento.com/magento/adding-and-remove-js-css.php</link>
		<comments>http://www.exploremagento.com/magento/adding-and-remove-js-css.php#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:35:05 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento design]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.exploremagento.com/?p=166</guid>
		<description><![CDATA[Adding and removing javascript and css is handled separately within Magento. CSS is added in the usual fashion, where you have a &#60;link rel="stylesheet"... /&#62;. However, any included javascript (unless linked to "by hand" from a theme's skin) is pulled via a php files which reads through the "js" folder in the root directory (<strong>root/js/index.php</strong> is responsible for this).

That is all well and good for Magento. The real question is how we, as developers, add these items when we need them. How you as a developer add css or javascript is, luckily, handled the same.

In this post, we will show how to add and remove javascript and css to a CMS page (and anywhere else) that you may need.]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/adding-and-remove-js-css.php/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in a block? &#8211; Some Magento &#8220;basics&#8221;</title>
		<link>http://www.exploremagento.com/magento/whats-in-a-block.php</link>
		<comments>http://www.exploremagento.com/magento/whats-in-a-block.php#comments</comments>
		<pubDate>Fri, 23 Jan 2009 03:04:09 +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[magento development]]></category>

		<guid isPermaLink="false">http://www.exploremagento.com/?p=157</guid>
		<description><![CDATA[Many developers are familiar with the MVC (Model View Controller) design pattern that is seemingly ubiquitous throughout web frameworks. Looking through the code in Magento, however, we see many other components besides the M's the V's and the C's.

Each module  (a "module" meaning the separate directories within the "app/code/core/Mage" directory that comprise of Magento's different functional areas) contains the usual Controller and Model. You'll see that within each module, there are no Views (more on this later). You'll also see extra tidbits, such as "helper" , "etc" and "sql". These are (and are not) standard within the Zend Framework context and will not be discussed in this article. In these modules are also the sort of files which we work with very often. The all powerful block! This article will attempt to (hopefully accurately) describe just what a Block is and how it's used.]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/whats-in-a-block.php/feed</wfw:commentRss>
		<slash:comments>19</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>How to fix the Magento Out of stock bug, version 1.1.x</title>
		<link>http://www.exploremagento.com/magento/how-to-fix-the-magento-out-of-stock-bug-version-11x.php</link>
		<comments>http://www.exploremagento.com/magento/how-to-fix-the-magento-out-of-stock-bug-version-11x.php#comments</comments>
		<pubDate>Fri, 05 Sep 2008 19:56:10 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[magento development]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[stock]]></category>

		<guid isPermaLink="false">http://www.getfido.net/blog/?p=82</guid>
		<description><![CDATA[This is a popular bug that has been plaguing many people with their custom Magento solutions.

<strong>Problem</strong>: Magento shows products that are in stock as "Out of Stock" - It seems to be popularly reported within the New Product block.]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/how-to-fix-the-magento-out-of-stock-bug-version-11x.php/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Editing the Magento Navigation</title>
		<link>http://www.exploremagento.com/magento/editing-the-navigation.php</link>
		<comments>http://www.exploremagento.com/magento/editing-the-navigation.php#comments</comments>
		<pubDate>Thu, 04 Sep 2008 22:04:11 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://www.getfido.net/blog/?p=74</guid>
		<description><![CDATA[This is not a comprehensive example (I didn't write out an example of editing the navigation myself ... yet) - but I will point out where the files are that you need to edit the top and left navigation.]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/editing-the-navigation.php/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Moving / Removing Callouts on the left / right columns</title>
		<link>http://www.exploremagento.com/magento/moving-removing-callouts-on-the-left-right-columns.php</link>
		<comments>http://www.exploremagento.com/magento/moving-removing-callouts-on-the-left-right-columns.php#comments</comments>
		<pubDate>Wed, 03 Sep 2008 22:06:42 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[callouts]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://getfido.net/blog/?p=40</guid>
		<description><![CDATA[I recently answered a question on the magento forums about how to remove the callout images in the right / left columns.

This is a pretty easy task, but finding them required a small bit of digging (as usual).]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/moving-removing-callouts-on-the-left-right-columns.php/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Editing the Footer in a stock magento build</title>
		<link>http://www.exploremagento.com/magento/editing-the-footer-in-a-stock-magento-build.php</link>
		<comments>http://www.exploremagento.com/magento/editing-the-footer-in-a-stock-magento-build.php#comments</comments>
		<pubDate>Wed, 03 Sep 2008 02:27:27 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[magento customization]]></category>

		<guid isPermaLink="false">http://getfido.net/blog/?p=21</guid>
		<description><![CDATA[The items in the footer area are in two different locations. One part is a static block created within the magento admin area (CMS > Static Block). The other part is held in the related .phtml / .php / .xml files within the design files.

First off, the XML files...]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/editing-the-footer-in-a-stock-magento-build.php/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Move mini-cart in the sidebar to the header (or anywhere) in Magento</title>
		<link>http://www.exploremagento.com/magento/move-cart-to-header-or-anywhere-in-magento.php</link>
		<comments>http://www.exploremagento.com/magento/move-cart-to-header-or-anywhere-in-magento.php#comments</comments>
		<pubDate>Sat, 30 Aug 2008 04:00:42 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[sidebar]]></category>

		<guid isPermaLink="false">http://getfido.net/blog/?p=8</guid>
		<description><![CDATA[Hi all - Here is my solution to a question I've seen asked many times: How to move the cart sidebar into the header area. You can use this technique to move it anywhere. This is not the only way to do this, but it is a useful one.]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/move-cart-to-header-or-anywhere-in-magento.php/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
