<?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; Internet</title>
	<atom:link href="http://www.sean-o.com/blog/index.php/category/internet/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>Help Me Win a MacBook Air</title>
		<link>http://www.sean-o.com/blog/index.php/2011/02/07/help-me-win-a-macbook-air/</link>
		<comments>http://www.sean-o.com/blog/index.php/2011/02/07/help-me-win-a-macbook-air/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 21:50:17 +0000</pubDate>
		<dc:creator>seano</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[valentine]]></category>
		<category><![CDATA[waze]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://www.sean-o.com/blog/?p=1070</guid>
		<description><![CDATA[I just produced a (silly) video for a contest to help win a new MacBook Air notebook computer for my wife. The winner of the contest is determined by public voting, so we need your help! It&#8217;ll take less than 30 seconds of your time. Simply visit: http://sean-o.com/waze and click the big [ Vote Now ] [...]]]></description>
			<content:encoded><![CDATA[<p>I just produced a (silly) video for a contest to help win a new MacBook Air notebook computer for my wife.</p>
<p>The winner of the contest is determined by public voting, so <strong>we need your help</strong>!<br />
It&#8217;ll take less than <strong>30 seconds</strong> of your time.</p>
<p>Simply visit:</p>
<p><a href="http://sean-o.com/waze"><img class="size-full wp-image-1071 alignleft" title="Waze MacBook Air Contest" src="http://www.sean-o.com/blog/wp-content/uploads/waze_thumb.jpg" alt="" width="133" height="106" /></a></p>
<h2><a href="http://sean-o.com/waze"><strong>http://sean-o.com/waze</strong></a></h2>
<p>and <strong>click the big <span style="color: #008000;">[ Vote Now ]</span> button</strong>.</p>
<p>You may vote every day, on each of your computers, on multiple browser (vote in IE, Firefox and Chrome!)</p>
<p>The contest ends February 14th. Vote early &amp; vote often! ;)</p>
<p>Thanks,<br />
SEAN O</p>
<p><em>p.s. Visit <a title="social mobile GPS app" href="www.waze.com" target="_blank">www.waze.com</a> and check out their mobile app</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-o.com/blog/index.php/2011/02/07/help-me-win-a-macbook-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Trololol &#8211; Best. Song. Ever.</title>
		<link>http://www.sean-o.com/blog/index.php/2010/03/15/trololol-best-song-ever/</link>
		<comments>http://www.sean-o.com/blog/index.php/2010/03/15/trololol-best-song-ever/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 17:48:18 +0000</pubDate>
		<dc:creator>seano</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[70s]]></category>
		<category><![CDATA[eduard]]></category>
		<category><![CDATA[edward]]></category>
		<category><![CDATA[kuil]]></category>
		<category><![CDATA[meme]]></category>
		<category><![CDATA[russian]]></category>
		<category><![CDATA[song]]></category>
		<category><![CDATA[trololol]]></category>

		<guid isPermaLink="false">http://www.sean-o.com/blog/?p=1032</guid>
		<description><![CDATA[Transcending all language barriers&#8230; because it has no language.]]></description>
			<content:encoded><![CDATA[<p>Transcending all language barriers&#8230; because it has no language.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/oavMtUWDBTM&#038;hl=en_US&#038;fs=1&#038;color1=0x5d1719&#038;color2=0xcd311b"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oavMtUWDBTM&#038;hl=en_US&#038;fs=1&#038;color1=0x5d1719&#038;color2=0xcd311b" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-o.com/blog/index.php/2010/03/15/trololol-best-song-ever/feed/</wfw:commentRss>
		<slash:comments>0</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>He&#8217;s Just Not That Into Me</title>
		<link>http://www.sean-o.com/blog/index.php/2009/03/31/hes-just-not-that-into-me/</link>
		<comments>http://www.sean-o.com/blog/index.php/2009/03/31/hes-just-not-that-into-me/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 17:20:13 +0000</pubDate>
		<dc:creator>seano</dc:creator>
				<category><![CDATA[Celebrity]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[friend]]></category>
		<category><![CDATA[friending]]></category>
		<category><![CDATA[rejection]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.sean-o.com/blog/?p=899</guid>
		<description><![CDATA[Well, this was a first. For the first time in over 20 years as a member of the digital universe (save for my foray into online dating): I&#8217;ve been rejected as a potential &#8220;friend&#8221; online. It was bound to happen, sure. But I didn&#8217;t expect it from someone I had actually met in real life. [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 506px"><img title="Facebook Rejection" src="/images/facebook_rejection.gif" alt="Rejected" width="496" height="169" /><p class="wp-caption-text">Rejected</p></div>
<p>Well, this was a first.</p>
<p>For the first time in over 20 years as a member of the digital universe (save for my foray into online dating):</p>
<h3>I&#8217;ve been rejected as a potential &#8220;friend&#8221; online.</h3>
<p>It was bound to happen, sure. But I didn&#8217;t expect it from someone <em>I had actually met in real life</em>. And had over for poker in my home.</p>
<p>Now, I completely understand his rationale. The person in question lives in the L.A. area and hangs in celebrity circles; He gets phone calls from <strong>Ben Stiller</strong>, and I&#8217;d seen photos of him at the house of the beautiful <strong><a title="Jenna Fischer" href="http://en.wikipedia.org/wiki/Jenna_Fischer" target="_blank">Jenna Fischer</a></strong> (born just one week after me, BTW). Also, he has close to 3,000 MySpace friends. So I imagine he wants to keep the fanbois on <strong>MySpace</strong>, and leave <strong>Facebook </strong>as a place for those he is closest with. Quite understandable.</p>
<p>This interesting response still came as a bit of a surprise. Which makes sense, because he is an interesting guy&#8230; <em>which</em>&#8230; is why I wanted to keep up with him in the first place! I throw up a little in my mouth when I think of joining MySpace, so that&#8217;s not happening. If only he were on <a title="Twitter - Sean O (seanodotcom)" href="http://twitter.com/seanodotcom" target="_blank"><strong>Twitter</strong></a>&#8230;</p>
<p>Well, in any event, no hard feelings, Joe. Good luck in your travels. And say hi to Jenna for me. Big fan.</p>
<p>(hmm, is <em>she</em> on Facebook&#8230;?)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sean-o.com/blog/index.php/2009/03/31/hes-just-not-that-into-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

