<?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; magento design</title>
	<atom:link href="http://www.exploremagento.com/tag/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>11</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>21</slash:comments>
		</item>
		<item>
		<title>Welcome (again!) &#8211; exploremagento.com</title>
		<link>http://www.exploremagento.com/magento/welcome-again.php</link>
		<comments>http://www.exploremagento.com/magento/welcome-again.php#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:24:21 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[magento design]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://www.exploremagento.com/?p=124</guid>
		<description><![CDATA[Here is my new version of getfido.net &#8211; We have undergone a redesign, a new domain and new hosting!
I hope you enjoy the improvements of this blog as I have &#8211; I find it much more easier on the eyes along with easier to read.
Additionally, anyone who is interested in professional services for Magento can [...]]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/welcome-again.php/feed</wfw:commentRss>
		<slash:comments>2</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>41</slash:comments>
		</item>
	</channel>
</rss>
