<?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: Making It Happen: Coda-Slider</title>
	<atom:link href="http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/</link>
	<description>We Get It</description>
	<lastBuildDate>Tue, 15 May 2012 07:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: James Crame</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-817</link>
		<dc:creator>James Crame</dc:creator>
		<pubDate>Sun, 20 Mar 2011 22:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-817</guid>
		<description>I am trying to get this working on a site i&#039;m working on and don&#039;t seem to be having much luck, its the Viewport theme I am working with http://labs.paulicio.us/viewport/

Does anyone have any idea what I may be doing wrong?

I have tried editing both the page header to include the above coder after the following lines;

		jQuery(window).bind(&quot;load&quot;, function() {
			jQuery(&quot;div#mid&quot;).codaSlider()

and have also tried editing the coda-slider.1.1.1.js file.

</description>
		<content:encoded><![CDATA[<p>I am trying to get this working on a site i&#8217;m working on and don&#8217;t seem to be having much luck, its the Viewport theme I am working with <a href="http://labs.paulicio.us/viewport/" rel="nofollow">http://labs.paulicio.us/viewport/</a></p>
<p>Does anyone have any idea what I may be doing wrong?</p>
<p>I have tried editing both the page header to include the above coder after the following lines;</p>
<p>		jQuery(window).bind(&#8220;load&#8221;, function() {<br />
			jQuery(&#8220;div#mid&#8221;).codaSlider()</p>
<p>and have also tried editing the coda-slider.1.1.1.js file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian S</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-35</link>
		<dc:creator>Brian S</dc:creator>
		<pubDate>Mon, 19 Jul 2010 22:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-35</guid>
		<description>Hey all,

I&#039;m trying to make the Elias Interactive slider pause when you click the LI buttons on bottom. ie. if you click button 2, it pauses on slider state 2.

Does anyone know how to do this?

Thanks much!

— Brian</description>
		<content:encoded><![CDATA[<p>Hey all,</p>
<p>I&#8217;m trying to make the Elias Interactive slider pause when you click the LI buttons on bottom. ie. if you click button 2, it pauses on slider state 2.</p>
<p>Does anyone know how to do this?</p>
<p>Thanks much!</p>
<p>— Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shalaco</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-34</link>
		<dc:creator>Shalaco</dc:creator>
		<pubDate>Fri, 09 Jul 2010 19:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-34</guid>
		<description>Hello, is this thread still being followed?

I am trying to add play and pause buttons to Niall Doherty&#039;s coda-slider 2.0 here http://metaphorm.org/new3
by adding a pause button and turning the right arrow into a play button that will resume autoSlide and advance the frame one slide.

&#039;	Right arrow click
		$(&#039;#coda-nav-right-&#039; + sliderCount + &#039; a&#039;).click(function(){
setTimeout(autoSlide,settings.autoSlideInterval);
});
&#039;
and adding a pause button

&#039;		$(&#039;#coda-nav-pause-&#039; + sliderCount + &#039; a&#039;).click(function(){
				clearInterval(autoSlide); }); &#039;

Any help would be much appreciated.</description>
		<content:encoded><![CDATA[<p>Hello, is this thread still being followed?</p>
<p>I am trying to add play and pause buttons to Niall Doherty&#8217;s coda-slider 2.0 here <a href="http://metaphorm.org/new3" rel="nofollow">http://metaphorm.org/new3</a><br />
by adding a pause button and turning the right arrow into a play button that will resume autoSlide and advance the frame one slide.</p>
<p>&#8216;	Right arrow click<br />
		$(&#8216;#coda-nav-right-&#8217; + sliderCount + &#8216; a&#8217;).click(function(){<br />
setTimeout(autoSlide,settings.autoSlideInterval);<br />
});<br />
&#8216;<br />
and adding a pause button</p>
<p>&#8216;		$(&#8216;#coda-nav-pause-&#8217; + sliderCount + &#8216; a&#8217;).click(function(){<br />
				clearInterval(autoSlide); }); &#8216;</p>
<p>Any help would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surge</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-33</link>
		<dc:creator>Surge</dc:creator>
		<pubDate>Fri, 09 Jul 2010 04:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-33</guid>
		<description>Thanks for the code, very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks for the code, very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dude</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-32</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Mon, 05 Jul 2010 07:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-32</guid>
		<description>I got the cod-slider with built-in auto-slide... i am a designer, not a programmer... and i can&#039;t disable that function with my very basic knowledge of js :)</description>
		<content:encoded><![CDATA[<p>I got the cod-slider with built-in auto-slide&#8230; i am a designer, not a programmer&#8230; and i can&#8217;t disable that function with my very basic knowledge of js <img src='http://www.eliasinteractive.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atduarte</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-31</link>
		<dc:creator>atduarte</dc:creator>
		<pubDate>Fri, 04 Jun 2010 21:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-31</guid>
		<description>Hi,
I know that this post is old but I am using the Stephan&#039;s script and I&#039;m experiencing a problem.

Using that script after doing &quot;hover out&quot; the slide moves two times. The slideit() is executed twice, moving 2 posts almost on the same second.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I know that this post is old but I am using the Stephan&#8217;s script and I&#8217;m experiencing a problem.</p>
<p>Using that script after doing &#8220;hover out&#8221; the slide moves two times. The slideit() is executed twice, moving 2 posts almost on the same second.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-30</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Mon, 31 May 2010 07:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-30</guid>
		<description>nice!! thanks heaps @stephan, worked great, adds a beautiful effect!</description>
		<content:encoded><![CDATA[<p>nice!! thanks heaps @stephan, worked great, adds a beautiful effect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Si</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-29</link>
		<dc:creator>Si</dc:creator>
		<pubDate>Tue, 12 Jan 2010 09:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-29</guid>
		<description>Hi Everyone,

I am having a nightmare with this coda slider, got everything working, got the auto slide working, but the script isn&#039;t loading for some reason in Safari :/

If anyone could take a look and help me out I would be eternally grateful:

http://wiseup4work.org.uk/new/

If you scroll down and click on &#039;See what our users have to say&#039; then two sliders should show up.

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi Everyone,</p>
<p>I am having a nightmare with this coda slider, got everything working, got the auto slide working, but the script isn&#8217;t loading for some reason in Safari :/</p>
<p>If anyone could take a look and help me out I would be eternally grateful:</p>
<p><a href="http://wiseup4work.org.uk/new/" rel="nofollow">http://wiseup4work.org.uk/new/</a></p>
<p>If you scroll down and click on &#8216;See what our users have to say&#8217; then two sliders should show up.</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid Imran Bilgrami</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-28</link>
		<dc:creator>Rashid Imran Bilgrami</dc:creator>
		<pubDate>Sat, 17 Oct 2009 21:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-28</guid>
		<description>hi i have tried alot with all the solution in this page and i am the second person who did not able to execute the code i replace the 63 line # as you said and also update the main page but no luck i need to deliver this code by tomorrow if you please upload some example that will be great</description>
		<content:encoded><![CDATA[<p>hi i have tried alot with all the solution in this page and i am the second person who did not able to execute the code i replace the 63 line # as you said and also update the main page but no luck i need to deliver this code by tomorrow if you please upload some example that will be great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comment-27</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Tue, 06 Oct 2009 12:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://eliasinteractive.com/?p=277#comment-27</guid>
		<description>Hi,

Whn i was integrating the coda-slider 1.1.1 in jsp , it showing execption called object doesnot support this property or method in this line
&quot; jQuery(&quot;div#slider1&quot;).codaSlider()&quot;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Whn i was integrating the coda-slider 1.1.1 in jsp , it showing execption called object doesnot support this property or method in this line<br />
&#8221; jQuery(&#8220;div#slider1&#8243;).codaSlider()&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

