<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Elias Interactive &#187; coda-slider</title>
	<atom:link href="http://www.eliasinteractive.com/blog/tag/coda-slider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eliasinteractive.com</link>
	<description>Ecommerce consulting &#38; solutions for online store retailers</description>
	<lastBuildDate>Thu, 01 Sep 2011 18:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Making It Happen: Coda-Slider</title>
		<link>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/</link>
		<comments>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 04:15:58 +0000</pubDate>
		<dc:creator>Lee Taylor</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[coda-slider]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://eliasinteractive.com/?p=277</guid>
		<description><![CDATA[Hi All, I knew it, you were wondering what jQuery tool we used across our site and how we customized it, right? Well, here&#8217;s one small way in how we added a bit to the core code.   While reading along in some of the forums (located here: http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/), I noticed &#8230; <a href="http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/">Continue Reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: 'Lucida Grande'; font-size: small;">Hi All,</span></div>
<div><em>I knew it, you were wondering what jQuery tool we used across our site and how we customized it, right? Well, here&#8217;s one small way in how we added a bit to the core code.</em></div>
<p> </p>
<p><span style="font-family: 'Lucida Grande'; font-size: small;">While reading along in some of the forums <em>(located here: </em><em><a title="Niall Doherty: Coda-Slider" href="http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/" target="_blank">http://www.ndoherty.com/blog/2007/10/29/coda-slider-11/</a><em>)</em>, I noticed some are wanting an &#8220;auto-slide&#8221; feature for this thing (great job by the way Niall Doherty).</em></span></p>
<p> </p>
<div><span style="font-family: 'Lucida Grande'; font-size: small;">Here&#8217;s how you do it:</span></div>
<p> </p>
<p><code></p>
<div><span style="font-family: 'Lucida Grande'; font-size: small;">Modify the js code included in the page's header into this:</span></div>
<pre class="brush: jscript; title: ; notranslate">
jQuery(window).bind(&quot;load&quot;, function() {
	jQuery(&quot;div#slider1&quot;).codaSlider()
	// jQuery(&quot;div#slider2&quot;).codaSlider()
	// etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.

	//call every __ seconds
	  var autoSlide = setInterval(function()
	  {
		$(&quot;#left-link&quot;).click();
		}, 10000);

});
</pre>
<p><code></p>
<div><span style="font-family: 'Lucida Grande'; font-size: small;">And change line 63 (i believe, or corresponding line of code) of coda.slider.1.1.1.js:</span></div>
<pre class="brush: jscript; title: ; notranslate">
jQuery(this).before(”&lt;div class=’stripNavL’ id=’stripNavL” + j + “‘&gt;&lt;a href=’#’ id=’left-link’&gt;Left&lt;/a&gt;&lt;\/div&gt;”);
</pre>
<p> </p>
<div><span style="font-family: 'Lucida Grande'; font-size: small;">And there you have it.<br />
Feel free to check us out here where we may be hosting some cool developments.</span></div>
<p> </p>
<p style="text-align: center;"><em>Hat's off to Niall Doherty and others who have put their efforts towards this sweet tool.</em></p>
<p></code> </p>
<p></code>
<div id="tweetbutton277" class="tw_button" style="float:left;margin-right:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fin0Com&amp;via=tweetelias&amp;text=Making%20It%20Happen%3A%20Coda-Slider&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.eliasinteractive.com%2Fblog%2Fmaking-it-happen-coda-slider%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.eliasinteractive.com/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eliasinteractive.com/blog/making-it-happen-coda-slider/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

