<?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>The JavaScript Blog &#187; Plugins</title>
	<atom:link href="http://thejavascriptblog.com/category/extensions/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejavascriptblog.com</link>
	<description>Everything JavaScript</description>
	<lastBuildDate>Thu, 25 Feb 2010 23:05:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Quotator &#8211; The JSON Driven HTML Rotator</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/</link>
		<comments>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:17:14 +0000</pubDate>
		<dc:creator>Merrick Christensen</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12</guid>
		<description><![CDATA[Hopefully the plug-ins and classes I write are simple enough to figure out and manipulate. Its an extremely simple and customizable little testimonial rotator that also supports HTML. So yes your quotes can have links, logos or even avatars. It will support as many quotes or testimonials you may need. The options that can be [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully the plug-ins and classes I write are simple enough to figure out and manipulate. Its an extremely simple and customizable little testimonial rotator that also supports HTML. So yes your quotes can have links, logos or even avatars. It will support as many quotes or testimonials you may need. The options that can be set are speed (number), json (JSON file URL), and what quote you want to start from (number).</p>
<p>If you have any feature requests, questions, or issues please drop me a comment and I would love to help you out. Here are the details and usage for each of the particular frameworks.</p>
<h2>jQuery</h2>
<pre>
$('#container').quotator();
</pre>
<h2>MooTools</h2>
<pre>
var myQuotes = new Quotator('container');
</pre>
<h2>The JSON</h2>
<p>By default it looks for a file called quotes.js which is a simple JSON file that looks something like this:</p>
<pre>
{"quotes":
[{
"quote" : "Quote 1",
"author" : "Author 1"
},{
"quote" : "Quote 2",
"author" : "Author 2"
}]}
</pre>
<h2>Demo and Download</h2>
<p>You can see it in action <a href="http://www.thejavascriptblog.com/demos/quotator/" title="Quotator Demonstration">here.</a><br />
Download a zip for jQuery <a href="http://thejavascriptblog.com/demos/quotator/downloads/jquery.zip">here.</a><br />
Download a zip for MooTools <a href="http://thejavascriptblog.com/demos/quotator/downloads/mootools.zip">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>
