<?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>UNITiD &#124; Interaction Design &#38; Usability &#187; Matthijs</title>
	<atom:link href="http://unitid.nl/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitid.nl</link>
	<description>Interaction Designers</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:53:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a Table of Contents in OmniGraffle with AppleScript</title>
		<link>http://unitid.nl/2010/07/creating-a-table-of-contents-in-omnigraffle-with-applescript/</link>
		<comments>http://unitid.nl/2010/07/creating-a-table-of-contents-in-omnigraffle-with-applescript/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:22:45 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://unitid.nl/?p=2172</guid>
		<description><![CDATA[
Yes, another post in English, especially for all interaction designers out there using OmniGraffle. We are planning a &#8220;Tools&#8221; section especially for everybody involved in UX. We have a major update of iPrototype on the way and maybe you have missed our OmniGraffle gesture stencil
Most of us use OmniGraffle for making flows and documenting wireframes (documenting, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-2177" title="Table of Contents in OmniGraffle" src="http://unitid.nl/wp-content/uploads/toc.png" alt="Table of Contents in OmniGraffle" width="530" height="335" /></p>
<p class="note">Yes, another post in English, especially for <a href="http://twitter.com/UNITiD/fellow-ixd-ers">all interaction designers out there</a> using <a href="http://www.omnigroup.com/products/omnigraffle/">OmniGraffle</a>. We are planning a &#8220;Tools&#8221; section especially for everybody involved in UX. We have a major update of <a href="/2009/04/prototyping-for-the-iphone-using-fireworks-cs3/">iPrototype</a> on the way and maybe you have missed our <a href="http://unitid.nl/2009/02/omnigraffle-stencil-handbewegingen-touchscreen-interfaces/">OmniGraffle gesture stencil</a></p>
<p>Most of <a href="/wie-zijn-we/">us</a> use OmniGraffle for making flows and documenting wireframes (documenting, not drawing, but that is another post) and our documents tend to get long, like over 50 pages. A table of contents would be nice, but this button is not in OG&#8230;. Since I started using OmniGraffle a few years ago I already was searching the web for a solution, but found nothing really useful until last week. I improved the method and now it is possible to create a ToC in a single click. Great until OmniGraffle 6 comes out (it is in there, right?).</p>
<p><span id="more-2172"></span></p>
<p>I found <a href="http://old.nabble.com/Setting-Jump-targets-via-AppleScript-td25183899.html">this post</a>, from a guy called Joshua Dickens. An AppleScript that automatically generates a TOC from all your canvases. Nice, thanks Josh. I made some improvements to the page numbering. This was not working out for our documents as the order of the canvases in a document has nothing to do with the canvas ID. Also I added some easy configuration and a multiple column layout and of course some oral feedback, as this is the first AppleScript I have written <img src='http://unitid.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<h3>Can&#8217;t wait?</h3>
<h4><a href="/wp-content/uploads/Create Table Of Content.scpt.zip">Download the script</a></h4>
<h3>What does it do</h3>
<ul>
<li>Adding a Table Of Contents of all your canvases to the second canvas of the document based on the Canvas Title<br />
You can change it to the first or third or every canvas you like. You probably figured out to use &#8220;&lt;%Canvas%&gt;&#8221; as a canvas title.</li>
<li>If the list gets too long (you decide how long it should be) it automatically creates a new column. Ideal for landscape documents, like ours.</li>
<li>If you open the document in presentation mode (View &gt; Start Presentation) or export as PDF, the TOC will link to the page. How cool (thanks agian Joshua, that&#8217;s his part)</li>
</ul>
<h3>How to use it</h3>
<h4>Configure</h4>
<p>I advice to first change the script so it will fit your page setup and style</p>
<ol>
<li><a href="/wp-content/uploads/Create Table Of Content.scpt.zip">Download</a> the script and unzip</li>
<li>Open &#8220;Create Table Of Content.scpt&#8221; with AppleScript Editor</li>
<li> Change configuration. See the script comments for explanation. The default values are based on our company template, which is probably different from yours.</li>
<li>Open an OmniGraffle document</li>
<li>Create an empty second canvas</li>
<li>Run the script</li>
<li>Tweak configuration</li>
</ol>
<h4>Getting easy access to the script</h4>
<ol>
<li>Open your AppleScript Editor (of course using <a href="http://www.obdev.at/products/launchbar/index.html">Launchbar</a>, <a href="http://www.blacktree.com/">Quicksilver</a> or spotlight if you will)</li>
<li>Go to preferences, tab general and select &#8220;Show script menu in the menu bar&#8221; and show computer scripts at the top</li>
<li>Open Omnigraffle (we use OmniGraffle Pro 5.2.3 at the moment)</li>
<li>Click <img class="alignnone" style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; " src="/wp-content/themes/unitid/images/Script.png" alt="" width="14" height="18" /> in the menu bar and select &#8220;Open Scripts Folder &gt; Open OmniGraffle Pro Script folder&#8221;</li>
<li>Drop your unzipped file in the folder</li>
<li>Restart OmniGraffle</li>
</ol>
<h4>From now on, just do this</h4>
<ol>
<li>Open any OmniGraffle document</li>
<li>Make some space on the second canvas</li>
<li>Run the script using the <img class="alignnone" src="/wp-content/themes/unitid/images/Script.png" alt="" width="14" height="18" /> icon in the menu bar</li>
</ol>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Joshua Dickens</div>
]]></content:encoded>
			<wfw:commentRss>http://unitid.nl/2010/07/creating-a-table-of-contents-in-omnigraffle-with-applescript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WNF VISwijzer app beschikbaar in de Appstore</title>
		<link>http://unitid.nl/2010/06/wnf-viswijzer-app-beschikbaar-in-de-appstore/</link>
		<comments>http://unitid.nl/2010/06/wnf-viswijzer-app-beschikbaar-in-de-appstore/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 12:49:38 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Mobile applications]]></category>
		<category><![CDATA[Touch screens]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://unitid.nl/?p=1695</guid>
		<description><![CDATA[

Vis is gezond en lekker, maar het is niet altijd eenvoudig in te schatten welke vis verantwoord is om te kiezen. Niet alle vis kunnen we onbeperkt eten, sommige vissen zijn zo zwaar bevist dat ze dreigen uit te sterven. Het WNF en Stichting De Noordzee willen consumenten en ondernemers in de visketen informeren, stimuleren [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unitid.nl/2010/06/wnf-viswijzer-app-beschikbaar-in-de-appstore/"><img class="size-full wp-image-1946 alignnone" title="VISwijzer" src="http://unitid.nl/wp-content/uploads/viswijzer_home.png" alt="WNF VISwijzer iPhone app" width="530" height="278" /></a></p>
<p><a href="http://itunes.apple.com/nl/app/viswijzer/id377191753?mt=8"><img class="alignnone size-full wp-image-1949" title="available_appstore" src="http://unitid.nl/wp-content/uploads/available_appstore.png" alt="available_appstore" width="166" height="55" /></a></p>
<p>Vis is gezond en lekker, maar het is niet altijd eenvoudig in te schatten welke vis verantwoord is om te kiezen. Niet alle vis kunnen we onbeperkt eten, sommige vissen zijn zo zwaar bevist dat ze dreigen uit te sterven. Het WNF en Stichting De Noordzee willen consumenten en ondernemers in de visketen informeren, stimuleren en inspireren om te kiezen voor vissoorten die niet overbevist worden of die op een milieuvriendelijke manier worden gekweekt.</p>
<p>Daarvoor zijn al een <a href="http://www.goedevis.nl" target="_blank">website</a> en een <a href="http://www.goedevis.nl/Download%20viswijzer" target="_blank">papieren VISwijzer</a> beschikbaar, en sinds kort ook een iPhone app. UNITiD is verantwoordelijk voor het concept, interactie ontwerp en grafische uitwerking. De app is ontwikkeld door <a href="http://www.themobilecompany.com/" target="_blank">The Mobile Company</a>.</p>
<p><span id="more-1695"></span></p>
<p>Via de iPhone app kan informatie over vissen worden opgezocht en eenvoudig worden gedeeld met anderen. De belangrijkste vragen over de VISwijzer zijn opgenomen in een vraag-en-antwoord overzicht. Bovendien heeft de gebruiker de mogelijkheid feedback te geven aan het WNF, wanneer een vis bijvoorbeeld niet in de VISwijzer te vinden is. Een tell-a-friend functie mocht natuurlijk niet ontbreken, en is dus ook ingebouwd. Daarnaast heeft de gebruiker de mogelijkheid éénmalig €1,- aan het WNF en Stichting De Noordzee te doneren via SMS, of donateur te worden van het WNF via een webformulier.</p>
<p>Tijdens de conceptfase zijn er nog veel meer functionaliteiten bedacht die het helaas niet hebben gehaald naar deze release. Zo zijn we bezig geweest met een recepten op basis van goede vissen. Helaas is ook de restaurantzoeker niet in deze release meegekomen, omdat er nog niet genoeg restaurants zijn die MSC-gecertificeerd zijn. Misschien dat deze functies in toekomstige releases nog worden toegevoegd.</p>
]]></content:encoded>
			<wfw:commentRss>http://unitid.nl/2010/06/wnf-viswijzer-app-beschikbaar-in-de-appstore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hospital Dispatch Panel</title>
		<link>http://unitid.nl/2009/07/hospital-dispatch-panel/</link>
		<comments>http://unitid.nl/2009/07/hospital-dispatch-panel/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:48:46 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
				<category><![CDATA[Industrie]]></category>
		<category><![CDATA[Mobile applications]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Touch screens]]></category>

		<guid isPermaLink="false">http://unitid.nl/?p=828</guid>
		<description><![CDATA[In de kelders van Cleveland Clinic, een groot ziekenhuis in Ohio, rijden 81 electrische voertuigen die bij elkaar elke dag 1750 kilometer afleggen. De voertuigen worden bestuurd en gemonitord door een 50 tal (touch screen) beeldschermen en tientallen pocket PC&#8217;s.


Frog AGV Systems ontwerp en ontwikkelt AGV systems. AGV staat voor Automated Guide Vehicles of in [...]]]></description>
			<content:encoded><![CDATA[<p class="introtext">In de kelders van Cleveland Clinic, een groot ziekenhuis in Ohio, rijden 81 electrische voertuigen die bij elkaar elke dag 1750 kilometer afleggen. De voertuigen worden bestuurd en gemonitord door een 50 tal (touch screen) beeldschermen en tientallen pocket PC&#8217;s.</p>
<p><a href="http://unitid.nl/wp-content/uploads/frog_home3.png"><img class="alignnone size-medium wp-image-912" title="Frog AGV systems touch screen interface design" src="http://unitid.nl/wp-content/uploads/frog_530.png" alt="Frog AGV systems touch screen interface design" width="530" height="309" /></a></p>
<p><span id="more-828"></span></p>
<p>Frog AGV Systems ontwerp en ontwikkelt AGV systems. AGV staat voor Automated Guide Vehicles of in het Nederlands: Automatisch Geleide Voertuigen. Deze voertuigen rijden probleemloos rond in bijvoorbeeld fabrieken, magazijnen en havens, supersnel, zonder te botsen en volautomatisch. In 2007 kreeg Frog de opdracht om een transportsysteem te ontwikkelen voor een groot ziekenhuis in de VS. Een zeer complexe omgeving. Een grote uitdaging vormde de bediening van het systeem. Waar eerder engineers en slimme software de voertuigen naar de juiste plek stuurde, daar zal nu het ziekenhuispersoneel verantwoordelijk voor zijn. Dit personeel reed voorheen linnengoed, maaltijden, medicijnen en afval met karretjes door de kelder. Nu gaan ze een systeem dat deze taak overneemt bedienen middels touchscreens en Pocket PC&#8217;s. Dat vroeg om een goed doordacht interactieontwerp.</p>

<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/analysis/' title='Analyse'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/Analysis-150x100.png" class="attachment-thumbnail" alt="Resultaten analyse fase" title="Analyse" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/detaildesign/' title='Detail ontwerp'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/DetailDesign-150x100.png" class="attachment-thumbnail" alt="Diverse methoden voor design documentatie" title="Detail ontwerp" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/6-2-medical-exception-g/' title='Voorbeeld wireframe'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/6.2-Medical-Exception-G-150x100.png" class="attachment-thumbnail" alt="Versturen van een CSSD cart naar gebouw S-10" title="Voorbeeld wireframe" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/screensdp0/' title='Voorbeeld wireframe'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/ScreensDP0-150x100.png" class="attachment-thumbnail" alt="Foutmelding, Cart type niet herkend" title="Voorbeeld wireframe" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/presentationv0/' title='Visual Design'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/presentationv0-150x100.png" class="attachment-thumbnail" alt="Een &quot;supply cart&quot; wordt verstuurd naar de cart wash" title="Visual Design" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/changerole2/' title='Visual Design'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/changerole2-150x100.png" class="attachment-thumbnail" alt="Voorbeeld depot area overzicht" title="Visual Design" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/usertesting1/' title='User test set up'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/usertesting1-150x100.png" class="attachment-thumbnail" alt="Met minimale middelen maximale feedback" title="User test set up" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/usertesting2/' title='User test'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/usertesting2-150x100.png" class="attachment-thumbnail" alt="In twee dagen werden er in totaal 16 personen geinterviewd" title="User test" /></a>
<a href='http://unitid.nl/2009/07/hospital-dispatch-panel/icons/' title='Cheat sheet'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/icons-150x100.png" class="attachment-thumbnail" alt="Icons voor verschillende statussen" title="Cheat sheet" /></a>

<h3>Ontwerp</h3>
<p>Het ontwerp bestond uit twee onderdelen.  Een interface voor een 15&#8242; touchscreen en een interface voor een Pocket-PC. Met het 15&#8242; touchscreen konden de voertuigen vanuit verschillende depots naar alle uithoeken van het ziekenhuis verstuurd konden worden. De Pocket-PC informeerde de operators van bepaalde gebouwen dat voertuigen onderweg waren, wat deze vervoerden en in welke kamer de vracht uiteindelijk afgeleverd moest worden.</p>
<p>90% van alle zendingen is eenvoudig. Afval gaat altijd naar de afvalverwerking, linnen naar de wasserij, borden en bestek terug naar de keuken. De acties die hiervoor uitgevoerd moeten worden zijn minimaal. Operators zien nauwelijk meer knoppen of mogelijkheden dan op dat moment nodig is. De interface biedt echter ook uitgebreide functionaliteiten voor Supervisors. Een uitgebalanceerd ontwerp dat voor diverse rollen geoptimaliseerd is.</p>
<h3>Ontwerp proces</h3>
<p>Van elke rol van het bedienend personeel werden personas gemaakt. Door middel van scenarios werd de toekomstige situatie in beeld gebracht. De scenarios werden verder uitgewerkt in Flow Diagrams. De user interface werd in een groot aantal page elements en wireframes gedefinieerd. Van de wireframes werd een prototype gemaakt die in een gebruikers test op locatie met de verschillende gebruikers is getest.</p>
]]></content:encoded>
			<wfw:commentRss>http://unitid.nl/2009/07/hospital-dispatch-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototyping for the iPhone using Fireworks</title>
		<link>http://unitid.nl/2009/04/prototyping-for-the-iphone-using-fireworks-cs3/</link>
		<comments>http://unitid.nl/2009/04/prototyping-for-the-iphone-using-fireworks-cs3/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 14:31:37 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[cs4]]></category>
		<category><![CDATA[fireworks]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Touchscreen]]></category>

		<guid isPermaLink="false">http://unitid.nl/?p=655</guid>
		<description><![CDATA[
Update: This article is also available on the Adobe Developer Connection. The article is edited and therefore a better version of what you read here. Of course you are welcome to continue reading this page, result is the same!
Update: We are working with the patched version of Fireworks CS4 for a few weeks now and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-669" title="home" src="http://unitid.nl/wp-content/uploads/home.png" alt="home" width="509" height="320" /></p>
<p class="note">Update: This article is also available on the <a href="http://www.adobe.com/devnet/fireworks/articles/prototype_iphone_app.html" target="_blank">Adobe Developer Connection</a>. The article is edited and therefore a better version of what you read here. Of course you are welcome to continue reading this page, result is the same!</p>
<p class="note">Update: We are working with the patched version of Fireworks CS4 for a few weeks now and most of the problems are fixed. I removed the negative comments in this article on the bugs in CS4.</p>
<p><strong>So, you are a designer.</strong> A concept-, interaction- or visual designer and you use Adobe Fireworks for sketching, wireframing, visual design and of course prototyping. Great choice. I have been working with this program for many years.  I think it is the most efficient tool for creating anything based on pixels and consisting of more than one screen. In this post I use Fireworks CS3, but you won&#8217;t have any problems creating something simular using CS4.</p>
<p>Lately we are working on quite some iPhone applications. We always aim to see the design we make on the device it is made for as soon as possible. For web design this is easy. Use the &#8220;preview in browser&#8221; function in FW. But for iPhone it is a bit harder. We created 320*480 png&#8217;s and synced these &#8220;photos&#8221; with the iPhone so we could get a bit of a feel of how it looks on the handheld. But we wanted more.<span id="more-655"></span></p>
<div class="wp-caption alignnone"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" 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/hC_0lJAohHI&amp;hl=nl&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/hC_0lJAohHI&amp;hl=nl&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p class="wp-caption-text">In this video I show how to get a simple clickable mockup<br />
on your iphone within 4 minutes (press the HQ button)</p>
</div>
<h3>The idea</h3>
<h4>This is what you want:</h4>
<ul>
<li>Click through the screens the way you normally do with a FW mock up.</li>
<li>Make use of the full screen (no Safari buttons).</li>
<li>Export directly from Fireworks without the need of changing CSS or HTML afterward.</li>
<li>Opening the app from the home screen.</li>
<li>Disable zoom.</li>
<li>Be able to send links to every iphone without even be an official iPhone developer.</li>
</ul>
<h4>This is what you don&#8217;t want:</h4>
<ul>
<li>Learn Objective C or depend on someone who can.</li>
<li>Take many actions before you can actually see the screens on the device.</li>
<li>Wait for a new screen to load every time you click a button.</li>
</ul>
<h4>This is what you might wish, but is a bit harder:</h4>
<p>(we are working on it)</p>
<ul>
<li>Animations, within a screen or from screen to screen.</li>
<li>Using real form elements (that trigger the default iPhone UI elements).</li>
</ul>
<h3>Demo</h3>
<p>Time to try it out to get the idea. We made a little demo, this is what you do:</p>
<ol>
<li>Be sure you are a fast network, Wifi or 3G with your iPhone</li>
<li>Open this link in Safari on your iPhone: <a href="http://www.unitid.nl/iprototype/demo" target="_new">http://www.unitid.nl/iprototype/demo</a> (I usually mail links to myself and open them on the phone)</li>
<li>Follow the instructions.</li>
</ol>
<p>This demo is made in <a href="http://www.adobe.com/products/fireworks/">Fireworks</a>, with the help of PHP and <a href="http://jquery.com/">jQuery</a>. We tried using <a href="http://www.axure.com/">Axure</a>, <a href="http://code.google.com/p/iui/">IUI</a> and <a href="http://webapp.net.free.fr/">webapps.net</a> as well, but did not succeed this far creating something that was really easy to make.</p>
<h3>How does it work?</h3>
<p>Just very quickly, I explain <a href="#creating the Fireworks PNG">more in detail</a> later on:</p>
<ol>
<li>Download <a href="http://www.unitid.nl/downloads/iprototype.zip">this zip</a> file containing some folders with PHP files and jQuery.</li>
<li>Create the screens with FW like you normally do. Start with a 320*480 canvas and call the first page &#8220;index&#8221; (no capitals please!).</li>
<li>Use hotspots (instead of slices) for creating links to the different pages.</li>
<li>Export the mockup to HTML and images like you normally do to test the mockup in a browser.</li>
<li>Everything OK? Now export the file to Dreamweaver Library (.lbi) to<br />
the folder named &#8220;Library&#8221;.</li>
<li>Upload everything to a server that can execute PHP.</li>
<li>Get your iphone and visit http://www.yourwebsite.com/..path..to..iprototype/iprototype.</li>
</ol>
<h4>But how does it really work?</h4>
<p>Technically speaking.  (if you are not interested, skip to &#8220;<a href="#creating the Fireworks PNG">creating the mockup with FW</a>&#8220;)</p>
<ol>
<li>When you open the URL on the iphone, jQuery will check the height of the screen, so it knows if you already have added the link to your homescreen.</li>
<li>If not (screenheight is under 480px) it alerts you to add the link to your homescreen</li>
<li>If you enter the site from the homescreen, the height of your window is 480px. So jQuery gets the content of the mockup using PHP.</li>
<li>All .lbi files are loaded and changed a bit by PHP to correct path to images, remove unnecessary tags and change the links so jQuery can work with it. Also some DIV tags are wrapped around the images and the ID attribute is set to the name of the file.</li>
<li>jQuery hides all DIV&#8217;s found in the generated HTML, but makes the screen (page) named &#8220;index&#8221; visible.</li>
<li>Clicking the image maps (hotspots) on this image shows the DIV the URL links to.</li>
</ol>
<p>Take a look at the source code of the files for even more details (I figured most of you are designers not interested so much in code, like myself most of the time)<br />
<a name="creating the Fireworks PNG"></a></p>
<h3>Do it yourself</h3>
<h4>Download the files</h4>
<div id="attachment_661" class="wp-caption alignright" style="width: 245px"><img class="size-full wp-image-661" title="files" src="http://unitid.nl/wp-content/uploads/files.png" alt="files" width="235" height="126" /><p class="wp-caption-text">Files in the zip</p></div>
<p><a href="http://www.unitid.nl/downloads/iprototype.zip">Download this zip</a> and extract it to your hard-disk. All of these files have to be uploaded to a server, so make sure you can find them in your FTP client or put them directly on the server.  About the files in the folder &#8220;iPrototype&#8221;:</p>
<ul>
<li>index.html; the file the browser opens. The file contains some metatags, CSS, javascript and a call to the php file.</li>
<li>The folder &#8220;includes&#8221;: A folder with some files needed for the prototype to work.
<ul>
<li>js/jquery.js: the javascript libary</li>
<li>icon.png: The icon that is put on the iPhone homescreen (you can change this)</li>
<li>functions.php: A file to read and modify the exported files from Fireworks.</li>
</ul>
</li>
<li>The folder &#8220;Library&#8221;: This is where you export your files to from Fireworks. (you can use these files to test, but you should delete these before exporting your own prototype)</li>
</ul>
<h4>Create the Fireworks PNG</h4>
<p>If you are new to Fireworks, there are many tutorials to be found on the web. I won&#8217;t go into detail about how to use the program, but will point out a few important things for making prototyping for the iPhone work.</p>
<p>A great way to start is getting the iPhone <a href="http://blog.metaspark.com/2009/02/fireworks-toolkit-for-creating-iphone-ui-mockups/">UI elements from Metaspark</a> (thanks for this guys!). Open Fireworks and create a new file setting the canvas to 320 by 480 pixels and name the first page &#8220;index&#8221;. This is important because otherwise you&#8217;ll get a black screen opening the first page on your iPhone.</p>
<h4>Pages and hotspots</h4>
<p>Fireworks makes use of pages. Every page can have its own graphics, buttons and settings. To be able to click through the screen, you need more than one page and link these pages together using hot-spots. This easiest way to create a hot-spot is to right click  the element you want to be a button and select &#8220;insert hot-spot&#8221;. In the properties panel you enter the page name you want the button to link to. You can enter this manually or use the pull-down menu. If you create a link to a page that does not exist, you will see a black (or whatever background color you set) screen and you&#8217;ll have to reload the prototype. Make sure all links are correct. You can export the prototype as &#8220;HTML and images&#8221; to check everything in your favorite browser.</p>
<div id="attachment_662" class="wp-caption alignnone" style="width: 525px"><a href="http://unitid.nl/wp-content/uploads/hotspot.png"><img class="size-full wp-image-662" title="hotspot" src="http://unitid.nl/wp-content/uploads/hotspot.png" alt="Creating the hotspots" width="515" height="342" /></a><p class="wp-caption-text">Creating the hotspots</p></div>
<h4>Exporting to .lbi</h4>
<p>Click &#8220;file&gt;export&#8221; in Fireworks. Find the &#8220;Library&#8221; folder. Export the file as Dreamweaver Library Items. Dreamweaver library items are small pieces of HTML code that you normally insert into webpages and will update automatically, but forget about that.  Other settings:  Don&#8217;t bother entering a &#8220;file name&#8221; as the files will be named after your pages, &#8220;Slices: None&#8221;, Check &#8220;Put images in subfolder (images)&#8221;, uncheck &#8220;Current frame only&#8221;. Hit &#8220;Export&#8221;.</p>
<p><a href="http://unitid.nl/wp-content/uploads/export.png"><img class="alignnone size-full wp-image-664" title="export" src="http://unitid.nl/wp-content/uploads/export.png" alt="export" width="429" height="275" /></a></p>
<h4>Upload and view it on your iPhone</h4>
<div id="attachment_665" class="wp-caption alignright" style="width: 203px"><a href="http://unitid.nl/wp-content/uploads/photo.jpg"><img class="size-full wp-image-665" title="photo" src="http://unitid.nl/wp-content/uploads/photo.jpg" alt="photo" width="193" height="290" /></a><p class="wp-caption-text">The message you get when opening in Safari</p></div>
<p>All files in the iPrototype folder should be on a server that can execute PHP. I normally use FTP in Dreamweaver to do this. Take your iPhone and navigate to the address, ending with /iprototype. Follow the instructions on the screen.</p>
<h3>Having trouble?</h3>
<p>Let us know! We can also create a prototype for you, or help out with the design, that is what we do!</p>
]]></content:encoded>
			<wfw:commentRss>http://unitid.nl/2009/04/prototyping-for-the-iphone-using-fireworks-cs3/feed/</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
		<item>
		<title>Vision Touch beschikbaar voor uw SUV</title>
		<link>http://unitid.nl/2009/04/vision-touch-beschikbaar-voor-uw-suv/</link>
		<comments>http://unitid.nl/2009/04/vision-touch-beschikbaar-voor-uw-suv/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 10:21:02 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
				<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Touch screens]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Eurologics]]></category>
		<category><![CDATA[Interaction Design]]></category>
		<category><![CDATA[Touchscreen]]></category>

		<guid isPermaLink="false">http://unitid.nl/?p=634</guid>
		<description><![CDATA[In April 2009 lanceerde Eurologics hun nieuwe product &#8220;Vision Touch&#8221; op de autovakRAI. UNITiD ontwierp de user interface.
De opdracht was uitdagend:
Ontwerp een interface voor het nieuwe paradepaardje van Eurologics; Een &#8220;Car Entertainment System&#8221; dat geheel bediend wordt met een 7 inch touchscreen. De toekomstige gebruiker is meestal tussen de 6 en 14 jaar oud, en [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-643" title="visiontouch" src="http://unitid.nl/wp-content/uploads/visiontouch.png" alt="visiontouch" width="545" height="192" />In April 2009 lanceerde <a href="http://www.eurologics.nl" target="_blank">Eurologics</a> hun nieuwe product &#8220;<a href="http://visiontouch.eurologics.nl" target="_blank">Vision Touch</a>&#8221; op de autovakRAI. UNITiD ontwierp de user interface.</p>
<p>De opdracht was uitdagend:</p>
<p>Ontwerp een interface voor het nieuwe paradepaardje van Eurologics; Een &#8220;Car Entertainment System&#8221; dat geheel bediend wordt met een 7 inch touchscreen. De toekomstige gebruiker is meestal tussen de 6 en 14 jaar oud, en zal voornamelijk DVD&#8217;s kijken. Maar&#8230; het komt natuurlijk ook voor dat een minister tussen twee afspraken even het laatste NOS journaal aanzet. De bediening moet dus kinderlijk eenvoudig zijn, maar wel klasse uitstralen. Vanaf de achterbank kijk je naar films, digitale TV en fotos. Vanaf een DVD, CD of USB stick. Natuurlijk kan je ook luisteren naar muziek, allerlei voorkeuren instellen en tal van andere functies aantikken die ik hier voor het overzicht even niet noem.<br />
Het ontwerp moet binnen drie weken gereed zijn&#8230;</p>
<p><span id="more-634"></span></p>
<div id="attachment_645" class="wp-caption alignright" style="width: 310px"><img class="size-full wp-image-645" title="shenmax" src="http://unitid.nl/wp-content/uploads/shenmax.jpg" alt="Card-sorting met iconen" width="300" height="249" /><p class="wp-caption-text">Card-sorting met iconen</p></div>
<p>Dat is even doorwerken, maar voor ons natuurlijk niet de eerste keer dat we zoiets doen. Na de briefing begonnen we met een sketchboard sessie met drie van mijn collega&#8217;s om de eerste interactieprincipes te ontwerpen. Het een en ander werd snel uitgewerkt in een aantal flows en wireframes. Deze werden besproken met de product managers van Eurologics en het ontwikkelteam in Azie. We maakten een eenvoudige mock-up van de interface met daarin de belangrijkste schermen. Deze mockup werd samen met een set iconen getest in een gebruiksonderzoek met een paar kids uit de doelgroep. Genoeg informatie om samen met <a href="http://www.resoluut.nl">Resoluut</a> het grafisch ontwerp in de derde week af te ronden. Net voor de deadline konden we nog 360 iconen exporteren en de documentatie opstellen voor de ontwikkelaars in Korea.</p>
<div id="attachment_648" class="wp-caption alignright" style="width: 310px"><a href="http://www.youtube.com/watch?v=AfSTdxcPPXc"><img class="size-full wp-image-648" title="youtube" src="http://unitid.nl/wp-content/uploads/youtube.png" alt="youtube" width="300" height="180" /></a><p class="wp-caption-text">Reactie van bezoekers op de RAI</p></div>
<p>Benieuwd naar het resultaat? Vraag naar een Vision Touch systeem bij aankoop van uw nieuwe slee, of neem contact op met <a href="http://eurologics.nl/index.php">Eurologics</a> om dit product te laten installeren in uw wagen. U wilt het gratis? Dan moet u zich even melden op de autovakRAI, daar wordt er 1 verloot.</p>
<p>Eurologics stond op de RAI dit jaar en hier een leuk <a href="http://www.youtube.com/watch?v=AfSTdxcPPXc ">filmpje van de reacties van het publiek</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://unitid.nl/2009/04/vision-touch-beschikbaar-voor-uw-suv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MIMOA: Elke maand beter</title>
		<link>http://unitid.nl/2009/01/mimoa-elke-maand-beter/</link>
		<comments>http://unitid.nl/2009/01/mimoa-elke-maand-beter/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 17:12:57 +0000</pubDate>
		<dc:creator>Matthijs</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://unitid.nl/?p=1079</guid>
		<description><![CDATA[
MIMOA is een online architectuur gids. Bezoekers kunnen zelf projecten toevoegen en natuurlijk op allerlei manieren de gegenereerde content weer kunnen gebruiken. Het mooie van dit project is dat het heel klein begon, en geleidelijk, maar gecontroleerd, is uitgegroeid tot een zeer succesvolle community. 
Wij hebben de laatste jaren aan heel wat sites gewerkt met [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unitid.nl/wp-content/uploads/mimoa_home.png"><img class="alignnone size-medium wp-image-1081" title="mimoa_home" src="http://unitid.nl/wp-content/uploads/mimoa_home-530x248.png" alt="mimoa_home" width="530" height="248" /></a></p>
<p>MIMOA is een online architectuur gids. Bezoekers kunnen zelf projecten toevoegen en natuurlijk op allerlei manieren de gegenereerde content weer kunnen gebruiken. Het mooie van dit project is dat het heel klein begon, en geleidelijk, maar gecontroleerd, is uitgegroeid tot een zeer succesvolle community. <span id="more-1079"></span></p>
<p>Wij hebben de laatste jaren aan heel wat sites gewerkt met &#8220;user generated content&#8221; en &#8220;community&#8221; features. Uit ervaring weten we dat dit erg lastige projecten zijn met vele valkuilen. Bij MIMOA ging het wonderbaarlijk goed. Een paar succesfactoren: Heldere focus en scope. Gefaseerde ontwikkeling. Veel aandacht voor User Experience. Een passievolle organisatie die 100% achter het concept staat en de tijd heeft de website draaiende te houden.</p>

<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/wireframe_homepage/' title='wireframe_homepage'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/wireframe_homepage-150x100.png" class="attachment-thumbnail" alt="" title="wireframe_homepage" /></a>
<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/homepage-2/' title='homepage'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/homepage1-150x100.png" class="attachment-thumbnail" alt="" title="homepage" /></a>
<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/marker_management/' title='marker_management'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/marker_management-150x100.png" class="attachment-thumbnail" alt="" title="marker_management" /></a>
<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/wireframe_kaart/' title='wireframe_kaart'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/wireframe_kaart-150x100.png" class="attachment-thumbnail" alt="" title="wireframe_kaart" /></a>
<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/map_and_menu/' title='Map_and_Menu'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/Map_and_Menu-150x100.png" class="attachment-thumbnail" alt="" title="Map_and_Menu" /></a>
<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/blog/' title='blog'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/blog-150x100.png" class="attachment-thumbnail" alt="" title="blog" /></a>
<a href='http://unitid.nl/2009/01/mimoa-elke-maand-beter/mimoa_home/' title='mimoa_home'><img width="150" height="100" src="http://unitid.nl/wp-content/uploads/mimoa_home-150x100.png" class="attachment-thumbnail" alt="" title="mimoa_home" /></a>

<p>Sinds de start van MIMOA zijn we nauw betrokken geweest bij het project. We hielpen met het maken van een roadmap, release planningen, ontwierpen de structuur, navigatie en de layout. Daarnaast installeerden we het blog, nieuwsbrief-software en een advertentie beheersysteem.</p>
<p>Er staat nog heel wat op de planning. De iPhone applicatie is ondertussen <a href="http://itunes.apple.com/nl/app/mimoa-modern-architecture/id373741996?mt=8" target="_blank">beschikbaar op iTunes</a>. Ook wordt er gewerkt aan een API, city pages en pro accounts. Nog steeds werken we gefaseerd door aan de site en wordt MIMOA elke maand beter.</p>
]]></content:encoded>
			<wfw:commentRss>http://unitid.nl/2009/01/mimoa-elke-maand-beter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
