<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Quotator &#8211; The JSON Driven HTML Rotator</title>
	<atom:link href="http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/</link>
	<description>Everything JavaScript</description>
	<lastBuildDate>Wed, 29 Jun 2011 03:56:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Melissa</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-2505</link>
		<dc:creator>Melissa</dc:creator>
		<pubDate>Tue, 10 May 2011 17:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-2505</guid>
		<description>Love this simple rotator. Exactly what I needed for my client. I can&#039;t get the speed to change tho. I&#039;ve tried slowing down the speed in the &#039;quotator.js&#039; file here:
{
      speed : 4000,
      json : &quot;quotator_quotes.js&quot;
    }

I&#039;m made the speed 1000 and as high as 10000, but the speed stays the same. Am I missing something?

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Love this simple rotator. Exactly what I needed for my client. I can&#8217;t get the speed to change tho. I&#8217;ve tried slowing down the speed in the &#8216;quotator.js&#8217; file here:<br />
{<br />
      speed : 4000,<br />
      json : &#8220;quotator_quotes.js&#8221;<br />
    }</p>
<p>I&#8217;m made the speed 1000 and as high as 10000, but the speed stays the same. Am I missing something?</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1987</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 01 Feb 2011 00:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1987</guid>
		<description>Thanks so much for this, took me forever to find hopefully a few more comments will bump it up.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this, took me forever to find hopefully a few more comments will bump it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1883</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Wed, 05 Jan 2011 16:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1883</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Brown</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1881</link>
		<dc:creator>Andy Brown</dc:creator>
		<pubDate>Wed, 05 Jan 2011 13:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1881</guid>
		<description>Nice work, I love the simplicity!</description>
		<content:encoded><![CDATA[<p>Nice work, I love the simplicity!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1507</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Thu, 21 Oct 2010 21:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1507</guid>
		<description>Oh yeah.  This blog has a bug where the date on all comments is 08.06.09.  Strange if not intentional.

And Joss meant &quot;parentheses&quot; when he said &quot;remove the outer brackets&quot;.

Gracias, great little script.</description>
		<content:encoded><![CDATA[<p>Oh yeah.  This blog has a bug where the date on all comments is 08.06.09.  Strange if not intentional.</p>
<p>And Joss meant &#8220;parentheses&#8221; when he said &#8220;remove the outer brackets&#8221;.</p>
<p>Gracias, great little script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1506</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Thu, 21 Oct 2010 21:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1506</guid>
		<description>To get it working in jQuery 1.4.x - use this code for your quote array:

{
    &quot;quotes&quot;: [
        {
            &quot;quote&quot; : &quot;I&#039;m the greatest. I said that before I knew I was.&quot;,
            &quot;author&quot; : &quot;Muhammed Ali&quot; 
        },
        {
            &quot;quote&quot; : &quot;Code is Poetry.&quot;,
            &quot;author&quot; : &quot;Wordpress.com&quot; 
        },
        {
            &quot;quote&quot; : &quot;Life, Liberty, and the Pursuit of Javascript.&quot;,
            &quot;author&quot; : &quot;? &quot; 
        } 
    ] 
}</description>
		<content:encoded><![CDATA[<p>To get it working in jQuery 1.4.x &#8211; use this code for your quote array:</p>
<p>{<br />
    &#8220;quotes&#8221;: [<br />
        {<br />
            "quote" : "I'm the greatest. I said that before I knew I was.",<br />
            "author" : "Muhammed Ali"<br />
        },<br />
        {<br />
            "quote" : "Code is Poetry.",<br />
            "author" : "Wordpress.com"<br />
        },<br />
        {<br />
            "quote" : "Life, Liberty, and the Pursuit of Javascript.",<br />
            "author" : "? "<br />
        }<br />
    ]<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joss</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1220</link>
		<dc:creator>Joss</dc:creator>
		<pubDate>Mon, 05 Jul 2010 22:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1220</guid>
		<description>Re: Quotator not working in 1.4.x - Fixed it.

Anybody with problems running the script in jQuery 1.4.x, run the quotator_quotes.js file through jsonlint.com to remove any errors. jQuery 1.4 is stricter in its handling of jSON code so it needs to be perfectly formatted

Specifically remove the outer brackets, that worked for me</description>
		<content:encoded><![CDATA[<p>Re: Quotator not working in 1.4.x &#8211; Fixed it.</p>
<p>Anybody with problems running the script in jQuery 1.4.x, run the quotator_quotes.js file through jsonlint.com to remove any errors. jQuery 1.4 is stricter in its handling of jSON code so it needs to be perfectly formatted</p>
<p>Specifically remove the outer brackets, that worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joss</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-1219</link>
		<dc:creator>Joss</dc:creator>
		<pubDate>Mon, 05 Jul 2010 22:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-1219</guid>
		<description>Doesn&#039;t seem to be working with jQuery 1.4.2.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to be working with jQuery 1.4.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xshanj2</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-904</link>
		<dc:creator>xshanj2</dc:creator>
		<pubDate>Mon, 26 Apr 2010 03:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-904</guid>
		<description>not work in jquery.1.4.2</description>
		<content:encoded><![CDATA[<p>not work in jquery.1.4.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Man and Van Richmond</title>
		<link>http://thejavascriptblog.com/the-quotator-the-json-driven-html-rotator/comment-page-1/#comment-851</link>
		<dc:creator>Man and Van Richmond</dc:creator>
		<pubDate>Thu, 22 Apr 2010 00:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=12#comment-851</guid>
		<description>Another great Jquery tutorial. I&#039;ve learned a lot from it. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Another great Jquery tutorial. I&#8217;ve learned a lot from it. Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

