<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: MooTools Link&#160;Nudging</title> <atom:link href="http://davidwalsh.name/mootools-link-nudging/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-link-nudging</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:55:41 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: epsi</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-22501</link> <dc:creator>epsi</dc:creator> <pubDate>Sun, 30 Jan 2011 16:33:05 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-22501</guid> <description>After upgrading to mootools 1.3,
The link-nudge not always come back to original position
http://iluni-ftui.org/berita/It does not always trigger mouseleave event.</description> <content:encoded><![CDATA[<p>After upgrading to mootools 1.3,<br
/> The link-nudge not always come back to original position<br
/> <a
href="http://iluni-ftui.org/berita/" rel="nofollow">http://iluni-ftui.org/berita/</a></p><p>It does not always trigger mouseleave event.</p> ]]></content:encoded> </item> <item><title>By: Gregg</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-8457</link> <dc:creator>Gregg</dc:creator> <pubDate>Sun, 29 Mar 2009 10:45:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-8457</guid> <description>Hey David,Thanks for sharing all your awesome stuff, I have had no problems implementing everything you have shared so far even though I have 0 knowledge of javasript or mootools but this one isn&#039;t as clear as your other examples at all. I cant get this to work. How do you make the a tags associate with this script and is there anything I have to put in the css?Thanks for any helpThe noob!!!</description> <content:encoded><![CDATA[<p>Hey David,</p><p>Thanks for sharing all your awesome stuff, I have had no problems implementing everything you have shared so far even though I have 0 knowledge of javasript or mootools but this one isn&#8217;t as clear as your other examples at all. I cant get this to work. How do you make the a tags associate with this script and is there anything I have to put in the css?</p><p>Thanks for any help</p><p>The noob!!!</p> ]]></content:encoded> </item> <item><title>By: gijs</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7694</link> <dc:creator>gijs</dc:creator> <pubDate>Sun, 08 Feb 2009 16:40:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7694</guid> <description>perhaps you should your smooth scrool in the second window.addevent, do not use this twice </description> <content:encoded><![CDATA[<p>perhaps you should your smooth scrool in the second window.addevent, do not use this twice</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7692</link> <dc:creator>Erik</dc:creator> <pubDate>Sun, 08 Feb 2009 15:54:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7692</guid> <description>I got the nudge to work with jquery....  no luck with mootools.Thanks.</description> <content:encoded><![CDATA[<p>I got the nudge to work with jquery&#8230;.  no luck with mootools.</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: Dave Newton</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7691</link> <dc:creator>Dave Newton</dc:creator> <pubDate>Sun, 08 Feb 2009 15:29:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7691</guid> <description>What doesn&#039;t work? The links in the #footer3 section are nudged, the ones that aren&#039;t in a #footer3 section aren&#039;t.</description> <content:encoded><![CDATA[<p>What doesn&#8217;t work? The links in the #footer3 section are nudged, the ones that aren&#8217;t in a #footer3 section aren&#8217;t.</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7686</link> <dc:creator>Erik</dc:creator> <pubDate>Sat, 07 Feb 2009 20:52:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7686</guid> <description>Don&#039;t give up on me!!  Your all I got!! :-)</description> <content:encoded><![CDATA[<p>Don&#8217;t give up on me!!  Your all I got!! :-)</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7685</link> <dc:creator>Erik</dc:creator> <pubDate>Sat, 07 Feb 2009 20:03:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7685</guid> <description>Thank you so much.  Here is the head of my page:window.addEvent(&#039;domready&#039;,function() {
//smooooooth scrolling enabled
new SmoothScroll({ duration:700 }, window);
});window.addEvent(&#039;domready&#039;,function() {
$$(&#039;#footer3 a&#039;).each(function(el) {
var fx = new Fx.Morph(el,{ duration:300, link:&#039;cancel&#039; });
el.addEvents({
&#039;mouseenter&#039;: function() { fx.start({ &#039;padding-left&#039;: 20 }); },
&#039;mouseleave&#039;: function() { fx.start({ &#039;padding-left&#039;: 0 }); }
});
});The link to my CSS:http://www.honestskin.com/src/css/global/global.css&quot;</description> <content:encoded><![CDATA[<p>Thank you so much.  Here is the head of my page:</p><p> window.addEvent(&#8216;domready&#8217;,function() {<br
/> //smooooooth scrolling enabled<br
/> new SmoothScroll({ duration:700 }, window);<br
/> });</p><p>window.addEvent(&#8216;domready&#8217;,function() {<br
/> $$(&#8216;#footer3 a&#8217;).each(function(el) {<br
/> var fx = new Fx.Morph(el,{ duration:300, link:&#8217;cancel&#8217; });<br
/> el.addEvents({<br
/> &#8216;mouseenter&#8217;: function() { fx.start({ &#8216;padding-left&#8217;: 20 }); },<br
/> &#8216;mouseleave&#8217;: function() { fx.start({ &#8216;padding-left&#8217;: 0 }); }<br
/> });<br
/> });</p><p>The link to my CSS:</p><p><a
href="http://www.honestskin.com/src/css/global/global.css" rel="nofollow">http://www.honestskin.com/src/css/global/global.css</a>&#8220;</p> ]]></content:encoded> </item> <item><title>By: gijs</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7684</link> <dc:creator>gijs</dc:creator> <pubDate>Sat, 07 Feb 2009 19:55:14 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7684</guid> <description>drop your code here, and stop make it difficult to leave your site.</description> <content:encoded><![CDATA[<p>drop your code here, and stop make it difficult to leave your site.</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7682</link> <dc:creator>Erik</dc:creator> <pubDate>Sat, 07 Feb 2009 19:35:11 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7682</guid> <description>I&#039;m a novice with mootools, and I thought I was getting better.. For the life of me, i can&#039;t figure out why the nudging isn&#039;t working....
&lt;a href=&quot;http://www.honestskin.com&quot; rel=&quot;nofollow&quot;&gt;link text&lt;/a&gt;Can you help me?  Check out the bottom of my page.Many thanks.Erik</description> <content:encoded><![CDATA[<p>I&#8217;m a novice with mootools, and I thought I was getting better.. For the life of me, i can&#8217;t figure out why the nudging isn&#8217;t working&#8230;.<br
/> <a
href="http://www.honestskin.com" rel="nofollow">link text</a></p><p>Can you help me?  Check out the bottom of my page.</p><p>Many thanks.</p><p>Erik</p> ]]></content:encoded> </item> <item><title>By: Erik</title><link>http://davidwalsh.name/mootools-link-nudging/comment-page-1#comment-7681</link> <dc:creator>Erik</dc:creator> <pubDate>Sat, 07 Feb 2009 19:18:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=742#comment-7681</guid> <description>For the life of me I can&#039;t this script to work!!!!</description> <content:encoded><![CDATA[<p>For the life of me I can&#8217;t this script to work!!!!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/17 queries in 0.016 seconds using disk: basic
Object Caching 865/866 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 05:35:14 -->
