<?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>Jimability</title>
	<atom:link href="http://www.jimability.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jimability.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Jan 2012 20:32:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install Surface SDK 1.0 SP1 on Windows 7 64 bit and Visual Studio 2010</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2011/08/22/how-to-install-surface-sdk-1-0-sp1-on-windows-7-64-bit-and-visual-studio-2010/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2011/08/22/how-to-install-surface-sdk-1-0-sp1-on-windows-7-64-bit-and-visual-studio-2010/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 16:46:17 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.jimability.com/nl/wat-zeggen-we/2011/08/22/how-to-install-surface-sdk-1-0-sp1-on-windows-7-64-bit-and-visual-studio-2010/</guid>
		<description><![CDATA[<p>Install the Microsoft Surface SDK 1.0 on a Windows 7 64 bit machine running Visual Studio 2010 and you can manage your (old) Surface v1 projects.</p>
<p>It's a mouth ful and the article combines information from different sites on the internet in one easy to follow guide.</p>]]></description>
			<content:encoded><![CDATA[<p>Suppose a customer asks you to update that wonderful Surface v1 application you wrote ages ago, but you don’t have the SDK installed on your new development machine running <em>Windows 7 64 bit </em>and <em>Visual Studio 2010</em>, you might have a problem, since the SDK cannot be installed. Bummer. But the change has to be deployed tomorrow! <em>Don’t panic</em>, read on.  Let me guide you through 15 steps. Let me remind you that this procedure is not at all supported by Microsoft, but it works. And that’s the most important part.</p>
<p><strong>UPDATE</strong>: 15/12/2011: Thanks to Florian Haag for the corrections and suggestions. However he&#8217;s still struggling with a very annoying bug. Perhaps you can <a href="http://www.jimability.com/nl/wat-zeggen-we/2011/08/22/how-to-install-surface-sdk-1-0-sp1-on-windows-7-64-bit-and-visual-studio-2010/comment-page-1/#comment-63">help him</a> out.</p>
<h3>1. Relax</h3>
<p>The steps are not at all difficult, but you have to remain focussed. Have a coffee, a tea, a fresh pint of beer.</p>
<h3>2. Prerequisites</h3>
<p>Make sure these are installed:</p>
<ul>
<li>Visual Studio 2010</li>
<li><a href="http://www.microsoft.com/download/en/details.aspx?id=15537">XNA Framework distributable 2.0</a></li>
</ul>
<p>and you have the Surface SDK 1.0 SP1 file (SurfaceSDKWE.msi) somewhere on your computer.</p>
<p>Create a temporary directory where you will put all the edited files, let’s say c:\Surface.</p>
<h3>3. Extract Surface SDK Files</h3>
<p>Start the Visual Studio Command prompt <em>with admin privileges </em>and go to the directory where SurfaceSDKWE.msi file is located.</p>
<p>Execute following command in the command window:</p>
<div style="text-align: left; font-family: 'Courier New';">msiexec /a SurfaceSDKWE.msi /qb TARGETDIR=c:\surface</div>
<p>Make sure you replace c:\surface with the directory name you created in the previous step. This directory will now contain all installation files.</p>
<h3>4. Download Windows 7.0 SDK</h3>
<p>Download the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=3138">Windows 7.0 SDK Web installer</a>. We need to use orca (to patch the surface installer) and corflags (to patch the surface executables).</p>
<p><strong>Important:</strong> You need to download Windows 7.0 SDK since this one is working with .Net 3.5. Do not use Windows 7.1 SDK since that one is using .Net 4.0.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/04_01-download-Orca.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/04_01-download-Orca.png" alt="04_01 - download Orca" /></a></p>
<p>Make sure you check the option <em>.Net development tools</em>.</p>
<h3>5. Install Orca</h3>
<p>Install Orca. The installer file is located in C:\Program Files\Microsoft SDKs\Windows\V7.0\bin</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/05_01-Install-Orca.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/05_01-Install-Orca.png" alt="05_01 - Install Orca" /></a></p>
<h3>6. Patch msi file</h3>
<p>Start Orca and open the SurfaceSDKWE.msi file from the c:\surface directory.</p>
<p>Go to Launch conditions in the left navigation.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/06_01-Remove-settings.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/06_01-Remove-settings.png" alt="06_01 - Remove settings" /></a></p>
<p>Make sure you select all highlighted entries, then choose Tables-&gt;Drop Row(s) from the menu.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/06_02-Remove-settings.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/06_02-Remove-settings.png" alt="06_02 - Remove settings" /></a></p>
<p>Close Orca and save the changes.</p>
<h3>7. Patch setupcustomaction.exe</h3>
<p>Open the Windows 7 x64 DEBUG Build Environment command prompt (with admin privileges) that has been installed as part of the Windows 7 SDK. It is labeld <strong>CMD Shell</strong> in the SDK&#8217;s start menu folder.<br />
Change the current directory to c:\surface\Microsoft Surface\v1.0 and execute the corflags command:</p>
<div style="text-align: left; font-family: 'Courier New';">corflags setupcustomaction.exe /32bit+ /force /nologo</div>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/07_01-corflags.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/07_01-corflags.png" alt="07_01 - corflags" /></a></p>
<p>You will receive a warning that you can ignore.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/07_02-corflags.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/07_02-corflags.png" alt="07_02 - corflags" /></a></p>
<h3>8. Install the Surface SDK</h3>
<p>Now, it is time to install the SDK like you would on the original machine configuration.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/08_01-install-surface-sdk-1.0.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/08_01-install-surface-sdk-1.0.png" alt="08_01 - install surface sdk 1.0" /></a></p>
<h3>9. Patch the executables</h3>
<p>In order to run the Surface executables on your 64bit system, you need to patch them with corflags. Execute these commands in the Windows 7 x64 DEBUG Build Environment command prompt with admin privileges <strong>(CMD Shell</strong> in the SDK&#8217;s start menu folder<strong>):</strong></p>
<div style="text-align: left; font-family: 'Courier New';">
<p>cd &#8220;C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0\Tools\GenTag&#8221;</p>
<p>for %i in (*.exe) do CorFlags %i /32BIT+ /Force /nologo /UpgradeCLRHeader</p>
<p>cd &#8220;C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0\Tools\Simulator&#8221;</p>
<p>for %i in (*.exe) do CorFlags %i /32BIT+ /Force /nologo /UpgradeCLRHeader</p>
<p>cd &#8220;C:\Program Files (x86)\Microsoft SDKs\Surface\v1.0\Tools\SurfaceStress&#8221;</p>
<p>for %i in (*.exe) do CorFlags %i /32BIT+ /Force /nologo</p>
<p>cd &#8220;C:\Program Files (x86)\Microsoft Surface\v1.0&#8243;</p>
<p>for %i in (*.exe) do CorFlags %i /32BIT+ /Force /nologo</p>
</div>
<h3>10. Verify: Surface Simulator</h3>
<p>If all went well, you will now be able to start the Surface Simulator.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/10_01-test-simulator.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/10_01-test-simulator.png" alt="10_01 - test simulator" /></a></p>
<h3>11. Copy the VS 2010 templates</h3>
<p>The Surface project and item templates are only installed for Visual Studio 2008, so you have to copy them to the appropriate directory.</p>
<p>You will find the original templates in the directory c:\Program Files (x86)\Microsoft SDKs\Surface\v1.0</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/11-01-kopieer-templates.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/11-01-kopieer-templates.png" alt="11-01 - kopieer templates" /></a></p>
<p>Copy the contents of the <em>Item Templates </em>directory to <span style="font-family: 'Courier New';">c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Surface\1033</span></p>
<p>Copy the contents of the <em>Project Templates </em>directory to <span style="font-family: 'Courier New';">c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ProjectTemplates\CSharp\Surface\1033</span></p>
<h3>12. Register the templates</h3>
<p>Execute the following command in the command prompt (with admin privileges):</p>
<div style="text-align: left; font-family: 'Courier New';">“c:\program files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe” /setup</div>
<h3>13. Create a new Surface project in VS 2010</h3>
<p>Open Visual Studio 2010, create a new project, but make sure you select “Surface” from the left navigation panel (and not the subdirectory v2.0) and .Net Framework 3.5</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/13_01-visual-studio.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/13_01-visual-studio.png" alt="13_01 - visual studio" /></a></p>
<h3>14. Alter the platform target</h3>
<p>Make sure you alter the platform target of the project to x86. Believe me, you will forget!</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2011/08/14_01-output-x86.png"><img class="illustratie" src="http://www.jimability.com/wp-content/uploads/2011/08/14_01-output-x86.png" border="0" alt="14_01 - output x86" /></a></p>
<p>As Florian Haag mentioned in his comment, you could alter this in the project template. This way, you only have to change this once.</p>
<h3>15. Build and enjoy the work</h3>
<p>That’s it. You have performed all necessary steps. Step 13 &amp; 14 must be repeated for every project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2011/08/22/how-to-install-surface-sdk-1-0-sp1-on-windows-7-64-bit-and-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Jimability steunt Music For Life</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/12/21/jimability-steunt-music-for-life/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/12/21/jimability-steunt-music-for-life/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 15:03:57 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Aankondiging]]></category>
		<category><![CDATA[Music For Life]]></category>
		<category><![CDATA[StuBru]]></category>

		<guid isPermaLink="false">http://www.jimability.com/?p=436</guid>
		<description><![CDATA[<p>Een kort bericht, en tegelijk een oproep.</p>
<p>De donkere kerstperiode wordt al sinds een paar jaar automatisch geassocieerd met Music For Life. En ja, ook ik laat me elke keer meesleuren in die week vol intense radio. Begin ernaar te luisteren (of te kijken) en je raakt verslaafd.</p>
<p>Jimability heeft een plaatje aangevraagd: "Little Red Corvette"  van Prince, een prachtig nummer.</p>
<p>Heb jij nog geen plaatje gesponsord, klik dan gewoon effe door.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.musicforlifedonate.be/Site/Pages/MakeDonation.aspx"><img class="alignright size-full wp-image-434 illustratie" title="Music For Life" src="http://www.jimability.com/wp-content/uploads/2010/12/musicforlife.jpg" alt="" width="330" height="221" /></a><em>Een kort bericht, en tegelijk een oproep.</em></p>
<p>De donkere kerstperiode wordt al sinds een paar jaar automatisch geassocieerd met <a href="http://www.stubru.be">Music For Life</a>. En ja, ook ik laat me elke keer meesleuren in die week vol intense radio. Begin ernaar te luisteren (of te kijken) en je raakt verslaafd.</p>
<p>Jimability heeft een plaatje aangevraagd: <em>&#8220;Little Red Corvette&#8221; </em> van Prince, een prachtig nummer.</p>
<p>Heb jij nog geen plaatje gesponsord, <a href="https://www.musicforlifedonate.be/Site/Pages/MakeDonation.aspx">klik dan gewoon effe door</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/12/21/jimability-steunt-music-for-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Wake-on-LAN on Surface</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/07/30/enable-wake-on-lan-on-surface/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/07/30/enable-wake-on-lan-on-surface/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 22:02:00 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Technisch]]></category>
		<category><![CDATA[energy saving]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[Wake on Lan]]></category>
		<category><![CDATA[WOL]]></category>

		<guid isPermaLink="false">http://www.jimability.com/nl/wat-zeggen-we/2010/07/30/enable-wake-on-lan-on-surface/</guid>
		<description><![CDATA[<p>A customer required for this new fancy project that the Microsoft Surface tables could be switched on and off automatically. The most obvious solution was to suggest Wake-on-LAN for switching on the unit.
</p><p>
However I wanted to make sure that this was supported, but couldn’t find anything on the Internet. So I tried it myself and want to share my experiences with you in this step by step guide.
</p>
<p>It’s a little odd that there is no specific Microsoft solution, while the company has high interest for saving power (see Windows 7 efforts). The Surface unit consumes +/- 250W and even when switched off it still consumes +/-15W. Using your own alternatives to save on energy should be applauded.</p>]]></description>
			<content:encoded><![CDATA[<p>A customer required for this new fancy project that the Microsoft Surface tables could be switched on and off automatically. The most obvious solution was to suggest <strong>Wake-on-LAN</strong> (<strong>WOL</strong>) for switching on the unit.  However, I wanted to make sure that this was supported, but couldn’t find anything on the Internet. So I tried it myself and want to share my experiences with you in this step by step guide.  It’s a little odd that there is no specific Microsoft solution, while the company has high interest for saving power (see Windows 7 efforts). The Surface unit consumes +/- 250W and even when switched off it still consumes +/-15W. Using your own alternatives to save on energy should be applauded.</p>
<h3>What do you have to do?</h3>
<ol>
<li>Alter BIOS-settings</li>
<li>Update network settings in Vista</li>
<li>Use program to send WOL-packets</li>
</ol>
<h3>1. Alter BIOS-settings</h3>
<p>The BIOS of the Surface unit is protected by a standard password. You can retrieve this password from Microsoft Surface Support. Call:</p>
<ul>
<li>0800 76259 for Belgium</li>
<li>(1)866-425-8880 for US</li>
</ul>
<p><strong>Make sure you have the serial number of the Surface unit at had.</strong> Connect a keyboard and mouse to Surface and start the unit. As soon as you’ve switched it on, hit the DEL key a few times every second so you enter the BIOS.  You will be prompted to enter the password.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-419 illustratie" title="Screenshot WOL 1" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol01.jpg" alt="" width="620" height="465" /></p>
<p>Enter the password that was provided to you by Microsoft Surface Support. Take care: your keyboard is configured as <strong>qwerty</strong>!</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-420 illustratie" title="Screenshot WOL 2" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol02.jpg" alt="" width="620" height="326" /></p>
<p>Choose &#8220;Power&#8221; using left and right arrows and APM configuration using up and down arrows. Hit enter.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-421 illustratie" title="Screenshot WOL 3" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol03.jpg" alt="" width="620" height="348" /></p>
<p>Enable the settings &#8220;Power On By PCI Devices&#8221; and &#8220;Power On By PCIE Devices&#8221;.  Close the BIOS (saving the settings) and let the Surface Unit startup normally.</p>
<h3>2. Alter network settings in Vista</h3>
<p>Log on with your administrator credentials. Go to Control Panel, start up Device Manager, expand Network adapters and request the properties page for the network card (Intel (R) Pro/1000 PL Network Controller in my case).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-422 illustratie" title="Screenshot WOL 4" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol04.png" alt="" width="620" height="485" /></p>
<p>Go to the Power Management Tab and select <em>&#8220;Allow this device to wake the computer&#8221;</em>. Choose OK to quit the screen.  Make sure you have a static IP address, by changing the settings of the local area connection.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-423 illustratie" title="Screenshot WOL 5" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol05.png" alt="" width="620" height="491" /></p>
<p>Update the settings to match your network configuration.  Now it is time to write down the MAC address of your network card. You can find this, by running ipconfig /all from the command prompt.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-426 illustratie" title="Screenshot WOL 6" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol06.png" alt="" width="620" height="70" /></p>
<p>Next to Physical Address, you will find something like XX-XX-XX-XX-XX-XX.  Make sure you have written down the MAC address and the fixed IP address of the Surface Machine. Switch to user mode and shut down the unit by pressing the soft power key.</p>
<h3>3. Use program to send WOL-packets</h3>
<p>It&#8217;s time to test! You can now send Wake-On-Lan packets to the Surface unit to start the machine. If you want to integrate this in your .Net programming, there are some examples to be found on the net (I didn&#8217;t test <a href="http://blog.cordiner.net/?p=580">this example</a>).  You can also use a little client program to send Wake-On-Lan packets. I used <a href="http://magicpacket.free.fr/">WOL &#8211; Magic Packet Sender</a> and it worked just fine.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-427 illustratie" title="Screenshot WOL 7" src="http://www.jimability.com/wp-content/uploads/2010/07/surfacewol07.png" alt="" width="329" height="330" /></p>
<p>Fill in the IP address as host name and MAC address and hit &#8220;Send&#8221;. You will hear the fan of the Surface Unit start to spin and your precious Surface will boot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/07/30/enable-wake-on-lan-on-surface/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Surface Partner</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/05/20/microsoft-surface-partner/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/05/20/microsoft-surface-partner/#comments</comments>
		<pubDate>Thu, 20 May 2010 13:20:41 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Aankondiging]]></category>
		<category><![CDATA[Microsoft Surface]]></category>
		<category><![CDATA[Partner]]></category>

		<guid isPermaLink="false">http://www.jimability.com/?p=408</guid>
		<description><![CDATA[<p>We zijn verrukt te mogen aankondigen dat Jimability vanaf heden Microsoft® Surface™ Partner is.</p>
<p>We geloven in een sterke samenwerking met Microsoft en daarom vonden wij het opportuun om deze te bezegelen in de vorm van een partnerschap. Ook u als mogelijke klant hebt hierbij baat. Als partner kunnen wij u met de beste raad bijstaan bij uw Surface project, zowel wat de aankoop van de hardware betreft, het uitdenken van de <em>multi user</em> ervaringen en de ontwikkeling ervan. U hoeft zich dan weinig zorgen te maken over de uitwerking van de technische details, die lossen wij in samenspraak met Microsoft voor u op.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.surface.com/"><img class="alignright size-full wp-image-410 illustratie" title="Logo: Microsoft Surface" src="http://www.jimability.com/wp-content/uploads/2010/05/SurfaceLogo.png" alt="" width="271" height="112" /></a>We zijn verrukt te mogen aankondigen dat Jimability vanaf heden Microsoft® Surface™ Partner is.</p>
<p>We geloven in een sterke samenwerking met Microsoft en daarom vonden wij het opportuun om deze te bezegelen in de vorm van een partnerschap. Ook u als mogelijke klant hebt hierbij baat. Als partner kunnen wij u met de beste raad bijstaan bij uw Surface project, zowel wat de aankoop van de hardware betreft, het uitdenken van de <em>multi user</em> ervaringen en de ontwikkeling ervan. U hoeft zich dan weinig zorgen te maken over de uitwerking van de technische details, die lossen wij in samenspraak met Microsoft voor u op.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/05/20/microsoft-surface-partner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Surface controls beschikbaar voor Windows 7 Touch (beta)</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/04/22/surface-controls-beschikbaar-voor-windows-7-touch-beta/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/04/22/surface-controls-beschikbaar-voor-windows-7-touch-beta/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:58:51 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[WPF]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[Surface Toolkit]]></category>
		<category><![CDATA[Touch Pack]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Touch]]></category>

		<guid isPermaLink="false">http://www.jimability.com/?p=399</guid>
		<description><![CDATA[<p>Het werd aangekondigd op PDC09 dat de inspanningen van het <em>Microsoft Surface</em> team niet beperkt zouden blijven tot de Surface hardware.  Meer nog in de toekomst zullen de Surface API en Windows Touch API versmelten. Het is ook logisch, want waarom twee verschillende systemen aanbieden en onderhouden voor iets wat gestoeld is op dezelfde principes: NUI of <em>natural user interface</em>.</p>
<p>Een eerste publiek aanbod is de <strong>Microsoft Surface Toolkit voor Windows Touch</strong>. Het is een reeks controls ontleend aan Microsoft Surface, die nu beschikbaar zijn voor Windows 7 Touch apparaten.  De API is nog in bèta en een officiële releasedatum is nog niet vastgesteld, maar je hoeft nu geen dure Surface tafel meer te kopen om van de voordelen van multitouch (ontwikkeling) te kunnen genieten.</p>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-401 illustratie" title="Screenshot: Surface Collage" src="http://www.jimability.com/wp-content/uploads/2010/04/microsoft-touch-pack.jpg" alt="" width="448" height="296" />Het werd aangekondigd op <strong>PDC09</strong> dat de inspanningen van het <em>Microsoft Surface</em> team niet beperkt zouden blijven tot de Surface hardware.  Meer nog, in de toekomst zullen de Surface API en Windows Touch API versmelten. Het is ook logisch, want waarom twee verschillende systemen aanbieden en onderhouden voor iets wat gestoeld is op dezelfde principes: NUI of <em>natural user interface.</em></p>
<p>Een eerste publiek aanbod is de <strong>Microsoft Surface Toolkit voor Windows Touch</strong>. Het is een reeks controls ontleend aan Microsoft Surface, die nu beschikbaar zijn voor Windows 7 Touch apparaten.  De API is nog in bèta en een officiële releasedatum is nog niet vastgesteld, maar je hoeft nu geen dure Surface tafel meer te kopen om van de voordelen van multitouch (ontwikkeling) te kunnen genieten.</p>
<p>Wat heb je er voor nodig: Visual Studio 2010 en .Net 4.0 (incl. WPF) en natuurlijk een touch screen.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=801907a7-b2dd-4e63-9ff3-8a2e63932a74">Download de Microsoft Surface Toolkit voor Windows Touch</a><br />
Bekijk de <a href="http://channel9.msdn.com/posts/LarryLarsen/Surface-Toolkit-for-Windows-Touch/">video</a>.</p>
<h3>Microsoft Touch Pack voor Windows 7</h3>
<p>Tegelijk is nu ook het Microsoft Touch Pack voor Windows 7 beschikbaar, een reeks touch applicaties ontwikkeld door het Surface team.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b152fadd-82e4-4ddb-a46a-aebe49944428&amp;displaylang=en">Download MS Touch Pack voor Windows 7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/04/22/surface-controls-beschikbaar-voor-windows-7-touch-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grando met MultiTouch op Batibouw 2010</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/03/01/grando-met-multitouch-op-batibouw-2010/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/03/01/grando-met-multitouch-op-batibouw-2010/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 16:45:46 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Batibouw]]></category>
		<category><![CDATA[Grando Keukens]]></category>

		<guid isPermaLink="false">http://www.jimability.com/?p=385</guid>
		<description><![CDATA[<p>Grando Keukens pakt uit op <em>Batibouw 2010</em> met een heel interactieve stand: maar liefst 6 interactieve schermen werden geplaatst waar je de Grando-catalogus kan doorzoeken, je keuzes naast elkaar plaatsen en samen op zoek kan gaan naar je favoriete keuken.<br />Wil je thuis nog eens alles rustig bekijken, dan kan je ook het digitale Inspiratieboek bestellen door je gegevens achter te laten op één van de multi-touch schermen.</p> <p>Jimability schreef de multi-touch software die op deze schermen draait.</p><p>Ga het zelf eens uitproberen op Batibouw (nog tot 7 maart) in Hall 11 van de Brussels Expo.</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grandokeukens.be/site/default.asp">Grando Keukens</a> pakt uit op Batibouw 2010 met een heel interactieve stand: maar liefst 6 interactieve schermen werden geplaatst waar je de Grando-catalogus kan doorzoeken, je keuzes naast elkaar plaatsen en samen op zoek kan gaan naar je favoriete keuken. Wil je thuis nog eens alles rustig bekijken, dan kan je ook het digitale Inspiratieboek bestellen door je gegevens achter te laten op één van de multi-touch schermen.</p>
<p style="text-align: center;"><img class="illustratie size-full wp-image-387  aligncenter" title="Grando en Jimability op Batibouw 2010" src="http://www.jimability.com/wp-content/uploads/2010/02/GrandoBatibouw2010.jpg" alt="" width="618" height="464" /><em>Stilte voor de storm: laat het grote publiek nu maar komen</em></p>
<p><a href="http://www.displax.be/">Ocular</a> zorgde voor de high-tech hardware (de multitouch schermen).<br />
<strong>Jimability </strong>schreef de multi-touch software die op deze schermen draait, op basis van Windows 7 en Microsoft .Net.</p>
<p><em>Ga het zelf eens uitproberen op Batibouw (nog tot 7 maart) in Hall 11 van de Brussels Expo.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/03/01/grando-met-multitouch-op-batibouw-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Bing en Augmented Reality Maps</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/02/17/microsoft-bing-en-augmented-reality-maps/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/02/17/microsoft-bing-en-augmented-reality-maps/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 09:13:10 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Toekomst]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[Blaise Aguera y Arcas]]></category>
		<category><![CDATA[Microsoft Bing Maps]]></category>
		<category><![CDATA[Photosynth]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://www.jimability.com/nl/wat-zeggen-we/2010/02/17/microsoft-bing-en-augmented-reality-maps/</guid>
		<description><![CDATA[<p>In 2007 kwam Blaise Aguera y Arcas op TED met een spectaculaire demo van SeaDragon (later gebruikt in DeepZoom) en Photosynth, een systeem om een giga-hoeveelheid aan beelden tot een 3D-model om te vormen. Via het Internet kon je beelden van bv. het San Marco-plein bekijken en in- en uitzoomen met een fantastische “ik hoef niet te zitten wachten”-snelheid.</p> <p>Drie jaar later toont hij Microsoft Bing Maps in augmented reality.</p>]]></description>
			<content:encoded><![CDATA[<p>In 2007 kwam <strong>Blaise Aguera y Arcas</strong> op TED met een spectaculaire demo van <em>SeaDragon</em> (later gebruikt in <em>DeepZoom</em>) en <em>Photosynth,</em> een systeem om een giga-hoeveelheid aan beelden tot een 3D-model om te vormen. Via het Internet kon je beelden van bv. het San Marco-plein bekijken en in- en uitzoomen met een fantastische “<em>ik hoef niet te zitten wachten”</em>-snelheid.</p>
<p>Drie jaar later brengt hij alweer iets fantastisch op TED. SeaDragon en Photosynth toegepast op kaarten, stratenplannen, de Microsoft Bing Maps. Het geheel geeft een idee van <em>augmented reality</em>. Met zelfs de mogelijkheid om live video-beelden te integreren. Maar genoeg uitleg, het filmpje vertelt veel meer. En je kan het <a href="http://www.bing.com/maps/explore/">zelf ook eens uitproberen</a> (probeer Amerikaanse steden).</p>
<p><a href="http://www.jimability.com/nl/wat-zeggen-we/2010/02/17/microsoft-bing-en-augmented-reality-maps/"><em>Klik hier om de embedded video te bekijken.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/02/17/microsoft-bing-en-augmented-reality-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manipulation, MatrixTransformation en Canvas.Top, Canvas.Left</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/01/31/manipulation-matrixtransformation-en-canvas-top-canvas-left/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/01/31/manipulation-matrixtransformation-en-canvas-top-canvas-left/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:17:37 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[Technisch]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Manipulation]]></category>
		<category><![CDATA[Matrix]]></category>
		<category><![CDATA[Positioning]]></category>
		<category><![CDATA[WPF 4]]></category>

		<guid isPermaLink="false">http://www.jimability.com/nl/wat-zeggen-we/2010/01/31/manipulation-matrixtransformation-en-canvas-top-canvas-left-2/</guid>
		<description><![CDATA[<p>Een van de meest voor de hand liggende multitouch-toepassingen is het manipuleren van beelden: scale, rotate and translate. Met de <strong>Manipulation events</strong> van WPF4 (op Windows 7) is dit eenvoudig. Het komt erop neer de matrix van de transformatie aan te passen.</p><p>In een eenvoudig voorbeeld, bleek dit te werken. Maar in een echt project-voorbeeld kreeg ik het verkleinen/vergroten en roteren niet goed. Het leek alsof deze gebeurden tegenover een center-punt dat ver buiten het gemanipuleerd object lagen. Na lang zoeken en een paar suggesties van Anson Tsao kwam ik eruit.</p>]]></description>
			<content:encoded><![CDATA[<p>Een van de meest voor de hand liggende multitouch-toepassingen is het manipuleren van beelden: <em>scale, rotate and translate.</em> Met de<em> </em><strong>Manipulation events</strong> van WPF4 (op Windows 7) is dit eenvoudig. Het komt erop neer de matrix van de transformatie aan te passen.</p>
<p>In een eenvoudig voorbeeld, bleek dit te werken. Maar in een echt project-voorbeeld kreeg ik het verkleinen/vergroten en roteren niet goed. Het leek alsof deze gebeurden tegenover een center-punt dat ver buiten het gemanipuleerd object lagen. Na lang zoeken en een paar suggesties van Anson Tsao kwam ik eruit.</p>
<p><img class="illustratie aligncenter" title="Screenshot: Touch Manipulation Issue" src="http://www.jimability.com/wp-content/uploads/2010/01/TouchTransformIssue2.png" alt="Screenshot: Touch Manipulation Issue" width="472" height="395" /> Het exact positioneren van een image door middel van <strong>Canvas.Top</strong> en <strong>Canvas.Left </strong>conflicteert met het gebruik van <strong>RenderTransformations</strong>.  Je kan beter je positionering in de MatrixTransformation zetten:</p>
<p class="code">&lt;Image Source=&#8221;/TouchTransformIssue;component/images/Koala.jpg&#8221; Width=&#8221;200&#8243; x:Name=&#8221;imageKoala&#8221; IsManipulationEnabled=&#8221;True&#8221;&gt;<br />
&lt;Image.RenderTransform&gt;<br />
<strong> &lt;MatrixTransform Matrix=&#8221;1,0,0,1,200,100&#8243;/&gt;</strong><br />
&lt;/Image.RenderTransform&gt;<br />
&lt;/Image&gt;</p>
<p>In bijgaande code kan je het effect zien door Canvas.Top/Canvas.Left te gebruiken.</p>
<p>(<a href="http://www.jimability.com/wp-content/uploads/2010/01/TouchTransformIssue.zip">download code</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/01/31/manipulation-matrixtransformation-en-canvas-top-canvas-left/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF4 Beta 2 (Preview)TouchDown bug</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/01/25/wpf4-beta-2-previewtouchdown-bug/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/01/25/wpf4-beta-2-previewtouchdown-bug/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 11:42:27 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Getest]]></category>
		<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[PreviewTouchDown]]></category>
		<category><![CDATA[WPF 4]]></category>

		<guid isPermaLink="false">http://www.jimability.com/?p=350</guid>
		<description><![CDATA[Werkend met de Touch Events van WPF4 Beta 2, kwam ik op een vervelend bugje. Blijkbaar worden de Touch<strong>Down</strong> en PreviewTouch<strong>Down</strong> events pas afgevuurd net vóór TouchUp en PreviewTouchUp. Dit is niet alleen zo bij je eigen EventHandlers, maar ook het default gedrag van bv. Buttons.<p>En toch, toch had ik het al zien werken.</p><p>Via Szymon Kobalczyk's Blog kwam ik op de IsManipulationEnabled property. Het komt er hier op neer: als je IsManipulationEnabled op true zet, dan komen de TouchDown en PreviewTouchDown events wél goed door.</p><p>Maar ik vond nog meer...</p>]]></description>
			<content:encoded><![CDATA[<p>Werkend met de Touch Events van WPF4 Beta 2, kwam ik op een vervelend bugje. Blijkbaar worden de TouchDown en PreviewTouchDown events pas afgevuurd net vóór Touch<strong>Up</strong> en PreviewTouch<strong>Up</strong>. Dit is niet alleen zo bij je eigen EventHandlers, maar ook het default gedrag van bv. Buttons.</p>
<p>En toch, toch had ik het al zien werken.</p>
<p>Via <a href="http://geekswithblogs.net/kobush/archive/2009/10/28/135767.aspx">Szymon Kobalczyk&#8217;s Blog</a> kwam ik op de <strong>IsManipulationEnabled</strong> property.  Normaal gezien gebruik ik deze alleen in combinatie met de Manipulation events (Delta, Starting, &#8230;).</p>
<p>Het komt er hier op neer: als je IsManipulationEnabled op true zet, dan komen de TouchDown en PreviewTouchDown events wél goed door.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-351" title="Screenshot: test applicatie voor (Preview)TouchDown events" src="http://www.jimability.com/wp-content/uploads/2010/01/WPF4PreviewTouchDownIssue.png" alt="" width="550" height="298" /></p>
<p>Maar ik vond nog meer. Het volstaat om de property <em>aan en vervolgens weer af te zetten</em> opdat de events zouden doorkomen.</p>
<p>Je kan het zelf uitproberen. Bij (Preview)TouchDown van de Border controls, wordt de rand dikker getekend.</p>
<p><a href="http://www.jimability.com/wp-content/uploads/2010/01/TouchDownIssue.zip">Download Source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/01/25/wpf4-beta-2-previewtouchdown-bug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IIyama Multitouch scherm getest</title>
		<link>http://www.jimability.com/nl/wat-zeggen-we/2010/01/14/iiyama-multitouch-scherm-getest/</link>
		<comments>http://www.jimability.com/nl/wat-zeggen-we/2010/01/14/iiyama-multitouch-scherm-getest/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:04:12 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Getest]]></category>
		<category><![CDATA[Multitouch]]></category>
		<category><![CDATA[IIyama]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Prolite T2250MTS]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[WPF 4]]></category>

		<guid isPermaLink="false">http://www.jimability.com/?p=347</guid>
		<description><![CDATA[<p>IIyama heeft zijn eerste multi touch scherm uit: de ProLite T2250MTS. Als je prijzen van andere multitouch oplossingen bekijkt, is dit een koopje: voor 300 euro heb je een 22 inch scherm met een resolutie van 1900x1080 (High Definition).</p>
<p>Daar moest een filmpje van gemaakt. Geen uitpakfilmpje, maar wel een "doe eens wat"-filmpje. Eerste ondervinding: het is niet gemakkelijk om te multitouchen met één hand en daarnaast een fotocamera vast te houden in de andere hand. Vergeef mij het schudderige beeld.</p>]]></description>
			<content:encoded><![CDATA[<p>IIyama heeft zijn eerste multi touch scherm uit: de ProLite T2250MTS. Als je prijzen van andere multitouch oplossingen bekijkt, is dit een koopje: voor 300 euro heb je een 22 inch scherm met een resolutie van 1900&#215;1080 (High Definition).</p>
<p>Daar moest een filmpje van gemaakt. Geen uitpakfilmpje, maar wel een &#8221;doe eens wat&#8221;-filmpje. Eerste ondervinding: het is niet gemakkelijk om te multitouchen met één hand en daarnaast een fotocamera vast te houden in de andere hand. Vergeef mij het schudderige beeld.</p>
<p><a href="http://www.jimability.com/nl/wat-zeggen-we/2010/01/14/iiyama-multitouch-scherm-getest/"><em>Klik hier om de embedded video te bekijken.</em></a></p>
<p>Het is moeilijk om een onderscheid te maken tussen de kwaliteit van het scherm en de ontvankelijkheid van de geteste applicatie of het onderliggende besturingssysteem (Windows 7). Slechts weinig applicaties hebben een meerwaarde met multi-touch.  Google Chrome reageert alsof je met de muis klikt. In Internet Explorer daarentegen kan je met flicks navigeren in je browsergeschiedenis (back button vs. forward button). Het vergt wat oefening om de flicks uit te voeren (zie filmpje).</p>
<p>Mijn development-interesse gaat natuurlijk uit naar de multitouch ondersteuning in WPF 4.0 (Bèta 2) waarmee ik mij de komende weken zal bezighouden.</p>
<p>Een minpuntje, dat misschien zeer persoonlijk is: het scherm aanraken voelt aan alsof je over glas wrijft. Ik kan me voorstellen dat je huid begint te irriteren als je lange tijd multitoucht. Daarbij vergeleken heeft Microsoft Surface een aangenamer touch-gevoel, maar wel een minder aangenaam prijskaartje.</p>
<p>Om te besluiten: heb je Windows 7 en ben je op zoek naar een betaalbaar scherm: aarzel niet om de IIyama ProLite T2250MTS te kopen.  Voor een paar euro&#8217;s meer dan een gewoon scherm heb je een multi-touch scherm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jimability.com/nl/wat-zeggen-we/2010/01/14/iiyama-multitouch-scherm-getest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

