<?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&#160;Periodicals</title> <atom:link href="http://davidwalsh.name/mootools-periodical/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/mootools-periodical</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:28:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Makarand</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-21436</link> <dc:creator>Makarand</dc:creator> <pubDate>Sun, 28 Nov 2010 11:59:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-21436</guid> <description>Thanks a ton.It works !Just used it in Joomla 1.5 with your code to auto-update an html element with some minor changes. Worked flawlessly.</description> <content:encoded><![CDATA[<p>Thanks a ton.</p><p>It works !</p><p>Just used it in Joomla 1.5 with your code to auto-update an html element with some minor changes. Worked flawlessly.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-21199</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 03 Nov 2010 04:23:54 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-21199</guid> <description>Eh, this one instead:$clear = function(inter){ clearTimeout(inter); clearInterval(inter); return null; };</description> <content:encoded><![CDATA[<p>Eh, this one instead:</p><p>$clear = function(inter){ clearTimeout(inter); clearInterval(inter); return null; };</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-21193</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 03 Nov 2010 00:17:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-21193</guid> <description>$clear has been deprecated with MooTools 1.3.  Use clearInterval or clearTimeout instead.If you want to hold onto clear, you could code:&lt;code&gt;$clear = function(inter){ clearInterval(inter); };&lt;/code&gt;</description> <content:encoded><![CDATA[<p>$clear has been deprecated with MooTools 1.3.  Use clearInterval or clearTimeout instead.</p><p>If you want to hold onto clear, you could code:</p><p><code>$clear = function(inter){ clearInterval(inter); };</code></p> ]]></content:encoded> </item> <item><title>By: Mauno Märjamaalt</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-21189</link> <dc:creator>Mauno Märjamaalt</dc:creator> <pubDate>Tue, 02 Nov 2010 22:09:57 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-21189</guid> <description>I love Mootools and I have used periodical a lot. But I just downloaded the new Mootools v1.3 for my new project and it seemes as if the $clear function does not exist any more (&quot;$clear is not defined&quot; is what my browser says). Anyways, I&#039;m unable to find it, added almost all Core &amp; More classes, but no success :(</description> <content:encoded><![CDATA[<p>I love Mootools and I have used periodical a lot. But I just downloaded the new Mootools v1.3 for my new project and it seemes as if the $clear function does not exist any more (&#8220;$clear is not defined&#8221; is what my browser says). Anyways, I&#8217;m unable to find it, added almost all Core &amp; More classes, but no success :(</p> ]]></content:encoded> </item> <item><title>By: Avi</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-19920</link> <dc:creator>Avi</dc:creator> <pubDate>Sun, 12 Sep 2010 08:12:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-19920</guid> <description>Hi David,
I have assigned the blinking effect to one element.
Just doing display block and display none to that element to make it like blink.
I am assigning the periodical method to that element to make it blink.
Problem is that when I assign event for first time it works fine, but when I assign it second time then it reduce the interval to half.I mean to say it interval 1000ms then on assigning for second time interval become 500ms. I have tried the clear method but no luck with that.</description> <content:encoded><![CDATA[<p>Hi David,<br
/> I have assigned the blinking effect to one element.<br
/> Just doing display block and display none to that element to make it like blink.<br
/> I am assigning the periodical method to that element to make it blink.<br
/> Problem is that when I assign event for first time it works fine, but when I assign it second time then it reduce the interval to half.I mean to say it interval 1000ms then on assigning for second time interval become 500ms. I have tried the clear method but no luck with that.</p> ]]></content:encoded> </item> <item><title>By: Ryan Florence</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-13910</link> <dc:creator>Ryan Florence</dc:creator> <pubDate>Tue, 24 Nov 2009 18:51:37 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-13910</guid> <description>Woops, wrong link:http://moodocs.net/rpflo/mootools-rpflo/Loop</description> <content:encoded><![CDATA[<p>Woops, wrong link:</p><p><a
href="http://moodocs.net/rpflo/mootools-rpflo/Loop" rel="nofollow">http://moodocs.net/rpflo/mootools-rpflo/Loop</a></p> ]]></content:encoded> </item> <item><title>By: Ryan Florence</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-13832</link> <dc:creator>Ryan Florence</dc:creator> <pubDate>Sat, 21 Nov 2009 07:24:22 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-13832</guid> <description>For the same reason (slideshows) I created `Loop` to handle starting/stopping etc. of a periodical in a class.  Check it:  http://moodocs.ryanflorence.com/rpflo/LoopIt has been more valuable than I ever imagined at first.</description> <content:encoded><![CDATA[<p>For the same reason (slideshows) I created `Loop` to handle starting/stopping etc. of a periodical in a class.  Check it: <a
href="http://moodocs.ryanflorence.com/rpflo/Loop" rel="nofollow">http://moodocs.ryanflorence.com/rpflo/Loop</a></p><p>It has been more valuable than I ever imagined at first.</p> ]]></content:encoded> </item> <item><title>By: David Walsh</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-13724</link> <dc:creator>David Walsh</dc:creator> <pubDate>Wed, 18 Nov 2009 13:35:17 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-13724</guid> <description>@Jill:  No, it&#039;s very simple!</description> <content:encoded><![CDATA[<p>@Jill:  No, it&#8217;s very simple!</p> ]]></content:encoded> </item> <item><title>By: Jill</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-13723</link> <dc:creator>Jill</dc:creator> <pubDate>Wed, 18 Nov 2009 13:33:40 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-13723</guid> <description>This is insane. SUCK ME!</description> <content:encoded><![CDATA[<p>This is insane. SUCK ME!</p> ]]></content:encoded> </item> <item><title>By: Matthias</title><link>http://davidwalsh.name/mootools-periodical/comment-page-1#comment-13714</link> <dc:creator>Matthias</dc:creator> <pubDate>Wed, 18 Nov 2009 10:01:16 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4195#comment-13714</guid> <description>Great example, thanks! I&#039;m sure this will be helpful quite soon.</description> <content:encoded><![CDATA[<p>Great example, thanks! I&#8217;m sure this will be helpful quite soon.</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 3/18 queries in 0.015 seconds using disk: basic
Object Caching 866/869 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:39:25 -->
