
<?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: Customized Sliding Carousel For Prototype</title>
	<atom:link href="http://designerfied.com/customized-sliding-carousel-for-prototype.html/feed" rel="self" type="application/rss+xml" />
	<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html</link>
	<description>Offering free wallpaper, photography and other goodies.</description>
	<lastBuildDate>Tue, 07 Sep 2010 03:19:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jake Hurst</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-843</link>
		<dc:creator>Jake Hurst</dc:creator>
		<pubDate>Sun, 20 Sep 2009 07:51:15 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-843</guid>
		<description>And thanks to you Bob for that.</description>
		<content:encoded><![CDATA[<p>And thanks to you Bob for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Hurst</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-842</link>
		<dc:creator>Jake Hurst</dc:creator>
		<pubDate>Sun, 20 Sep 2009 07:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-842</guid>
		<description>shy^ 

I have no clue what that is. All I did was customized the looks of the slider.</description>
		<content:encoded><![CDATA[<p>shy^ </p>
<p>I have no clue what that is. All I did was customized the looks of the slider.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Hurst</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-841</link>
		<dc:creator>Jake Hurst</dc:creator>
		<pubDate>Sun, 20 Sep 2009 07:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-841</guid>
		<description>Hmmm what version if IE are you using? Do you have an example?</description>
		<content:encoded><![CDATA[<p>Hmmm what version if IE are you using? Do you have an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-839</link>
		<dc:creator>carlos</dc:creator>
		<pubDate>Fri, 18 Sep 2009 22:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-839</guid>
		<description>when I added numbers to slider, the content change but the effect isn&#039;t work on explorer</description>
		<content:encoded><![CDATA[<p>when I added numbers to slider, the content change but the effect isn&#8217;t work on explorer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shy</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-730</link>
		<dc:creator>shy</dc:creator>
		<pubDate>Sun, 22 Mar 2009 17:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-730</guid>
		<description>hi , nice but if you just type dir=rtl in html the script stops working only works in FF on rtl any idea why???</description>
		<content:encoded><![CDATA[<p>hi , nice but if you just type dir=rtl in html the script stops working only works in FF on rtl any idea why???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-567</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 20 Jan 2009 22:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-567</guid>
		<description>Hi Jake,
Thanks for the response, I added the class but without success.  I did find the following in the js file:

this.controls.each(function(control){
if (control == element) {
control.addClassName(&quot;active&quot;)
}
else {
control.removeClassName(&quot;active&quot;)
}
});

Bob</description>
		<content:encoded><![CDATA[<p>Hi Jake,<br />
Thanks for the response, I added the class but without success.  I did find the following in the js file:</p>
<p>this.controls.each(function(control){<br />
if (control == element) {<br />
control.addClassName(&#8220;active&#8221;)<br />
}<br />
else {<br />
control.removeClassName(&#8220;active&#8221;)<br />
}<br />
});</p>
<p>Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Hurst</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-562</link>
		<dc:creator>Jake Hurst</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-562</guid>
		<description>Hi Bob, yes that is possible. I believe the css you need to add is: 

.active {
	background-color: #000;
	color: #fff;
	}

Just change to get the highlight color you want. That&#039;s what was in the demo file that MissingMethod provided.</description>
		<content:encoded><![CDATA[<p>Hi Bob, yes that is possible. I believe the css you need to add is: </p>
<p>.active {<br />
	background-color: #000;<br />
	color: #fff;<br />
	}</p>
<p>Just change to get the highlight color you want. That&#8217;s what was in the demo file that MissingMethod provided.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-561</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-561</guid>
		<description>Hi Jake, Regarding the previous post about adding numbers; is there any way to highlight the numbers as the glider moves through each section? 

Thanks, Bob</description>
		<content:encoded><![CDATA[<p>Hi Jake, Regarding the previous post about adding numbers; is there any way to highlight the numbers as the glider moves through each section? </p>
<p>Thanks, Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Hurst</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-525</link>
		<dc:creator>Jake Hurst</dc:creator>
		<pubDate>Tue, 30 Dec 2008 23:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-525</guid>
		<description>HI Jason, you can add numbers to your slider. I believe by adding the following under or above the slider.

&lt;div class=&quot;controls&quot;&gt;
&lt;a href=&quot;#section1&quot; rel=&quot;nofollow&quot;&gt;1&lt;/a&gt; 
&lt;a href=&quot;#section2&quot; rel=&quot;nofollow&quot;&gt;2&lt;/a&gt;
&lt;a href=&quot;#section3&quot; rel=&quot;nofollow&quot;&gt;3&lt;/a&gt; 
&lt;a href=&quot;#section4&quot; rel=&quot;nofollow&quot;&gt;4&lt;/a&gt; 
&lt;/div&gt;

Here is their what looks to be a non working example, lol.
&lt;a href=&quot;http://www.missingmethod.com/projects/glider.html&quot; rel=&quot;nofollow&quot;&gt;http://www.missingmethod.com/projects/glider.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>HI Jason, you can add numbers to your slider. I believe by adding the following under or above the slider.</p>
<p>&lt;div class=&quot;controls&quot;&gt;<br />
&lt;a href=&quot;#section1&quot; rel=&quot;nofollow&quot;&gt;1&lt;/a&gt;<br />
&lt;a href=&quot;#section2&quot; rel=&quot;nofollow&quot;&gt;2&lt;/a&gt;<br />
&lt;a href=&quot;#section3&quot; rel=&quot;nofollow&quot;&gt;3&lt;/a&gt;<br />
&lt;a href=&quot;#section4&quot; rel=&quot;nofollow&quot;&gt;4&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>Here is their what looks to be a non working example, lol.<br />
<a href="http://www.missingmethod.com/projects/glider.html" rel="nofollow">http://www.missingmethod.com/projects/glider.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://designerfied.com/customized-sliding-carousel-for-prototype.html/comment-page-1#comment-523</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Tue, 30 Dec 2008 19:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://designerfied.com/?p=667#comment-523</guid>
		<description>Great post. How would I take your code and use this article slider and make it so whenever I publish the category lets say &#039;feature&#039; it automatically puts it in this slider.  I&#039;m teaching myself programming, but not sure how to do this. Any help or direction to learning this would be greatly appreciated. 

Realistically all I wanted to do is add numbers to the bottom of my current slider at www.organicjar.com but I&#039;m not sure where to start or what online sites I can use to get help. THANKS for your time! - Jason</description>
		<content:encoded><![CDATA[<p>Great post. How would I take your code and use this article slider and make it so whenever I publish the category lets say &#8216;feature&#8217; it automatically puts it in this slider.  I&#8217;m teaching myself programming, but not sure how to do this. Any help or direction to learning this would be greatly appreciated. </p>
<p>Realistically all I wanted to do is add numbers to the bottom of my current slider at <a href="http://www.organicjar.com" rel="nofollow">http://www.organicjar.com</a> but I&#8217;m not sure where to start or what online sites I can use to get help. THANKS for your time! &#8211; Jason</p>
]]></content:encoded>
	</item>
</channel>
</rss>
