<?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 on: Making Your Forms Auto-Focus (Ruby on Rails)</title>
	<atom:link href="http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Debt Financing </title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-408</link>
		<dc:creator>Debt Financing </dc:creator>
		<pubDate>Wed, 13 May 2009 07:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-408</guid>
		<description>thanks for your effort and our post here... very informative and useful post.. thanks for the technical stuffs!!!</description>
		<content:encoded><![CDATA[<p>thanks for your effort and our post here&#8230; very informative and useful post.. thanks for the technical stuffs!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Background Check</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-344</link>
		<dc:creator>Background Check</dc:creator>
		<pubDate>Wed, 04 Mar 2009 14:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-344</guid>
		<description>Great...thanks.</description>
		<content:encoded><![CDATA[<p>Great&#8230;thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elecnix</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-309</link>
		<dc:creator>elecnix</dc:creator>
		<pubDate>Fri, 13 Feb 2009 02:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-309</guid>
		<description>It would be nice if the FormHelper would allow passing an option to text_field to automagically add this JS to the page.</description>
		<content:encoded><![CDATA[<p>It would be nice if the FormHelper would allow passing an option to text_field to automagically add this JS to the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara J Najera</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-298</link>
		<dc:creator>Barbara J Najera</dc:creator>
		<pubDate>Wed, 11 Feb 2009 03:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-298</guid>
		<description>god bless your blog my friend :)</description>
		<content:encoded><![CDATA[<p>god bless your blog my friend <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon B Walker</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-291</link>
		<dc:creator>Leon B Walker</dc:creator>
		<pubDate>Tue, 10 Feb 2009 05:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-291</guid>
		<description>great article!, grats for u site :)</description>
		<content:encoded><![CDATA[<p>great article!, grats for u site <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisha</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-243</link>
		<dc:creator>Nisha</dc:creator>
		<pubDate>Thu, 22 Jan 2009 05:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-243</guid>
		<description>It worked for me. Thank You</description>
		<content:encoded><![CDATA[<p>It worked for me. Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-120</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Wed, 24 Sep 2008 23:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-120</guid>
		<description>People that need also to position the cursor should take a look at http://developer.mozilla.org/en/XUL/Method/setSelectionRange and http://msdn.microsoft.com/en-us/library/ms536401(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>People that need also to position the cursor should take a look at <a href="http://developer.mozilla.org/en/XUL/Method/setSelectionRange" rel="nofollow">http://developer.mozilla.org/en/XUL/Method/setSelectionRange</a> and <a href="http://msdn.microsoft.com/en-us/library/ms536401(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms536401(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jake</title>
		<link>http://buildingbrowsergames.com/2008/09/03/making-your-forms-auto-focus-ruby-on-rails/comment-page-1/#comment-100</link>
		<dc:creator>jake</dc:creator>
		<pubDate>Wed, 03 Sep 2008 17:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=290#comment-100</guid>
		<description>in jQuery you can also write it like:
&lt;pre&gt;
$(window).ready(function(){
  $(&quot;input:nth-child(0)&quot;).focus()
})

&lt;/pre&gt;

with Prototype you can do:
&lt;pre&gt;

document.observe(&quot;window:loaded&quot;, function() {
  // initially hide all containers for tab content
  $(&#039;user_login&#039;).focus()
});

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>in jQuery you can also write it like:</p>
<pre>
$(window).ready(function(){
  $("input:nth-child(0)").focus()
})
</pre>
<p>with Prototype you can do:</p>
<pre>

document.observe("window:loaded", function() {
  // initially hide all containers for tab content
  $('user_login').focus()
});
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
