<?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; a</title>
	<atom:link href="http://www.exploremagento.com/tag/a/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>
	</channel>
</rss>
