<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Rate Limiting with JavaScript</title>
	<atom:link href="http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<lastBuildDate>Thu, 29 Jul 2010 06:58:16 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CSS Technique: Morning Sunset &#171; Stoat &#8211; Where?</title>
		<link>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/comment-page-1/#comment-424</link>
		<dc:creator>CSS Technique: Morning Sunset &#171; Stoat &#8211; Where?</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=241#comment-424</guid>
		<description>[...] on to prevent the event firing continuously and slowing down the page. That came from a helpful Dojo Cookie by Peter Higgins over at Dojo Campus. I haven&#8217;t played fully with the rate limiting yet, but [...]</description>
		<content:encoded><![CDATA[<p>[...] on to prevent the event firing continuously and slowing down the page. That came from a helpful Dojo Cookie by Peter Higgins over at Dojo Campus. I haven&#8217;t played fully with the rate limiting yet, but [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante</title>
		<link>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/comment-page-1/#comment-417</link>
		<dc:creator>dante</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=241#comment-417</guid>
		<description>Simon Willison created the opposite of this technique briefly:

http://gist.github.com/292562

While this will trap events and fire the LAST event triggered after a timeout, Simon&#039;s will fire the FIRST event and not again until after a timeout threshold. Both have great applications.</description>
		<content:encoded><![CDATA[<p>Simon Willison created the opposite of this technique briefly:</p>
<p><a href="http://gist.github.com/292562" rel="nofollow">http://gist.github.com/292562</a></p>
<p>While this will trap events and fire the LAST event triggered after a timeout, Simon&#8217;s will fire the FIRST event and not again until after a timeout threshold. Both have great applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les</title>
		<link>http://dojocampus.org/content/2009/09/28/rate-limiting-with-javascript/comment-page-1/#comment-404</link>
		<dc:creator>Les</dc:creator>
		<pubDate>Tue, 27 Oct 2009 13:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=241#comment-404</guid>
		<description>I wonder if the dojo.connectPublisher function could be modified to accept additional &#039;rate&#039; argument, e.g.

dojo.connectPublisher(&quot;/window/scrolled&quot;, window, &quot;onscroll&quot;, 75);

...or a new function could be created, e.g.:

dojo.connectLimitedPublisher(&quot;/window/scrolled&quot;, window, &quot;onscroll&quot;, 75);</description>
		<content:encoded><![CDATA[<p>I wonder if the dojo.connectPublisher function could be modified to accept additional &#8216;rate&#8217; argument, e.g.</p>
<p>dojo.connectPublisher(&#8221;/window/scrolled&#8221;, window, &#8220;onscroll&#8221;, 75);</p>
<p>&#8230;or a new function could be created, e.g.:</p>
<p>dojo.connectLimitedPublisher(&#8221;/window/scrolled&#8221;, window, &#8220;onscroll&#8221;, 75);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.389 seconds -->
<!-- Cached page served by WP-Cache -->
