<?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: Compacting contents using Glider script</title>
	<atom:link href="http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/</link>
	<description>Design of a minimalist, content of a maximalist</description>
	<lastBuildDate>Thu, 10 May 2012 12:22:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lance</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-68864</link>
		<dc:creator>Lance</dc:creator>
		<pubDate>Tue, 20 Mar 2012 06:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-68864</guid>
		<description>Hi Terry. Great tute. Could you tell me if it is possible to have it scrolling with a delay of 2 seconds on each section?</description>
		<content:encoded><![CDATA[<p>Hi Terry. Great tute. Could you tell me if it is possible to have it scrolling with a delay of 2 seconds on each section?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-68485</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-68485</guid>
		<description>Missed the backslash on the code tag above before the Make sure... 
Sorry about that.</description>
		<content:encoded><![CDATA[<p>Missed the backslash on the code tag above before the Make sure&#8230;<br />
Sorry about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-68484</link>
		<dc:creator>Gabe</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-68484</guid>
		<description>I was looking for a slider and your tutorial and demo made things nice and easy. 

What I&#039;ve done is changed the links to thumbnails, and when the slider cycles through, the thumbnails are highlighted.
Using the &quot;Click to trigger sliding&quot; menu,  added a new class for the alt_controls li and updated the glider.js moveTo: function, to set the class in the relevant alt_controls li

Here&#039;s the code if anyone is interested.

Update glider.js: moveTo: function
add following code before Position.prepare();
&lt;code&gt;
for (i=0;i&lt;this.sections.length;i++)
{                              $(&#039;showdiv&#039;+i).removeClassName(&#039;on&#039;);
}
var selectOn = (this.current._index == null) ? 0 : this.current._index;
                        $(&#039;showdiv&#039;+selectOn).addClassName(&#039;on&#039;);
&lt;code&gt;

Make sure you add a suitable style. This one will simply underline a link:
&lt;code&gt;
.alt_controls ul li.on span
{
        text-decoration:underline;
}
&lt;/code&gt;

Set the class=&quot;on&quot; for the first display
&lt;code&gt;
&lt;li id=&quot;showdiv0&quot; class=&quot;on&quot;&gt;
&lt;/code&gt;

Thanks for taking the time to make your post Teddy</description>
		<content:encoded><![CDATA[<p>I was looking for a slider and your tutorial and demo made things nice and easy. </p>
<p>What I&#8217;ve done is changed the links to thumbnails, and when the slider cycles through, the thumbnails are highlighted.<br />
Using the &#8220;Click to trigger sliding&#8221; menu,  added a new class for the alt_controls li and updated the glider.js moveTo: function, to set the class in the relevant alt_controls li</p>
<p>Here&#8217;s the code if anyone is interested.</p>
<p>Update glider.js: moveTo: function<br />
add following code before Position.prepare();<br />
<pre><code>for (i=0;i&lt;this.sections.length;i++)
{                              $('showdiv'+i).removeClassName('on');
}
var selectOn = (this.current._index == null) ? 0 : this.current._index;
                        $('showdiv'+selectOn).addClassName('on');
&lt;code&gt;

Make sure you add a suitable style. This one will simply underline a link:
&lt;code&gt;
.alt_controls ul li.on span
{
        text-decoration:underline;
}</code></pre>
<p>Set the class=&#8221;on&#8221; for the first display<br />
<code>&lt;li id="showdiv0" class="on"&gt;</code></p>
<p>Thanks for taking the time to make your post Teddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-68479</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 06 Jul 2011 19:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-68479</guid>
		<description>Thanks for this great tutorial. Any chance you might add a slider effect to the row of thumbnails above the content slider?</description>
		<content:encoded><![CDATA[<p>Thanks for this great tutorial. Any chance you might add a slider effect to the row of thumbnails above the content slider?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snsd genie</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-67026</link>
		<dc:creator>snsd genie</dc:creator>
		<pubDate>Sat, 18 Dec 2010 05:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-67026</guid>
		<description>Ideal report! I am only starting out in marketing and marketing and attempting to discover to perform it very well - assets just like this article are extremely precious. As our firm is based mostly in america, it is all a little new to us.</description>
		<content:encoded><![CDATA[<p>Ideal report! I am only starting out in marketing and marketing and attempting to discover to perform it very well &#8211; assets just like this article are extremely precious. As our firm is based mostly in america, it is all a little new to us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Georges</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-66672</link>
		<dc:creator>Georges</dc:creator>
		<pubDate>Sun, 28 Nov 2010 14:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-66672</guid>
		<description>Thanks a lot.
This matter is quite new for me but with this kind of tutorial, anybody can understand.

PS: I&#039;m from Belgium</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
This matter is quite new for me but with this kind of tutorial, anybody can understand.</p>
<p>PS: I&#8217;m from Belgium</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teddy</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-65978</link>
		<dc:creator>Teddy</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-65978</guid>
		<description>Hi Jasper! Thanks for dropping by. I apologize for the confusion - it is not a download link per se, but you will have to click on it and it will bring you to a page which displays the demo website.

I have checked the download link and it does lead to a functional page. Feel free to approach me if you need further assistance :)</description>
		<content:encoded><![CDATA[<p>Hi Jasper! Thanks for dropping by. I apologize for the confusion &#8211; it is not a download link per se, but you will have to click on it and it will bring you to a page which displays the demo website.</p>
<p>I have checked the download link and it does lead to a functional page. Feel free to approach me if you need further assistance :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-65977</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-65977</guid>
		<description>Following your great tutorial. As I have not got the glider to work yet I tried to download the demo. Unfortunately it leads me to a 404 page...</description>
		<content:encoded><![CDATA[<p>Following your great tutorial. As I have not got the glider to work yet I tried to download the demo. Unfortunately it leads me to a 404 page&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-65915</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 28 Dec 2009 22:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-65915</guid>
		<description>An excellent tutorial, Teddy! Definitely bookmarking this one for future reference. Your thoroughness and attention to detail is inspiring. Keep up the good work!</description>
		<content:encoded><![CDATA[<p>An excellent tutorial, Teddy! Definitely bookmarking this one for future reference. Your thoroughness and attention to detail is inspiring. Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://teddy-o-ted.com/blog/2009/02/21/compacting-contents-using-glider-script/#comment-65672</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Wed, 23 Sep 2009 17:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.teddy-o-ted.com/?p=3131#comment-65672</guid>
		<description>Works like a charm !
Thanks so much for your help.

Olivier</description>
		<content:encoded><![CDATA[<p>Works like a charm !<br />
Thanks so much for your help.</p>
<p>Olivier</p>
]]></content:encoded>
	</item>
</channel>
</rss>

