<?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>MRo Blog &#187; HCI</title>
	<atom:link href="http://blog.mro.name/tag/hci/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mro.name</link>
	<description>Marcus Rohrmoser mobile Software</description>
	<lastBuildDate>Wed, 23 Jun 2010 11:32: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>Augmented hot shit.</title>
		<link>http://blog.mro.name/2009/07/augmented-hot-shit/</link>
		<comments>http://blog.mro.name/2009/07/augmented-hot-shit/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:24:49 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[AR]]></category>
		<category><![CDATA[augmented]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[Mocap]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=1128</guid>
		<description><![CDATA[Seems to be ready for the masses: seen at: http://www.camspace.com/]]></description>
			<content:encoded><![CDATA[<p>Seems to be ready for the masses:<br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/v0srY37kkMw" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/v0srY37kkMw" /></object><br />
seen at: <a href="http://www.camspace.com/">http://www.camspace.com</a>/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2009/07/augmented-hot-shit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markerloses Mocap</title>
		<link>http://blog.mro.name/2009/06/markerloses-mocap/</link>
		<comments>http://blog.mro.name/2009/06/markerloses-mocap/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 20:53:02 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Artikel auf deutsch]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mocap]]></category>
		<category><![CDATA[Patent]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=1018</guid>
		<description><![CDATA[Heise schreibt heute wieder mal was zum Thema: Apple will Bewegungserkennung als Nutzerschnittstelle patentieren lassen. Wer sich für die Patentschrift interessiert, kann sich mit diesem bash-Script (benutzt wget und Imagemagick) ein PDF bauen: #!/bin/sh # Download the us patent application us20090153474 # and convert the single tiff images to a more handy pdf. # pat=&#34;us20090153474&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Heise schreibt heute wieder mal was zum Thema: <a href="http://www.heise.de/newsticker/Apple-will-Bewegungserkennung-als-Nutzerschnittstelle-patentieren-lassen--/meldung/140888">Apple will Bewegungserkennung als Nutzerschnittstelle patentieren lassen</a>.</p>
<p>Wer sich für die Patentschrift interessiert, kann sich mit diesem <a href="http://de.wikipedia.org/wiki/Bourne-again_shell">bash-Script</a> (benutzt <a href="http://de.wikipedia.org/wiki/Wget">wget</a> und <a href="http://de.wikipedia.org/wiki/ImageMagick">Imagemagick</a>) ein PDF bauen:</p>
<p><span id="more-1018"></span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #666666; font-style: italic;"># Download the us patent application us20090153474</span>
<span style="color: #666666; font-style: italic;"># and convert the single tiff images to a more handy pdf.</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #007800;">pat</span>=<span style="color: #ff0000;">&quot;us20090153474&quot;</span>
<span style="color: #007800;">base</span>=<span style="color: #ff0000;">&quot;http://aiw2.uspto.gov&quot;</span>
<span style="color: #007800;"><span style="color: #c20cb9; font-weight: bold;">file</span></span>=<span style="color: #ff0000;">&quot;/.DImg?Docid=<span style="color: #007800;">${pat}</span>ki&amp;amp;IDKey=47B13F807488&amp;amp;ImgFormat=tif&quot;</span>
&nbsp;
<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;convert&quot;</span>
<span style="color: #000000; font-weight: bold;">for</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span> i = <span style="color: #000000;">1</span>; i <span style="color: #000000; font-weight: bold;">&amp;</span>lt; = <span style="color: #000000;">20</span>; i++ <span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">do</span>
	<span style="color: #007800;">src</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$base</span><span style="color: #007800;">$file</span>&amp;amp;PageNum=<span style="color: #007800;">$i</span>&quot;</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-lt</span> <span style="color: #000000;">10</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">num</span>=<span style="color: #ff0000;">&quot;0&quot;</span><span style="color: #007800;">$i</span>
	<span style="color: #000000; font-weight: bold;">else</span>
		<span style="color: #007800;">num</span>=<span style="color: #ff0000;">&quot;&quot;</span><span style="color: #007800;">$i</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
	<span style="color: #007800;">dst</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">${pat}</span>_<span style="color: #007800;">$num</span>.tiff&quot;</span>
	<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">--output-document</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$dst</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$src</span>&quot;</span>
&nbsp;
	<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> <span style="color: #007800;">$dst</span>&quot;</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-eq</span> <span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> -rotate -90&quot;</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #007800;">$i</span> <span style="color: #660033;">-eq</span> <span style="color: #000000;">8</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
		<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> -rotate 90&quot;</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
<span style="color: #000000; font-weight: bold;">done</span>
<span style="color: #007800;">cmd</span>=<span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span> <span style="color: #007800;">$pat</span>.pdf&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$cmd</span>&quot;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2009/06/markerloses-mocap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Patent Application &#8220;Swipe Gestures for Touch Screen Keyboards &#8220;</title>
		<link>http://blog.mro.name/2008/12/apple-patent-application-swipe-gestures-for-touch-screen-keyboards/</link>
		<comments>http://blog.mro.name/2008/12/apple-patent-application-swipe-gestures-for-touch-screen-keyboards/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:30:54 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gesture]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Patent]]></category>
		<category><![CDATA[Touchscreen]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=406</guid>
		<description><![CDATA[E.g. golem reports a new patent application concerning touch screens. As the US patent office website does only provide somewhat hard to handle TIFFs, I provided a bash script to download and convert them into one single pdf: Download and pdfify US Patent Application 20080316183.]]></description>
			<content:encoded><![CDATA[<p>E.g. <a href="http://www.golem.de/0812/64310.html">golem</a> reports a new patent application concerning touch screens.</p>
<p>As the <a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&amp;Sect2=HITOFF&amp;p=1&amp;u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&amp;r=1&amp;f=G&amp;l=50&amp;co1=AND&amp;d=PG01&amp;s1=20080316183&amp;OS=20080316183&amp;RS=20080316183">US patent office</a> website does only provide somewhat hard to handle TIFFs, I provided a bash script to download and convert them into one single pdf: <a href="http://wiki.mro.name/playground/us_patent_20080316183">Download and pdfify US Patent Application 20080316183</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/12/apple-patent-application-swipe-gestures-for-touch-screen-keyboards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screendesign: Colour</title>
		<link>http://blog.mro.name/2008/12/screendesign-colour/</link>
		<comments>http://blog.mro.name/2008/12/screendesign-colour/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 17:29:00 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[screendesign]]></category>
		<category><![CDATA[Colour]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[Styleguide]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=394</guid>
		<description><![CDATA[Arnheims general thoughts about colour and a design education strongly influenced by grey paperboard made me very careful when it comes to colour. Especially when displayed on (uncalibrated) monitors or under varying light conditions, achieving a proper colour impression is an art by itself. The Gnome HCI Styleguide on Colour suggests using a palette of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://books.google.de/books?id=9RktoatXGQ0C&amp;pg=PA330&amp;source=gbs_toc_r&amp;cad=0_0">Arnheims general thoughts about colour</a> and a design education strongly influenced by grey paperboard made me very careful when it comes to colour.</p>
<p>Especially when displayed on (uncalibrated) monitors or under varying light conditions, achieving a proper colour impression is an art by itself.</p>
<p>The <a href="http://library.gnome.org/devel/hig-book/2.24/design-color.html.en">Gnome HCI Styleguide on Colour</a> suggests using a palette of 32 (predefined) colours and not to rely on them.</p>
<p>Ideal would be to make the whole colour scheme skinable via something like a simplified CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/12/screendesign-colour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styleguides &#8211; iPhone &amp; Gnome</title>
		<link>http://blog.mro.name/2008/12/styleguides-iphone-gnome/</link>
		<comments>http://blog.mro.name/2008/12/styleguides-iphone-gnome/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 16:45:15 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[screendesign]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Styleguide]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=389</guid>
		<description><![CDATA[Hunting for design guidelines, I found the Gnome styleguide to be rather detailed whereas the iPhone HCI styleguide(1) remains quite general. I was looking for advice how to use colours (I&#8217;ll blog about this soon) &#8211; and some (official) thoughts about when to use premade widgets and when to use custom ones. (1) Due to [...]]]></description>
			<content:encoded><![CDATA[<p>Hunting for design guidelines, I found the <a href="http://library.gnome.org/devel/hig-book/">Gnome styleguide</a> to be rather detailed whereas the <a href="http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG">iPhone HCI styleguide</a>(1) remains quite general.</p>
<p>I was looking for advice how to use colours (I&#8217;ll blog about this soon) &#8211; and some (official) thoughts about when to use premade <a href="http://en.wikipedia.org/wiki/GUI_widget">widgets</a> and when to use custom ones.</p>
<p>(1) Due to Apple&#8217;s rather esoteric communication policy, you need to register to see the webpage. Call me a coward, but I won&#8217;t mirror the pdf.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/12/styleguides-iphone-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mother of all Demos</title>
		<link>http://blog.mro.name/2008/11/mother-of-all-demos/</link>
		<comments>http://blog.mro.name/2008/11/mother-of-all-demos/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 07:07:23 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Articles in english]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[inspire]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=221</guid>
		<description><![CDATA[The Mother of all Demos in 9 parts. 1/9 2/9 3/9 4/9 5/9 6/9 7/9 8/9 9/9]]></description>
			<content:encoded><![CDATA[<p id="p1">The <a href="http://en.wikipedia.org/wiki/The_Mother_of_All_Demos">Mother of all Demos</a> in 9 parts.</p>
<h3>1/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/X4kp9Ciy1nE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/X4kp9Ciy1nE&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p2">2/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/6epbmU7_fvg&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/6epbmU7_fvg&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p3">3/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/tYCMlMidvTM&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/tYCMlMidvTM&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p4">4/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/wFRSBzn3vgw&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/wFRSBzn3vgw&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p5">5/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/y_5hTH-1CNA&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/y_5hTH-1CNA&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p6">6/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/lY1U-aSiNSI&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/lY1U-aSiNSI&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p7">7/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/88fUDR17dpk&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/88fUDR17dpk&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p8">8/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/L93-LV3cWFc&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/L93-LV3cWFc&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3 id="p9">9/9</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/k3JH0ckWju0&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/k3JH0ckWju0&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/11/mother-of-all-demos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Skizzen &#8211; frisch gedacht!</title>
		<link>http://blog.mro.name/2008/10/3d-skizzen-frisch-gedacht/</link>
		<comments>http://blog.mro.name/2008/10/3d-skizzen-frisch-gedacht/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 15:17:01 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Artikel auf deutsch]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[HCI]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=173</guid>
		<description><![CDATA[An der Uni Toronto entstand ein 3D-Skizzerwerkzeug: Das sieht doch richtig scharf aus, oder? Bemerkenswert finde ich: keine Menüs, keine Toolsbars, nix &#8211; einfach ein Stift in der Hand! Gesehen bei Slashdot.]]></description>
			<content:encoded><![CDATA[<p>An der Uni Toronto entstand ein <a href="http://www.dgp.toronto.edu/~shbae/ilovesketch.htm">3D-Skizzerwerkzeug</a>:</p>
<p><a href="http://tech.slashdot.org/article.pl?sid=08/10/12/0228206&amp;from=rss"></a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="302" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1669862&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="302" src="http://vimeo.com/moogaloop.swf?clip_id=1669862&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Das sieht doch richtig scharf aus, oder? Bemerkenswert finde ich:</p>
<ul>
<li>keine Menüs,</li>
<li>keine Toolsbars,</li>
<li>nix &#8211; einfach ein Stift in der Hand!</li>
</ul>
<p>Gesehen bei <a href="http://tech.slashdot.org/article.pl?sid=08/10/12/0228206">Slashdot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/10/3d-skizzen-frisch-gedacht/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lesen am Bildschirm &#8211; die SZ regt sich richtig auf</title>
		<link>http://blog.mro.name/2008/09/lesen-am-bildschirm-die-sz-regt-sich-richtig-auf/</link>
		<comments>http://blog.mro.name/2008/09/lesen-am-bildschirm-die-sz-regt-sich-richtig-auf/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 15:08:55 +0000</pubDate>
		<dc:creator>mro</dc:creator>
				<category><![CDATA[Artikel auf deutsch]]></category>
		<category><![CDATA[seenontheweb]]></category>
		<category><![CDATA[HCI]]></category>

		<guid isPermaLink="false">http://blog.mro.name/?p=27</guid>
		<description><![CDATA[Im Artikel Lesen am Bildschirm &#8211; Der freie Fall der Seh-Linie mokiert die SZ u.a., daß Jakob Nielsen in zwei verschiedenen Studien zum gleichen Ergebnis kommt. Wo ist das Problem?]]></description>
			<content:encoded><![CDATA[<p>Im Artikel <a href="http://www.sueddeutsche.de/kultur/141/311065/text/">Lesen am Bildschirm &#8211; Der freie Fall der Seh-Linie</a> mokiert die SZ u.a., daß <a title="Jakob Nielsen bei Wikipedia" href="http://de.wikipedia.org/wiki/Jakob_Nielsen" target="_blank">Jakob Nielsen</a> in zwei verschiedenen Studien zum gleichen Ergebnis kommt. Wo ist das Problem?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mro.name/2008/09/lesen-am-bildschirm-die-sz-regt-sich-richtig-auf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
