<?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>sven.buschbeck &#187; interactive</title>
	<atom:link href="http://svenbuschbeck.net/wordpress/tag/interactive/feed/" rel="self" type="application/rss+xml" />
	<link>http://svenbuschbeck.net/wordpress</link>
	<description>. . . .portfolio.blog. . . .human-computer-interaction. .semantic-web. .computer-science. .communication-design. . . . . . . . . . . . . . . . . . . . . . . . .</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:53:55 +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>use all your fingers  multi-touch!</title>
		<link>http://svenbuschbeck.net/wordpress/2008/01/fingers-multi-touch/</link>
		<comments>http://svenbuschbeck.net/wordpress/2008/01/fingers-multi-touch/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 23:02:29 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://svenbuschbeck.net/wordpress/?p=305</guid>
		<description><![CDATA[Heard about those home-made multi-touch screens using infrared LEDs? We did it » read more »]]></description>
			<content:encoded><![CDATA[<p><a href="portfolio/fingers"><img class="size-thumbnail wp-image-286 alignleft" title="Screenshot of the final appliation" src="http://svenbuschbeck.net/wordpress/wp-content/uploads/screenshot-final-gui-150x150.jpg" alt="Screenshot of the final appliation." width="150" height="150" /></a></p>
<p>Heard about those home-made multi-touch screens using infrared LEDs? We did it <img src='http://svenbuschbeck.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: right;"><a href="portfolio/fingers">» read more »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2008/01/fingers-multi-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>magnet v0</title>
		<link>http://svenbuschbeck.net/wordpress/2007/04/magnet-v0/</link>
		<comments>http://svenbuschbeck.net/wordpress/2007/04/magnet-v0/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 21:10:23 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[coherences]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[similarity]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://svenbuschbeck.net/wordpress/?p=308</guid>
		<description><![CDATA[I finished the first prototype implementation of magnet, a generic tool to visualize coherences/similarities between enities of any data set. » user test &#38; more info »]]></description>
			<content:encoded><![CDATA[<p><a href="http://portfolio/magnet"><img class="alignleft size-thumbnail wp-image-310" title="Screenshot of the current version." src="http://svenbuschbeck.net/wordpress/wp-content/uploads/screenshot-thesis-version-150x150.png" alt="Screenshot of the current version." width="150" height="150" /></a>I finished the first prototype implementation of magnet, a generic tool to visualize coherences/similarities between enities of any data set.</p>
<p style="text-align: right;" class="clearFix"><a title="get detailed information" href="portfolio/magnet">» user test &amp; more info »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2007/04/magnet-v0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sign selector</title>
		<link>http://svenbuschbeck.net/wordpress/2007/03/sign-selector/</link>
		<comments>http://svenbuschbeck.net/wordpress/2007/03/sign-selector/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 18:50:14 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://svenbuschbeck.net/wordpress/?p=383</guid>
		<description><![CDATA[While testing some ideas for a jukebox application for my &#8220;media center&#8221; computer, I came to a point, where the user should be able to select an interpret or song from a huge list. If he knew the exact name, scrolling through a sorted list should be ok, but still a way to narrow the [...]]]></description>
			<content:encoded><![CDATA[<p>While testing some ideas for a jukebox application for my &#8220;media center&#8221; computer, I came to a point, where the user should be able to select an interpret or song from a huge list. If he knew the exact name, scrolling through a sorted list should be ok, but still a way to narrow the list by typing some initial letters would be much faster and convinient. This should not be difficult on a thouch screen, but as I also wanted  this application to work on mouse-only devices, as a keyboard was for example too space consuming in my configuration. So I ended up trying to find an interface component, allowing an user to enter a view letters with a pointing device like a mouse or a track ball.</p>
<p style="float:left">
<object width="280" height="250" data="/media/sign-selector/signSelector.swf" type="application/x-shockwave-flash"><param name="name" value="signSelector" /><param name="bgcolor" value="#ffffff" /><param name="align" value="middle" /><param name="src" value="/media/sign-selector/signSelector.swf" /><param name="allowfullscreen" value="false" /><param name="quality" value="high" /></object>
</p>
<p>It is basically a pop-out technique, but making use of moving the mouse pointer in two dimensions, than the common linear approach. Operatiing this first prototype version on the left is still a little rough though.</p>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2007/03/sign-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aquaris &#8211; three teams, two payers each, custom-built game controller</title>
		<link>http://svenbuschbeck.net/wordpress/2006/02/aquaris/</link>
		<comments>http://svenbuschbeck.net/wordpress/2006/02/aquaris/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 17:52:35 +0000</pubDate>
		<dc:creator>Sven Buschbeck</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[children]]></category>
		<category><![CDATA[custom controller]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[interactive]]></category>

		<guid isPermaLink="false">http://localhost/weblog/wordpress/?p=35</guid>
		<description><![CDATA[Aquaris is a game dedicated to teach and inform about renewable energy technologies and energy-saving measures to children of the fourth grade. Aquaris was intended to be set up in a small museum,owned by an electricity producing company. Private guided tours about the topic mentioned before where offered for whole fourth grade classes at once. [...]]]></description>
			<content:encoded><![CDATA[<p>Aquaris is a game dedicated to teach and inform about renewable energy technologies and energy-saving measures to children of the fourth grade. Aquaris was intended to be set up in a small museum,owned by an electricity producing company. Private guided tours about the topic mentioned before where offered for whole fourth grade classes at once.<br />
For those reasons, three requirements were defined:</p>
<h3>facts</h3>
<ul>
<li>easy to learn game flow, due to minimal complexity of gameplay</li>
<li>easy to use, custom made controller</li>
<li>a whole class of up to 30 children can play within one hour</li>
<li>children learn in a playful way as knowledge pays off in our game</li>
<li>to cope with minor reading problems, mostly audio is used instead of text</li>
</ul>
<h3>advantages of the controller built at a glance</h3>
<div id="attachment_93" class="wp-caption alignright" style="width: 210px"><a href="controller-devices_high-quality.avi" target="_blank"><img title="the basic parts of our special controller - click to see a 3D animation" src="http://svenbuschbeck.net/wordpress/wp-content/uploads/hand-device_draft01-200px-with-labels.png" alt="click here to see a 3D animation (3mb) of the placement and function of the controllers" width="200" height="141" /></a><p class="wp-caption-text">click to see a 3D animation about placement and function of the controllers</p></div>
<ul>
<li>form follows function: the cursor on the screen follows one to one the controller handle</li>
<li>no button functions need to be learned, all interactions necessary to play the game can be performed moving the handle</li>
<li>each controller device is placed accordingly to its cursor on the screen</li>
<li>very precise</li>
<li>only needs to be calibrated once at setup time</li>
<li>no influences of environment</li>
</ul>
<p>Or click <a title="see a 3D animation about placement and function of the controllers" href="/media/aquaris/controller-devices_low-quality.avi" target="_blank">here</a> to see a low quality (1mb) 3D animation version.<a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self"></a></p>
<p style="text-align: right;"><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">»</a><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">»</a><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">» </a><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">see more details, pictures and videos </a><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">»</a><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">»</a><a title="goto Aquaris page" href="http://svenbuschbeck.net/wordpress/portfolio/aquaris/" target="_self">»</a></p>
]]></content:encoded>
			<wfw:commentRss>http://svenbuschbeck.net/wordpress/2006/02/aquaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
