<?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: The ImageSlider MooTools class</title>
	<atom:link href="http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/</link>
	<description>The Modern Web</description>
	<lastBuildDate>Wed, 30 Jun 2010 00:33:23 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Justin</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-45</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 29 Apr 2009 14:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-45</guid>
		<description>Can you it be made to cycle through on a timeframe?

Say every 30 seconds it changes on it&#039;s own.

Great looking script.

Regards,

Justin</description>
		<content:encoded><![CDATA[<p>Can you it be made to cycle through on a timeframe?</p>
<p>Say every 30 seconds it changes on it&#8217;s own.</p>
<p>Great looking script.</p>
<p>Regards,</p>
<p>Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorkreg</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-43</link>
		<dc:creator>Gorkreg</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-43</guid>
		<description>Thanks for that.</description>
		<content:encoded><![CDATA[<p>Thanks for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-42</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-42</guid>
		<description>Only thing i can think of is that you&#039;re not setting the width and height attributes of your img tags so the script cant calculate how far it needs to slide.  This works locally because everything&#039;s immediately loaded, but not on your server because the images haven&#039;t fully loaded when the dom loads and the script initiates.

BTW i have version 2 of this class done with a lot of improvements and changes, i just haven&#039;t had time to make a new blog post about it.  It works with vertical scrolling and also allows you to scroll with the mouse wheel.</description>
		<content:encoded><![CDATA[<p>Only thing i can think of is that you&#8217;re not setting the width and height attributes of your img tags so the script cant calculate how far it needs to slide.  This works locally because everything&#8217;s immediately loaded, but not on your server because the images haven&#8217;t fully loaded when the dom loads and the script initiates.</p>
<p>BTW i have version 2 of this class done with a lot of improvements and changes, i just haven&#8217;t had time to make a new blog post about it.  It works with vertical scrolling and also allows you to scroll with the mouse wheel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorkreg</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-41</link>
		<dc:creator>Gorkreg</dc:creator>
		<pubDate>Tue, 21 Apr 2009 15:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-41</guid>
		<description>Hi Travis!

Thanks for the answer. After playing a bit I discovered that it wasn&#039;t the relative positioning of the child elements but the relative positioning of the Container mask what I needed. Now it works well in all the browsers.

Of course, nothing can´t be so easy and a very strange thing happened when I uploaded the files to the server. In Safari and Firefox when you press the right button, the slidercontent doesn&#039;t stop on the next image but passes it and continues until everyrhing is white (???!!!). The same files working in my localhost work well. That is something that never happened to me.

I tried to change the parameters &quot;numOfElementsToSlide&quot; and &quot;numOfElementsShown&quot; in the Javascript code but it didn&#039;t work. Do you have any ideas on why this could be happening?</description>
		<content:encoded><![CDATA[<p>Hi Travis!</p>
<p>Thanks for the answer. After playing a bit I discovered that it wasn&#8217;t the relative positioning of the child elements but the relative positioning of the Container mask what I needed. Now it works well in all the browsers.</p>
<p>Of course, nothing can´t be so easy and a very strange thing happened when I uploaded the files to the server. In Safari and Firefox when you press the right button, the slidercontent doesn&#8217;t stop on the next image but passes it and continues until everyrhing is white (???!!!). The same files working in my localhost work well. That is something that never happened to me.</p>
<p>I tried to change the parameters &#8220;numOfElementsToSlide&#8221; and &#8220;numOfElementsShown&#8221; in the Javascript code but it didn&#8217;t work. Do you have any ideas on why this could be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-40</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Mon, 20 Apr 2009 21:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-40</guid>
		<description>@Gorkreg ...odd.
With just a quick glance at the CSS in firebug it might be the relative positioning of the child elements.

Try that and let me know if it fixes it.

on the child elements set
&lt;code&gt;position: relative;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Gorkreg &#8230;odd.<br />
With just a quick glance at the CSS in firebug it might be the relative positioning of the child elements.</p>
<p>Try that and let me know if it fixes it.</p>
<p>on the child elements set<br />
<code>position: relative;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gorkreg</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-39</link>
		<dc:creator>Gorkreg</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-39</guid>
		<description>Hi!
I was looking for something like that and finally found it. Thanks. One problem: it doesn&#039;t work in IE6. Not in my page nor in your example but it does work in your webpage&#039;s portfolio. How did you do it?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I was looking for something like that and finally found it. Thanks. One problem: it doesn&#8217;t work in IE6. Not in my page nor in your example but it does work in your webpage&#8217;s portfolio. How did you do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajnikant</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-31</link>
		<dc:creator>Rajnikant</dc:creator>
		<pubDate>Sat, 10 Jan 2009 07:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-31</guid>
		<description>Chaaka Jevu che</description>
		<content:encoded><![CDATA[<p>Chaaka Jevu che</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-28</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-28</guid>
		<description>@Kemar

Here&#039;s a brief explanation of what&#039;s going on.

Using naming conventions I&#039;m able to link the thumbnails to their respective detail section.  For instance the thumbnail div with id #corprasoftLink is linked to the details div with id #corprasoftDetails.  

All of the sections are already on the page and just hidden on page load.  Whenever a user clicks the thumbnail a function is fired that, using the naming conventions mentioned earlier, finds the corresponding details section, clones it, injects it back into the page as a child of a masking div, but offset to the right.  Then i animate the whole thing to the left.

I&#039;m also setting a location hash so that you can hotlink directly to a particular portfolio section ( &lt;a href=&quot;http://travisjbeck.com/portfolio.html#wildcat&quot;  rel=&quot;nofollow&quot;&gt;http://travisjbeck.com/portfolio.html#wildcat&lt;/a&gt; ) for example.</description>
		<content:encoded><![CDATA[<p>@Kemar</p>
<p>Here&#8217;s a brief explanation of what&#8217;s going on.</p>
<p>Using naming conventions I&#8217;m able to link the thumbnails to their respective detail section.  For instance the thumbnail div with id #corprasoftLink is linked to the details div with id #corprasoftDetails.  </p>
<p>All of the sections are already on the page and just hidden on page load.  Whenever a user clicks the thumbnail a function is fired that, using the naming conventions mentioned earlier, finds the corresponding details section, clones it, injects it back into the page as a child of a masking div, but offset to the right.  Then i animate the whole thing to the left.</p>
<p>I&#8217;m also setting a location hash so that you can hotlink directly to a particular portfolio section ( <a href="http://travisjbeck.com/portfolio.html#wildcat"  rel="nofollow">http://travisjbeck.com/portfolio.html#wildcat</a> ) for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kemar</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-27</link>
		<dc:creator>Kemar</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-27</guid>
		<description>Hey,

I love it. Can you explain further if you don&#039;t mind how you create the technique to have the respective info of the clicked thumbnail or element of the ImageSlider to show up?

Thanks Bro!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I love it. Can you explain further if you don&#8217;t mind how you create the technique to have the respective info of the clicked thumbnail or element of the ImageSlider to show up?</p>
<p>Thanks Bro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://travisjbeck.com/blog/javascript/the-imageslider-mootools-class/comment-page-1/#comment-18</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 06 Oct 2008 15:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://travisjbeck.com/blog/?p=53#comment-18</guid>
		<description>Excellent post - great script.</description>
		<content:encoded><![CDATA[<p>Excellent post &#8211; great script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
