<?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; jquery</title>
	<atom:link href="http://www.strongasanox.co.uk/tag/jquery/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>A Simple jQuery Print Page Plugin</title>
		<link>http://www.strongasanox.co.uk/2010/02/26/a-simple-jquery-print-page-plugin/</link>
		<comments>http://www.strongasanox.co.uk/2010/02/26/a-simple-jquery-print-page-plugin/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 20:25:22 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.strongasanox.co.uk/?p=298</guid>
		<description><![CDATA[The other day I was after a really simple way to add a print page link to a page to, well, er, print it.  So I came up with my jQuery Print Page plugin and stuck it on GitHub with a demo page: http://github.com/ianoxley/jqueryprintpage This really is nothing fancy: it&#8217;s just a convenient way of adding [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I was after a really simple way to add a <em>print page</em> link to a page to, well, er, print it.  So I came up with my jQuery Print Page plugin and stuck it on GitHub with a demo page: <a href="http://github.com/ianoxley/jqueryprintpage">http://github.com/ianoxley/jqueryprintpage</a></p>
<p>This really is nothing fancy: it&#8217;s just a convenient way of adding an &lt;a&gt; tag plus an event-handler to a page to print it. Using it is as simple as, well, using File -&gt; Print. But you can&#8217;t style the File menu with <abbr title="Cascading Style Sheets">CSS</abbr> so this is much more fun <img src='http://www.strongasanox.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongasanox.co.uk/2010/02/26/a-simple-jquery-print-page-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
