<?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/"
		>
<channel>
	<title>Comments for Francois Faubert</title>
	<atom:link href="http://www.francoisfaubert.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.francoisfaubert.com</link>
	<description></description>
	<lastBuildDate>Tue, 05 Jan 2010 15:10:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Can&#8217;t move focus to control? by francoisfaubert</title>
		<link>http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/comment-page-1/#comment-2695</link>
		<dc:creator>francoisfaubert</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/#comment-2695</guid>
		<description>Is the page already loaded when that happens (say, the code launches on a mouse click) or does the browser hit the Javascript line when you enter the page? If it&#039;s while loading the page, you can tie it with the body&#039;s onload event (or preferably DOMEvent) either manually or with a javascript library. 

It&#039;s not the prettiest method for listening to an event, but try something like this:

&lt;code&gt;&lt;body onload=&quot;your_func_that_sets_focus();&quot;&gt; // Shouldn&#039;t need a timeout&lt;/code&gt;

If that doesn&#039;t help, I&#039;d like to see your code if you can send a link to the page online.</description>
		<content:encoded><![CDATA[<p>Is the page already loaded when that happens (say, the code launches on a mouse click) or does the browser hit the Javascript line when you enter the page? If it&#8217;s while loading the page, you can tie it with the body&#8217;s onload event (or preferably DOMEvent) either manually or with a javascript library. </p>
<p>It&#8217;s not the prettiest method for listening to an event, but try something like this:</p>
<p><code>&lt;body onload="your_func_that_sets_focus();"&gt; // Shouldn't need a timeout</code></p>
<p>If that doesn&#8217;t help, I&#8217;d like to see your code if you can send a link to the page online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can&#8217;t move focus to control? by Arthy</title>
		<link>http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/comment-page-1/#comment-2692</link>
		<dc:creator>Arthy</dc:creator>
		<pubDate>Tue, 05 Jan 2010 05:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/#comment-2692</guid>
		<description>I found this method in the net: setTimeout(&quot;elm.focus()&quot;,1250);
But even after increasing the time to 5 seconds, it did not work. 

I have ensured that there is no conflicting ids. And my element is visible and not disabled. But still I get this error. Any idea what else could be wrong?

Your help will be greatly appreciated!
Thanks for your time.</description>
		<content:encoded><![CDATA[<p>I found this method in the net: setTimeout(&#8220;elm.focus()&#8221;,1250);<br />
But even after increasing the time to 5 seconds, it did not work. </p>
<p>I have ensured that there is no conflicting ids. And my element is visible and not disabled. But still I get this error. Any idea what else could be wrong?</p>
<p>Your help will be greatly appreciated!<br />
Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can&#8217;t move focus to control? by Arthy</title>
		<link>http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/comment-page-1/#comment-2691</link>
		<dc:creator>Arthy</dc:creator>
		<pubDate>Tue, 05 Jan 2010 05:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/#comment-2691</guid>
		<description>I have trying to debug this problem but nothing seems to work. Luckily i came across your site. But now I am wondering how to slow down my code! 

Can you please suggest a way to slow down the code&#039;s execution in Javscript?</description>
		<content:encoded><![CDATA[<p>I have trying to debug this problem but nothing seems to work. Luckily i came across your site. But now I am wondering how to slow down my code! </p>
<p>Can you please suggest a way to slow down the code&#8217;s execution in Javscript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New skin by mat</title>
		<link>http://www.francoisfaubert.com/2006/07/10/new-skin/comment-page-1/#comment-94</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Sun, 16 Jul 2006 16:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.themusictank.com/fake/2006/07/10/new-skin/#comment-94</guid>
		<description>wordpress rules, lots of cool plugins...</description>
		<content:encoded><![CDATA[<p>wordpress rules, lots of cool plugins&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email designs by Maxime</title>
		<link>http://www.francoisfaubert.com/2005/11/30/email-designs/comment-page-1/#comment-2</link>
		<dc:creator>Maxime</dc:creator>
		<pubDate>Fri, 02 Dec 2005 12:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://themusictank.com/fake/?p=7#comment-2</guid>
		<description>Also, there is a lot of CSS rules not supported in most Email Client and that can be very fustrating!

I found an article about it on &quot;A list apart&quot; http://www.alistapart.com/articles/cssemail/ . I&#039;m sure you&#039;ve already seen it (since you are the one who showed me this web site). 

---- I&#039;m proud to say I&#039;m the first replier! hihi</description>
		<content:encoded><![CDATA[<p>Also, there is a lot of CSS rules not supported in most Email Client and that can be very fustrating!</p>
<p>I found an article about it on &#8220;A list apart&#8221; <a href="http://www.alistapart.com/articles/cssemail/" rel="nofollow">http://www.alistapart.com/articles/cssemail/</a> . I&#8217;m sure you&#8217;ve already seen it (since you are the one who showed me this web site). </p>
<p>&#8212;- I&#8217;m proud to say I&#8217;m the first replier! hihi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
