<?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"
	>
<channel>
	<title>Comments on: Making annoying rainbows in javascript</title>
	<atom:link href="http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/</link>
	<description>Interactive art, experimental software toys, screensavers and games by Jim Bumgardner.</description>
	<pubDate>Tue, 07 Oct 2008 03:52:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jbum</title>
		<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-41285</link>
		<dc:creator>jbum</dc:creator>
		<pubDate>Sun, 09 Mar 2008 05:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-41285</guid>
		<description>Stoyen: True, but there is still a need to add the leading zero padding when producing hex digits for single digit numbers.  A sprintf() function would make things much easier, since you can use "%02x" to specify a 2-digit hex number with zero-padding.</description>
		<content:encoded><![CDATA[<p>Stoyen: True, but there is still a need to add the leading zero padding when producing hex digits for single digit numbers.  A sprintf() function would make things much easier, since you can use &#8220;%02x&#8221; to specify a 2-digit hex number with zero-padding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stoyan</title>
		<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-41283</link>
		<dc:creator>stoyan</dc:creator>
		<pubDate>Sun, 09 Mar 2008 04:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-41283</guid>
		<description>This article is really cool!

BTW, to convert hex-to-dec in JavaScript you can also use:

var num = 170;
num.toString(16);

or 

(170).toString(16)

To binary? &lt;code&gt;toString(2)&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>This article is really cool!</p>
<p>BTW, to convert hex-to-dec in JavaScript you can also use:</p>
<p>var num = 170;<br />
num.toString(16);</p>
<p>or </p>
<p>(170).toString(16)</p>
<p>To binary? <code>toString(2)</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrazyDad &#187; Blog Archive &#187; Lucky Charms</title>
		<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-5767</link>
		<dc:creator>KrazyDad &#187; Blog Archive &#187; Lucky Charms</dc:creator>
		<pubDate>Sun, 18 Mar 2007 00:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-5767</guid>
		<description>[...] A little something I made for my students during today&#8217;s actionscript class. Here&#8217;s the flash source code, and here&#8217;s an article that explains the technique I use to generate those groooovy colors. [...]</description>
		<content:encoded><![CDATA[<p>[...] A little something I made for my students during today&#8217;s actionscript class. Here&#8217;s the flash source code, and here&#8217;s an article that explains the technique I use to generate those groooovy colors. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Japh</title>
		<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-1690</link>
		<dc:creator>Japh</dc:creator>
		<pubDate>Wed, 08 Nov 2006 12:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-1690</guid>
		<description>I believe the setTimeout() and setInterval() functions will allow you to do just that  :)</description>
		<content:encoded><![CDATA[<p>I believe the setTimeout() and setInterval() functions will allow you to do just that  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbum</title>
		<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-1628</link>
		<dc:creator>jbum</dc:creator>
		<pubDate>Sat, 28 Oct 2006 11:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-1628</guid>
		<description>Agreed.</description>
		<content:encoded><![CDATA[<p>Agreed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gemini6Ice</title>
		<link>http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-1600</link>
		<dc:creator>Gemini6Ice</dc:creator>
		<pubDate>Sat, 21 Oct 2006 17:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.krazydad.com/blog/2006/10/13/making-annoying-rainbows-in-javascript/#comment-1600</guid>
		<description>To further generalize, I would set up the function to allow different centers and widths for each color component, which would allow us to produce a rainbow of greens-blues, for example. 

I'm curious to look up a way to make a web page's javascript run on timed intervals after loading, so that one could make a background with fluctuating colors. Or maybe white-on-black to black-on-white fluctuating. That would be fun and annoying! :D</description>
		<content:encoded><![CDATA[<p>To further generalize, I would set up the function to allow different centers and widths for each color component, which would allow us to produce a rainbow of greens-blues, for example. </p>
<p>I&#8217;m curious to look up a way to make a web page&#8217;s javascript run on timed intervals after loading, so that one could make a background with fluctuating colors. Or maybe white-on-black to black-on-white fluctuating. That would be fun and annoying! :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
