<?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: The photo cross-fader</title>
	<atom:link href="http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/feed/" rel="self" type="application/rss+xml" />
	<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<pubDate>Wed, 07 Jan 2009 19:28:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: anon</title>
		<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/#comment-60</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/07/19/the-photo-cross-fader/#comment-60</guid>
		<description>Thanks, Danny, I tried that other code and managed to find a website using it, where I was able to copy exactly what they put in their page and it worked! Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks, Danny, I tried that other code and managed to find a website using it, where I was able to copy exactly what they put in their page and it worked! Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/#comment-57</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 14 Mar 2008 00:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/07/19/the-photo-cross-fader/#comment-57</guid>
		<description>anon:
I'm not in a position to explain all of jQuery, but there are some good tutorials on the jQuery site (www.jquery.com). You're not going to be able to effectively use any jQuery plugins without some facility in using jQuery itself. That said, I think that Mike Alsup wrote a much better photo fader plugin than mine (and I'm going to change the Young Israel site to it when I get the chance), at http://www.malsup.com/jquery/cycle/
Play with jQuery a bit, then try my or his plugins. If you still have questions specific to my plugin, you can email me at webmaster-at-youngisrael-stl.org
Danny</description>
		<content:encoded><![CDATA[<p>anon:<br />
I&#8217;m not in a position to explain all of jQuery, but there are some good tutorials on the jQuery site (www.jquery.com). You&#8217;re not going to be able to effectively use any jQuery plugins without some facility in using jQuery itself. That said, I think that Mike Alsup wrote a much better photo fader plugin than mine (and I&#8217;m going to change the Young Israel site to it when I get the chance), at <a href="http://www.malsup.com/jquery/cycle/" rel="nofollow">http://www.malsup.com/jquery/cycle/</a><br />
Play with jQuery a bit, then try my or his plugins. If you still have questions specific to my plugin, you can email me at webmaster-at-youngisrael-stl.org<br />
Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/#comment-45</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 11 Mar 2008 08:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/07/19/the-photo-cross-fader/#comment-45</guid>
		<description>Hi Danny,

I appreciate your posting this code here but for the life of me I cannot get it to work. Is there a way you can outline the steps to get this installed very simply for people who aren't versed in jQuery? Something like, "put this here, this here, and this here." 

You say "Use this in your  section" and I put some of that code in a javascript section at the top and it's still not working. But I don't see you doing that on your sample page, so I am confused. And what does "document ready" mean?

You may assumptions that your readers are well-versed in jQuery and this is the first time I've ever heard of it. I'm one of those people who can put Javascript in my site but don't code. 

So if you can simplify the instructions, that would be very helpful. I realize you are doing this as a volunteer and are under no obligation, so if you can't that's OK. 

Thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi Danny,</p>
<p>I appreciate your posting this code here but for the life of me I cannot get it to work. Is there a way you can outline the steps to get this installed very simply for people who aren&#8217;t versed in jQuery? Something like, &#8220;put this here, this here, and this here.&#8221; </p>
<p>You say &#8220;Use this in your  section&#8221; and I put some of that code in a javascript section at the top and it&#8217;s still not working. But I don&#8217;t see you doing that on your sample page, so I am confused. And what does &#8220;document ready&#8221; mean?</p>
<p>You may assumptions that your readers are well-versed in jQuery and this is the first time I&#8217;ve ever heard of it. I&#8217;m one of those people who can put Javascript in my site but don&#8217;t code. </p>
<p>So if you can simplify the instructions, that would be very helpful. I realize you are doing this as a volunteer and are under no obligation, so if you can&#8217;t that&#8217;s OK. </p>
<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/#comment-10</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 22 Aug 2007 05:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/07/19/the-photo-cross-fader/#comment-10</guid>
		<description>Chris:
Oops--look at the update. To get the elements with a class, use
$('.make-fader') with a period before the class name! I knew that, just posted without trying it beforehand.

The other thing in your code is that you need to run it on document ready.
Use this in your &#60;script&#62; section:

$(function(){
&#160;&#160;$('.make_fader').xfade();
});

See the jquery documentation.

Hope this helps!

Danny</description>
		<content:encoded><![CDATA[<p>Chris:<br />
Oops&#8211;look at the update. To get the elements with a class, use<br />
$(&#8217;.make-fader&#8217;) with a period before the class name! I knew that, just posted without trying it beforehand.</p>
<p>The other thing in your code is that you need to run it on document ready.<br />
Use this in your &lt;script&gt; section:</p>
<p>$(function(){<br />
&nbsp;&nbsp;$(&#8217;.make_fader&#8217;).xfade();<br />
});</p>
<p>See the jquery documentation.</p>
<p>Hope this helps!</p>
<p>Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/#comment-9</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 22 Aug 2007 05:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/07/19/the-photo-cross-fader/#comment-9</guid>
		<description>I tried your page and get an error in the xfade2.js file. Why are you including both? The jquery.fader.js should be stand on its own, as should the xfade2.js. Try including just the jquery.fader.js and see if you get any errors.

Danny</description>
		<content:encoded><![CDATA[<p>I tried your page and get an error in the xfade2.js file. Why are you including both? The jquery.fader.js should be stand on its own, as should the xfade2.js. Try including just the jquery.fader.js and see if you get any errors.</p>
<p>Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://youngisrael-stl.org/wordpress/2007/07/19/the-photo-cross-fader/#comment-8</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 20 Aug 2007 21:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/07/19/the-photo-cross-fader/#comment-8</guid>
		<description>I have been trying for over 4 hours now to get this to work.  I don't know what else to do.  http://aes2.rfguppy.net/test.html This is as far as I could go.  Please help</description>
		<content:encoded><![CDATA[<p>I have been trying for over 4 hours now to get this to work.  I don&#8217;t know what else to do.  <a href="http://aes2.rfguppy.net/test.html" rel="nofollow">http://aes2.rfguppy.net/test.html</a> This is as far as I could go.  Please help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
