<?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>Strong as an Ox &#187; plugin</title>
	<atom:link href="http://www.strongasanox.co.uk/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strongasanox.co.uk</link>
	<description>Ian Oxley - ASP.NET, PHP, JavaScript and Web Applications</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:54:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery Form Focus Plugin Released</title>
		<link>http://www.strongasanox.co.uk/2008/06/09/jquery-form-focus-plugin-released/</link>
		<comments>http://www.strongasanox.co.uk/2008/06/09/jquery-form-focus-plugin-released/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 21:49:42 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://ianoxley.wordpress.com/?p=21</guid>
		<description><![CDATA[I have released the first version of my jQuery Form Focus plugin. This lets you set the initial focus on any form element but is careful not to set the focus if the user has already started filling in the form. To use it you call something like: $('#username').formFocus(); $('form input:first').formFocus(); $('form#options input[type="checkbox"]:first').formFocus(); Hope you [...]]]></description>
			<content:encoded><![CDATA[<p>I have released the first version of my <a href="http://plugins.jquery.com/project/FormFocus">jQuery Form Focus plugin</a>. This lets you set the initial focus on any form element but is careful not to set the focus if the user has already <a href="http://www.themaninblue.com/writing/perspective/2005/10/27/">started filling in the form</a>. To use it you call something like:</p>
<p><code>$('#username').formFocus();<br />
$('form input:first').formFocus();<br />
$('form#options input[type="checkbox"]:first').formFocus();</code></p>
<p>Hope you find it useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2008/06/09/jquery-form-focus-plugin-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
