<?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 Landry Interaction Designer &#187; Widgets &amp; Gadgets</title>
	<atom:link href="http://seanlandry.com/category/widgets-gadgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanlandry.com</link>
	<description>CSS zealot and user experience maniac</description>
	<lastBuildDate>Tue, 03 Jan 2012 20:04:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The ithermostat</title>
		<link>http://seanlandry.com/2008/09/17/the-ithermostat/</link>
		<comments>http://seanlandry.com/2008/09/17/the-ithermostat/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 16:46:29 +0000</pubDate>
		<dc:creator>slandry</dc:creator>
				<category><![CDATA[Software Design]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Widgets & Gadgets]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[interaction design]]></category>

		<guid isPermaLink="false">http://seanlandry.com/blog/2008/09/17/the-ithermostat/</guid>
		<description><![CDATA[I&#8217;m feeling a little left out of the iphone, ipod, idog phenomenon going on. So I decided to take a look at some common items and see if I can add &#8220;i&#8221; to it and see how they would look/interact. The first design is a simple thermostat. I&#8217;ll take a look at it&#8217;s UI and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m feeling a little left out of the iphone, ipod, idog phenomenon going on. So I decided to take a look at some common items and see if I can add &#8220;i&#8221; to it and see how they would look/interact. The first design is a simple thermostat. I&#8217;ll take a look at it&#8217;s UI and basic functions and see if I can make it into an ithermostat. The first time experience is below. I&#8217;ll create some of the additional screens later. Let me know what you think.</p>
<p><strong>Default Interface</strong></p>
<p><a href='http://seanlandry.com/blog/wp-content/uploads/2008/09/ithermo22.jpg' title='ithermostat first time experience'><img src='http://seanlandry.com/blog/wp-content/uploads/2008/09/ithermo22.thumbnail.jpg' alt='ithermostat first time experience' /></a></p>
<p><strong>Unlocked</strong></p>
<p><a href='http://seanlandry.com/blog/wp-content/uploads/2008/09/ithermo_heat.jpg' title='Primary use - change heat'><img src='http://seanlandry.com/blog/wp-content/uploads/2008/09/ithermo_heat.thumbnail.jpg' alt='Primary use - change heat' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://seanlandry.com/2008/09/17/the-ithermostat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessible Slider Demo and other Unobtrusive JavaScript examples</title>
		<link>http://seanlandry.com/2008/04/17/accessible-slider-demo-and-other-unobtrusive-javascript-examples/</link>
		<comments>http://seanlandry.com/2008/04/17/accessible-slider-demo-and-other-unobtrusive-javascript-examples/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 20:05:28 +0000</pubDate>
		<dc:creator>slandry</dc:creator>
				<category><![CDATA[Widgets & Gadgets]]></category>
		<category><![CDATA[interaction design]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://seanlandry.com/blog/2008/04/17/accessible-slider-demo-and-other-unobtrusive-javascript-examples/</guid>
		<description><![CDATA[Sliders are a common way for users to adjust elements with fine granularity. They can offer more choice with a smaller footprint than a drop down menu. They also offer absolute variables so the user never enters into an error state. The problem with sliders is their accessibility. They require decent dexterity since the target [...]]]></description>
			<content:encoded><![CDATA[<p>Sliders are a common way for users to adjust elements with fine granularity. They can offer more choice with a smaller footprint than a drop down menu. They also offer absolute variables so the user never enters into an error state. The problem with sliders is their accessibility. They require decent dexterity since the target for the mouse is ofter small but recently I found <a href="http://www.frequency-decoder.com/demo/slider-revisited/">this new method</a> that has full keyboard support.</p>
<p><img src='http://seanlandry.com/blog/wp-content/uploads/2008/04/sliders.gif' alt='Accessible Sliders' /></p>
<p>This method offer full keyboard capabilities as using unobtrusive JavaScript which is a method that separates the JavaScript behavior from the page markup.</p>
<p>Here are some other examples of unobtrusive Javascript</p>
<ul>
<li><a href="http://www.huddletogether.com/projects/lightbox2/">Lightbox</a></li>
<li><a href="http://www.electricprism.com/aeron/calendar/">Calendar pop-up</a></li>
<li><a href="http://www.masugadesign.com/the-lab/scripts/unobtrusive-ajax-star-rating-bar/">Star Rating</a></li>
<li><a href="http://cow.neondragon.net/stuff/reflection/">Image Reflections</a></li>
<li><a href="http://icant.co.uk/articles/maintainablejavascriptslideshow/">Slide Show</a></li>
</ul>
<p>
<script type="text/javascript">submit_url = 'http://www.seanlandry.com/blog';</script><br />
<script type="text/javascript" src="http://www.designfloat.com/evb2/button.php"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://seanlandry.com/2008/04/17/accessible-slider-demo-and-other-unobtrusive-javascript-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgets and your brand</title>
		<link>http://seanlandry.com/2008/01/11/widgets-and-your-brand/</link>
		<comments>http://seanlandry.com/2008/01/11/widgets-and-your-brand/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 20:55:56 +0000</pubDate>
		<dc:creator>slandry</dc:creator>
				<category><![CDATA[Software Design]]></category>
		<category><![CDATA[Widgets & Gadgets]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://seanlandry.com/blog/?p=89</guid>
		<description><![CDATA[Widgets come in all shapes and sizes. They live on your desktop, MySpace, web pages, PDAs, phone etc. They are small applications that are surrounded by other components and other brands. So how do you balance your own brand and still allow your widget to &#8220;fit in&#8221; with the other ones? Take a look at [...]]]></description>
			<content:encoded><![CDATA[<p><embed style="float:left; margin-right: 10px;" type=application/x-shockwave-flash width=198 height=444 src=http://widgets.clearspring.com/o/4704165422de6aac/474355448c077eb8/4704165422de6aac/a4bdcfcd/ wmode=transparent allowscriptaccess=always allownetworking=all id=4704165422de6aac> </embed>Widgets come in all shapes and sizes. They live on your desktop, MySpace, web pages, PDAs, phone etc. They are small applications that are surrounded by other components and other brands. So how do you balance your own brand and still allow your widget to &#8220;fit in&#8221; with the other ones? Take a look at the NBA widget.</p>
<p>The NBA has a prominent brand which they would like to protect but they also need their creative to compliment the environment in which it is to be displayed. It also needs to look &#8220;cool enough&#8221; to engage a user enough to include in their personal space.</p>
<p>I looked through many of the web&#8217;s top Gadgets and Widgets an found a few similarities amongst the most downloaded:</p>
<p></p>
<ul>
<li>Simple &#8211; (don&#8217;t try to tell me weather trends in the US, just tell me if it&#8217;s raining outside)</li>
<li>3D &#8211; Use shadow, highlight and perspective to make your widgets &#8220;pop&#8221;</li>
<li>Use logos and colors to maintain your branding but keep the saturation level low so you don&#8217;t conflict/compete with other environments.</li>
<li>That &#8220;We 2.0&#8243; look -Glossy surfaces, large fonts, gradients, textures etc.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://seanlandry.com/2008/01/11/widgets-and-your-brand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>With Dell [revised] &#8211; Google Gadgets come pre-installed?</title>
		<link>http://seanlandry.com/2008/01/04/installing-vista-google-gadgets-come-pre-installed/</link>
		<comments>http://seanlandry.com/2008/01/04/installing-vista-google-gadgets-come-pre-installed/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 21:50:54 +0000</pubDate>
		<dc:creator>slandry</dc:creator>
				<category><![CDATA[Widgets & Gadgets]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://seanlandry.com/blog/?p=88</guid>
		<description><![CDATA[I treated myself to a new computer (Dell Inspirion 530 to be exact). An upgrade from the Dell 4400 which was a real dog. An interesting thing I noticed when installing was the Google Desktop and a few widgets. Not Microsoft Gadgets which which is what I expected if anything. I&#8217;m not sure how I [...]]]></description>
			<content:encoded><![CDATA[<p>I  treated myself to a new computer (Dell Inspirion 530 to be exact). An upgrade from the Dell 4400 which was a real dog. An interesting thing I noticed when installing was the <strong>Google Desktop</strong> and a few widgets. Not <a href="http://microsoftgadgets.com/" title="Microsoft Gadgets">Microsoft Gadgets</a> which which is what I expected if anything. I&#8217;m not sure how I feel about it. It seems similar to IE loaded on every new PC back in the day before the <a href="http://en.wikipedia.org/wiki/United_States_v._Microsoft" title="Microsoft Lawsuit">anti-trust lawsuit</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://seanlandry.com/2008/01/04/installing-vista-google-gadgets-come-pre-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Gadget &#8211; Snow Globe Countdown</title>
		<link>http://seanlandry.com/2007/12/14/google-gadget-snow-globe-countdown/</link>
		<comments>http://seanlandry.com/2007/12/14/google-gadget-snow-globe-countdown/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 16:23:37 +0000</pubDate>
		<dc:creator>slandry</dc:creator>
				<category><![CDATA[Widgets & Gadgets]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://seanlandry.com/blog/?p=82</guid>
		<description><![CDATA[I&#8217;ve finished a new Google desktop gadget. I used a sample gadget that came with the API download. A simple countdown to Christmas. It&#8217;s a little large but this time of year it&#8217;s okay to be a little over the top. The countdown JavaScript is Google&#8217;s but the images I created. Feel free to download [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finished a new Google desktop gadget. I used a sample gadget that came with the API download. A simple countdown to Christmas. It&#8217;s a little large but this time of year it&#8217;s okay to be a little over the top. The countdown JavaScript is Google&#8217;s but the images I created. Feel free to download a <a href="http://www.seanlandry.com/gadgets/SnowGlobe.gg" title="Snow Globe Google Gadget">copy for yourself here</a>. Of course you&#8217;ll need <a href="http://desktop.google.com/" title="Google Desktop">Google Desktop</a> to run the gadget. Enjoy!</p>
<p><img src="http://seanlandry.com/blog/wp-content/uploads/2007/12/snowglobe2.jpg" alt="Snow Globe Google Gadget" /></p>
]]></content:encoded>
			<wfw:commentRss>http://seanlandry.com/2007/12/14/google-gadget-snow-globe-countdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Google Gadgets</title>
		<link>http://seanlandry.com/2007/12/06/playing-with-google-gadgets/</link>
		<comments>http://seanlandry.com/2007/12/06/playing-with-google-gadgets/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 18:13:28 +0000</pubDate>
		<dc:creator>slandry</dc:creator>
				<category><![CDATA[Software Design]]></category>
		<category><![CDATA[Widgets & Gadgets]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://seanlandry.com/blog/?p=46</guid>
		<description><![CDATA[Yesterday I downloaded the Google API for creating gadgets within Google desktop. I&#8217;m reading through some tutorials and some of the documentation. Overall they seem pretty simple to create. At the core there is some XML and some JavaScript. If you can edit/write those you have what it takes to make a gadget. Included in [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I downloaded the Google API for creating <a href="http://desktop.google.com/plugins/" title="Google Gadgets">gadgets within Google desktop</a>. I&#8217;m reading through some <a href="http://desktop.google.com/dev/Tutorials/ModifyHelloWorld/index.html" title="Hello World tutorial">tutorials</a> and some of the documentation. Overall they seem pretty simple to create. At the core there is some XML and some JavaScript. If you can edit/write those you have what it takes to make a gadget.</p>
<p>Included in the API are some tools for building (Designer) and a debugger. I was able to create my very own gadget within minutes. Granted it was only a &#8220;Hello World&#8221; gadget but I&#8217;m still learning <img src='http://seanlandry.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://seanlandry.com/2007/12/06/playing-with-google-gadgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

