<?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: MooTools Multiple Links Class</title>
	<atom:link href="http://thejavascriptblog.com/mootools-multiple-links-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejavascriptblog.com/mootools-multiple-links-class/</link>
	<description>Everything JavaScript</description>
	<lastBuildDate>Wed, 29 Jun 2011 03:56:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-1884</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Wed, 05 Jan 2011 16:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-1884</guid>
		<description>Thank you I need to take a second look at the positioning stuff in general! Thanks for the fix!</description>
		<content:encoded><![CDATA[<p>Thank you I need to take a second look at the positioning stuff in general! Thanks for the fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine Beach</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-1823</link>
		<dc:creator>Christine Beach</dc:creator>
		<pubDate>Fri, 24 Dec 2010 08:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-1823</guid>
		<description>Boundary correction error on your variables. multipleLinkList should be listSize I also changed the correction offset to the displacement difference instead of the full width of the unordered list. replace line 58: if ((obj[props[z]] + listSize[z] - scroll[z]) &gt; size[z]) obj[props[z]] = event.page[z] - ( (obj[props[z]] + listSize[z] - scroll[z]) - size[z] ) I occasionally see a chrome error when correction is done but haven&#039;t investigated it. Attribute target is gone from XHTML 1.0 Strict so finding a suitable workaround for that may or may not be a goal. I generally implement anchor behavior to other class names near the end of my pages.</description>
		<content:encoded><![CDATA[<p>Boundary correction error on your variables. multipleLinkList should be listSize I also changed the correction offset to the displacement difference instead of the full width of the unordered list. replace line 58: if ((obj[props[z]] + listSize[z] &#8211; scroll[z]) &gt; size[z]) obj[props[z]] = event.page[z] &#8211; ( (obj[props[z]] + listSize[z] &#8211; scroll[z]) &#8211; size[z] ) I occasionally see a chrome error when correction is done but haven&#8217;t investigated it. Attribute target is gone from XHTML 1.0 Strict so finding a suitable workaround for that may or may not be a goal. I generally implement anchor behavior to other class names near the end of my pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-1005</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Fri, 14 May 2010 06:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-1005</guid>
		<description>Hi

Very nice stuff.
We can create a follow me link and give several option in this way will be better approach.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Very nice stuff.<br />
We can create a follow me link and give several option in this way will be better approach.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Man and Van Richmond</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-853</link>
		<dc:creator>Man and Van Richmond</dc:creator>
		<pubDate>Thu, 22 Apr 2010 01:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-853</guid>
		<description>Excellent codes Merrick, Thanks a lot. It would be very helpful for me.</description>
		<content:encoded><![CDATA[<p>Excellent codes Merrick, Thanks a lot. It would be very helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: STB</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-610</link>
		<dc:creator>STB</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-610</guid>
		<description>Nice feature, Merrick. Thanks for demo.</description>
		<content:encoded><![CDATA[<p>Nice feature, Merrick. Thanks for demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-43</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 19:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-43</guid>
		<description>Alright. I made those changes and added an event.stop(); to prevent the window from jumping. The new download has these in there as well as the demo. Thanks again!</description>
		<content:encoded><![CDATA[<p>Alright. I made those changes and added an event.stop(); to prevent the window from jumping. The new download has these in there as well as the demo. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-42</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-42</guid>
		<description>Absolutely! If whatever your working on is public I would love to see this in action by someone else. Let me know!</description>
		<content:encoded><![CDATA[<p>Absolutely! If whatever your working on is public I would love to see this in action by someone else. Let me know!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTocco</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-41</link>
		<dc:creator>TTocco</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-41</guid>
		<description>Wow - quick response Merrick!  You&#039;re very welcome, thanks for coming up with the idea.   As soon as I saw it I thought of several places where I could put it to good use so I started tinkering immediately.  I&#039;ve already done quite a few other changes internally but the unmentioned changes were ones I did to match my personal approach to styling elements.  

Thanks again!</description>
		<content:encoded><![CDATA[<p>Wow &#8211; quick response Merrick!  You&#8217;re very welcome, thanks for coming up with the idea.   As soon as I saw it I thought of several places where I could put it to good use so I started tinkering immediately.  I&#8217;ve already done quite a few other changes internally but the unmentioned changes were ones I did to match my personal approach to styling elements.  </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TTocco</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-40</link>
		<dc:creator>TTocco</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-40</guid>
		<description>Oops... forgot to add that I had to include event.stop() inside the class&#039;s &quot;click&quot; event function to make it behave.</description>
		<content:encoded><![CDATA[<p>Oops&#8230; forgot to add that I had to include event.stop() inside the class&#8217;s &#8220;click&#8221; event function to make it behave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merrick Christensen</title>
		<link>http://thejavascriptblog.com/mootools-multiple-links-class/comment-page-1/#comment-39</link>
		<dc:creator>Merrick Christensen</dc:creator>
		<pubDate>Thu, 22 Oct 2009 17:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://thejavascriptblog.com/?p=51#comment-39</guid>
		<description>Hey thanks for your interest and help in this class. I will play with that code and see how it works. Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey thanks for your interest and help in this class. I will play with that code and see how it works. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

