<?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>Sean-O.com &#187; WebDev</title>
	<atom:link href="http://www.sean-o.com/blog/index.php/category/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sean-o.com/blog</link>
	<description>Digital Craftsman &#38; Curator</description>
	<lastBuildDate>Thu, 26 May 2011 17:30:19 +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 Increment Plugin &#8211; Now with Mousewheel Support</title>
		<link>http://www.sean-o.com/blog/index.php/2010/04/29/jquery-increment-plugin-now-with-mousewheel-support/</link>
		<comments>http://www.sean-o.com/blog/index.php/2010/04/29/jquery-increment-plugin-now-with-mousewheel-support/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:27:55 +0000</pubDate>
		<dc:creator>seano</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[mousewheel]]></category>
		<category><![CDATA[numeric]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.sean-o.com/blog/?p=1042</guid>
		<description><![CDATA[The latest version of the jQuery Increment plugin (v. 0.6) now supports use of the mousewheel plugin by Brandon Aaron to increment/decrement numeric input values. Ensure scripts are loaded in the proper order (jquery » mousewheel » increment). Try it out: jQuery Increment Demo Download Increment Now See the original Increment blog post.]]></description>
			<content:encoded><![CDATA[<div id="attachment_1018" class="wp-caption aligncenter" style="width: 349px"><a href="http://www.sean-o.com/jquery/increment"><img class="size-full wp-image-1018" title="jQuery Increment Plugin" src="http://www.sean-o.com/blog/wp-content/uploads/increment1.PNG" alt="jQuery Increment Plugin" width="339" height="224" /></a><p class="wp-caption-text">jQuery Increment Plugin</p></div>
<p>The latest version of the jQuery Increment plugin (v. 0.6) now supports use of the <a title="jQuery Mousewheel Plugin" href="http://plugins.jquery.com/project/mousewheel" target="_blank">mousewheel plugin</a> by <a href="http://brandonaaron.net/" target="_blank">Brandon Aaron</a> to increment/decrement numeric input values. Ensure scripts are loaded in the proper order (jquery » mousewheel » increment).</p>
<p>Try it out: <strong><a title="jQuery Increment Plugin Demo" href="http://sean-o.com/jquery/increment/">jQuery Increment Demo</a></strong></p>
<p style="color: darkgreen; background: none repeat scroll 0% 0% honeydew; padding: 10px; margin-top: 10px; border: 1px solid green; font-size: 1.3em;"><a style="text-decoration: none" onclick="javascript:urchinTracker('/downloads/increment-v0.6');" href="/jquery/increment/jquery.increment.js"><img style="border:0" src="/images/icons/arrow_green_down.gif" alt="" align="absmiddle" /><br />
<strong>Download Increment Now</strong></a></p>
<p>See the <a href="http://www.sean-o.com/blog/index.php/2010/03/04/jquery-plugin-increment/">original Increment blog post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-o.com/blog/index.php/2010/04/29/jquery-increment-plugin-now-with-mousewheel-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jQuery Plugin &#8211; Increment</title>
		<link>http://www.sean-o.com/blog/index.php/2010/03/04/jquery-plugin-increment/</link>
		<comments>http://www.sean-o.com/blog/index.php/2010/03/04/jquery-plugin-increment/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 15:03:52 +0000</pubDate>
		<dc:creator>seano</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WebDev]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[arrows]]></category>
		<category><![CDATA[decrement]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[spinbox]]></category>
		<category><![CDATA[spinner]]></category>

		<guid isPermaLink="false">http://www.sean-o.com/blog/?p=1005</guid>
		<description><![CDATA[Inspired by this article on css-tricks.com, I decided to release a plugin dedicated solely to quick keyboard-based manipulation of numeric values in HTML input fields. It&#8217;s called Increment. » See the Demo Simply assign the set of inputs you wish to attach this behavior to: $('input.hours').increment(); And let your fingers do the walking: use the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1018" class="wp-caption aligncenter" style="width: 349px"><a href="http://www.sean-o.com/jquery/increment"><img class="size-full wp-image-1018" title="jQuery Increment Plugin" src="http://www.sean-o.com/blog/wp-content/uploads/increment1.PNG" alt="jQuery Increment Plugin" width="339" height="224" /></a><p class="wp-caption-text">jQuery Increment Plugin</p></div>
<p>Inspired by <a href="http://css-tricks.com/mousewheel-inputs/">this article</a> on css-tricks.com, I decided to release a plugin dedicated solely to quick keyboard-based manipulation of numeric values in HTML input fields. It&#8217;s called <strong>Increment</strong>.</p>
<h1><strong><a title="jQuery Increment Plugin Demo" href="http://sean-o.com/jquery/increment/">» See the Demo</a></strong></h1>
<p>Simply assign the set of inputs you wish to attach this behavior to:<br />
<code>$('input.hours').increment();</code><br />
And let your fingers do the walking: use the up arrow to increment values, down arrow to decrement. Hold down shift for greater increments (<em>maxIncrement</em>), Ctrl/Cmd for smaller ones (<em>minIncrement</em>).</p>
<p>Define custom options for Increment easily:<br />
<code>$('input.hours').increment({ increment: 10 });</code><br />
See plugin script comments for full list of options.</p>
<p><strong>Use Cases</strong>: Time sheet applications (how I came to develop this), Order / Requisition forms, anywhere multiple numeric form inputs are needed.</p>
<p>v0.6 — Added support for mousewheel plugin, small Closure Compiler bugfix<br />
v0.5 — Initial release</p>
<p>Increment has been tested on:</p>
<ul>
<li>Firefox 3.6 / Win</li>
<li>Chrome 4.0 / Win</li>
<li>IE 8 / Win</li>
<li>Safari 4 / Mac</li>
<li>Firefox 3.6 / Mac</li>
<li>Chrome 5 Beta / Mac</li>
</ul>
<p style="color: darkgreen; background: none repeat scroll 0% 0% honeydew; padding: 10px; margin-top: 10px; border: 1px solid green; font-size: 1.3em;"><a style="text-decoration: none" onclick="javascript:urchinTracker('/downloads/increment-v0.6');" href="/jquery/increment/jquery.increment.js"><img style="border:0" src="/images/icons/arrow_green_down.gif" alt="" align="absmiddle" /><br />
<strong>Download Increment Now</strong></a><br />
New v0.6 with mousewheel plugin support</p>
<p>Thanks to Chris Coyier (<a href="http://twitter.com/chriscoyier">@chriscoyier</a>) for the inspiration, and to Karl Swedberg (<a href="http://twitter.com/kswedberg">@kswedberg</a>) for the <a title="jQuery Plugin Development Pattern" href="http://www.learningjquery.com/2007/10/a-plugin-development-pattern">still-solid jQuery plugin architecture guide</a>.</p>
<p>Your feedback is appreciated. Let me know what you think in the comments below.</p>
<p><a href="http://twitter.com/seanodotcom"><img style="vertical-align:middle" src="/images/icons/twitter/twitter-02.png" alt="" /></a> Follow me on Twitter: <a href="http://twitter.com/seanodotcom"><strong>@seanodotcom</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-o.com/blog/index.php/2010/03/04/jquery-plugin-increment/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Top 25 Free Icon Resources for Web Designers</title>
		<link>http://www.sean-o.com/blog/index.php/2008/01/01/top-25-free-icon-resources-for-web-designers/</link>
		<comments>http://www.sean-o.com/blog/index.php/2008/01/01/top-25-free-icon-resources-for-web-designers/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 03:02:14 +0000</pubDate>
		<dc:creator>seano</dc:creator>
				<category><![CDATA[WebDev]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.sean-o.com/wp/?p=4</guid>
		<description><![CDATA[Top 25 Free Icon Resources for Web Designers Check out this list of free icon resources. Find just about any icon for your web site / web application. And yes, of course it includes the legendary FamFamFam sets.]]></description>
			<content:encoded><![CDATA[<p><a href="http://speckyboy.com/2008/01/01/top-25-free-icon-resources-for-web-designers/">Top 25 Free Icon Resources for Web Designers</a></p>
<p>Check out this list of free icon resources.  Find just about any icon for your web site / web application.  And yes, of course it includes the legendary FamFamFam sets.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-o.com/blog/index.php/2008/01/01/top-25-free-icon-resources-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

