<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Coda-Slider 1.1</title>
	<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/</link>
	<description>Web development and much randomness</description>
	<pubDate>Fri, 05 Sep 2008 21:24:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: kumiko</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-508</link>
		<author>kumiko</author>
		<pubDate>Wed, 20 Aug 2008 06:54:27 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-508</guid>
		<description>hie there, can i use this  slider for dynamic slide show that query out the photos  from database? the photos have potrait and landscape size. how I going to implement it? thank you</description>
		<content:encoded><![CDATA[<p>hie there, can i use this  slider for dynamic slide show that query out the photos  from database? the photos have potrait and landscape size. how I going to implement it? thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niall Doherty &#187; Blog &#187; Blog Archive &#187; A quick update to Coda-Slider: unique classes for navigation tabs</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-492</link>
		<author>Niall Doherty &#187; Blog &#187; Blog Archive &#187; A quick update to Coda-Slider: unique classes for navigation tabs</author>
		<pubDate>Wed, 13 Aug 2008 22:35:39 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-492</guid>
		<description>[...] Instructions and How-To&#8217;s - This older blog post I wrote about Coda-Slider has tips that are still relevant and may help solve some common problems. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Instructions and How-To&#8217;s - This older blog post I wrote about Coda-Slider has tips that are still relevant and may help solve some common problems. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moti</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-490</link>
		<author>moti</author>
		<pubDate>Wed, 13 Aug 2008 15:44:04 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-490</guid>
		<description>my web site in Hebrew and I need your help , I need that the tab order also the tab content and the direction of the slide will be from right to left instead of left to right because of the language. 

Also if I need more tab what I should add to the code.

Many thanks and you have amazing site and scripts code.
moti Israel</description>
		<content:encoded><![CDATA[<p>my web site in Hebrew and I need your help , I need that the tab order also the tab content and the direction of the slide will be from right to left instead of left to right because of the language. </p>
<p>Also if I need more tab what I should add to the code.</p>
<p>Many thanks and you have amazing site and scripts code.<br />
moti Israel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-475</link>
		<author>Dan</author>
		<pubDate>Sun, 10 Aug 2008 04:27:05 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-475</guid>
		<description>Great site. I will bookmark for my sons to view as well!!!</description>
		<content:encoded><![CDATA[<p>Great site. I will bookmark for my sons to view as well!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taylor</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-471</link>
		<author>taylor</author>
		<pubDate>Fri, 01 Aug 2008 19:06:18 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-471</guid>
		<description>Another thing:

Auto Scroll: What function can we call to trigger an auto-scroll?

I can be added here: 

jQuery(window).bind("load", function() {
	jQuery("div#slider1").codaSlider()
	// jQuery("div#slider2").codaSlider()
	// etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.

        //Auto-Scroll
	window.setTimeout(function() {
	 jQuery("div#slider1").codaSlider().scroll();          // </description>
		<content:encoded><![CDATA[<p>Another thing:</p>
<p>Auto Scroll: What function can we call to trigger an auto-scroll?</p>
<p>I can be added here: </p>
<p>jQuery(window).bind(&#8221;load&#8221;, function() {<br />
	jQuery(&#8221;div#slider1&#8243;).codaSlider()<br />
	// jQuery(&#8221;div#slider2&#8243;).codaSlider()<br />
	// etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.</p>
<p>        //Auto-Scroll<br />
	window.setTimeout(function() {<br />
	 jQuery(&#8221;div#slider1&#8243;).codaSlider().scroll();          //</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taylor</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-470</link>
		<author>taylor</author>
		<pubDate>Thu, 31 Jul 2008 22:06:13 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-470</guid>
		<description>Hi,

Two questions:

1. Is there a way we can change the direction to vertical? I tried, direction:vertical inside of the jQuery("div#slider1").codaSlider() function, though it didn't help.

2. Have we figured out how to remove the scrollbar while content is loading?

Great work!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Two questions:</p>
<p>1. Is there a way we can change the direction to vertical? I tried, direction:vertical inside of the jQuery(&#8221;div#slider1&#8243;).codaSlider() function, though it didn&#8217;t help.</p>
<p>2. Have we figured out how to remove the scrollbar while content is loading?</p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nouf</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-469</link>
		<author>Nouf</author>
		<pubDate>Tue, 29 Jul 2008 06:15:22 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-469</guid>
		<description>Hi
 i have a problem that when i save the slider in (asp) file the tabs dosn't work when i click in any tab it open an empty page .....
 pleae help me what should i do ....:(</description>
		<content:encoded><![CDATA[<p>Hi<br />
 i have a problem that when i save the slider in (asp) file the tabs dosn&#8217;t work when i click in any tab it open an empty page &#8230;..<br />
 pleae help me what should i do &#8230;.:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-456</link>
		<author>Alessandro</author>
		<pubDate>Sun, 13 Jul 2008 11:13:31 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-456</guid>
		<description>I have a problem with my slider, I have tried to mesh Coda slider 1.1.1 with Slideshow, a mootools slideshow. The problem is that the page hungs and loads only coda slider.
I have tried and tried to set up the Jquery.Noconflict () but nothing seems to work.
You can view the live example from the following 

http://www.aghd.it/%7Ealessandro/francescofabiani.com

Any help would be much appreciated, you can even contact me via mail.
I do not dislike to pay for the solution since I am quite desperate. :D

Thanks in advance</description>
		<content:encoded><![CDATA[<p>I have a problem with my slider, I have tried to mesh Coda slider 1.1.1 with Slideshow, a mootools slideshow. The problem is that the page hungs and loads only coda slider.<br />
I have tried and tried to set up the Jquery.Noconflict () but nothing seems to work.<br />
You can view the live example from the following </p>
<p><a href="http://www.aghd.it/%7Ealessandro/francescofabiani.com" rel="nofollow">http://www.aghd.it/%7Ealessandro/francescofabiani.com</a></p>
<p>Any help would be much appreciated, you can even contact me via mail.<br />
I do not dislike to pay for the solution since I am quite desperate. <img src='http://www.ndoherty.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: re.static</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-450</link>
		<author>re.static</author>
		<pubDate>Mon, 23 Jun 2008 07:29:18 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-450</guid>
		<description>is there any way to make it so if i clicked on the first tab from the last tab, it would slide to the right instead of to the left (passing whatever is between?)</description>
		<content:encoded><![CDATA[<p>is there any way to make it so if i clicked on the first tab from the last tab, it would slide to the right instead of to the left (passing whatever is between?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell</title>
		<link>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-436</link>
		<author>Russell</author>
		<pubDate>Thu, 05 Jun 2008 16:54:14 +0000</pubDate>
		<guid>http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/#comment-436</guid>
		<description>sorry sumbitted prematurelly . . . . requests for functionality so it's a bit javascript heavy as I used other scripts from other sites to get these working.

I'd like to hear you thoughts on the site if you get chance.

Cheers
Russ</description>
		<content:encoded><![CDATA[<p>sorry sumbitted prematurelly . . . . requests for functionality so it&#8217;s a bit javascript heavy as I used other scripts from other sites to get these working.</p>
<p>I&#8217;d like to hear you thoughts on the site if you get chance.</p>
<p>Cheers<br />
Russ</p>
]]></content:encoded>
	</item>
</channel>
</rss>
