<?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>T3B</title>
	<atom:link href="http://blog.doubletmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.doubletmedia.com</link>
	<description>"Make everything as simple as possible, but not simpler" – Albert Einstein</description>
	<lastBuildDate>Tue, 05 Oct 2010 19:37:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>I&#8217;m a total Nurd.</title>
		<link>http://blog.doubletmedia.com/2010/10/05/im-a-total-nurd/</link>
		<comments>http://blog.doubletmedia.com/2010/10/05/im-a-total-nurd/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 19:36:32 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[Mobile/Devices]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=164</guid>
		<description><![CDATA[I created my own QR code for my Twitter profile.]]></description>
			<content:encoded><![CDATA[<p>I created my own QR code for my Twitter profile.</p>
<p><img class="alignnone" title="QR code" src="http://qrcode.kaywa.com/img.php?s=8&amp;d=http%3A%2F%2Fwww.twitter.com%2Ft3b" alt="QR Code" width="248" height="248" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2010/10/05/im-a-total-nurd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Styling the Flex ToggleButtonBar</title>
		<link>http://blog.doubletmedia.com/2010/03/09/styling-the-flex-togglebuttonbar/</link>
		<comments>http://blog.doubletmedia.com/2010/03/09/styling-the-flex-togglebuttonbar/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:45:52 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=159</guid>
		<description><![CDATA[Yesterday I was working with the ToggleButtonBar in Flex and I wanted to change its appearance. I went over to the trusty Flex 3 style explorer and made some adjustments until I got it looking how I wanted. I copied the generated CSS, pasted it into my stylesheet and was ready to move on. When [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was working with the ToggleButtonBar in Flex and I wanted to change its appearance. I went over to the trusty <a href="http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html" target="_blank">Flex 3 style explorer</a> and made some adjustments until I got it looking how I wanted. I copied the generated CSS, pasted it into my stylesheet and was ready to move on. When I ran my application however, I noticed that most of the styles had not taken effect. WTF?, I said. After some poking around and trying various configurations I came up with what I think is an acceptable solution.</p>
<p>When you copy the CSS from the style explorer you'll get something like this:</p>
<pre class="css"><ol><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">ToggleButtonBar <span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   buttonHeight: <span style="color: #933;">41</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   buttonWidth: <span style="color: #933;">109</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   buttonStyleName: <span style="color: #ff0000;">&quot;mytoggleButtonBarButtonStyle&quot;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   firstButtonStyleName: <span style="color: #ff0000;">&quot;mytoggleButtonBarFirstButtonStyle&quot;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   lastButtonStyleName: <span style="color: #ff0000;">&quot;mytoggleButtonBarLastButtonStyle&quot;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   selectedButtonTextStyleName: <span style="color: #ff0000;">&quot;mytoggleButtonBarSelectedButtonStyle&quot;</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #6666ff;">.mytoggleButtonBarButtonStyle</span> <span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   highlightAlphas: <span style="color: #933;">0</span>, <span style="color: #933;">0</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fillAlphas: <span style="color: #933;">1</span>, <span style="color: #933;">1</span>, <span style="color: #933;">1</span>, <span style="color: #933;">1</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fillColors: <span style="color: #cc00cc;">#<span style="color: #933;">333333</span></span>, <span style="color: #cc00cc;">#<span style="color: #933;">333333</span></span>, <span style="color: #cc00cc;">#ff9900</span>, <span style="color: #cc00cc;">#ff9900</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   <span style="color: #000000; font-weight: bold;">color</span>: <span style="color: #cc00cc;">#ffffff</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   textRollOverColor: <span style="color: #cc00cc;">#ffffff</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   textSelectedColor: <span style="color: #cc00cc;">#ffffff</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   themeColor: <span style="color: #cc00cc;">#0000cc</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fontSize: <span style="color: #933;">14</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fontWeight: <span style="color: #993333;">normal</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #6666ff;">.mytoggleButtonBarFirstButtonStyle</span> <span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   cornerRadius: <span style="color: #933;">9</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #6666ff;">.mytoggleButtonBarLastButtonStyle</span> <span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   cornerRadius: <span style="color: #933;">9</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #6666ff;">.mytoggleButtonBarSelectedButtonStyle</span> <span style="color: #66cc66;">&#123;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   <span style="color: #000000; font-weight: bold;">color</span>: <span style="color: #cc00cc;">#ffffff</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fontSize: <span style="color: #933;">14</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fontWeight: <span style="color: #993333;">normal</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   fontStyle: <span style="color: #993333;">normal</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">   textDecoration: <span style="color: #993333;">none</span>;</div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span></div></li><li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;"><div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div></li></ol></pre>
<p>What I found is you need to copy the styles from the .<em>mytoggleButtonBarButtonStyle</em> class to the other styles that are generated for you. Obviously keep in mind that you only want to copy the properties that are going to be the same for each state, otherwise you'll overwrite your changes. This worked for me, hope it helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2010/03/09/styling-the-flex-togglebuttonbar/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>RIA&#8217;s go Hollywood</title>
		<link>http://blog.doubletmedia.com/2010/01/05/rias-go-hollywood/</link>
		<comments>http://blog.doubletmedia.com/2010/01/05/rias-go-hollywood/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:40:10 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=157</guid>
		<description><![CDATA[My latest article is up at InsideRIA. It's titled, "RIA's go Hollywood: An Introduction to Integrating Video Into Your Application." It provides an introductory look into how to best incorporate video into your applications. Special thanks to Josh Reed from Reed Multimedia for helping me out with shooting and editing the video.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insideria.com/2009/12/rias-go-hollywood-integrating.html"><img class="   alignleft" title="RIAs go Hollywood" src="http://www.insideria.com/upload/2009/12/hollywood-sign-address.jpg" alt="Hollywood" width="220" height="164" /></a></p>
<p>My latest article is up at InsideRIA. It's titled, "<a href="http://www.insideria.com/2009/12/rias-go-hollywood-integrating.html"><em>RIA's go Hollywood: An Introduction to  Integrating Video Into Your Application.</em></a>" It provides an introductory look into how to best incorporate video into your applications. Special thanks to Josh Reed from <a href="http://reedmultimedia.com">Reed Multimedia</a> for helping me out with shooting and editing the video.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2010/01/05/rias-go-hollywood/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>InsideRIA Article</title>
		<link>http://blog.doubletmedia.com/2009/09/15/insideria-article/</link>
		<comments>http://blog.doubletmedia.com/2009/09/15/insideria-article/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:05:12 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[Flash Platform]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=154</guid>
		<description><![CDATA[I had the pleasure to work with the fine folks at InsideRIA a couple months back to write an article on UX and Flex. I'm happy to say that the article went live today. Check it out, I'd be happy to hear your thoughts. A Flex Developer's Guide to User Experience Work Flows and Best [...]]]></description>
			<content:encoded><![CDATA[<p>I had the pleasure to work with the fine folks at <a href="http://insideria.com">InsideRIA</a> a couple months back to write an article on UX and Flex. I'm happy to say that the article went live today. Check it out, I'd be happy to hear your thoughts.</p>
<p><a href="http://bit.ly/33NnPL">A Flex Developer's Guide to User Experience Work Flows and Best Practices</br></br><br />
<img src="http://www.insideria.com/upload/2009/07/todish_degrafaSample.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/09/15/insideria-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New MAX Factoid Widget Thingy</title>
		<link>http://blog.doubletmedia.com/2009/08/21/new-max-factoid-widget-thingy/</link>
		<comments>http://blog.doubletmedia.com/2009/08/21/new-max-factoid-widget-thingy/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 15:31:13 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[MAX]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=151</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTA4Njg1OTY4NzUmcHQ9MTI1MDg2ODYwNjIwMiZwPTc3NDM3MSZkPW1heDA5d2lkZ2V*Jmc9MiZvPWE2N2E1YmRkMTIyMTQxNTJiZTg5YmNlNDEwMTMyYmFlJm9mPTA=.gif" /><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="MaxWidget" width="400" height="400" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"><param name="movie" value="http://max.adobe.com/widget/test/MaxWidget.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#869ca7" /><param name="allowScriptAccess" value="sameDomain" /><embed src="http://max.adobe.com/widget/MaxWidget.swf" quality="high" bgcolor="#869ca7" width="400" height="400" name="MaxWidget" align="middle" play="true" loop="false" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" FlashVars="crtr=1&gig_lt=1250868596875&gig_pt=1250868606202&gig_g=2"></embed><param name="FlashVars" value="crtr=1&gig_lt=1250868596875&gig_pt=1250868606202&gig_g=2" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/08/21/new-max-factoid-widget-thingy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Current iPhone Home Screen</title>
		<link>http://blog.doubletmedia.com/2009/08/19/my-current-iphone-home-screen/</link>
		<comments>http://blog.doubletmedia.com/2009/08/19/my-current-iphone-home-screen/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:32:10 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[Flash Platform]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=147</guid>
		<description><![CDATA[I think it's cool to see what apps people are using on their phones and what they think is important enough to have on their home screen. It's a good way to find new apps you may not have seen before. Here's my current screen.]]></description>
			<content:encoded><![CDATA[<p>I think it's cool to see what apps people are using on their phones and what they think is important enough to have on their home screen. It's a good way to find new apps you may not have seen before. Here's my current screen.</p>
<div id="attachment_149" class="wp-caption alignnone" style="width: 330px"><a href="http://blog.doubletmedia.com/wp-content/uploads/2009/08/img_0265.png"><img class="size-full wp-image-149" title="iPhone Home Screen" src="http://blog.doubletmedia.com/wp-content/uploads/2009/08/img_0265.png" alt="iPhone Home Screen" width="320" height="480" /></a><p class="wp-caption-text">iPhone Home Screen</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/08/19/my-current-iphone-home-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K.I.S.S. My App</title>
		<link>http://blog.doubletmedia.com/2009/08/06/kiss-my-app/</link>
		<comments>http://blog.doubletmedia.com/2009/08/06/kiss-my-app/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 17:12:13 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[RIA]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[xd]]></category>

		<guid isPermaLink="false">http://blog.doubletmedia.com/?p=144</guid>
		<description><![CDATA[You're probably familiar with the acronym K.I.S.S, Keep It Simple, Stupid. Let's face it, our lives our complicated enough. As designers and developers of software applications we have a unique opportunity to reduce some of those complexities by building applications that help make people's lives easier but also by making those apps as simple and [...]]]></description>
			<content:encoded><![CDATA[<p>You're probably familiar with the acronym K.I.S.S, Keep It Simple, Stupid. Let's face it, our lives our complicated enough. As designers and developers of software applications we have a unique opportunity to reduce some of those complexities by building applications that help make people's lives easier but also by making those apps as simple and easy to use as possible.</p>
<p>Albert Einstein put it nicely when he said "<em>Make everything as simple as possible, but not simpler.</em>" This is an important adage to keep in mind when we're designing and developing our applications. We're all painfully familiar with the concept of scope creep.  Where the scope of a project gradually increases and before you know it, it has become unmanageable and impossible to complete on time or within budget. There is a similar concept known as "feature creep" where features keep getting added to an application because "oooh, that would be cool," or "that would be nice to have too." Often times we're our own worst enemies in this regard. We've just learned a new technique or about a new piece of technology that is available and we just have to use it! The problem is, if the feature isn't essential to the core function of the app it's just noise. Something to get in the way and confuse our users. Take a look at Google. When they started out they were just a search engine. When you went to google.com there was no question what you were supposed to do. One box, one or two buttons and you were off. Simple, efficient, and it got the job done.</p>
<p>80% of users are what as known as "perpetual intermediates." Basically this means that they quickly progress beyond the beginner stage of using your application to the intermediate stage where they have a good grasp of how to use the tool to get their job done. Very few will progress to the "advanced" user stage. So, rather than spending valuable time and resources on developing features that few, if any people will ever use focus that energy on a select few features that will help your users achieve their <strong>goals</strong>. Center your efforts around making those features as simple to use and as effective as possible. People don't rave about a program because it has hundreds of features, they rave about applications that help them achieve their goals in the simplest, most efficient way possible. Keep it simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/08/06/kiss-my-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detroit Red Wings News AIR Application</title>
		<link>http://blog.doubletmedia.com/2009/05/01/detroit-red-wings-news-air-application/</link>
		<comments>http://blog.doubletmedia.com/2009/05/01/detroit-red-wings-news-air-application/#comments</comments>
		<pubDate>Fri, 01 May 2009 08:24:00 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://doubletmedia.com/ttBlog/?p=73</guid>
		<description><![CDATA[With the NHL Playoffs in full swing and my beloved Red Wings starting the second round this evening against the Ducks I thought I'd post this little app I made a while back. It's just a simple AIR app that pulls in Red Wing RSS and Twitter feeds. Enjoy. Download]]></description>
			<content:encoded><![CDATA[<p>With the NHL Playoffs in full swing and my beloved Red Wings starting the second round this evening against the Ducks I thought I'd post this little app I made a while back. It's just a simple AIR app that pulls in Red Wing RSS and Twitter feeds. Enjoy.</p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&offeringID=10224">Download</a></p>
<p><a href="http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&#038;offeringID=10224"><img src="http://doubletmedia.com/ttBlog/wp-content/uploads/2009/05/picture-1.png" alt="" title="Detroit Red Wings Reader" width="321" height="214" class="alignnone size-full wp-image-140" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/05/01/detroit-red-wings-news-air-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Tweetdeck on Multiple Machines</title>
		<link>http://blog.doubletmedia.com/2009/03/12/running-tweetdeck-on-multiple-machines/</link>
		<comments>http://blog.doubletmedia.com/2009/03/12/running-tweetdeck-on-multiple-machines/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:52:22 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://doubletmedia.com/ttBlog/?p=135</guid>
		<description><![CDATA[I've recently become a Tweetdeck convert. I love that you can setup multiple groups to organize the people you follow and only read what you're really interested in. The problem I ran into is that I use multiple machines. Setting up my groups and assigning people to them on each machine was not something I [...]]]></description>
			<content:encoded><![CDATA[<p>I've recently become a Tweetdeck convert. I love that you can setup multiple groups to organize the people you follow and only read what you're really interested in. The problem I ran into is that I use multiple machines. Setting up my groups and assigning people to them on each machine was not something I was really excited about. Tweetdeck doesn't have a built-in export feature (at least not that I've found) but there is a fairly easy way to copy your settings and preferences from one machine to another. There are two files where this information is stored; preferences_<em>username</em>.xml and td_26_<em>username</em>.db (not sure if that number is the same for everyone but you get the idea). All you need to do is copy those files from one machine to the other and voila! The paths to the files are below.</p>
<p><strong>Mac</strong>: <em>user</em>/Library/Preferences/TweetDeckFast[bunch of numbers]/Local Store/</p>
<p><strong>Windows</strong>: C:\Documents and Settings\<em>user</em>\Application Data\TweetDeckFast[bunch of numbers]\Local Store\</p>
<p>It's not ideal, especially if you make a lot of changes to your settings but it's better than nothing.</p>
<p><strong>UPDATE</strong>: A reader just informed me that you may need to change the files permissions from 'Read Only' on the DB file before you can update the DB file on the machine you are copying to.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/03/12/running-tweetdeck-on-multiple-machines/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FLARToolkit AR Example</title>
		<link>http://blog.doubletmedia.com/2009/03/10/flartoolkit-ar-example/</link>
		<comments>http://blog.doubletmedia.com/2009/03/10/flartoolkit-ar-example/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 17:38:01 +0000</pubDate>
		<dc:creator>timT</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Augmented Reality]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://doubletmedia.com/ttBlog/?p=132</guid>
		<description><![CDATA[Here's my first crack at augmented reality (AR) with the FLARToolkit. The monster head was created in Lightwave by my boss, brought into Blender and exported to Actionscript. Still lots of things to work out but still a very cool technology.]]></description>
			<content:encoded><![CDATA[<p>Here's my first crack at augmented reality (AR) with the FLARToolkit. The monster head was created in Lightwave by my boss, brought into Blender and exported to Actionscript. Still lots of things to work out but still a very cool technology.</p>
<div id="attachment_133" class="wp-caption alignnone" style="width: 310px"><a href="http://doubletmedia.com/ttBlog/wp-content/uploads/2009/03/monsterar.png"><img src="http://doubletmedia.com/ttBlog/wp-content/uploads/2009/03/monsterar-300x220.png" alt="AR Monster Head" title="AR_Monster_Head" width="300" height="220" class="size-medium wp-image-133" /></a><p class="wp-caption-text">AR Monster Head</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.doubletmedia.com/2009/03/10/flartoolkit-ar-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
