
<?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: JQuery Quote Rotator Plugin.</title>
	<atom:link href="http://coryschires.com/jquery-quote-rotator-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://coryschires.com/jquery-quote-rotator-plugin/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:08:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3377</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3377</guid>
		<description>@shane

Glad you like the plugin. Unfortunately, there&#039;s no support for always randomizing quotes. Also, since it&#039;s an unusual use case, I&#039;m reluctant to add it to the core plugin. However, you could hack the plugin pretty easily to make everything random. I would try to overwrite the &#039;get_next_quote&#039;  function to pull a random quote from the list rather than shifting forward as it currently does.

Send me a note if you have any troubles.</description>
		<content:encoded><![CDATA[<p>@shane</p>
<p>Glad you like the plugin. Unfortunately, there&#8217;s no support for always randomizing quotes. Also, since it&#8217;s an unusual use case, I&#8217;m reluctant to add it to the core plugin. However, you could hack the plugin pretty easily to make everything random. I would try to overwrite the &#8216;get_next_quote&#8217;  function to pull a random quote from the list rather than shifting forward as it currently does.</p>
<p>Send me a note if you have any troubles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3376</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3376</guid>
		<description>Yeah. You&#039;re now the second person to raise this issue. I&#039;ll have a look at it but it&#039;s gonna be around a week before I get a chance. Thanks for helping me find this bug.</description>
		<content:encoded><![CDATA[<p>Yeah. You&#8217;re now the second person to raise this issue. I&#8217;ll have a look at it but it&#8217;s gonna be around a week before I get a chance. Thanks for helping me find this bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Steele</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3375</link>
		<dc:creator>Shane Steele</dc:creator>
		<pubDate>Thu, 13 Oct 2011 17:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3375</guid>
		<description>Hi Cory,

     I absolutely love the quote rotator and have an immediate usage for it.  The issue I&#039;m having however, and not too sure how to implement it; is one of randomization of quotes.  I noticed you have made the inclusion for the 1st quote to be randomized, (which would in fact take care of the issue) if I had quotes listed by multiple authors (which in this instance I do) but a vast majority are presented by the same author. 
     My question is, is there a randomization method that can at random select a quote rather than having the 1st quote randomized and those subsequently listed displayed? So basically each quote that displays is in fact a random quote.

     I would appreciate some input at your earliest convenience and again, GREAT plugin.

Shane</description>
		<content:encoded><![CDATA[<p>Hi Cory,</p>
<p>     I absolutely love the quote rotator and have an immediate usage for it.  The issue I&#8217;m having however, and not too sure how to implement it; is one of randomization of quotes.  I noticed you have made the inclusion for the 1st quote to be randomized, (which would in fact take care of the issue) if I had quotes listed by multiple authors (which in this instance I do) but a vast majority are presented by the same author.<br />
     My question is, is there a randomization method that can at random select a quote rather than having the 1st quote randomized and those subsequently listed displayed? So basically each quote that displays is in fact a random quote.</p>
<p>     I would appreciate some input at your earliest convenience and again, GREAT plugin.</p>
<p>Shane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rip</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3368</link>
		<dc:creator>Rip</dc:creator>
		<pubDate>Wed, 12 Oct 2011 02:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3368</guid>
		<description>First of all, great plugin. Ive been implementing this for awhile now. In IE9 I have some strange behavior with large colored text (as described above). I&#039;ll try those fixes in a second.

Secondarily though, I have a MUCH larger problem. I have this implemented in a div. Regardless of browser (IE9, Firefox 7, Chrome) - if I go to a different tab, then come back about 10 minutes later, the space where quotes should be is completely blank. Then after some time (maybe double the rotation_speed) it shows a bunch of the LI elements I have all at once. Then for each rotation_speed, one of them gets removed and it gradually shrinks over time.

Seems as though being in a separate tab it doesn&#039;t reinitialize correctly or something when it returns. Since one of them disappears after rotation_speed I assume that when the tab is out of focus LI&#039;s are not being set as inactive somehow. Then all active ones show, and each rotation_speed after that its correctly marked as inactive.
--
Not sure if this was submitted and needs to be approved first. Wanted to mention that similar behavior occurs for me in your demo as well.</description>
		<content:encoded><![CDATA[<p>First of all, great plugin. Ive been implementing this for awhile now. In IE9 I have some strange behavior with large colored text (as described above). I&#8217;ll try those fixes in a second.</p>
<p>Secondarily though, I have a MUCH larger problem. I have this implemented in a div. Regardless of browser (IE9, Firefox 7, Chrome) &#8211; if I go to a different tab, then come back about 10 minutes later, the space where quotes should be is completely blank. Then after some time (maybe double the rotation_speed) it shows a bunch of the LI elements I have all at once. Then for each rotation_speed, one of them gets removed and it gradually shrinks over time.</p>
<p>Seems as though being in a separate tab it doesn&#8217;t reinitialize correctly or something when it returns. Since one of them disappears after rotation_speed I assume that when the tab is out of focus LI&#8217;s are not being set as inactive somehow. Then all active ones show, and each rotation_speed after that its correctly marked as inactive.<br />
&#8211;<br />
Not sure if this was submitted and needs to be approved first. Wanted to mention that similar behavior occurs for me in your demo as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3353</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Thu, 06 Oct 2011 22:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3353</guid>
		<description>Hm. That sounds crazy. But I don&#039;t doubt it happened, if you saw it. I have no immediate insight. I&#039;d just google stuff like: javascript deselected tab chrome. See what comes up. Lemme know if you discover anything, as I&#039;d like to add a bug fix if you figure it out.</description>
		<content:encoded><![CDATA[<p>Hm. That sounds crazy. But I don&#8217;t doubt it happened, if you saw it. I have no immediate insight. I&#8217;d just google stuff like: javascript deselected tab chrome. See what comes up. Lemme know if you discover anything, as I&#8217;d like to add a bug fix if you figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3352</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 06 Oct 2011 22:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3352</guid>
		<description>Hi again Cory,
I&#039;ve come across a bug that seems to be appearing only in Chrome, and am wondering if you&#039;ve seen anything like it before? If I have http://15kilo.com open in one tab, and am browsing on another site in another tab during a quote transition. When I return to 15 Kilo, there will be no quote displayed (div will be empty), for approximately the duration of a quote, when the next quote will then fade in. Sometimes, two will even display at once.

Any insight would be helpful.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi again Cory,<br />
I&#8217;ve come across a bug that seems to be appearing only in Chrome, and am wondering if you&#8217;ve seen anything like it before? If I have <a href="http://15kilo.com" rel="nofollow">http://15kilo.com</a> open in one tab, and am browsing on another site in another tab during a quote transition. When I return to 15 Kilo, there will be no quote displayed (div will be empty), for approximately the duration of a quote, when the next quote will then fade in. Sometimes, two will even display at once.</p>
<p>Any insight would be helpful.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cory Schires</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3351</link>
		<dc:creator>Cory Schires</dc:creator>
		<pubDate>Thu, 06 Oct 2011 15:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3351</guid>
		<description>Awesome. Glad it worked for you.</description>
		<content:encoded><![CDATA[<p>Awesome. Glad it worked for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3350</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 05 Oct 2011 23:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3350</guid>
		<description>Hi Cory - thanks for the awesome snippet! 

After trying many many MANY different options, I used yours to rotate the testimonials on the 15 Kilo Coffee Roasters website (http://15kilo.com). The code is implemented in 4 different places on the site (2 different rotation lengths, solved by duplicating the JS file) as well as using PageLime CMS in the backend to add and subtract list items to be rotated.

Cheers,
Chris</description>
		<content:encoded><![CDATA[<p>Hi Cory &#8211; thanks for the awesome snippet! </p>
<p>After trying many many MANY different options, I used yours to rotate the testimonials on the 15 Kilo Coffee Roasters website (<a href="http://15kilo.com" rel="nofollow">http://15kilo.com</a>). The code is implemented in 4 different places on the site (2 different rotation lengths, solved by duplicating the JS file) as well as using PageLime CMS in the backend to add and subtract list items to be rotated.</p>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JT</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-3209</link>
		<dc:creator>JT</dc:creator>
		<pubDate>Wed, 20 Jul 2011 21:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-3209</guid>
		<description>Works well for what I need. I did however add a few callbacks to it. 

I added on_rotating and on_rotated. on_rotating passes back the active node and the next node as event arguments. The need for this is due to the fact I am resizing the iframe and parent container when the quote size changes.

shoot me an email if you would like me to shoot you the code.</description>
		<content:encoded><![CDATA[<p>Works well for what I need. I did however add a few callbacks to it. </p>
<p>I added on_rotating and on_rotated. on_rotating passes back the active node and the next node as event arguments. The need for this is due to the fact I am resizing the iframe and parent container when the quote size changes.</p>
<p>shoot me an email if you would like me to shoot you the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Friedman</title>
		<link>http://coryschires.com/jquery-quote-rotator-plugin/comment-page-1/#comment-2847</link>
		<dc:creator>John Friedman</dc:creator>
		<pubDate>Wed, 08 Jun 2011 19:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://coryschires.com/?p=265#comment-2847</guid>
		<description>The code I tried yesterday worked perfectly on IE but died on Firefox and ChThe above code should only be executed if it is IE otherwise the code original code should be executed.  
If IE
      next_quote.fadeIn(‘slow’, function() {
        this.style.removeAttribute(‘filter’);
      });
else
      next_quote.fadeIn(1000); 

I still plan on looking at this towards the end of the week to see if I can smooth out the fade in and fade out while those events are occurring.  The fix above makes the text readable after the fade in occurs.</description>
		<content:encoded><![CDATA[<p>The code I tried yesterday worked perfectly on IE but died on Firefox and ChThe above code should only be executed if it is IE otherwise the code original code should be executed.<br />
If IE<br />
      next_quote.fadeIn(‘slow’, function() {<br />
        this.style.removeAttribute(‘filter’);<br />
      });<br />
else<br />
      next_quote.fadeIn(1000); </p>
<p>I still plan on looking at this towards the end of the week to see if I can smooth out the fade in and fade out while those events are occurring.  The fix above makes the text readable after the fade in occurs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

