<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Klevo blog</title>
	<link>http://www.klevo.sk</link>
	<description>Freelance web developer</description>
	<pubDate>Wed, 10 Mar 2010 23:24:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by Eyedia</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74383</link>
		<dc:creator>Eyedia</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:00:10 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74383</guid>
		<description>Thanks! It really great and helpful.</description>
		<content:encoded><![CDATA[<p>Thanks! It really great and helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by Иван</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74245</link>
		<dc:creator>Иван</dc:creator>
		<pubDate>Wed, 25 Nov 2009 09:56:33 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74245</guid>
		<description>Thank you very much about that solution!</description>
		<content:encoded><![CDATA[<p>Thank you very much about that solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Update by Yannis</title>
		<link>http://www.klevo.sk/misc/update/#comment-74193</link>
		<dc:creator>Yannis</dc:creator>
		<pubDate>Tue, 03 Nov 2009 07:11:37 +0000</pubDate>
		<guid>http://www.klevo.sk/misc/update/#comment-74193</guid>
		<description>Good On You Boy :)</description>
		<content:encoded><![CDATA[<p>Good On You Boy <img src='http://www.klevo.sk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by eleman</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74178</link>
		<dc:creator>eleman</dc:creator>
		<pubDate>Thu, 29 Oct 2009 17:32:57 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74178</guid>
		<description>ok, it is solved thanks</description>
		<content:encoded><![CDATA[<p>ok, it is solved thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by eleman</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74155</link>
		<dc:creator>eleman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:27:59 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-74155</guid>
		<description>hello,
i use;

function method(){
   if(document.getelementbyid(id)&#60;200){
      document.getelementbyid(id).style.left=document.getelementbyid(id).offsetLeft+10;//that line
      setTimeout(method(),1000);
   }
}

to see a slow slide effect.
but i just see my div on 200px right of the left edge of browser :S 
where am i wrong?
should not it shows the effect of single "that line"?
thanks in advance</description>
		<content:encoded><![CDATA[<p>hello,<br />
i use;</p>
<p>function method(){<br />
   if(document.getelementbyid(id)&lt;200){<br />
      document.getelementbyid(id).style.left=document.getelementbyid(id).offsetLeft+10;//that line<br />
      setTimeout(method(),1000);<br />
   }<br />
}</p>
<p>to see a slow slide effect.<br />
but i just see my div on 200px right of the left edge of browser :S<br />
where am i wrong?<br />
should not it shows the effect of single &#8220;that line&#8221;?<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by Eero Anttila</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-73926</link>
		<dc:creator>Eero Anttila</dc:creator>
		<pubDate>Thu, 17 Sep 2009 13:40:12 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-73926</guid>
		<description>Here's a full solution:

function thisReferencingCallback(instance, method) {
	return function() {
		return method.apply(instance, arguments);
	}
}

setTimeout(thisReferencingCallback(this, someMethod), 50);</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a full solution:</p>
<p>function thisReferencingCallback(instance, method) {<br />
	return function() {<br />
		return method.apply(instance, arguments);<br />
	}<br />
}</p>
<p>setTimeout(thisReferencingCallback(this, someMethod), 50);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP and some web hosts by Oliver Treend</title>
		<link>http://www.klevo.sk/cakephp/cakephp-and-some-web-hosts/#comment-73875</link>
		<dc:creator>Oliver Treend</dc:creator>
		<pubDate>Fri, 07 Aug 2009 22:24:56 +0000</pubDate>
		<guid>http://www.klevo.sk/cakephp/cakephp-and-some-web-hosts/#comment-73875</guid>
		<description>Nice find Klevo.

I also found this out the hard way. It seems that my Apache setup on Ubuntu Server also requires me to set the RewriteBase.

I think this is a pretty well-ish documented thing, though. I seemed to find a solution within minutes after a couple of Google searches.

What I don't understand, though, is that the use of RewriteBase doesn't seem to break hosts that don't initially require it to be set. For example, I develop websites with CakePHP on my home server (with RewriteBase), then upload it to a web host. I don't bother removing the RewriteBase line from the production version, though, and it works just fine. So I don't understand why it isn't included in the CakePHP .htaccess files by default!? :-/</description>
		<content:encoded><![CDATA[<p>Nice find Klevo.</p>
<p>I also found this out the hard way. It seems that my Apache setup on Ubuntu Server also requires me to set the RewriteBase.</p>
<p>I think this is a pretty well-ish documented thing, though. I seemed to find a solution within minutes after a couple of Google searches.</p>
<p>What I don&#8217;t understand, though, is that the use of RewriteBase doesn&#8217;t seem to break hosts that don&#8217;t initially require it to be set. For example, I develop websites with CakePHP on my home server (with RewriteBase), then upload it to a web host. I don&#8217;t bother removing the RewriteBase line from the production version, though, and it works just fine. So I don&#8217;t understand why it isn&#8217;t included in the CakePHP .htaccess files by default!? :-/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend PDT on 64bit (x64) Linux systems how-to by Daniel Hofstetter</title>
		<link>http://www.klevo.sk/misc/zend-pdt-on-64bit-x64-linux-systems-how-to/#comment-73506</link>
		<dc:creator>Daniel Hofstetter</dc:creator>
		<pubDate>Fri, 22 May 2009 06:28:27 +0000</pubDate>
		<guid>http://www.klevo.sk/misc/zend-pdt-on-64bit-x64-linux-systems-how-to/#comment-73506</guid>
		<description>Thanks for this mini-howto (especially for the tip for using Eclipse IDE for Java EE Developers. I first tried the vanilla Eclipse, but without luck)! 

However, the update url of PDT has changed in the meantime to http://download.eclipse.org/tools/pdt/updates/2.0/</description>
		<content:encoded><![CDATA[<p>Thanks for this mini-howto (especially for the tip for using Eclipse IDE for Java EE Developers. I first tried the vanilla Eclipse, but without luck)! </p>
<p>However, the update url of PDT has changed in the meantime to <a href="http://download.eclipse.org/tools/pdt/updates/2.0/" rel="nofollow">http://download.eclipse.org/tools/pdt/updates/2.0/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by Zeder</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-73470</link>
		<dc:creator>Zeder</dc:creator>
		<pubDate>Sat, 16 May 2009 12:50:04 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-73470</guid>
		<description>What Chuck said. I was even able to omit the first line/step from his solution, leaving simply:

setTimeout(function() { this.MethodToCall(); }, time);

which worked for me in IE 8 but, alas, not in FF 3.0.10 (for which I had to revert to his original solution).</description>
		<content:encoded><![CDATA[<p>What Chuck said. I was even able to omit the first line/step from his solution, leaving simply:</p>
<p>setTimeout(function() { this.MethodToCall(); }, time);</p>
<p>which worked for me in IE 8 but, alas, not in FF 3.0.10 (for which I had to revert to his original solution).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript&#8217;s setTimeout and how to use it with your methods by jeroen</title>
		<link>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-71987</link>
		<dc:creator>jeroen</dc:creator>
		<pubDate>Mon, 16 Mar 2009 19:29:22 +0000</pubDate>
		<guid>http://www.klevo.sk/javascript/javascripts-settimeout-and-how-to-use-it-with-your-methods/#comment-71987</guid>
		<description>Thanks!!
Very helpful!!</description>
		<content:encoded><![CDATA[<p>Thanks!!<br />
Very helpful!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
