<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; text field</title>
	<atom:link href="http://www.ghacks.net/tag/text-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatically Jump To First Text Field</title>
		<link>http://www.ghacks.net/2009/04/13/automatically-jump-to-first-text-field/</link>
		<comments>http://www.ghacks.net/2009/04/13/automatically-jump-to-first-text-field/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 20:11:33 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[auto focus]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[text field]]></category>
		<category><![CDATA[userscripts]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/13/automatically-jump-to-first-text-field/</guid>
		<description><![CDATA[We mentioned a setting for the Firefox web browser earlier today that allowed the usage of the tab key to jump to the first text field on a website.This is handy on websites with no auto focus on the first text field. There was no apparent way, either by installing a Firefox add-on or userscript, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/greasemonkey.gif" alt="greasemonkey" title="greasemonkey" width="128" height="128" class="alignleft size-full wp-image-11973" />We mentioned a setting for the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> web browser earlier today that allowed the usage of the tab key to <a href="http://www.ghacks.net/2009/04/13/quick-jump-to-text-fields-in-firefox/">jump to the first text field</a> on a website.This is handy on websites with no auto focus on the first text field. There was no apparent way, either by installing a Firefox add-on or userscript, to automate that process further by automatically focusing on the first text field on specific sites.</p>
<p>Research for disabling that feature on websites with enabled auto focus led to a Greasemonkey user script that would do exactly what we have been looking for earlier today: A script that would automatically jump to the first text field on selected websites without user interaction. A Greasemonkey script for that purpose is great because of the following reasons:</p>
<ul>
<li>It is not limited to the Firefox web browser but can also be added to other web browser supporting Greasemonkey or those scripts.</li>
<li>It can be enabled on specific domains (or all).</li>
</ul>
<p><span id="more-11976"></span>A user wanting to install the script needs to download <a href="http://www.greasespot.net/">Greasemonkey</a> or a compatible program. Once Greasemonkey or its equivalent are installed the <a href="http://userscripts.org/scripts/show/46455">Focus First Textbox</a> script can be added to the web browser. The last step involves adding domain names or strings where this user script should be active on.</p>
<p>A right-click on the Greasemonkey icon in the status bar of Firefox and the selection of Manage User Scripts will open the configuration. Select the Focus First Textbox script from the left sidebar. A click on the Add button next to included pages will open a basic form that can be filled with a domain name. </p>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/focus_first_textbox-500x238.jpg" alt="focus first textbox" title="focus first textbox" width="500" height="238" class="alignnone size-medium wp-image-11975" /></p>
<p>The script becomes active on newly added pages after reloading them.</p>

	Tags: <a href="http://www.ghacks.net/tag/auto-focus/" title="auto focus" rel="tag">auto focus</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/form/" title="form" rel="tag">form</a>, <a href="http://www.ghacks.net/tag/google-chrome/" title="google chrome" rel="tag">google chrome</a>, <a href="http://www.ghacks.net/tag/greasemonkey/" title="greasemonkey" rel="tag">greasemonkey</a>, <a href="http://www.ghacks.net/tag/opera/" title="opera" rel="tag">opera</a>, <a href="http://www.ghacks.net/tag/text-field/" title="text field" rel="tag">text field</a>, <a href="http://www.ghacks.net/tag/userscripts/" title="userscripts" rel="tag">userscripts</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/11/16/rapidshare-links-checker/" title="Rapidshare Links Checker (November 16, 2008)">Rapidshare Links Checker</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/04/04/xenocode-web-browser-sandbox/" title="Xenocode Web Browser Sandbox (April 4, 2009)">Xenocode Web Browser Sandbox</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/" title="x Ways To Manipulate Websites In Firefox (June 15, 2009)">x Ways To Manipulate Websites In Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/03/21/web-browser-popularity/" title="Web Browser Popularity (March 21, 2009)">Web Browser Popularity</a> (51)</li>
	<li><a href="http://www.ghacks.net/2009/06/21/web-browser-memory-usage-benchmark-gets-it-all-wrong/" title="Web Browser Memory Usage Benchmark Gets It All Wrong (June 21, 2009)">Web Browser Memory Usage Benchmark Gets It All Wrong</a> (15)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/13/automatically-jump-to-first-text-field/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
