<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042999" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042999</link>
    <description></description>
    <language>en</language>
          <item>
    <title>pr0gr4mm3r wrote:
You</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237968</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;pr0gr4mm3r&lt;/em&gt; wrote:&lt;/div&gt;You &lt;a href=&quot;http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/&quot;&gt;linked to it&lt;/a&gt;.  Is your cold affecting your memory? :D&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;HaH! - I did not read the url or header - I found it on Google - just glanced over the code...&lt;/p&gt;
&lt;p&gt;My apologies &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/crying.png&quot; title=&quot;Cry&quot; alt=&quot;Cry&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;and the cold is affecting me, a bit, but that Advil Cold &amp;amp; Sinus is also making me speedy now, who needs meth? (actually, I knew a guy in college who brought meth from DC up to our Ivy League campus - it was great for studying and stuff, but it kind of ruined my friend&#039;s brain...)&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Feb 2009 02:54:43 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237968 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>an elated article?
You</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237967</link>
    <description> &lt;blockquote&gt;&lt;p&gt;an elated article?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You &lt;a href=&quot;http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/&quot;&gt;linked to it&lt;/a&gt;.  Is your cold affecting your memory? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Feb 2009 02:35:32 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1237967 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>pr0gr4mm3r wrote:
... that</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237964</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;pr0gr4mm3r&lt;/em&gt; wrote:&lt;/div&gt;... that elated article ...&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;an &lt;strong&gt;elated&lt;/strong&gt; article?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://dictionary.reference.com/browse/elated&quot;&gt;&lt;br /&gt;
&lt;blockquote&gt;e⋅lat⋅ed  [i-ley-tid]&lt;br /&gt;
–adjective very happy or proud; jubilant; in high spirits: &lt;em&gt;an elated winner of a contest.&lt;/em&gt;
&lt;/blockquote&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am &lt;em&gt;elated&lt;/em&gt; that you enjoyed the article... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Feb 2009 01:35:58 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yup, I found that elated</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237963</link>
    <description> &lt;p&gt;Yup, I found that elated article shortly after posting the question.  I had a problem with it at first because IE caches AJAX requests to the same URL, so I was thinking that it wasn&#039;t making the call repeatedly.  I got around IE&#039;s caching problem by sending a post request with the current timestamp.&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Feb 2009 01:27:18 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1237963 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>teammatt3 wrote:
[edited</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237961</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;teammatt3&lt;/em&gt; wrote:&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;[edited for completeness]&lt;/p&gt;
&lt;p&gt;var mytimer = setTimeout ( &quot;expression&quot;, timeout-in-milliseconds );&lt;/p&gt;
&lt;p&gt;var myinterval = setInterval ( &quot;expression&quot;, interval-in-milliseconds );&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;cancel with&lt;/p&gt;
&lt;p&gt;clearTimout(mytimer) or clearInterval(myinterval)&lt;/p&gt;
&lt;p&gt;you can also change the value of mytimer or myinterval before they run out&lt;/p&gt;
&lt;p&gt;if you do not need to manipulate the timer or cancel it, you do not need the timerId (var mytimer or var myinterval) - however if you do not use an id variable and you call the function before the existing object has triggered, you will create a NEW instance of the timeout or interval with multiple events happening&lt;/p&gt;
&lt;p&gt;you can also have a function that calls the one containing setTimeout (it can even be the same function) recursively&lt;/p&gt;
&lt;p&gt;here&#039;s &lt;a href=&quot;http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/&quot;&gt;more&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 Feb 2009 22:13:07 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237961 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>The best way? Well, you</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237959</link>
    <description> &lt;p&gt;The best way? Well, you really only have two options:&lt;/p&gt;
&lt;p&gt;setTimeout ( expression, timeout );&lt;br /&gt;
That will execute &lt;em&gt;expression &lt;/em&gt;after &lt;em&gt;timeout&lt;/em&gt;, one time.&lt;/p&gt;
&lt;p&gt;setInterval ( expression, interval );&lt;br /&gt;
and clearInterval()&lt;br /&gt;
That will execute &lt;em&gt;expression &lt;/em&gt;every &lt;em&gt;interval&lt;/em&gt; forever. setInterval() returns an ID which you need to pass to clearInterval() to stop the execution.&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 Feb 2009 22:00:27 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1237959 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>what about setTimeout() or</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/best-way-sleep-javascript#comment-1237957</link>
    <description> &lt;p&gt;what about setTimeout() or setInterval() ?&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 Feb 2009 21:59:03 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1237957 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
