<?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: How to Create Your Very Own &#8220;Archive Navigator&#8221;</title>
	<atom:link href="http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/</link>
	<description>A Blog on Web Development, Design and the Occasional Rant</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:56:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Best of the Web – April &#124; Tut Free</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-2/#comment-13474</link>
		<dc:creator>Best of the Web – April &#124; Tut Free</dc:creator>
		<pubDate>Wed, 20 Apr 2011 15:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-13474</guid>
		<description>[...] Visit Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Visit Tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Lu</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-13249</link>
		<dc:creator>Sam Lu</dc:creator>
		<pubDate>Sat, 24 Apr 2010 16:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-13249</guid>
		<description>The syntax looks fine to me but it&#039;s hard to troubleshoot without seeing this in action. Do you have a demo of this online somewhere?</description>
		<content:encoded><![CDATA[<p>The syntax looks fine to me but it&#8217;s hard to troubleshoot without seeing this in action. Do you have a demo of this online somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jetz</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-13247</link>
		<dc:creator>Jetz</dc:creator>
		<pubDate>Sun, 11 Apr 2010 12:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-13247</guid>
		<description>Hello, I tried using this type but seems like it doesn&#039;t work on firefox old and on the latest version, It works on IE and googlechrom but I just don&#039;t know why it won&#039;t slide on firefox.. &gt;&gt; Heres the script &gt;&gt;&gt;
_____________________________________________________

$(document).ready(function() {  

$(&quot;#nav1&quot;).click(function() {
       $(&quot;.widearea&quot;).animate({
                marginLeft: &quot;0px&quot;
        }, 300); 

});

$(&quot;#nav2&quot;).click(function() {
        $(&quot;.widearea&quot;).animate({
                marginLeft: &quot;-760px&quot;
        }, 300);
});

$(&quot;#nav3&quot;).click(function() {
        $(&quot;.widearea&quot;).animate({
                marginLeft: &quot;-1520px&quot;
        }, 300);
});

$(&quot;#nav4&quot;).click(function() {
        $(&quot;.widearea&quot;).animate({
                marginLeft: &quot;-2280px&quot;
        }, 300);
});

$(&quot;#nav5&quot;).click(function() {
        $(&quot;.widearea&quot;).animate({
                marginLeft: &quot;-3040px&quot;
        }, 300);
});

