<?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: Slideshow With Buttons</title>
	<atom:link href="http://www.lateralcode.com/slideshow-with-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lateralcode.com/slideshow-with-buttons/</link>
	<description>A Web Development Blog Focused on Code and Technology</description>
	<lastBuildDate>Thu, 07 Jul 2011 20:22:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Mauricio</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-30381</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Fri, 10 Jun 2011 16:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-30381</guid>
		<description>Hi, 
I noticed a little bug in IE (I&#039;m using IE8). 
When the fadeIn, the image width increases 1px and after it come back to normal size. 
Has someone figured out it? If yes, has fixed?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I noticed a little bug in IE (I&#8217;m using IE8).<br />
When the fadeIn, the image width increases 1px and after it come back to normal size.<br />
Has someone figured out it? If yes, has fixed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-6867</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 21 Nov 2010 16:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-6867</guid>
		<description>Hi,

I tried your tutor. But i have the same question. How do i repeat the slide show after the first round ?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried your tutor. But i have the same question. How do i repeat the slide show after the first round ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: umesh</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-3636</link>
		<dc:creator>umesh</dc:creator>
		<pubDate>Thu, 26 Aug 2010 14:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-3636</guid>
		<description>Thank you,

i have try your slide show, but after 1 loop it will be stop.... what should i do for continue slide show  in loop</description>
		<content:encoded><![CDATA[<p>Thank you,</p>
<p>i have try your slide show, but after 1 loop it will be stop&#8230;. what should i do for continue slide show  in loop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-800</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Thu, 08 Oct 2009 16:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-800</guid>
		<description>I am just getting started in this and am trying to follow your examples, How would I go about modifying the code so that I only have the forward and backward buttons without any automatic advancement in the image presentation and with just those two buttons?
Any information would be appreciated</description>
		<content:encoded><![CDATA[<p>I am just getting started in this and am trying to follow your examples, How would I go about modifying the code so that I only have the forward and backward buttons without any automatic advancement in the image presentation and with just those two buttons?<br />
Any information would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik Viswanathan</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-499</link>
		<dc:creator>Karthik Viswanathan</dc:creator>
		<pubDate>Fri, 24 Apr 2009 22:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-499</guid>
		<description>@iulian: Of course you can replace the buttons with images. Take a look at my &lt;a href=&quot;/slideshow-styling&quot; rel=&quot;nofollow&quot;&gt;Slideshow Styling&lt;/a&gt; post for an example. The &lt;code&gt;li&lt;/code&gt; tags can be replaced with &lt;code&gt;div&lt;/code&gt; tags, but it will be a bit harder to code. Could you give me some more information on what you are trying to do?</description>
		<content:encoded><![CDATA[<p>@iulian: Of course you can replace the buttons with images. Take a look at my <a href="/slideshow-styling" rel="nofollow">Slideshow Styling</a> post for an example. The <code>li</code> tags can be replaced with <code>div</code> tags, but it will be a bit harder to code. Could you give me some more information on what you are trying to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iulian</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-497</link>
		<dc:creator>iulian</dc:creator>
		<pubDate>Fri, 24 Apr 2009 10:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-497</guid>
		<description>Thanks for your code!
I have two questions:
1.It is possible to replace all buttons with images?
EX:  go back button  &lt;a href=&quot;have_no_idea_for_code&quot; rel=&quot;nofollow&quot;&gt;
        &lt;/a&gt;
go forward button &lt;a href=&quot;have_no_idea_for_code_2&quot; rel=&quot;nofollow&quot;&gt;
        &lt;/a&gt;
&lt;a href=&quot;&quot; rel=&quot;nofollow&quot;&gt; &lt;/a&gt;

2. li tag can be replace by div tag? i cannot place li tag into a td ;(is &#039;moving around&#039;)

Thanks for your answer!

I&#039;m a &#039;very beginner&#039; in websites and english!</description>
		<content:encoded><![CDATA[<p>Thanks for your code!<br />
I have two questions:<br />
1.It is possible to replace all buttons with images?<br />
EX:  go back button  <a href="have_no_idea_for_code" rel="nofollow"><br />
        </a><br />
go forward button <a href="have_no_idea_for_code_2" rel="nofollow"><br />
        </a><br />
<a href="" rel="nofollow"> </a></p>
<p>2. li tag can be replace by div tag? i cannot place li tag into a td ;(is &#8216;moving around&#8217;)</p>
<p>Thanks for your answer!</p>
<p>I&#8217;m a &#8216;very beginner&#8217; in websites and english!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slideshow Styling</title>
		<link>http://www.lateralcode.com/slideshow-with-buttons/#comment-421</link>
		<dc:creator>Slideshow Styling</dc:creator>
		<pubDate>Sun, 29 Mar 2009 13:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lateralcode.com/?p=663#comment-421</guid>
		<description>[...] the &#8220;Slideshow Series&#8221; contains little to no CSS styling. Soon after completing my previous post, I realized that some major work needs to be done to improve the general appearance of the show; [...]</description>
		<content:encoded><![CDATA[<p>[...] the &#8220;Slideshow Series&#8221; contains little to no CSS styling. Soon after completing my previous post, I realized that some major work needs to be done to improve the general appearance of the show; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

