<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for dougv.com « Doug Vanderweide</title>
	
	<link>http://www.dougv.com/blog</link>
	<description>ASP.NET, PHP, Web Geekery, Entrepreneurship, Social Media</description>
	<lastBuildDate>Mon, 23 Aug 2010 19:54:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/dougvdotcomments" /><feedburner:info uri="dougvdotcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Swapping An Image From A Non-Animated GIF To An Animated GIF Via JavaScript / DOM by Doug Vanderweide</title>
		<link>http://feedproxy.google.com/~r/dougvdotcomments/~3/7m0XJc0PtmA/</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Mon, 23 Aug 2010 19:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/08/08/swapping-an-image-from-a-non-animated-gif-to-an-animated-gif-via-javascript-dom/#comment-3143</guid>
		<description>@Trisha: I am happy to help you with a specific implementation of my code, including modifying it as you describe, in exchange for a wish list purchase. For more information, click the "&lt;a href="http://www.dougv.com/blog/need-more-help/" rel="nofollow"&gt;need more help or want to say thanks&lt;/a&gt;" link at the top of the page.</description>
		<content:encoded><![CDATA[<p>@Trisha: I am happy to help you with a specific implementation of my code, including modifying it as you describe, in exchange for a wish list purchase. For more information, click the &#8220;<a href="http://www.dougv.com/blog/need-more-help/" rel="nofollow">need more help or want to say thanks</a>&#8221; link at the top of the page.</p>
<img src="http://feeds.feedburner.com/~r/dougvdotcomments/~4/7m0XJc0PtmA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.dougv.com/blog/2007/08/08/swapping-an-image-from-a-non-animated-gif-to-an-animated-gif-via-javascript-dom/#comment-3143</feedburner:origLink></item>
	<item>
		<title>Comment on Swapping An Image From A Non-Animated GIF To An Animated GIF Via JavaScript / DOM by Trisha</title>
		<link>http://feedproxy.google.com/~r/dougvdotcomments/~3/_wyCR6ELmq0/</link>
		<dc:creator>Trisha</dc:creator>
		<pubDate>Mon, 23 Aug 2010 04:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/08/08/swapping-an-image-from-a-non-animated-gif-to-an-animated-gif-via-javascript-dom/#comment-3142</guid>
		<description>Hello,
I just read through this excellent post!  I'm hoping you might be able to help me figure out the HTML code I need in order to make something "similar" happen---that is a little more complicated: 

I want to be able to click an image/button (onclick event?) to start an animation (the animation is 7 images that are a "machine in action").  Once the machine-in-action animation runs (7 images, remains on image#7 when finished), I want it to look like the machine created something....but, it creates a different item each time the start button is clicked/animation runs.

I believe this would be achieved by having a "random" image (from an array?) populate the area next to the machine image/animation imediately after the animation completes (which is still showing image#7).  

When you click the start image/button again it should repeat the machine-animation but produce a different result (different image appears next to it this time).

This is hard to explain---but, hopefully not that hard to code!  

I am REALLY stumped and would sooOOOooo appreciate any advice, code or even other resources to help me figure this out quickly. I'm a beginner---just trying desperately to figure this out...to put it in iWeb as an HTML snippet.

Thank you in advance for any help you could offer!
Trisha</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I just read through this excellent post!  I&#8217;m hoping you might be able to help me figure out the HTML code I need in order to make something &#8220;similar&#8221; happen&#8212;that is a little more complicated: </p>
<p>I want to be able to click an image/button (onclick event?) to start an animation (the animation is 7 images that are a &#8220;machine in action&#8221;).  Once the machine-in-action animation runs (7 images, remains on image#7 when finished), I want it to look like the machine created something&#8230;.but, it creates a different item each time the start button is clicked/animation runs.</p>
<p>I believe this would be achieved by having a &#8220;random&#8221; image (from an array?) populate the area next to the machine image/animation imediately after the animation completes (which is still showing image#7).  </p>
<p>When you click the start image/button again it should repeat the machine-animation but produce a different result (different image appears next to it this time).</p>
<p>This is hard to explain&#8212;but, hopefully not that hard to code!  </p>
<p>I am REALLY stumped and would sooOOOooo appreciate any advice, code or even other resources to help me figure this out quickly. I&#8217;m a beginner&#8212;just trying desperately to figure this out&#8230;to put it in iWeb as an HTML snippet.</p>
<p>Thank you in advance for any help you could offer!<br />
Trisha</p>
<img src="http://feeds.feedburner.com/~r/dougvdotcomments/~4/_wyCR6ELmq0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.dougv.com/blog/2007/08/08/swapping-an-image-from-a-non-animated-gif-to-an-animated-gif-via-javascript-dom/#comment-3142</feedburner:origLink></item>
	<item>
		<title>Comment on How To (Not) Add Numbers In JavaScript, And How To Troll by Michael</title>
		<link>http://feedproxy.google.com/~r/dougvdotcomments/~3/EgLHIRd_0MU/</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 10 Aug 2010 15:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/?p=3068#comment-3133</guid>
		<description>OK. I laughed. Out loud.

I laughed when I thought back on it.

It's very funny!

Thanks!</description>
		<content:encoded><![CDATA[<p>OK. I laughed. Out loud.</p>
<p>I laughed when I thought back on it.</p>
<p>It&#8217;s very funny!</p>
<p>Thanks!</p>
<img src="http://feeds.feedburner.com/~r/dougvdotcomments/~4/EgLHIRd_0MU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.dougv.com/blog/2010/05/04/how-to-not-add-numbers-in-javascript-and-how-to-troll/#comment-3133</feedburner:origLink></item>
	<item>
		<title>Comment on Showing A Larger Image On Thumbnail MouseOver with JavaScript / DOM by Doug Vanderweide</title>
		<link>http://feedproxy.google.com/~r/dougvdotcomments/~3/FOlUYq_geoc/</link>
		<dc:creator>Doug Vanderweide</dc:creator>
		<pubDate>Sun, 08 Aug 2010 17:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-3130</guid>
		<description>@prosv: I addressed a similar question previously: &lt;a href="http://www.dougv.com/blog/2008/01/28/showing-a-larger-image-from-a-thumbnail-onclick-via-javascript-dom-revisited/" rel="nofollow"&gt;Showing A Larger Image From A Thumbnail OnClick Via JavaScript / DOM Revisited&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@prosv: I addressed a similar question previously: <a href="http://www.dougv.com/blog/2008/01/28/showing-a-larger-image-from-a-thumbnail-onclick-via-javascript-dom-revisited/" rel="nofollow">Showing A Larger Image From A Thumbnail OnClick Via JavaScript / DOM Revisited</a></p>
<img src="http://feeds.feedburner.com/~r/dougvdotcomments/~4/FOlUYq_geoc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-3130</feedburner:origLink></item>
	<item>
		<title>Comment on Showing A Larger Image On Thumbnail MouseOver with JavaScript / DOM by prosv</title>
		<link>http://feedproxy.google.com/~r/dougvdotcomments/~3/bAXE3rpST8k/</link>
		<dc:creator>prosv</dc:creator>
		<pubDate>Sun, 08 Aug 2010 17:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-3129</guid>
		<description>It is very nice, But how to add image title/ description to be displayed alongwith the big image.</description>
		<content:encoded><![CDATA[<p>It is very nice, But how to add image title/ description to be displayed alongwith the big image.</p>
<img src="http://feeds.feedburner.com/~r/dougvdotcomments/~4/bAXE3rpST8k" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-3129</feedburner:origLink></item>
	<item>
		<title>Comment on Showing A Larger Image On Thumbnail MouseOver with JavaScript / DOM by hansh</title>
		<link>http://feedproxy.google.com/~r/dougvdotcomments/~3/igmq_Yy2S58/</link>
		<dc:creator>hansh</dc:creator>
		<pubDate>Sat, 07 Aug 2010 13:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-3125</guid>
		<description>A nice script!
I use this in my webpage.</description>
		<content:encoded><![CDATA[<p>A nice script!<br />
I use this in my webpage.</p>
<img src="http://feeds.feedburner.com/~r/dougvdotcomments/~4/igmq_Yy2S58" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.dougv.com/blog/2007/06/14/showing-a-larger-image-on-thumbnail-mouseover-with-javascript-dom/#comment-3125</feedburner:origLink></item>
</channel>
</rss><!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
