<?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>introspectiveH &#187; RIA</title>
	<atom:link href="http://blog.ewherrmann.com/tag/ria/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ewherrmann.com</link>
	<description>examine your mind</description>
	<lastBuildDate>Sun, 01 Mar 2009 23:41:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Illusion of Completeness &#8211; embrace the &quot;sketchy&quot; prototype</title>
		<link>http://blog.ewherrmann.com/2008/02/10/the-illusion-of-completeness-embrace-the-sketchy-prototype/</link>
		<comments>http://blog.ewherrmann.com/2008/02/10/the-illusion-of-completeness-embrace-the-sketchy-prototype/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 00:21:29 +0000</pubDate>
		<dc:creator>ewH</dc:creator>
				<category><![CDATA[enterpriseGeek]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://blog.ewherrmann.com/2008/02/10/the-illusion-of-completeness-embrace-the-sketchy-prototype/</guid>
		<description><![CDATA[As Joel Spolsky explains in his post The Iceberg Secret, Revealed, the user interface usually represents less than 10% of the actual functionality of the entire application.
You know how an iceberg is 90% underwater? Well, most software is like that too &#8212; there's a pretty user interface that takes about 10% of the work, and [...]]]></description>
			<content:encoded><![CDATA[<p>As Joel Spolsky explains in his post <a href="http://www.joelonsoftware.com/articles/fog0000000356.html">The Iceberg Secret, Revealed</a>, the user interface usually represents less than 10% of the actual functionality of the entire application.<br />
<blockquote>You know how an iceberg is 90% underwater? Well, most software is like that too &#8212; there's a pretty user interface that takes about 10% of the work, and then 90% of the programming work is under the covers. And if you take into account the fact that about half of your time is spent fixing bugs, the UI only takes 5% of the work. And if you limit yourself to the visual part of the UI, the pixels, what you would see in PowerPoint, now we're talking less than 1%. </p></blockquote>
<p>As he reveals the different iceberg secrets, he touches on one that often affects many programmers. When you show something that looks too fancy, it sends a false message of how close the application is to being finished.&nbsp; This is the illusion of completeness. </p>
<blockquote><p>If you show a nonprogrammer a screen which has a user interface which is 100% beautiful, they will think the program is almost done. People who aren't programmers are just looking at the screen and seeing some pixels. And if the pixels look like they make up a program which does something, they think "oh, gosh, how much harder could it be to make it actually work?" The big risk here is that if you mock up the UI first, presumably so you can get some conversations going with the customer, then everybody's going to think you're almost done. And then when you spend the next year working "under the covers," so to speak, nobody will really see what you're doing and they'll think it's nothing. </p></blockquote>
<p>Because of the rigidity that comes from this illusion, the application looks too complete to get useful feedback on the real functionality.&nbsp; Instead, people will focus on superficial usability tweaks like screen layout, button placement, background colors, etc.&nbsp; Kathy Sierra elaborates on this topic in her post <a href="http://headrush.typepad.com/creating_passionate_users/2006/12/dont_make_the_d.html">Don't make the Demo look Done</a>. </p>
<blockquote><p>The more "done" something appears, the more narrow and incremental the feedback&#8230;Show them something polished and pretty, and you'll get feedback on font sizes. The reviewers make incremental tweaks, blinded by what's in front of them. But show a napkin sketch, and they don't just see what's <i>there</i>, they see what's <i>possible</i>. </p>
</blockquote>
<p><a href="http://headrush.typepad.com/creating_passionate_users/2006/12/dont_make_the_d.html" target="_blank"><img src="http://headrush.typepad.com/photos/uncategorized/feedbackimage.gif"></a> </p>
<p>Kathy is a master wordsmith and I heed to her expertise; I couldn't have summed it up any better.&nbsp; We need to ditch the fancy mockups and powerpoint presentations and instead, be honest with our customers and embrace the sketchy prototype. </p>
<p><strong>Bonus</strong></p>
<p><a href="http://www.adobe.com/products/flex/">Adobe Flex</a> is a great framework for building quick prototypes; however, because it's so fast and easy to build nice looking applications, it's easy to fall into the completeness illusion.&nbsp; It would take about 5 minutes to create an application like this one that I snagged from an On Reflexion post called <a href="http://onreflexion.blogspot.com/2007/01/napkin-skins-in-flex_24.html">Napkin skins in Flex</a>.&nbsp; Click the image below to run the application.</p>
<p>&nbsp;<a href="http://www.thebetterside.com/scrawl/ScrawlExample1.html" target="_blank"><img src="http://bp2.blogger.com/_v_VvRY0QlKw/RbgFzroCzvI/AAAAAAAAAAc/3ao7L4NMHnI/s400/scrawl1.gif"></a> </p>
<p>Flex makes it really easy to apply styles to your applications.&nbsp; By simple applying a new style, eyes are opened, illusions removed, and truths revealed.&nbsp; Again, click on the image below and run the same exact application, just with a different skin.</p>
<p><a href="http://www.thebetterside.com/scrawl/ScrawlExample4.html" target="_blank"><img src="http://bp3.blogger.com/_v_VvRY0QlKw/RbgFc7oCzuI/AAAAAAAAAAU/1iFPmqYoyqM/s400/scrawl4.gif"></a> </p>
<p>If you are a java person, you can use the open source Java Swing Look &amp; Feel called <a href="http://napkinlaf.sourceforge.net/">Napkin Look &amp; Feel</a></p>
<p><a href="http://napkinlaf.sourceforge.net/NapkinButtons.jpg" target="_blank"><img src="http://headrush.typepad.com/photos/uncategorized/napkintoolbar.jpg"></a> </p>
<p>I found the napkin skin and other cool Flex skins at <a href="http://www.scalenine.com/">scalenine</a>.&nbsp; Check out these other "sketchy" skins.&nbsp; Run the app by clicking on the images.</p>
<p><strong><a href="http://fleksray.org/Flex_skin.html#Black%20Edding">Edding</a> </strong>(my favorite sketchy skin)</p>
<p><a href="http://fleksray.org/skins/edding/Edding.html" target="_blank"><img src="http://fleksray.org/pic/flex_skins_themes/edding.jpg"></a> </p>
<p><strong><a href="http://fleksray.org/Flex_skin.html#Flekscribble">Flekscribble</a></strong></p>
<p><a href="http://fleksray.org/skins/scribble/Scribble.html" target="_blank"><img height="207" src="http://fleksray.org/pic/flex_skins_themes/adobe_screen_flex_scribble.jpg" width="300"></a></p>
<img src="http://blog.ewherrmann.com/?ak_action=api_record_view&id=40&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.ewherrmann.com/2008/02/10/the-illusion-of-completeness-embrace-the-sketchy-prototype/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Taking Wiimote Innovations to the Next Level</title>
		<link>http://blog.ewherrmann.com/2008/01/06/taking-wiimote-innovations-to-the-next-level/</link>
		<comments>http://blog.ewherrmann.com/2008/01/06/taking-wiimote-innovations-to-the-next-level/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 04:35:45 +0000</pubDate>
		<dc:creator>ewH</dc:creator>
				<category><![CDATA[enterpriseGeek]]></category>
		<category><![CDATA[ewH]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://blog.ewherrmann.com/2008/01/06/taking-wiimote-innovations-to-the-next-level/</guid>
		<description><![CDATA[Recently, I came across some videos of a very smart dude name Johnny Chung Lee that has been doing some interesting innovations with one of my favorite toys, the Wiimote.&#160; Johnny Lee is a Ph. D. student at Carnegie Mellon, and his innovations are both simple and brilliant.&#160; He is doing work similar to Majority [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I came across some videos of a very smart dude name <a href="http://www.cs.cmu.edu/~johnny/projects/wii/">Johnny Chung Lee</a> that has been doing some interesting innovations with one of my favorite toys, the Wiimote.&nbsp; Johnny Lee is a Ph. D. student at Carnegie Mellon, and his innovations are both simple and brilliant.&nbsp; He is doing work similar to <a href="http://blog.ewherrmann.com/2007/10/08/majority-desk-get-your-wiihands-on/">Majority Desk</a>, but taking it way beyond to the next level.&nbsp; The biggest shift in thinking is that he uses the Wiimote and infrared sensors in reverse, so that your hands are more free to move around naturally.&nbsp; </p>
<p><embed src="http://www.youtube.com/v/0awjPUkBXOU&amp;rel=1" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></embed>
<p>I love it; such a simple paradigm shift unleashes so many possibilities.&nbsp; If you don't agree, then check out his next video where he uses this same concept to provide a cheap alternative to both expensive electronic whiteboards and the upcoming <a href="http://www.microsoft.com/surface/">Microsoft Surface</a>, which is supposed to be priced between $5k &#8211; $10K.&nbsp; </p>
<p><embed src="http://www.youtube.com/v/5s5EvhHy7eQ&amp;rel=1" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></p>
<p>Because of the high interest in the project, but lack of resources to pursue it full time, Lee released the W<a href="http://procrastineering.blogspot.com/2007/12/source-forge-wiimote-whiteboard.html">iimote whiteboard project</a> as open source&#8230;another brilliant move.</p>
<blockquote><p>I'm swamped with requests for compatibility fixes, requests for Mac and Linux versions. &#8230; and as much as I would love to be able to get this working in the hands of as many people as possible, I don't have the skills or time to do all this alone. So, here is my call for help. I have created a <a href="https://sourceforge.net/projects/wiiwhiteboard/">SourceForge</a> repository for all WiimoteWhiteboard development.</p>
</blockquote>
<p>Over at <a href="http://www.cynergysystems.com/blogs/page/davewolf?entry=realistic_and_relevant_introducing_cynergy">Cynergy Labs</a>, they have also picked up on the minority report/Wiimote concept and put together a really nice, polished application using a pair of real minority report type gloves.&nbsp; Thanks to my friend <a href="http://www.cynergysystems.com/blogs/page/karljohnson">Karl Johnson</a> over at Cynergy, for sending this one along.&nbsp; </p>
<p><a href="http://labs.cynergysystems.com/Flash.html">Cynergy Labs: Project Maestro</a></p>
<p>I love the fact that these type of breakthroughs are being created with a $30 Wiimote and $20 worth of parts from Radio Shack.</p>
<p>Microsoft Surface: $10,000</p>
<p>Wiimote: $30</p>
<p>Making Microsoft's Surface an overpriced, big ass table: priceless</p>
<p><embed src="http://www.youtube.com/v/CZrr7AZ9nCY&amp;rel=1" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></embed></p>
<p>As a bonus, check out Johnny's latest project on head tracking with the Wiimote for desktop VR display.&nbsp; This is just freaking amazing and opens up a whole new can of worms.&nbsp; </p>
<p><embed src="http://www.youtube.com/v/Jd3-eiid-Uw&amp;rel=1" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></embed></p>
<p>Combine majority desk, maestro, and head tracking VR together and you could be fully immersed in a productive 3D environment using a minority report interface.&nbsp; Thanks Johnny Lee; I salute you.</p>
<img src="http://blog.ewherrmann.com/?ak_action=api_record_view&id=37&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.ewherrmann.com/2008/01/06/taking-wiimote-innovations-to-the-next-level/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>gapingvoid gets it&#039;s wiihands on</title>
		<link>http://blog.ewherrmann.com/2007/10/15/gapingvoid-gets-its-wiihands-on/</link>
		<comments>http://blog.ewherrmann.com/2007/10/15/gapingvoid-gets-its-wiihands-on/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 00:53:11 +0000</pubDate>
		<dc:creator>ewH</dc:creator>
				<category><![CDATA[enterpriseGeek]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://blog.ewherrmann.com/2007/10/15/gapingvoid-gets-its-wiihands-on/</guid>
		<description><![CDATA[Wow, this absolutely makes my day, month, and year.&#160; Hugh MacLeod is a very popular technology artist/blogger that communicates with&#160;drawings and humor.&#160; I am already a&#160;big fan of Hugh and his hugely popular blog gapingvoid.&#160; Now my good friend, James Governor of&#160;Redmonk fame,&#160;talked to Hugh about majority desk, and this is the result.&#160; Get your [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, this absolutely makes my day, month, and year.&nbsp; <a href="http://www.facebook.com/p/Hugh_MacLeod/508305963">Hugh MacLeod</a> is a very popular technology artist/blogger that communicates with&nbsp;drawings and humor.&nbsp; I am already a&nbsp;big fan of Hugh and his hugely popular blog <a href="http://www.gapingvoid.com/">gapingvoid</a>.&nbsp; Now my good friend, <a href="http://redmonk.com/jgovernor/">James Governor</a> of&nbsp;<a href="http://redmonk.com/">Redmonk</a> fame,&nbsp;talked to Hugh about <a href="http://blog.ewherrmann.com/2007/10/08/majority-desk-get-your-wiihands-on/">majority desk</a>, and this is the result.&nbsp; Get your wii hands on, gapingvoid style!</p>
<p><img height="297" src="http://farm3.static.flickr.com/2030/1581689215_a5632e2723.jpg" width="473"> </p>
<p>My business cards from <a href="http://gapingvoid.streetcards.com/">streetcards.com</a> already sport the two gapingvoid designs below, and I just ordered more with the new wiihand design.&nbsp; AWESOME!&nbsp; If you order from streetcards, be sure to pay the extra for the matte finish; it's totally worth it.</p>
<p>&nbsp;<a href="http://gapingvoid.streetcards.com/" atomicselection="true"><img height="131" src="http://farm3.static.flickr.com/2295/1581901487_f72676ef43_o.jpg" width="220"></a> <a href="http://gapingvoid.streetcards.com/" atomicselection="true"><img height="131" src="http://farm3.static.flickr.com/2322/1581901611_ad8a446a18_o.jpg" width="220"></a></p>
<img src="http://blog.ewherrmann.com/?ak_action=api_record_view&id=35&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.ewherrmann.com/2007/10/15/gapingvoid-gets-its-wiihands-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>majority desk &#8211; get your wiihands on</title>
		<link>http://blog.ewherrmann.com/2007/10/08/majority-desk-get-your-wiihands-on/</link>
		<comments>http://blog.ewherrmann.com/2007/10/08/majority-desk-get-your-wiihands-on/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 03:46:49 +0000</pubDate>
		<dc:creator>ewH</dc:creator>
				<category><![CDATA[enterpriseGeek]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[sapteched]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wii]]></category>

		<guid isPermaLink="false">http://blog.ewherrmann.com/2007/10/08/majority-desk-get-your-wiihands-on/</guid>
		<description><![CDATA[Majority Desk is a project that Dan McWeeney and I worked on this year for demo jam&#160;at SAP TechEd.&#160; It's&#160;basically a 3D rendered widget&#160;desktop ran by an open source physics server; and oh yeah, all user interaction is completely controlled by two Nintendo wiimotes.&#160; It supports full interaction with flash movies running on floating, spinning [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://majoritydesk.com">Majority Desk</a> is a project that <a href="http://blog.danmcweeney.com">Dan McWeeney</a> and I worked on this year for demo jam&nbsp;at SAP TechEd.&nbsp; It's&nbsp;basically a 3D rendered widget&nbsp;desktop ran by an open source physics server; and oh yeah, all user interaction is completely controlled by two Nintendo wiimotes.&nbsp; It supports full interaction with flash movies running on floating, spinning tiles.&nbsp; Cool, eh? <img src='http://blog.ewherrmann.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &nbsp; Some of the demo widgets even consume web services from an SAP Netweaver system.&nbsp; See, and you thought business was boring.</p>
<p>Majority Desk&nbsp;is powered by <a href="http://labs.adobe.com/technologies/air/">Adobe AIR</a> and&nbsp;takes major advantage&nbsp;of many available open source projects surrounding the Flex community.&nbsp; We used <a href="http://www.ode.org/">Open Dynamics Engine</a>&nbsp;wrapped with <a href="http://pyode.sourceforge.net/">Python</a>&nbsp;for the physics engine, <a href="http://blog.papervision3d.org/">Papervision3D</a> for the 3D rendering, <a href="http://wiiflash.org/">WiiFlash</a> for the wiimote interaction, <a href="http://osflash.org/tweener">Tweener</a> for the visual transitions, and <a href="http://dougmccune.com/blog/2007/10/07/synthesizer-developer-dan-mcweeneys-thoughts-on-the-future-of-software-development/">Doug McCune</a> as an Flex open source fountain of knowledge.&nbsp; If you are interested, <a href="http://blog.danmcweeney.com">Dan</a> is planning on writing a blog post with more of the technical details.&nbsp; I will throw a link up once it is posted, or you could just just subscribe to his blog, which you should do anyway.&nbsp; He is one brilliant dude, and working with him has been career changing. [UPDATE] Dan's post is up <a href="http://blog.danmcweeney.com/48">Majority Desk Architecture</a></p>
<p>So without further ado, check out the demo below.</p>
<p><embed src="http://www.youtube.com/v/jaYmXLIPVSc" width="425" height="350" type="application/x-shockwave-flash"> </embed></p>
<p>Here is an exclusive interview that we gave to the <a href="http://redmonk.com">Redmonk</a> guys before our demo in Las Vegas.&nbsp; They were the first to see it, because those guys rock!</p>
<p> <script src="http://www.podtech.net/player/popup.js" type="text/javascript"></script>
<p><embed src="http://www.podtech.net/player/podtech-player.swf?bc=c90ad26ba7b74e3b80c9fcf4ad1158c0" width="320" height="269" type="application/x-shockwave-flash" flashvars="content=http://media1.podtech.net/media/2007/10/PID_012730/Podtech_MajorityDesk_Wiimote_widget_d.flv&amp;totalTime=277000&amp;permalink=http://www.podtech.net/home/4299/majority-desk-wiimote-3d-widget-desktop&amp;breadcrumb=c90ad26ba7b74e3b80c9fcf4ad1158c0" allowscriptaccess="always"></p>
<p>Here are some photos of us on stage during the demo and the next day in the Community Clubhouse.&nbsp; If you think&nbsp;majority desk&nbsp;looks cool on your monitor, picture it on a 30 foot screen in front of a thousand people.&nbsp; Yep, that's me with my back to the audience "showing them my good side".&nbsp; These photos come from <a href="http://www.zooomr.com/photos/danmcweeney/">Dan's Zooomr stream</a> and <a href="http://www.flickr.com/groups/sapteched/pool/show/?no_back=1">Marilyn Pratt's Flickr stream</a>.</p>
<p><img src="http://farm2.static.flickr.com/1189/1474820139_46fffca84e.jpg?v=0"> </p>
<p><img src="http://farm2.static.flickr.com/1097/1474821615_f88f185df6.jpg?v=0"> </p>
<p><a title="Photo Sharing" href="http://www.zooomr.com/photos/danmcweeney/3430359/"><img height="333" alt="IMG_1673" src="http://static.zooomr.com/images/3430359_904aa39586.jpg" width="445"></a></p>
<p><img src="http://farm2.static.flickr.com/1254/1481607838_6cd4b1a326.jpg?v=0"> </p>
<p><a title="Photo Sharing" href="http://www.zooomr.com/photos/danmcweeney/3430334/"><img height="500" alt="IMG_1682" src="http://static.zooomr.com/images/3430334_0d806761ed.jpg" width="375"></a></p>
<p>This one comes from&nbsp;<a href="http://www.nancymargulies.com/">Nancy Margulies</a>&nbsp;and her beautiful "Community Mindspace" mural</p>
<p><img src="http://farm2.static.flickr.com/1193/1488507644_ea3565073a.jpg"> </p>
<p>We had a blast and the crowd really enjoyed themselves.&nbsp; We couldn't compete this year because we won last year with <a href="http://saplink.org">SAPlink</a>, so we chose to break all the rules and just focus on blowing the crowd's socks off.&nbsp; I think it worked. <img src='http://blog.ewherrmann.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Last, but not least, I want to give a couple shout outs to some of the people that gave us inspiration, support, and encouragement to work on this crazy thing.</p>
<ul>
<li><a href="http://www.internetnews.com/dev-news/article.php/3696331">Denis Browne</a> &#8211; SAP Imagineering
<li><a href="http://dougmccune.com/blog">Doug McCune</a> &#8211; Independent Extraordinaire
<li><a href="http://blog.digitalbackcountry.com/">Ryan Stewart</a> &#8211; Adobe&nbsp;RIA Evangelist of Awesomeness
<li><a href="http://matthiaszeller.com/blog">Matthias Zeller</a> &#8211; Adobe go to man for all things SAP</li>
</ul>
<p>Some other Adobe guys that make Flash/Flex/AIR exciting and fun to work with.</p>
<ul>
<li><a href="http://weblogs.macromedia.com/mchotin/">Matt Chotin</a>
<li><a href="http://blog.kevinhoyt.org/">Kevin Hoyt</a>
<li><a href="http://iamdeepa.com/blog/">Deepa Subramaniam</a></li>
</ul>
<p>Some other SAP guys that helped with the videos and actually&nbsp;make SAP fun to work with, if you can believe it.</p>
<ul>
<li><a href="http://craig.cmehil.com/">Craig Cmehil</a>
<li><a href="https://wiki.sdn.sap.com/wiki/display/profile/Thomas+Jung">Thomas Jung</a>
<li><a href="http://accidentallyonpurposeblog.com/">Mike Prosceno</a></li>
</ul>
<p>And of course, my Redmonk peeps for doing the interview and always having other great blog content.</p>
<ul>
<li><a href="http://redmonk.com/jgovernor/">James Governor</a>
<li><a href="http://redmonk.com/cote/">Michael Cote</a></li>
</ul>
<p>&nbsp;Some initial reactions out in the blogosphere:</p>
<ul>
<li><a href="http://dougmccune.com/blog/2007/10/07/synthesizer-developer-dan-mcweeneys-thoughts-on-the-future-of-software-development/">Synthesizer Developer &#8211; Dan McWeeney's thoughts on the future of software development</a>
<li><a href="http://www.sapteched.com/usa/activities/videos/SAPTV_TechEd_07_US_Podcast6.wmv">Demo Jam highlight video</a>
<li><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7496">Majority&#8230;what? Majority Desk!</a>
<li><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7498">Day One of SAP TechEd '07: Keynote, Community Clubhouse, Demo Jam</a>
<li><a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7500 ">My TechEd Day 1 Highlights</a>
<li><a href="http://www.redmonk.com/cote/2007/10/03/majority-desk-wiimote-3d-widget-desktop-totally-sick/ ">Majority Desk &#8211; Wiimote 3D widget desktop &#8211; totally sick</a>
<li><a href="http://feeds.feedburner.com/~r/JamesGovernorsMonkchips/~3/165773372/">The coolest thing: get your Wii Hands on</a>
<li><a href="http://theotherthomasotter.wordpress.com/2007/10/05/outside-in-development-delicious-democracy-and-the-colgate-twins/">Outside in development, deli.cio.us, democracy and the colgate twins</a>
<li><a href="http://nigeljames.wordpress.com/2007/10/04/minority-report-no-majority-desk/">Minority Report? No, Majority Desk!</a>
<li><a href="http://feeds.feedburner.com/~r/CraigsRantings/~3/165430541/ed-explaining-marilyn-how-to-operate.html">Ed explaining to Marilyn how to operate Majority Desk</a>
<li><a href="http://blog.digitalbackcountry.com/?p=1067">A 3D Desktop Controlled with Wiimotes and Built in Flex</a>
<li><a href="http://feeds.feedburner.com/~r/VentureChronicles/~3/165511400/">If We Can't Compete We Won't Follow the Rules</a></li>
</ul>
<img src="http://blog.ewherrmann.com/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.ewherrmann.com/2007/10/08/majority-desk-get-your-wiihands-on/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
<enclosure url="http://www.sapteched.com/usa/activities/videos/SAPTV_TechEd_07_US_Podcast6.wmv" length="5259511" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Good Times in Seattle on The Flex Show</title>
		<link>http://blog.ewherrmann.com/2007/08/24/good-times-in-seattle-on-the-flex-show/</link>
		<comments>http://blog.ewherrmann.com/2007/08/24/good-times-in-seattle-on-the-flex-show/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 15:41:48 +0000</pubDate>
		<dc:creator>ewH</dc:creator>
				<category><![CDATA[ewH]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.ewherrmann.com/2007/08/24/good-times-in-seattle-on-the-flex-show/</guid>
		<description><![CDATA[
While at the 360 Flex conference in Seattle, I was lucky enough to get the opportunity to be on the Flex Show with Jeffry Houser and Adobe Flex evangelist Ryan Stewart.&#160; I am already a regular listener, so it was really cool to get the chance to be live on AIR (bad pun intended).&#160; I [...]]]></description>
			<content:encoded><![CDATA[<p><a title="ewH on The Flex Show" href="http://www.theflexshow.com/blog/index.cfm/2007/8/22/Episode-20-360Flex-Day-1"><img height="338" alt="Ed Herrmann on the Flex Show" src="http://farm2.static.flickr.com/1264/1223793639_628823231a.jpg" width="450"></a></p>
<p>While at the 360 Flex conference in Seattle, I was lucky enough to get the opportunity to be on the <a href="http://www.theflexshow.com/blog/index.cfm/2007/8/22/Episode-20-360Flex-Day-1">Flex Show</a> with <a href="http://www.jeffryhouser.com/">Jeffry Houser</a> and Adobe Flex evangelist <a href="http://blog.digitalbackcountry.com/">Ryan Stewart</a>.&nbsp; I am already a regular listener, so it was really cool to get the chance to be live on AIR (bad pun intended).&nbsp; I just finished listening to this and I was laughing out loud&#8230;good times!&nbsp; Somehow we got off the Flex topic and covered many other things like Guitar Hero, tech evangelism, and even the Zune.&nbsp;&nbsp;I ended up being on it for the last 20 minutes and I think I may have asked more questions than the hosts; oops, sorry guys.&nbsp; It is pretty entertaining stuff, so go have a listen and let me know what you think.</p>
<p><em>Disclaimer:</em> Even though I am doing a fellowship with the <a href="http://blog.ewherrmann.com/2007/04/12/sap-colgate-all-aboard-the-cluetrain/">SAP Imagineering team</a>, I really don't sound like&nbsp;Mickey Mouse in real life.&nbsp; I'm not sure what was up with that microphone.&nbsp; I guess&nbsp;it makes&nbsp;Ryan and Jeff sound more manly be making their guests sound like they just sucked down 10 pounds of helium. <img src='http://blog.ewherrmann.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.odeo.com/flash/audio_player_standard_gray.swf" width="300" height="52" type="application/x-shockwave-flash" quality="high" allowscriptaccess="always" wmode="transparent" flashvars="valid_sample_rate=true&amp;external_url=http://www.theflexshow.com/blog/enclosures/TheFlexShow%5FEpisode20%2Emp3"> </embed></p>
<p>To download, go visit the <a href="http://theflexshow.com/blog">flex show</a> site directly (and be sure to subscribe!)</p>
<img src="http://blog.ewherrmann.com/?ak_action=api_record_view&id=30&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.ewherrmann.com/2007/08/24/good-times-in-seattle-on-the-flex-show/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://www.theflexshow.com/blog/enclosures/TheFlexShow%5FEpisode20%2Emp3" length="15351330" type="audio/mpeg" />
		</item>
	</channel>
</rss>
