<?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: It&#8217;s a Rainbow! &#8211; Color Changing Text and Backgrounds w/ jQuery</title>
	<atom:link href="http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/</link>
	<description>Web Design, Development, and Business</description>
	<lastBuildDate>Sat, 18 May 2013 16:53:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Vitaminico</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-50360</link>
		<dc:creator>Vitaminico</dc:creator>
		<pubDate>Sun, 05 May 2013 10:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-50360</guid>
		<description><![CDATA[i&#039;ve the same question!]]></description>
		<content:encoded><![CDATA[<p>i&#8217;ve the same question!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-50252</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 15 Apr 2013 14:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-50252</guid>
		<description><![CDATA[Hi ! Thanks a lot for this tutorial !
But if I want to use this with specifics colors, not random ? How can I do ?]]></description>
		<content:encoded><![CDATA[<p>Hi ! Thanks a lot for this tutorial !<br />
But if I want to use this with specifics colors, not random ? How can I do ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kicoe</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-49963</link>
		<dc:creator>Kicoe</dc:creator>
		<pubDate>Tue, 05 Mar 2013 17:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-49963</guid>
		<description><![CDATA[Hi,
if I may, I&#039;ve work on a plugin to do that : 
Hope it&#039;ll help others who run into this thread...]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
if I may, I&#8217;ve work on a plugin to do that :<br />
Hope it&#8217;ll help others who run into this thread&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Effects Gallery</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-49552</link>
		<dc:creator>jQuery Effects Gallery</dc:creator>
		<pubDate>Fri, 15 Feb 2013 23:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-49552</guid>
		<description><![CDATA[[...] 65. It&#8217;s a Rainbow! – Color Changing Text and Backgrounds [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 65. It&#8217;s a Rainbow! – Color Changing Text and Backgrounds [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoang</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-44299</link>
		<dc:creator>Hoang</dc:creator>
		<pubDate>Fri, 04 Jan 2013 15:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-44299</guid>
		<description><![CDATA[change code:
function spectrum(){  
    var hue = &#039;rgb(&#039; + (Math.floor(Math.random() * 256)) + &#039;,&#039; + (Math.floor(Math.random() * 256)) + &#039;,&#039; + (Math.floor(Math.random() * 256)) + &#039;)&#039;;  
    $(&#039;#div&#039;).animate( { backgroundColor: hue }, 1000);  
   // spectrum();   //  it stop jquery
setTimeout(spectrum, 100);  // new code
 }]]></description>
		<content:encoded><![CDATA[<p>change code:<br />
function spectrum(){<br />
    var hue = &#8216;rgb(&#8216; + (Math.floor(Math.random() * 256)) + &#8216;,&#8217; + (Math.floor(Math.random() * 256)) + &#8216;,&#8217; + (Math.floor(Math.random() * 256)) + &#8216;)&#8217;;<br />
    $(&#8216;#div&#8217;).animate( { backgroundColor: hue }, 1000);<br />
   // spectrum();   //  it stop jquery<br />
setTimeout(spectrum, 100);  // new code<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramin</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-43249</link>
		<dc:creator>Ramin</dc:creator>
		<pubDate>Mon, 31 Dec 2012 09:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-43249</guid>
		<description><![CDATA[Really nice work sir]]></description>
		<content:encoded><![CDATA[<p>Really nice work sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w3easystep &#187; Blog Archive &#187; 180 Awesome jQuery Slider and Effects Roundup</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-37740</link>
		<dc:creator>w3easystep &#187; Blog Archive &#187; 180 Awesome jQuery Slider and Effects Roundup</dc:creator>
		<pubDate>Mon, 17 Dec 2012 04:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-37740</guid>
		<description><![CDATA[[...] 77. Color Changing Text and Backgrounds Effects  This effect can be used to change the colors and background of your object in a flashing style. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 77. Color Changing Text and Backgrounds Effects  This effect can be used to change the colors and background of your object in a flashing style. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-36734</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sun, 09 Dec 2012 22:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-36734</guid>
		<description><![CDATA[It&#039;s equally cpu consuming (check the task manager). I don&#039;t know if it&#039;s because the animate function isn&#039;t hardware accelerated or what. I read css animations are better but not all browsers can handle them, I will have to read more about it ;)]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s equally cpu consuming (check the task manager). I don&#8217;t know if it&#8217;s because the animate function isn&#8217;t hardware accelerated or what. I read css animations are better but not all browsers can handle them, I will have to read more about it ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-36733</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sun, 09 Dec 2012 22:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-36733</guid>
		<description><![CDATA[yeah, that&#039;s another way, in my function I needed to change 2 object&#039;s color, so I made that and called that function every 5 secs with setInterval like this:

$(document).ready(function() {
 			setInterval(&#039;changeColors()&#039;,5000);	
 		});]]></description>
		<content:encoded><![CDATA[<p>yeah, that&#8217;s another way, in my function I needed to change 2 object&#8217;s color, so I made that and called that function every 5 secs with setInterval like this:</p>
<p>$(document).ready(function() {<br />
 			setInterval(&#8216;changeColors()&#8217;,5000);<br />
 		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryan</title>
		<link>http://buildinternet.com/2009/09/its-a-rainbow-color-changing-text-and-backgrounds/comment-page-1/#comment-36732</link>
		<dc:creator>bryan</dc:creator>
		<pubDate>Sun, 09 Dec 2012 21:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://buildinternet.com/?p=6329#comment-36732</guid>
		<description><![CDATA[i figured it out myself --

a better way to loop is using the .animate jquery callback: (see after 1000 below i inserted a comma then &quot;spectrum&quot; which is the name of the function calling animate itself creating a loop)



 $(&#039;#element&#039;).animate( { backgroundColor: hue }, 1000, spectrum);]]></description>
		<content:encoded><![CDATA[<p>i figured it out myself &#8211;</p>
<p>a better way to loop is using the .animate jquery callback: (see after 1000 below i inserted a comma then &#8220;spectrum&#8221; which is the name of the function calling animate itself creating a loop)</p>
<p> $(&#8216;#element&#8217;).animate( { backgroundColor: hue }, 1000, spectrum);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using memcached
Database Caching using memcached
Object Caching 411/444 objects using disk: basic

Served from: buildinternet.com @ 2013-05-18 18:41:53 -->