<?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; CMS</title>
	<atom:link href="http://www.exploremagento.com/tag/cms/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>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>Run Magento Code Outside of Magento</title>
		<link>http://www.exploremagento.com/magento/run-magento-code-outside-of-magento.php</link>
		<comments>http://www.exploremagento.com/magento/run-magento-code-outside-of-magento.php#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:19:19 +0000</pubDate>
		<dc:creator>Fido</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[magento customization]]></category>
		<category><![CDATA[magento development]]></category>

		<guid isPermaLink="false">http://www.exploremagento.com/?p=142</guid>
		<description><![CDATA[Hi All -
Finally time for a new post! (Something I'm surprised I haven't covered yet).
This post will inform you on how to run Magento code outside of Magento. All you need is to have access to Magento's '<strong>app/Mage.php</strong>' file.

This will be handy code for a few things:
<ul>
	<li>Integration with 3rd party items - shared sessions, or just shared themes</li>
	<li>Ajax calls - although not the preferred solutions for Ajax calls, it is a quick and easy one</li>
</ul>]]></description>
		<wfw:commentRss>http://www.exploremagento.com/magento/run-magento-code-outside-of-magento.php/feed</wfw:commentRss>
		<slash:comments>60</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>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>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>
