<?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: Using MooTools ScrollSpy to Load More Items via&#160;JSON/AJAX</title> <atom:link href="http://davidwalsh.name/mootools-scrollspy-load/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-scrollspy-load</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Wed, 23 May 2012 14:01:31 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: antónio</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16137</link> <dc:creator>antónio</dc:creator> <pubDate>Tue, 16 Feb 2010 16:33:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16137</guid> <description>i david. great post once again.i hope you can help me.
is it possible to implement this &quot;Load More&quot; script on a blogger blog? i guess the problem is the php implementation..
any idea to do the job? maybe a go around trick...i dont know..thanks very much in advance
antónio torres
www.vaiumagasosa.com</description> <content:encoded><![CDATA[<p>i david. great post once again.</p><p>i hope you can help me.<br
/> is it possible to implement this &#8220;Load More&#8221; script on a blogger blog? i guess the problem is the php implementation..<br
/> any idea to do the job? maybe a go around trick&#8230;i dont know..</p><p>thanks very much in advance<br
/> antónio torres<br
/> <a
href="http://www.vaiumagasosa.com" rel="nofollow">http://www.vaiumagasosa.com</a></p> ]]></content:encoded> </item> <item><title>By: Alex Crooks</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16135</link> <dc:creator>Alex Crooks</dc:creator> <pubDate>Tue, 16 Feb 2010 15:29:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16135</guid> <description>Nice tutorial, any chance of a Jquery version? :D</description> <content:encoded><![CDATA[<p>Nice tutorial, any chance of a Jquery version? :D</p> ]]></content:encoded> </item> <item><title>By: Tim</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16088</link> <dc:creator>Tim</dc:creator> <pubDate>Fri, 12 Feb 2010 20:48:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16088</guid> <description>@Torkil Johnson and others with this problemThe fix for your problem is:
Change this bit of code:onEnter: function() {
loadMore.fireEvent(&#039;click&#039;);
}to this:
onEnter: function(pos,ent) {
if (ent == &quot;1&quot;) loadMore.fireEvent(&#039;click&#039;);
}Good luck!</description> <content:encoded><![CDATA[<p>@Torkil Johnson and others with this problem</p><p>The fix for your problem is:<br
/> Change this bit of code:</p><p>onEnter: function() {<br
/> loadMore.fireEvent(&#8216;click&#8217;);<br
/> }</p><p>to this:<br
/> onEnter: function(pos,ent) {<br
/> if (ent == &#8220;1&#8243;) loadMore.fireEvent(&#8216;click&#8217;);<br
/> }</p><p>Good luck!</p> ]]></content:encoded> </item> <item><title>By: Jon</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16077</link> <dc:creator>Jon</dc:creator> <pubDate>Fri, 12 Feb 2010 04:36:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16077</guid> <description>@Torkil Johnsen:  I think the relevant var needs reseting - it&#039;s firing 150px from the previous last post (when you scroll back and forward again.)</description> <content:encoded><![CDATA[<p>@Torkil Johnsen:  I think the relevant var needs reseting &#8211; it&#8217;s firing 150px from the previous last post (when you scroll back and forward again.)</p> ]]></content:encoded> </item> <item><title>By: Torkil Johnsen</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16020</link> <dc:creator>Torkil Johnsen</dc:creator> <pubDate>Wed, 10 Feb 2010 08:37:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16020</guid> <description>Like the idea, but seems like it has a small flaw:If I scroll down so the script loads more content 3-4 times, and then scroll up to the top and begin scrolling down again, the script will load more content several times before I reach the bottom.Seems like it loads more content each time I have scrolled X pixels rather than each time I reach the end of the scrollable area.</description> <content:encoded><![CDATA[<p>Like the idea, but seems like it has a small flaw:</p><p>If I scroll down so the script loads more content 3-4 times, and then scroll up to the top and begin scrolling down again, the script will load more content several times before I reach the bottom.</p><p>Seems like it loads more content each time I have scrolled X pixels rather than each time I reach the end of the scrollable area.</p> ]]></content:encoded> </item> <item><title>By: Dutchie</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16015</link> <dc:creator>Dutchie</dc:creator> <pubDate>Tue, 09 Feb 2010 17:10:06 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16015</guid> <description>When I first saw an implementation of this I liked it, though I have seen it confusing people when they lost track of where they were before the added content jumped into view and they were still scrolling/dragging with their mouse etc. (bit hard to explain)... anyway, I still dig it. Nice implementation too.However, I wonder what is the benefit of using the oneEvent in this case. I mean, how is it executed twice. And, also regarding oneEvent, do you think it will replace the common &quot;window.addEvent(&#039;domready&#039;, function() {...&quot; into &quot;window.oneEvent(&#039;domready&#039;, function() {...&quot; ?</description> <content:encoded><![CDATA[<p>When I first saw an implementation of this I liked it, though I have seen it confusing people when they lost track of where they were before the added content jumped into view and they were still scrolling/dragging with their mouse etc. (bit hard to explain)&#8230; anyway, I still dig it. Nice implementation too.</p><p>However, I wonder what is the benefit of using the oneEvent in this case. I mean, how is it executed twice. And, also regarding oneEvent, do you think it will replace the common &#8220;window.addEvent(&#8216;domready&#8217;, function() {&#8230;&#8221; into &#8220;window.oneEvent(&#8216;domready&#8217;, function() {&#8230;&#8221; ?</p> ]]></content:encoded> </item> <item><title>By: ajaxgoogle</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16014</link> <dc:creator>ajaxgoogle</dc:creator> <pubDate>Tue, 09 Feb 2010 16:42:40 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16014</guid> <description>W00t!  Does this work/can be implemented for select boxes?</description> <content:encoded><![CDATA[<p>W00t!  Does this work/can be implemented for select boxes?</p> ]]></content:encoded> </item> <item><title>By: Nickolas Simard</title><link>http://davidwalsh.name/mootools-scrollspy-load#comment-16009</link> <dc:creator>Nickolas Simard</dc:creator> <pubDate>Tue, 09 Feb 2010 14:41:13 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4755#comment-16009</guid> <description>That seems like something I&#039;ll find useful... Thanks!</description> <content:encoded><![CDATA[<p>That seems like something I&#8217;ll find useful&#8230; Thanks!</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 2/7 queries in 0.009 seconds using disk: basic
Object Caching 687/687 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-23 10:30:28 -->