$(&quot;#nav6&quot;).click(function() {
        $(&quot;.widearea&quot;).animate({
                marginLeft: &quot;-3800px&quot;
        }, 300);
});
});</description>
		<content:encoded><![CDATA[<p>Hello, I tried using this type but seems like it doesn&#8217;t work on firefox old and on the latest version, It works on IE and googlechrom but I just don&#8217;t know why it won&#8217;t slide on firefox.. &gt;&gt; Heres the script &gt;&gt;&gt;<br />
_____________________________________________________</p>
<p>$(document).ready(function() {  </p>
<p>$(&#8220;#nav1&#8243;).click(function() {<br />
       $(&#8220;.widearea&#8221;).animate({<br />
                marginLeft: &#8220;0px&#8221;<br />
        }, 300); </p>
<p>});</p>
<p>$(&#8220;#nav2&#8243;).click(function() {<br />
        $(&#8220;.widearea&#8221;).animate({<br />
                marginLeft: &#8220;-760px&#8221;<br />
        }, 300);<br />
});</p>
<p>$(&#8220;#nav3&#8243;).click(function() {<br />
        $(&#8220;.widearea&#8221;).animate({<br />
                marginLeft: &#8220;-1520px&#8221;<br />
        }, 300);<br />
});</p>
<p>$(&#8220;#nav4&#8243;).click(function() {<br />
        $(&#8220;.widearea&#8221;).animate({<br />
                marginLeft: &#8220;-2280px&#8221;<br />
        }, 300);<br />
});</p>
<p>$(&#8220;#nav5&#8243;).click(function() {<br />
        $(&#8220;.widearea&#8221;).animate({<br />
                marginLeft: &#8220;-3040px&#8221;<br />
        }, 300);<br />
});</p>
<p>$(&#8220;#nav6&#8243;).click(function() {<br />
        $(&#8220;.widearea&#8221;).animate({<br />
                marginLeft: &#8220;-3800px&#8221;<br />
        }, 300);<br />
});<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-13206</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-13206</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://www.gosammy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MENU DE ABAS COM CONTEÚDO DESLISANTE</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-13201</link>
		<dc:creator>MENU DE ABAS COM CONTEÚDO DESLISANTE</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:53:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-13201</guid>
		<description>[...] completa que pode ser adaptada por você bastando ter algum conhecimento de html e css. Neste outro site você encontrará uma documentação mais detalhada com exemplos de códigos. Slider.js criando [...]</description>
		<content:encoded><![CDATA[<p>[...] completa que pode ser adaptada por você bastando ter algum conhecimento de html e css. Neste outro site você encontrará uma documentação mais detalhada com exemplos de códigos. Slider.js criando [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating the Coda-Slider with jQuery - Tutorial Collection</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-13160</link>
		<dc:creator>Creating the Coda-Slider with jQuery - Tutorial Collection</dc:creator>
		<pubDate>Sun, 07 Jun 2009 21:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-13160</guid>
		<description>[...] View Tutorial      No Comment  var addthis_pub=&quot;izwan00&quot;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 2:36 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] View Tutorial      No Comment  var addthis_pub=&#8221;izwan00&#8243;; BOOKMARK        This entry was posted on Monday, June 8th, 2009 at 2:36 am and is filed under Javascript Tutorials. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NAF</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-12899</link>
		<dc:creator>NAF</dc:creator>
		<pubDate>Thu, 21 May 2009 00:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-12899</guid>
		<description>Hey, what would be the simplest way to replace the browser buttons with linked images? Thanks.</description>
		<content:encoded><![CDATA[<p>Hey, what would be the simplest way to replace the browser buttons with linked images? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Lu</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-12622</link>
		<dc:creator>Sam Lu</dc:creator>
		<pubDate>Thu, 26 Mar 2009 04:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-12622</guid>
		<description>Hi Mike,
I think your problem may stem from the href you assign to your links. Try changing your href for your links like so:
[code lang=&quot;html&quot;]
&lt;a href=&quot;javascript:;&quot; rel=&quot;nofollow&quot;&gt;Shows&lt;/a&gt;
[/code]
Change all your links&#039; href to javascript:; and it might fix it.</description>
		<content:encoded><![CDATA[<p>Hi Mike,<br />
I think your problem may stem from the href you assign to your links. Try changing your href for your links like so:</p>
<div class="codesnip-container" >
<div class="codesnip"><span class="sc2"><a href="http://december.com/html/4/element/a.html"><span class="kw2">&lt;a</span></a> <span class="kw3">href</span>=<span class="st0">&#8220;javascript:;&#8221;</span> <span class="kw3">rel</span>=<span class="st0">&#8220;nofollow&#8221;</span><span class="kw2">&gt;</span></span>Shows<span class="sc2"><span class="kw2">&lt;/a&gt;</span></span></div>
</div>
<p>Change all your links&#8217; href to javascript:; and it might fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-12621</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 25 Mar 2009 01:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-12621</guid>
		<description>Whoops! Maybe a description of the issues might help...

I used my own links to access the panels which could be where the problem is coming from.  When I click the different links, the animation effect works but it overshoots the targeted panel.  If I click the same link again, it will bring up the correct panel but will not animate.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Whoops! Maybe a description of the issues might help&#8230;</p>
<p>I used my own links to access the panels which could be where the problem is coming from.  When I click the different links, the animation effect works but it overshoots the targeted panel.  If I click the same link again, it will bring up the correct panel but will not animate.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.gosammy.com/2008/04/08/how-to-create-your-very-own-archive-navigator/comment-page-1/#comment-12620</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 25 Mar 2009 01:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gosammy.com/?p=426#comment-12620</guid>
		<description>Hi Sam, First I want to thank you for this great tutorial.  Second, I&#039;ve encountered a small hiccup when trying to implement your strategy into a site I&#039;m working on.  I&#039;m not sure if it has to do with the fact that instead of 3 panels, I am using 5 or if I messed up a number somewhere while modifying it to fit my needs.

If you or another willing helper could take a look, I would greatly appreciate it.  I&#039;m still pretty new to this stuff so I&#039;m not sure how to troubleshoot.  The site is at &lt;a href=&quot;http://www.mikegolofaro.com/TSGD/TSGD/index.html&quot; rel=&quot;nofollow&quot;&gt;http://www.mikegolofaro.com/TSGD/TSGD/index.html&lt;/a&gt;

Thank you so much for any help you might be able to provide!</description>
		<content:encoded><![CDATA[<p>Hi Sam, First I want to thank you for this great tutorial.  Second, I&#8217;ve encountered a small hiccup when trying to implement your strategy into a site I&#8217;m working on.  I&#8217;m not sure if it has to do with the fact that instead of 3 panels, I am using 5 or if I messed up a number somewhere while modifying it to fit my needs.</p>
<p>If you or another willing helper could take a look, I would greatly appreciate it.  I&#8217;m still pretty new to this stuff so I&#8217;m not sure how to troubleshoot.  The site is at <a href="http://www.mikegolofaro.com/TSGD/TSGD/index.html" rel="nofollow">http://www.mikegolofaro.com/TSGD/TSGD/index.html</a></p>
<p>Thank you so much for any help you might be able to provide!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

