<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">User Experience Design</title><subtitle type="html">Something about pictures and buttons</subtitle><id>http://bloggingabout.net/blogs/andries/atom.aspx</id><link rel="alternate" type="text/html" href="http://bloggingabout.net/blogs/andries/default.aspx" /><link rel="self" type="application/atom+xml" href="http://bloggingabout.net/blogs/andries/atom.aspx" /><generator uri="http://communityserver.org" version="4.1.40407.4157">Community Server</generator><updated>2009-03-10T12:26:58Z</updated><entry><title>Home Server µTorrent IIS Web Access Client</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2010/02/11/home-server-181-torrent-iis-web-access-client.aspx" /><id>/blogs/andries/archive/2010/02/11/home-server-181-torrent-iis-web-access-client.aspx</id><published>2010-02-11T09:22:00Z</published><updated>2010-02-11T09:22:00Z</updated><content type="html">&lt;p&gt;At home I have a &lt;a target="_blank" href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/"&gt;Windows Home Server&lt;/a&gt; which also has &lt;a target="_blank" href="http://www.utorrent.com/"&gt;&amp;micro;Torrent&lt;/a&gt; running as a service. Luckily this application comes default with a &lt;a target="_blank" href="http://www.utorrent.com/documentation/webui"&gt;Web Access&lt;/a&gt; which allows you to manage &amp;micro;Torrent without having a user logged in on your server. (installing &amp;micro;Torrent on your server as a service described &lt;a target="_blank" href="http://www.wegotserved.co.uk/wiki/index.php?title=Install_uTorrent_on_Windows_Home_Server"&gt;here&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;What happens is that the Web Access is made available on another port. Something like &lt;em&gt;http://homeserver:39295/gui/&lt;/em&gt;. And this might become a problem if you want to reach your Web Client from outside your personal network. Of course you can solve this by setting the port-forwarding, but in my case I wasn&amp;rsquo;t allowed to reach non-default ports when I was at work. The firewalls block these ports.&lt;/p&gt;
&lt;p&gt;But because I am allowed to reach the default port 80 on my home server, I wondered if it was possible to have the Web Client on the IIS of the Home Server. Unfortunately is the &amp;micro;Torrent Web Access client not meant for this, so I looked around to see if there where other Web Access clients which does the same.&lt;/p&gt;
&lt;p&gt;I did found &lt;a target="_blank" href="http://www.codeproject.com/KB/ajax/utorrent_web.aspx"&gt;one solution&lt;/a&gt;, and although it worked, it wasn&amp;rsquo;t exactly what I had in mind.&lt;/p&gt;
&lt;p&gt;So i created a little personal project to create a really simple &amp;micro;Torrent Web Access client that runs on IIS, so I have access to it from work. And now I have something working, I might as well share it for those who want to use it (or extend it).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/1104.uTorrent_5F00_65BF6989.png"&gt;&lt;img height="137" width="542" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/8737.uTorrent_5F00_thumb_5F00_701FF20F.png" alt="uTorrent" border="0" title="uTorrent" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;It is a very basic solution, with lots of improvement possible. But it works.&lt;/p&gt;
&lt;p&gt;The communication with &amp;micro;Torrent is realized by the DLL in the &lt;a target="_blank" href="http://www.codeplex.com/uTorrentClient"&gt;&amp;micro;Torrent Web Client API Wrapper Library&lt;/a&gt; project on CodePlex. This worked like a charm, except it throws an exception when trying to delete a torrent. (Can&amp;rsquo;t figure out what it is, but the functionality still works, you just receive a message)&lt;/p&gt;
&lt;p&gt;My solution is based on the &lt;a target="_blank" href="http://www.asp.net/ajax/AjaxControlToolkit/Samples/"&gt;ASP.NET Ajax Control Toolkit&lt;/a&gt;, so if you wish to develop on it, you need that installed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Download here the entire solution:
&lt;div class="wlWriterEditableSmartContent" id="scid:12CF4F9E-00D5-4d59-A727-42B7641FBD93:8a26a3e6-833c-4e76-a88a-9b4e5952ea4e" style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;"&gt; &lt;a target="_self" href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/0383.uTorrentIISClientSolution_5F00_02589305.zip"&gt;uTorrentIISClient.zip&lt;/a&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;div&gt;
&lt;p&gt;Download here the Web Access client:
&lt;div class="wlWriterEditableSmartContent" id="scid:12CF4F9E-00D5-4d59-A727-42B7641FBD93:afc5fcef-7774-4151-974a-d36a38ec3e74" style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;"&gt; &lt;a target="_self" href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4722.uTorrentIISClient_5F00_41D27E30.zip"&gt;uTorrentIISClient.zip&lt;/a&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482820" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Windows Home Server" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Windows+Home+Server/default.aspx" /><category term="ASP" scheme="http://bloggingabout.net/blogs/andries/archive/tags/ASP/default.aspx" /><category term="AJAX" scheme="http://bloggingabout.net/blogs/andries/archive/tags/AJAX/default.aspx" /><category term="IIS" scheme="http://bloggingabout.net/blogs/andries/archive/tags/IIS/default.aspx" /><category term="&amp;#181;Torrent" scheme="http://bloggingabout.net/blogs/andries/archive/tags/_26002300_181_3B00_Torrent/default.aspx" /></entry><entry><title>Article published in SDN Magazine</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/12/21/article-published-in-sdn-magazine.aspx" /><id>/blogs/andries/archive/2009/12/21/article-published-in-sdn-magazine.aspx</id><published>2009-12-21T09:25:42Z</published><updated>2009-12-21T09:25:42Z</updated><content type="html">&lt;p&gt;SDN Magazine published my article about User Experience Design in their last edition. This article (in Dutch) can also be read &lt;a href="http://sdn.nl/SDN/Artikelen/tabid/58/view/View/ArticleID/3078/Daarom-User-Experience-Design.aspx" target="_blank"&gt;here&lt;/a&gt; on their website.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482609" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="SDN" scheme="http://bloggingabout.net/blogs/andries/archive/tags/SDN/default.aspx" /></entry><entry><title>In Control</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/11/10/in-control.aspx" /><id>/blogs/andries/archive/2009/11/10/in-control.aspx</id><published>2009-11-10T07:55:49Z</published><updated>2009-11-10T07:55:49Z</updated><content type="html">&lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/2844.InControl_5F00_21E1B59C.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="InControl" border="0" alt="InControl" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4667.InControl_5F00_thumb_5F00_0EC088F0.png" width="196" height="133" /&gt;&lt;/a&gt; What I realize more and more is that the end-users wants to be &lt;em&gt;In Control&lt;/em&gt;. This applies especially with new developed applications that automates some of their work. By default users are skeptic. The application have to earn their trust. The more they get the feeling they are not in control, the less trust and the less acceptance of your newly developed product.&lt;/p&gt;  &lt;p&gt;Only when the product doesn’t automate or replace existing work, an employee is likely to accept the application more easily. But still you first have to prove it and earn the users trust.&lt;/p&gt;  &lt;p&gt;So what can you conclude from this:&lt;/p&gt;  &lt;p&gt;At the moment you are working on a project that will automate a part of the users work, try to learn how he does that work, and don’t take away his flexibility. It´s allright that the application makes decisions and perform actions that he normally did, but certainly in the first releases, let him be the one that controls the final action.&lt;/p&gt;  &lt;p&gt;For example when it comes to communication with customers. Originally he had to write and send the emails by hand. A desired functionality of the application is to do this automatically. A good approach to fully reach this functionality is to split it in several releases.&lt;/p&gt;  &lt;p&gt;In the first release make sure the user can see all the emails that are about to be send, let him edit the emails if he likes to, and let him push the button that finally sends the mail. The user can see what the application is doing, and will build some trust with it.&lt;/p&gt;  &lt;p&gt;So in the second release you extend this functionality with a scheduler and a “do send” / “do not send” checker. The user have to “check” the emails for “do send” and they are send automatically on a configurable time. The user can see if the scheduler works and that the emails are send correctly. So the trust in the application increases more.&lt;/p&gt;  &lt;p&gt;In a third release all the emails are set default to “do send”, and the scheduler sends them every half our (or something). The user doesn’t really have to look to the emails anymore, because he now trusts the functionality of the application. He still has the possibility to go and check the emails, alter them, deny them or disable / configure the scheduler.&lt;/p&gt;  &lt;p&gt;If you do it this way, the user feels he is&lt;em&gt; In Control.&lt;/em&gt; So the acceptance of the new product is much higher then if you fully automate the sending of email, but nobody had the ability to check or prevent what is being send.    &lt;br /&gt;Even if a system is flawless and everything is working exactly as designed, there will always be exceptions in the process. And if the users don’t feel they can do anything about it, they get the feeling they are not in control. It is very likely that your new application won’t be accepted.&lt;/p&gt;  &lt;p&gt;Just make your users feel they are &lt;em&gt;In Control&lt;/em&gt;!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482434" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Development" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Development/default.aspx" /><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="Application Lifecycle Management" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Application+Lifecycle+Management/default.aspx" /><category term="Practical UX" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Practical+UX/default.aspx" /><category term="Project management" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Project+management/default.aspx" /><category term="Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Design/default.aspx" /><category term="Personal Experience" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Personal+Experience/default.aspx" /></entry><entry><title>A plea to my developer brethren about designer/designers</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/10/20/a-plea-to-my-developer-brethren-about-designer-designers.aspx" /><id>/blogs/andries/archive/2009/10/20/a-plea-to-my-developer-brethren-about-designer-designers.aspx</id><published>2009-10-20T10:40:19Z</published><updated>2009-10-20T10:40:19Z</updated><content type="html">&lt;p&gt;&lt;a href="http://timheuer.com/blog/archive/2009/10/19/14674.aspx" target="_blank"&gt;This post of Tim Heuer&lt;/a&gt; is something I completely agree with! So if you’re a developer and you work with designers, you do need to read this…&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Since we appear to be in another revolution on user interface (UI) design and user experience (UX), I’ve seen a lot of people, companies, sites refer to the designer-developer workflow, including Microsoft.&amp;#160; Heck we’re &lt;a href="http://www.microsoft.com/expression"&gt;building tools&lt;/a&gt; around it for &lt;a href="http://silverlight.net"&gt;Silverlight&lt;/a&gt; and WPF development!&amp;#160; One thing I see too often though is the conversation being diminished to UI only.&amp;#160; &lt;/p&gt;  &lt;p&gt;I’ve heard conversations between developers saying things like &lt;em&gt;yeah, now we just need a designer to make things look pretty&lt;/em&gt; or &lt;em&gt;we take what the designer made pretty and put functionality behind it&lt;/em&gt;.&lt;/p&gt;  &lt;p&gt;I have a plea for my developer brethren: &lt;strong&gt;please stop using the word pretty and diminishing the role a designer plays in defining UI/UX.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;To me when I hear this I cringe for two reasons.&amp;#160; First, while I’m not a designer, I consider myself to have a strong appreciation for design and know that it isn’t easy to execute on a design for everyone.&amp;#160; Second I know many talented people in the design world who understand much more about how UI affects end user productivity and emotion more than just ‘making it pretty.’&amp;#160; So please stop, it’s insulting to the trade I think.&lt;/p&gt;  &lt;p&gt;Imagine if you heard a conversation of designers…&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;u&gt;Designer A&lt;/u&gt;&lt;/em&gt;: Sweet design man, I love how you anticipate the user’s next interaction and use the typography to really identify that action.     &lt;br /&gt;&lt;em&gt;&lt;u&gt;Designer B&lt;/u&gt;&lt;/em&gt;: Yeah, it took a lot of research and usability observations, but I think we got it right.&amp;#160; I hope the developers can finish this up so we can get it in the user’s hands.     &lt;br /&gt;&lt;em&gt;&lt;u&gt;Designer A&lt;/u&gt;&lt;/em&gt;: Totally, I’m sure they’ll finish the macros soon, I think it’s all wizard based anyway.     &lt;br /&gt;&lt;em&gt;&lt;u&gt;Designer B&lt;/u&gt;&lt;/em&gt;: Yep, I mean, I’ve created an Access application before, how hard can it be.&lt;/p&gt;  &lt;p&gt;Yeah, see what I mean?&amp;#160; If you are insulted by hearing someone talking about the development craft reduced to macros and Access, then you should realize you’re doing the same thing.&amp;#160; Design is a craft just like software development and there are patterns and meaning to things that designers do, both in interactive design and print design.&amp;#160; It isn’t just about picking the right template.&amp;#160; Sure, palettes and animations are a part of the design, but their intent in the final design usually isn’t without thought.&amp;#160; Reducing a designer’s craft down to a simple “pretty” isn’t cool…at all.&amp;#160; And I’ve been guilty of it.&amp;#160; &lt;/p&gt;  &lt;p&gt;If you want to work with a designer, then do it, but don’t hand them your finished product and ask them to make it pretty.&amp;#160; Make them a part of the process and have them help identify the right UI/UX for the application.&amp;#160; I realize it isn’t easy and sometimes isn’t possible to always have a designer, but when you have that need, just make sure you respect the trade or don’t be surprised if you get &lt;a href="http://www.amazon.com/Everything-Microsoft-Office-Excel-2007/dp/0072263695/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1255989655&amp;amp;sr=8-1"&gt;this book&lt;/a&gt; in the mail.&amp;#160; Take a moment and learn what makes good design.&amp;#160; For a start, watch &lt;a href="http://blog.nerdplusart.com"&gt;Robby’s&lt;/a&gt; session from MIX08: &lt;a href="http://videos.visitmix.com/MIX09/02W"&gt;&lt;strong&gt;Design Fundamentals for Developers&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I’ve got it off my chest…and I leave you with this:&lt;/p&gt;  &lt;p&gt;Cheers.&lt;/p&gt;  &lt;p&gt;Tim Heuer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482350" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Development" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Development/default.aspx" /><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="MIX" scheme="http://bloggingabout.net/blogs/andries/archive/tags/MIX/default.aspx" /><category term="Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Design/default.aspx" /></entry><entry><title>OS Desktop Experience</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/10/08/os-desktop-experience.aspx" /><id>/blogs/andries/archive/2009/10/08/os-desktop-experience.aspx</id><published>2009-10-08T05:58:54Z</published><updated>2009-10-08T05:58:54Z</updated><content type="html">&lt;p&gt;The other day I was talking about how exactly the transition will be when switching from mouse/keyboard to touch when it comes to the User Experience. For example your operating system desktop. And then I came across this promotional video of &lt;a href="http://bumptop.com/" target="_blank"&gt;BumpTop.com&lt;/a&gt;. Really nice!&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:a4c01e83-f29b-401c-aca3-8eae7f9b75a4" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=eqcmPJ-oVL0&amp;amp;feature=player_embedded" target="_new"&gt;&lt;img src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/7065.video8d361783a3f3_5F00_3E712FAD.jpg" style="border-style:none;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;Desktops are very personal, so I really don’t expect that the majority will use this. But it really is a nice approach that I simply just couldn’t ignore.&lt;/p&gt;  &lt;p&gt;p.s. Sorry for not being able to embed the video in the page. Something with the blog-engine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482280" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Practical UX" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Practical+UX/default.aspx" /><category term="Personal Experience" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Personal+Experience/default.aspx" /><category term="Touch" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Touch/default.aspx" /><category term="BumpTop" scheme="http://bloggingabout.net/blogs/andries/archive/tags/BumpTop/default.aspx" /></entry><entry><title>Augmented reality</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/09/25/augmented-reality.aspx" /><id>/blogs/andries/archive/2009/09/25/augmented-reality.aspx</id><published>2009-09-25T13:48:00Z</published><updated>2009-09-25T13:48:00Z</updated><content type="html">&lt;p&gt;&lt;img style="border-right-width:0px;margin:0px 0px 0px 20px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Augmented Reality" border="0" alt="Augmented Reality" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/1882.AugmentedReality_5F00_75CD7070.png" width="201" height="113" /&gt; It’s not like I&amp;#39;m a trend-watcher or something, but what I really noticed is the increase on topics for &lt;a href="http://en.wikipedia.org/wiki/Augmented_reality" target="_blank"&gt;augmented reality&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Augmented reality basically adds a layer onto the reality. This can be done using a hand-held device.&lt;/p&gt;  &lt;p&gt;Here are 2 cool video’s I saw last week that shows what can be done.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;h4&gt;ARhrrr - An augmented reality shooter &lt;/h4&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:0ab39c1b-23e0-4e38-a5b2-cbcbab85a4bd" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=cNu4CluFOcw&amp;amp;hl=nl&amp;amp;fs=1&amp;amp;" target="_new"&gt;&lt;img src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/6443.video00b4eca94590_5F00_67E8E8E7.jpg" style="border-style:none;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;h4&gt;&amp;#160;&lt;/h4&gt;  &lt;h4&gt;Augmented Reality Pool (Skip to 02:01) &lt;/h4&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:c9e43cbd-0b23-4e31-9f73-c959f283765d" class="wlWriterEditableSmartContent"&gt;&lt;div&gt;&lt;a href="http://www.youtube.com/watch?v=AENJxqR0g48&amp;amp;hl=nl&amp;amp;fs=1&amp;amp;" target="_new"&gt;&lt;img src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/6864.videofbc6bd93df22_5F00_1FBB2D0B.jpg" style="border-style:none;" alt="" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This will bring a whole new experience to end-users. Not just for information when you’re walking down the street. But just think about the possibilities also for Line Of Business applications.&lt;/p&gt;  &lt;p&gt;In Logistics. Where information about vehicles, packages, assembly lines, etc. are shown when the planner, mechanic, driver, etc. are walking by.&lt;/p&gt;  &lt;p&gt;In a lab. Where you can see all the information on various ingredients and mixtures.&lt;/p&gt;  &lt;p&gt;In a storage department. In a grocery store. Almost everywhere where people work with real-life products, augmented reality can have real benefits.&lt;/p&gt;  &lt;p&gt;I can’t wait to see this technique evolve and be able to use it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482241" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Augmented reality" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Augmented+reality/default.aspx" /></entry><entry><title>Windows 7</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/08/25/windows-7.aspx" /><id>/blogs/andries/archive/2009/08/25/windows-7.aspx</id><published>2009-08-25T09:03:13Z</published><updated>2009-08-25T09:03:13Z</updated><content type="html">&lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/3487.windows_5F00_2D7_5F00_2Dlogo_5F00_3DC5429A.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;margin-left:0px;border-left-width:0px;margin-right:0px;" title="windows_2D7_2Dlogo" border="0" alt="windows_2D7_2Dlogo" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/6457.windows_5F00_2D7_5F00_2Dlogo_5F00_thumb_5F00_6EE47D3A.jpg" width="115" height="95" /&gt;&lt;/a&gt; I’ve been using Windows 7 Enterprise (RTM) for about a week now, and I must say, I really see the benefits of working with it. Although you might consider it “Windows Vista +”, I’m sure that there’s still plenty of new features I haven’t noticed yet.     &lt;br /&gt;But for the end user (like me) there are a couple of things that I’ve used now (whether it’s desired or not). Here is an overview of these features for those who are thinking about using this new OS.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;     &lt;h4&gt;Taskbar &lt;/h4&gt; For those who didn’t know yet, Microsoft changed the way the “start-bar” works. It’s now called Taskbar and it has combined the Quick-launch and the Active-programs part.       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4314.Windows_5F00_7_5F00_Taskbar_5F00_7CB6C335.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Taskbar" border="0" alt="Windows 7 Taskbar" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/2251.Windows_5F00_7_5F00_Taskbar_5F00_thumb_5F00_5C9BB678.jpg" width="505" height="143" /&gt;&lt;/a&gt; When you’re working with it the first time, you kinda get to used to it first. But after you’ve configured it, it’s working just fine. Although I sometimes miss a quick overview of all my open windows (especially explorer-screens), the preview mode you see when hovering over the group is pretty neat (Seeing all your Internet Explorer tabs in the taskbar). But I wonder if it is faster when switching between screens, because you first have to see the group, then selecting the window. On the other hand, your Taskbar is now much more organized.       &lt;br /&gt;If you want to read more about the new Windows 7 Taskbar you can view &lt;a href="http://blogs.msdn.com/e7/archive/2008/11/20/happy-anniversary-windows-on-the-evolution-of-the-taskbar.aspx" target="_blank"&gt;this blog post&lt;/a&gt;.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;     &lt;h4&gt;Docking &lt;/h4&gt; A feature I&amp;#39;m using frequently is the docking feature. This allows you to drag a window to the side or top of the screen where it will be resized to a specific portion of your screen. (you can also use the Windows-Button in combination with an Arrow-key)       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/3731.Windows7Docking_5F00_3C80A9BB.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Docking" border="0" alt="Windows 7 Docking" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/6064.Windows7Docking_5F00_thumb_5F00_1C659CFE.jpg" width="307" height="323" /&gt;&lt;/a&gt;       &lt;br /&gt;Especially when trying to copy file’s between two explorer windows you can dock each to a side of the screen. Or when you’re writing a document where you will use different resources (other documents, internet browser, tooling, etc.).       &lt;br /&gt;This feature is something I’ve missed in previous versions and I’m very happy that this is implemented in Windows 7.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;     &lt;h4&gt;Window Transparency &lt;/h4&gt; When using Alt-Tab, hovering over a screen in the Taskbar or hovering over the Desktop button, the active windows become transparent.       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/7534.Windows7Transparency_5F00_7C4A9040.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Transparency" border="0" alt="Windows 7 Transparency" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/5481.Windows7Transparency_5F00_thumb_5F00_473E0110.jpg" width="505" height="323" /&gt;&lt;/a&gt; Maybe this is not really useful, but more a “pretty” feature. Tough with alt-tab or the hovering in the Taskbar it comes in handy to let you focus on the particular window. Be aware when on large monitors, because when hovering quickly over different windows, all these fast changes can make you dizzy!       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;     &lt;h4&gt;Desktop button &lt;/h4&gt; The desktop-button (or Windows-button in combination with D) is not really something new. But the change is they’ve now placed it in the right-bottom corner.       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/8623.Windows7Desktopbutton_5F00_2722F453.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows-7-Desktopbutton" border="0" alt="Windows-7-Desktopbutton" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4403.Windows7Desktopbutton_5F00_thumb_5F00_6E0C1750.jpg" width="289" height="155" /&gt;&lt;/a&gt;&amp;#160; &lt;br /&gt;I used the “show desktop” function very often in the XP and Vista, but always with the shortcut, because finding the button with your mouse took too much time. Now they’ve changed this, and that’s a good thing. Just throwing the mouse to the corner is a lot easier.       &lt;br /&gt;The transparency kicks in when hovering above it, so you can see what&amp;#39;s on your desktop. Now you can see the icons and (sidebar) gadgets. By the way; this is also what happens when using the Windows-button with the Spacebar. In Vista this showed the Sidebar. Now it makes all the active windows transparent.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;     &lt;h4&gt;Integrated fingerprint reader &lt;/h4&gt; As the Windows OS evolves, additional functionality becomes a standard part of the OS. This also applies the the fingerprint support.       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/2350.Windows7Fingerprint_5F00_2003B7DB.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Fingerprint" border="0" alt="Windows 7 Fingerprint" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/1754.Windows7Fingerprint_5F00_thumb_5F00_7FE8AB1D.jpg" width="431" height="181" /&gt;&lt;/a&gt;       &lt;br /&gt;Instead of using 3th party software, you now can use your reader directly with Windows. And I must say, It works quite well. It’s faster and more stable then what I used to have on Vista. Although I first had a little issue with the Ctrl+Alt+Del when logging-on which I explain next.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;     &lt;h4&gt;Ctrl+Alt+Del &lt;/h4&gt; When using your computer in a Domain like I do for my work, you have to use the Ctrl+Alt+Del for entering your username and password.       &lt;br /&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Ctrl-Alt-Del" border="0" alt="Windows 7 Ctrl-Alt-Del" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/8611.Windows7CtrlAltDel_5F00_74BF20D3.jpg" width="505" height="134" /&gt;&amp;#160; Although this isn’t really a problem, I did not have to do this when I used Vista. It&amp;#39;s annoying in combination with the fingerprint reader. Because it’s not possible to scan when you haven’t pressed the Ctrl+Alt+Del yet (this also applies when locking your computer). And when you’re fingers are already on the keyboard, it’s just as easy to enter your password.       &lt;br /&gt;After a bit of research I found out that you can actually remove this extra action through Local Security Policy (run “&lt;em&gt;secpol.msc&lt;/em&gt;”).       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/7633.Windows7LocalPolicy_5F00_54A41416.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Local Policy" border="0" alt="Windows 7 Local Policy" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/7462.Windows7LocalPolicy_5F00_thumb_5F00_1F9784E6.jpg" width="505" height="167" /&gt;&lt;/a&gt; There you can find the option “&lt;em&gt;Interactive logon: Do not require CTRL+ALT+DEL&lt;/em&gt;” in “&lt;em&gt;Local Policies&lt;/em&gt;” &amp;gt; “&lt;em&gt;Security Options&lt;/em&gt;” . When setting this to &lt;em&gt;Enabled&lt;/em&gt; you’ll remove it.       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;     &lt;h4&gt;Early adopters = Driver problems. &lt;/h4&gt; When you’re an early adopter, you will encounter the problem with missing or incompatible drivers. But just after installing I’ve encountered only 2 problems. Video-card drivers and the Card-reader drivers.       &lt;br /&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/8032.Windows7Driverproblems_5F00_7F7C7828.jpg"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Windows 7 Driverproblems" border="0" alt="Windows 7 Driverproblems" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4331.Windows7Driverproblems_5F00_thumb_5F00_3B3C10DC.jpg" width="186" height="172" /&gt;&lt;/a&gt;       &lt;br /&gt;I were able to fix the Video-card drivers by installing the Vista-drivers and then using Windows Update because it could now identify the Video-card.       &lt;br /&gt;The Card-reader doesn’t have downloadable drivers, because in Vista it was installed automatically by the OS. It’s quite odd that now with Windows 7 it didn’t install by default.       &lt;br /&gt;Fortunately I don’t need the reader now, but I do hope that in time drivers will be made available by the manufacturer.       &lt;br /&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;For the time I’ve worked with this new OS I think I made the right choice for switching to Windows 7. It certainly has benefits that I use. And with the driver problems… Well, I expect it’s just a matter of time. You can always try using the Vista-drivers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=482109" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Microsoft" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Microsoft/default.aspx" /><category term="Windows 7" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Windows+7/default.aspx" /><category term="Personal Experience" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Personal+Experience/default.aspx" /></entry><entry><title>Integrator</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/08/03/integrator.aspx" /><id>/blogs/andries/archive/2009/08/03/integrator.aspx</id><published>2009-08-03T17:39:42Z</published><updated>2009-08-03T17:39:42Z</updated><content type="html">&lt;p&gt;Nate Dunlap has written a simple but clear blog post about the role “integrator”. Read it &lt;a href="http://designerslove.net/?p=227" target="_blank"&gt;here&lt;/a&gt; (Where does “integration” fit into user experience design?). It gives an idea how this role is used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481997" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="Integrator" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Integrator/default.aspx" /></entry><entry><title>Expression Blend not for Designers, but for Integrators</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/07/01/expression-blend-not-for-designers-but-for-integrators.aspx" /><id>/blogs/andries/archive/2009/07/01/expression-blend-not-for-designers-but-for-integrators.aspx</id><published>2009-07-01T08:26:34Z</published><updated>2009-07-01T08:26:34Z</updated><content type="html">&lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/5100.IMG_5F00_0060_5F00_72B00A15.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="Dennis van der Stelt - SQL Data Services &amp;amp; Silverlight 3 @ SDN Event" border="0" alt="Dennis van der Stelt - SQL Data Services &amp;amp; Silverlight 3 @ SDN Event" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/1072.IMG_5F00_0060_5F00_thumb_5F00_02DBD20F.jpg" width="200" height="259" /&gt;&lt;/a&gt; Last Friday I was at the &lt;a href="http://www.sdn.nl/SDN/SDNEvent/SDNEventjuni2009/tabid/124/Default.aspx" target="_blank"&gt;SDN Event in Houten&lt;/a&gt;, where I followed several UX tracks, and spoke with the speakers afterwards. I was trying to find out how they worked with Designers and Developers and the technique’s Silverlight and WPF. &lt;/p&gt;  &lt;p&gt;And almost everybody agreed (except &lt;a href="http://msmvps.com/blogs/KevinMcNeish/" target="_blank"&gt;Kevin McNeish&lt;/a&gt; for some reason) on how to let these two groups cooperate. You will need someone called an &lt;em&gt;Integrator&lt;/em&gt;. Somebody who can merge the work of the designer with the work of the developer.&lt;/p&gt;  &lt;p&gt;Expression Blend is not a tool for Designers. Maybe Microsoft would really like the idea that Designers would work with it, but you cannot really &lt;em&gt;design &lt;/em&gt;in it. &lt;/p&gt;  &lt;p&gt;You probably can educate your Designers to let them work in Blend, but personally I think that’s rather strange. Because with Microsoft’s Philosophy about “&lt;a href="http://www.microsoft.com/business/peopleready/en-us/" target="_blank"&gt;People Ready&lt;/a&gt;” and “&lt;a href="http://en.wikipedia.org/wiki/User-centered_design" target="_blank"&gt;User-centered design&lt;/a&gt;” where the application is adjusted to the person’s specific needs. This one doesn’t seem to fit in. It looks like they’ve created a new role within the development process.&lt;/p&gt;  &lt;p&gt;So how do you need to work with a “Integrator”.&lt;/p&gt;  &lt;p&gt;Well, it really depends on how much your designers are willing to “bend” towards the tasks of an Integrator. If they only make the design as pictures, then the Integrator must build the entire interface in XAML.&lt;/p&gt;  &lt;p&gt;I also may be possible that a Designer (or someone else) can do the work of a Front-end developer, and build the interface architecture in Blend. The Integrator will then connect it to the work of the Developer.&lt;/p&gt;  &lt;p&gt;With the interface architecture ready (build by either a Front-end developer or the Integrator), and you have “learned” Designers how to Style the different elements in the interface, then they can do this styling themselves right inside Blend. But you do need to teach them how to work with the different styling types, bindings, resources, etc.&lt;/p&gt;  &lt;p&gt;Luckily most difficulties are with integrating the Design. Development on the other hand is a bit more straightforward and can be applied through patterns as MVVM. &lt;a href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx" target="_blank"&gt;This article&lt;/a&gt; by &lt;a href="http://joshsmithonwpf.wordpress.com/" target="_blank"&gt;Josh Smith&lt;/a&gt; in the February 2009 issue of the MSDN magazine explains how you can work with this.&lt;/p&gt;  &lt;p&gt;Conclusion: When working with Silverlight or WPF, and have both Designers and Developers, make sure to get yourself an Integrator (or someone who can fill in that role). Having a naming-convention like I explained in &lt;a href="http://bloggingabout.net/blogs/andries/archive/2009/03/04/integrating-ux-in-your-project.aspx" target="_blank"&gt;this post&lt;/a&gt; will just not work in this scenario, because you cannot expect Designers to be able to build the entire interface in Blend themselves.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481876" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Development" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Development/default.aspx" /><category term="Microsoft" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Microsoft/default.aspx" /><category term="Blend" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Blend/default.aspx" /><category term="SDN" scheme="http://bloggingabout.net/blogs/andries/archive/tags/SDN/default.aspx" /><category term="Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Design/default.aspx" /></entry><entry><title>Designers &amp; Developers within the ALM / TFS vision.</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/06/02/designers-amp-developers-within-the-alm-tfs-vision.aspx" /><id>/blogs/andries/archive/2009/06/02/designers-amp-developers-within-the-alm-tfs-vision.aspx</id><published>2009-06-02T10:17:54Z</published><updated>2009-06-02T10:17:54Z</updated><content type="html">&lt;p&gt;What Wikipedia says about ALM:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;Application lifecycle management (ALM)&lt;/b&gt; is the marriage of business management to &lt;a href="http://en.wikipedia.org/wiki/Software_engineering"&gt;software engineering&lt;/a&gt; made possible by tools that facilitate and integrate &lt;a href="http://en.wikipedia.org/wiki/Requirements_management"&gt;requirements management&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Software_architecture"&gt;architecture&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Computer_programming"&gt;coding&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Software_testing"&gt;testing&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Issue_tracking_system"&gt;tracking&lt;/a&gt;, and &lt;a href="http://en.wikipedia.org/wiki/Release_Management"&gt;release management&lt;/a&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Like most people know, Microsoft supports this with their Team Foundation system.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/7271.VS2010_5F00_7FE5D1DE.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="VS2010" border="0" alt="VS2010" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/5707.VS2010_5F00_thumb_5F00_7D4C7A53.png" width="321" height="207" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;This is very cool and keeps getting better and better. And with the introduction of Blend 3 (The tool for creating interfaces &amp;amp; prototypes in WPF or Silverlight) Microsoft is extending this towards application design. And this progress is where I have a special interest in.&lt;/p&gt;  &lt;p&gt;TFS supports different roles within their ALM vision. Project Managers, Testers, Architects, Developers, etc… There have been very much attention towards specializing the tooling towards the specific needs of the roles within ALM. And now they’ve added Blend to this.&lt;/p&gt;  &lt;p&gt;I am currently spending a lot of time trying to integrate User Experience Design in this ALM vision, with primarily using Microsoft technology. And yet I still haven’t figured out how exactly Blend fits in the process. I mean, it’s a really great tool, and I do like to work with it, but when you look at how it must fit within your development process, it’s hard to tell where to place it.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4527.ExpressionBlend3PhotoshopImportFeature_5F00_web_5F00_336DF2A3.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="ExpressionBlend3PhotoshopImportFeature_web" border="0" alt="ExpressionBlend3PhotoshopImportFeature_web" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/1565.ExpressionBlend3PhotoshopImportFeature_5F00_web_5F00_thumb_5F00_2A9DEA57.jpg" width="188" height="128" /&gt;&lt;/a&gt; I know for a fact that a lot of Designers aren’t really enthusiastic about it. Why is that? Because you can’t really design in it. Microsoft knows this and that’s why they created the Photoshop and Illustrator import in Blend 3. I also know that Developers try to avoid using Blend, because they like to prevent a tool that will alter their code, markups or projects.&lt;/p&gt;  &lt;p&gt;So that means to me that there are only two roles possibly using Blend. Interaction Designers and/or Integrators. And now I am wondering if this is actually part a of ALM. And does it need to be a part of it. How do you work together as designers and developers. And how do you do this with TFS, using Blend.&lt;/p&gt;  &lt;p&gt;I’ve seen some great ideas, but every project so far (including projects within Microsoft) does it their own way. There is no real thought on how to work together.&lt;/p&gt;  &lt;p&gt;Maybe it’s time to refine all these technologies, patterns and project guidance&amp;#39;s and set up a good way for letting the User Experience part collaborate within the Application Lifecycle Management.&lt;/p&gt;  &lt;p&gt;I’ll get back on this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481745" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Development" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Development/default.aspx" /><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="Application Lifecycle Management" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Application+Lifecycle+Management/default.aspx" /><category term="Microsoft" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Microsoft/default.aspx" /><category term="Blend" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Blend/default.aspx" /><category term="Team System" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Team+System/default.aspx" /></entry><entry><title>From Windows Mobile to iPhone</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/05/05/from-windows-mobile-to-iphone.aspx" /><id>/blogs/andries/archive/2009/05/05/from-windows-mobile-to-iphone.aspx</id><published>2009-05-05T09:33:41Z</published><updated>2009-05-05T09:33:41Z</updated><content type="html">&lt;p&gt;With my personal phone I used to be with Orange. But a while ago their mobile communication division was sold to T-Mobile here in the Netherlands. &lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="x500 -myMenu" border="0" alt="x500 -myMenu" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/5228.x500myMenu_5F00_22052616.jpg" width="135" height="189" /&gt;So they’ve asked me to change my Orange contract to a T-Mobile Contract. All right. No problem with that.&lt;/p&gt;  &lt;p&gt;Now it’s common here that with contract renewals or extensions, you also receive a new device. So last weekend I’ve walked into their local shop and looked around for something to replace my &lt;a href="http://www.etencorp.com/products/Communication/X500%2B.php" target="_blank"&gt;E-Ten Glofiish X500+&lt;/a&gt;, which a have used now for nearly 2 years. It is a Windows Mobile device, and I was searching for something that offered the same functionality.&lt;/p&gt;  &lt;p&gt;I noticed a couple of other WM devices, but I still was disappointed that in the last 2 years, this OS hasn’t changed a bit (although i know that Microsoft is about to &lt;a href="http://www.engadget.com/2009/04/17/windows-mobile-6-5-to-officially-launch-on-may-11/" target="_blank"&gt;launch a new version&lt;/a&gt;. Unfortunately it’s not available at the moment). So that’s when I decided to look beyond this requirement and focused on other devices as well.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="iphone-locked" border="0" alt="iphone-locked" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/6518.iphonelocked_5F00_60F6A6B1.jpg" width="135" height="184" /&gt;That’s when I took a look at the Iphone 3G. At first I was very skeptic about it, because of the hype around it. But i wanted to know for myself if this device is really worth it. That with the fact that there where no extra costs when choosing the iPhone (instead of paying around 80 euro when choosing a WM device) made me take the iPhone as my new personal phone.&lt;/p&gt;  &lt;p&gt;And so far I am actually very positive about it. I must really say that the User Experience Design of the device, compared with my previous phone, is really a huge improvement.&lt;/p&gt;  &lt;p&gt;Below I summarized some pros and cons about my experience with the iPhone. &lt;em&gt;note&lt;/em&gt;: This is compared with my previous private phone and my work phone which both use Windows Mobile 6.&lt;/p&gt;  &lt;h4&gt;Pro&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strong&gt;Low learning curve&lt;/strong&gt;      &lt;br /&gt;Although i have some experience with mobile devices, I’ve never learned to know a device quicker than this one. It has one menu, one place for settings, and that’s it. Everything can be done from there. Although I spent a lot of time with Windows Mobile, I still get the feeling I haven’t seen al it’s options. It’s like &lt;a href="http://blogs.msdn.com/jensenh/"&gt;Jensen Harris&lt;/a&gt; of Microsoft said about the previous Office products in a &lt;a href="http://sessions.visitmix.com/?selectedSearch=UX09" target="_blank"&gt;MIX08 presentation&lt;/a&gt;. “It’s Bloated!”. And with my new phone, I received the feeling I am in control. Now that’s a good User Experience.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Quick responses&lt;/strong&gt;      &lt;br /&gt;Another thing I really appreciate are the response times of the device. I know my X500+ wasn’t the fastest of all WM devices, but for my work I have a &lt;a href="http://nl.samsungmobile.com/mobile/SGH-i780" target="_blank"&gt;Samsung i780&lt;/a&gt;, and with that device I also experienced unpleasant delays when opening menu or configuration screens, or with incoming calls. This makes the device feel slow. And this is something I don’t have with the iPhone.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Resolution&lt;/strong&gt;      &lt;br /&gt;2 years ago I choose the X500+ because it has something that a lot of devices nowadays still don’t have. A screen resolution of 640x480. Everything looked sharper and more information could be displayed on the screen. Unfortunately this also required 4 times more processor power compared with 320x240 screens, and that’s what they forgot to add at the E-ten corporation. But after a while you get used to it.      &lt;br /&gt;But now with this iPhone, the resolution is lower. &lt;a href="http://www.apple.com/iphone/specs.html" target="_blank"&gt;480x320&lt;/a&gt;. But somehow they’ve managed to build a render-engine that makes the display look very sharp and crisp. I looks better then the 640x480 of the X500+. And as I already mentioned, it also reacts much faster.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Additional programs&lt;/strong&gt;      &lt;br /&gt;I was always disappointed about the need of additional programs for improving the UX of my Windows Mobile device. Luckily the &lt;a href="http://www.spbsoftwarehouse.com/products/mobileshell/" target="_blank"&gt;SPB Mobile Shell&lt;/a&gt; and the &lt;a href="http://www.spbsoftwarehouse.com/products/diary/" target="_blank"&gt;SPB Diary&lt;/a&gt; were a very welcome addition. But when you think about it, it’s rather crazy that you need such things. And that’s just it. The iPhone gives me a great experience, straight out-of-the-box. No extensions or additional programs necessary.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Without a stylus&lt;/strong&gt;      &lt;br /&gt;Windows Mobile devices aren’t meant for operating with your fingers. At least, that’s what I’ve experienced. You almost always need your little pen, the &lt;a href="http://en.wikipedia.org/wiki/Stylus" target="_blank"&gt;stylus&lt;/a&gt;. That’s frustrating. Especially when you can lose that little pen. Now there are possibilities for additional programs that’ll make some functionality easier to access without the styles, but that’s just it. It just won’t make the device faster in use. To do something “quick” isn’t an option. So it was rather refreshing that with my iPhone everything is made for finger-tough. This way i can quickly access and use the functionality I want at the moment. No need to fetch the styles first.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Keyboard&lt;/strong&gt;      &lt;br /&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="x500 -onscreen-keyboard" border="0" alt="x500 -onscreen-keyboard" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/0601.x500onscreenkeyboard_5F00_20545A42.jpg" width="270" height="125" /&gt; Now the keyboard on the iPhone isn’t for everybody a &lt;em&gt;Pro&lt;/em&gt;. But compared with other devices that doesn’t have a keyboard, it work’s quite well. Especially when you think about the WM on-screen keyboard. Before the introduction of the iPhone I’ve seen some prototypes about how to make&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="iPhone-onscreen-keyboard" border="0" alt="iPhone-onscreen-keyboard" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/5305.iPhoneonscreenkeyboard_5F00_2D4E3A53.jpg" width="270" height="193" /&gt; a on-screen keyboard functional with the use of displaying your selection next to your finger. I guess Apple used this idea and displayed your selected character above your finger. It’s not the fastest way of writing, but it works. At least it’s the best option I’ve seen for a on-screen keyboard without the use of a stylus or mouse.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Local Access Connections&lt;/strong&gt;      &lt;br /&gt;What surprised me is the smart and fast access of local WiFi connections. When requiring an internet connection, it looks for local WiFi. When found, it asks the key if needed, and remembers it so it’ll connect the next time automatically. Easy and straight forward. Just how you want it. I remember that my WM devices where a little more complicated about it. Not very stable or reliable about their current connection. It’s rather normal for a mobile device to enter and leave WiFi area’s. So that’s what you want supported.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Multi touch&lt;/strong&gt;      &lt;br /&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="image" border="0" alt="image" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/4617.image_5F00_6CABEDE3.png" width="182" height="129" /&gt; And then there is the multi touch support. At the moment the only one who has that. Android G1 also is going to support it, but that device is not here yet. I have already had a good laugh when two people played &lt;a href="http://www.gadgetreview.com/2008/10/iphone-app-review-touch-hockey.html" target="_blank"&gt;Touch Hockey&lt;/a&gt; on my phone. Is multi touch needed… maybe not. But it’s certainly handy and allows you to use it for zooming and rotating in applications like Google Earth.&lt;/li&gt; &lt;/ol&gt;  &lt;h4&gt;Contra&lt;/h4&gt;  &lt;ol&gt;   &lt;li&gt;&lt;strong&gt;Less options       &lt;br /&gt;&lt;/strong&gt;But the iPhone is not just sunshine and miracles. It also has some cons. First of all, everything supplied comes out-of-the-box. It’s all there, and although it works just fine, it doesn&amp;#39;t allow you a lot of customization. So “personalization” isn’t really an option. At the moment this is not bad, but after a while it might become something you want.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;iTunes&lt;/strong&gt;      &lt;br /&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;margin-left:0px;border-top:0px;margin-right:0px;border-right:0px;" title="image" border="0" alt="image" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries.metablogapi/6507.image_5F00_7DB01BC6.png" width="167" height="213" /&gt; Yeah, well, it’s out then. iTunes. …sigh… I have to admit, it’s not quite the best program, but needed for the iPhone. Certainly when on a Windows environment. I’m currently using a &lt;a href="http://www.intel.com/products/processor/corei7/index.htm" target="_blank"&gt;Core i7&lt;/a&gt; system with &lt;a href="http://www.microsoft.com/windows/windows-vista/compare-editions/64-bit.aspx" target="_blank"&gt;Vista x64&lt;/a&gt;, &lt;a href="http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks" target="_blank"&gt;Raid 0&lt;/a&gt; and &lt;a href="http://www.ocztechnology.com/products/memory/ocz_ddr3_pc3_10666_platinum_edition" target="_blank"&gt;triple channel memory&lt;/a&gt;. It’s a really fast machine. But iTunes seems to forget that. &lt;a title="Why is iTunes so incredibly slow?" href="http://www.airtightinteractive.com/news/?p=102" target="_blank"&gt;Very disappointing&lt;/a&gt;. And then the Apple update popup which also wants to install programs I don’t want. Also localization which disables you getting applications like wonderful &lt;a href="http://www.carling.com/ipint_details.html" target="_blank"&gt;iPint&lt;/a&gt; on your IPhone. Is it really necessary to disallow other languages? And when syncing photo’s to your device, you’ll get an additional iTunes “optimalisation” folder in you photo map. That’s not what I’ve asked for! Sorry Apple, but it’s just lacking.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Synchronization with Windows Contacts&lt;/strong&gt;      &lt;br /&gt;And next to iTunes, there’s always the synchronization between the Apple world and the Windows world. I do use outlook, and have outlook contacts, but I don’t have these on my desktop. Also my media library is on the desktop, and I don’t have outlook installed on that machine.      &lt;br /&gt;Then how do you get your contacts in your iPhone? Synchronize with Windows contacts!      &lt;br /&gt;I’ve managed to copy the contacts from Outlook on my laptop to my Windows Contacts folder on my desktop. I’ve attached new pictures to them because this was lost in the export. But from there, the sync worked. Until I tested it.      &lt;br /&gt;I called myself on the iPhone, and the device hang! Really hangs! It starts vibrating, shows the call screen, but no sound, no reaction, nothing. Had to Google for how to restart the device, but after a couple of seconds holding the power button and the menu button simultaneously, the device restarted. Second try, same effect. A real hang again.      &lt;br /&gt;After some guessing I’ve discovered the problem. Originally, when using Outlook contacts, the image of the contact is resized by Outlook. But this doesn’t seem to happen with Windows contacts. I’ve selected photos from my digital camera which were about 3MB in size and this must have been copied straight to the device (normally iTunes “optimizes” pictures). So with incoming calls, the device was trying to load and scale a 3MB picture. I guess that was too much. Little bug here?      &lt;br /&gt;Now that I’ve resized my pictures to 480x320, this problem don’t occur anymore.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So far my first experience with the device is really positive compared to what I had. I really hope that this opinion stays this way. It’s possible that after a while I might change my statements, but by then, I&amp;#39;ll let you know.   &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481599" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Windows Mobile" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Windows+Mobile/default.aspx" /><category term="iPhone" scheme="http://bloggingabout.net/blogs/andries/archive/tags/iPhone/default.aspx" /></entry><entry><title>Working Through Screen</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/04/14/working-through-screen.aspx" /><id>/blogs/andries/archive/2009/04/14/working-through-screen.aspx</id><published>2009-04-14T06:22:00Z</published><updated>2009-04-14T06:22:00Z</updated><content type="html">&lt;p&gt;A while ago, a colleague gave me a link to a free book called &amp;ldquo;Working through screens&amp;rdquo; by &lt;a target="_blank" href="http://www.flashbulbinteraction.com/"&gt;FlashBulb Interaction&lt;/a&gt;. It is a wonderful document about how you can increase User Experience for your application. I can really advise people to take some time and read this. It may seem like a big document, but it did gave me a lot of new and usable insights.&lt;/p&gt;
&lt;p&gt;Download it at &lt;a href="http://www.flashbulbinteraction.com/Working_Through_Screens_Book.pdf" title="http://www.flashbulbinteraction.com/Working_Through_Screens_Book.pdf"&gt;http://www.flashbulbinteraction.com/Working_Through_Screens_Book.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Beneath I displayed 2 pages which captures the essence of User Experience Design. First is &lt;em&gt;without&lt;/em&gt; UXD, second is &lt;em&gt;with&lt;/em&gt; UXD.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/normal_5F00_work_5F00_63453F02.png"&gt;&lt;img height="278" width="540" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/normal_5F00_work_5F00_thumb_5F00_3C0AF5CD.png" alt="normal_work" border="0" title="normal_work" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/better_5F00_work_5F00_1BEFE910.png"&gt;&lt;img height="278" width="540" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/better_5F00_work_5F00_thumb_5F00_29C22F0B.png" alt="better_work" border="0" title="better_work" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481511" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="Practical UX" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Practical+UX/default.aspx" /><category term="FlashBulb" scheme="http://bloggingabout.net/blogs/andries/archive/tags/FlashBulb/default.aspx" /><category term="Working Through Screen" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Working+Through+Screen/default.aspx" /><category term="PDF" scheme="http://bloggingabout.net/blogs/andries/archive/tags/PDF/default.aspx" /></entry><entry><title>Blend 3</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/03/24/blend-3.aspx" /><id>/blogs/andries/archive/2009/03/24/blend-3.aspx</id><published>2009-03-24T10:17:49Z</published><updated>2009-03-24T10:17:49Z</updated><content type="html">&lt;p&gt;Most people probably already know that &lt;a href="http://live.visitmix.com/" target="_blank"&gt;Microsoft&amp;#39;s MIX09 event&lt;/a&gt; took place last week. Because I am specialized in Microsoft development, this event has introduced a lot of interesting new stuff.&lt;/p&gt;  &lt;p&gt;But because there are so many people already blogging about the new releases and new developments, that I think it is really not necessary for me to start writing about it. For those interested I have a little link-list here about some of this published information:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://videos.visitmix.com/MIX09" target="_blank"&gt;All the MIX Sessions&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/ie8" target="_blank"&gt;Internet Explorer 8 RTM&lt;/a&gt; with &lt;a href="http://blogs.msdn.com/tims/archive/2009/03/19/eight-reasons-to-fall-in-love-with-internet-explorer-8.aspx" target="_blank"&gt;Tim Sneath’s blog why you want IE8&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://timheuer.com/blog/archive/2009/03/18/silverlight-3-whats-new-a-guide.aspx" target="_blank"&gt;Tim Heuer – What’s new in Silverlight 3&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.drwpf.com/blog/Home/tabid/36/EntryID/49/Default.aspx" target="_blank"&gt;Dr. WPF about the Silverlight vs WPF&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/dawg89/archive/2009/03/19/expression-web-3-wow.aspx" target="_blank"&gt;Jeff Day about Expression Web 3&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The most interested I’ve seen so far is the new release of Blend. In this version there will be a great support of prototyping. This goes by the name of &lt;strong&gt;&lt;em&gt;sketch flow &lt;/em&gt;&lt;/strong&gt;and a session-video about this can be watched &lt;a href="http://videos.visitmix.com/MIX09/C01F" target="_blank"&gt;here&lt;/a&gt;. This with (finally) the integrated support for Team System, will be a great way for quickly creating impressions of the application within the ALM vision.&lt;/p&gt;  &lt;p&gt;For all the new features in Blend 3 I want to redirect you to the following posts:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/expression/blendpreview" target="_blank"&gt;Download the release preview&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://electricbeach.org/?p=146" target="_blank"&gt;Christian Schorman – Blend 3 overview&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://electricbeach.org/?p=145" target="_blank"&gt;Christion Schorman – Sketching and Prototyping in Expression Blend&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.msdn.com/expression/archive/2009/03/23/an-introduction-to-behaviors-triggers-and-actions.aspx" target="_blank"&gt;Expression studio Blog - An Introduction to Behaviors, Triggers, and Actions&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blog.kirupa.com/?p=351" target="_blank"&gt;Kirupa Chinnathambi - Using Behaviors : A Quick Walkthrough&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;For our Dutch readers, Martin Tirion of Microsoft Netherlands has got some nice highlights posts about the MIX event:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.microsoft.nl/blogs/ux/archive/2009/03/18/mix09-nieuws-silverlight-3-beta-uitgekomen.aspx" target="_blank"&gt;Silverlight 3 Beta&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.microsoft.nl/blogs/ux/archive/2009/03/18/mix09-nieuws-expression-web-3-aangekondigd-superpreview-is-cool.aspx" target="_blank"&gt;Expression Web 3&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.microsoft.nl/blogs/ux/archive/2009/03/18/mix09-nieuws-expression-blend-3-preview-uitgekomen.aspx" target="_blank"&gt;Blend 3&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.microsoft.nl/blogs/ux/archive/2009/03/18/mix09-nieuws-iis-media-services-uitgekomen.aspx" target="_blank"&gt;IIS Media Services&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://blogs.microsoft.nl/blogs/ux/archive/2009/03/19/mix09-nieuws-internet-explorer-8-uitgekomen.aspx" target="_blank"&gt;Internet Explorer 8&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481405" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Microsoft" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Microsoft/default.aspx" /><category term="Prototyping" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Prototyping/default.aspx" /><category term="MIX" scheme="http://bloggingabout.net/blogs/andries/archive/tags/MIX/default.aspx" /><category term="Blend" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Blend/default.aspx" /><category term="Sketch Flow" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Sketch+Flow/default.aspx" /></entry><entry><title>Good &amp; Bad in User Experience</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/03/17/good-amp-bad-in-user-experience.aspx" /><id>/blogs/andries/archive/2009/03/17/good-amp-bad-in-user-experience.aspx</id><published>2009-03-17T14:05:49Z</published><updated>2009-03-17T14:05:49Z</updated><content type="html">&lt;p&gt;When it comes to “good” and “bad” in User Experience Design, it’s all about making compromises. There are influences from marketing, management, development, design, sales, support, etc. In other words, almost every role or department within the development cycle has it’s own agenda on want they want to see in the final product. But for the moment I just want to use only three parties, which in most of the projects I have experienced had the most influence.&lt;/p&gt;  &lt;h3&gt;Shifting the influence pillars&lt;/h3&gt;  &lt;p&gt;The three pillars I am using are Business, Architecture and Design. The one with the most influence, it usually determined through politics (in other words, who’s got the biggest mouth). But ideally you want this to be clear before the project starts.&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Influence Pillars" border="0" alt="Influence Pillars" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/InfluencePillars_5F00_69C497CF.png" width="530" height="200" /&gt; &lt;/p&gt;  &lt;p&gt;The amount of influence is often based by your organization. If you mainly have developers, then probably the application architecture will determine how your application will be used. When you have a large sales force, or you outsource a lot of your work, you mainly are trying to keep your customer happy by obeying to all their wishes. Thereby allowing the business (customer or analysts) to determine how the final user experience will be. And if your company is mainly a design company, your interface or graphical designers will be the ones calling the shots.&lt;/p&gt;  &lt;p&gt;These things do conflict, and I can imagine that project managers have there hands full with it. But what has this got to do with User Experience.&lt;/p&gt;  &lt;p&gt;Well, User Experience is the way how your users work with the very thing you’re creating. And most of the time you can see which party had the most influence in building the application. This doesn’t mean it’s a bad thing. You just need to be aware of this in how this results in the application experience of your end-users.&lt;/p&gt;  &lt;p&gt;This is why I strongly recommend that from the very first moment of the project, someone is guarding the User Experience. Maybe you see this as an extra block in the pillar, but I like to see it more as someone who negotiates and glues the interests of the different parties. In the initial stage he will cooperate with requirements to determine the best user experience for the application. Next this will be tested with prototyping. And finally during the development cycle he is guarding the end-user so when it comes to compromising, the outcome must be their best interest. (more about integrating UX in your project, see &lt;a href="http://bloggingabout.net/blogs/andries/archive/2009/03/04/integrating-ux-in-your-project.aspx" target="_blank"&gt;my previous post&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;This is the “Good” when it comes to User Experience. “Bad” is when you are not doing anything about UX at all. At the moment where one of the influence blocks takes the lead and determines how the Application becomes.&lt;/p&gt;  &lt;p&gt;When your design is beautiful and full of “chrome”, but without functionality.&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="keybag" border="0" alt="keybag" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/keybag_5F00_493D581D.jpg" width="140" height="151" /&gt;     &lt;br /&gt;&lt;em&gt;&lt;font size="1" face="ver"&gt;A João Sabino design. Perhaps beautiful, but do you see anyone carrying it around? Get yours &lt;a href="http://www.joaosabino.pt/" target="_blank"&gt;here&lt;/a&gt;.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;When your developers are building the interface, and yeah, functional it’ll do, and programmatically it’ll probably be beautiful. But will your users be able to work with it?&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="you-mistyped-thumb" border="0" alt="you-mistyped-thumb" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/youmistypedthumb_5F00_3E13CDD3.png" width="501" height="118" /&gt;&amp;#160; &lt;br /&gt;&lt;em&gt;&lt;font size="1" face="ver"&gt;Who on earth would have typed this address manually as the message suggests?&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="no-phones-yes-no" border="0" alt="no-phones-yes-no" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/nophonesyesno_5F00_09073EA3.png" width="286" height="109" /&gt;&amp;#160; &lt;br /&gt;&lt;font size="1" face="ver"&gt;&lt;em&gt;And how would you answer this “question”? Thnkx &lt;/em&gt;&lt;a href="http://sten.tamkivi.com/2007/05/postbluescreen_errors.html" target="_blank"&gt;&lt;em&gt;stan&lt;/em&gt;&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;And if the business gets all that they want. Then at the moment you release your product it’ll probably be “not exactly what they had in mind”. Or worse, it is exactly what they wanted, only the end-users aren’t able to work with it, because of the complexity, inconsistency, or perhaps the environment required a somewhat different type of approach.    &lt;br /&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="reset" border="0" alt="reset" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/dsc00024225x300_5F00_44C6D756.jpg" width="156" height="206" /&gt;&amp;#160;&amp;#160; &lt;br /&gt;&lt;em&gt;&lt;font size="1" face="ver"&gt;Reset inscription underneath button. But reset what? Reset missing toilet paper? Thnkx &lt;a href="http://blog.gigoo.org/2008/06/10/bad-interface-design-based-on-a-toilet-example/" target="_blank"&gt;greg&lt;/a&gt;.&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;h3&gt;Costs and benefits for UX decisions&lt;/h3&gt;  &lt;p&gt;When you are talking about making compromises, it’s making decisions between costs and benefits. For example, create a seamless integration between different application clients, so if the data changes in one of them, the other one changes with it (with some kind of notification when needed). Another example is working asynchronously, so the interface is always accessible and able to display progress. The costs of such implementations is extra development time, a different application architecture and probably configuration changes on the application server. But when talking about the benefits, in the first example it’ll result in more reliable data because of less version conflicts, faster communication between collaborating users, which in turn increase productivity. And the second example has the benefits of a faster working application, better feedback, and probably less frustrations. For both examples this will result in a much better user experience that overall increases the happiness of your users.&lt;/p&gt;  &lt;p&gt;Third example is of a user that works in a very busy environment, where it is common he will be disturbed regularly. Then it would be very nice that the application he is using, enables him to keep track at his current progress, so when he is distracted, and continue his work, he can instantly see where he’d stopped, so he can pick it up from there. Costs and benefits are much the same as with the first examples. More work but also a more productive user.&lt;/p&gt;  &lt;p&gt;Most of the costs are directly related to budget (more work takes more money). And some of them just aren’t possible within the application architecture(like asynchronic programming). So you have to find a balance between them. If you can&amp;#39;t make an application with a live update feature, then make sure that version conflicts are prevented through other means. Like a resolve possibility or perhaps a locking mechanism.&lt;/p&gt;  &lt;p&gt;A lot of decisions on User Experience are made instinctively, which is actually a personal evaluative process based on related experience and acquired knowledge. Just don’t forget the “why” and “how”. If you are able to back-up the decisions made for improving UX, you can get an understanding with your fellow project members. And this is essential when trying to reach compromises.&lt;/p&gt;  &lt;h3&gt;Measuring success&lt;/h3&gt;  &lt;p&gt;When all the requirements and development is done, it’s time to evaluate the “good” and the “bad” of each made compromise. What comes in handy is some kind of ruler by which to measure. For this I found four factors that were originally meant for Interface Design, but also can be applied to User Experience (Thkx &lt;a href="http://www.digital-web.com/articles/user_interface_design_taking_the_good_with_the_bad" target="_blank"&gt;Mike Padilla&lt;/a&gt;):&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Ease of learning and memorability &lt;/li&gt;    &lt;li&gt;Efficiency of use &lt;/li&gt;    &lt;li&gt;Error frequency, severity, and recovery &lt;/li&gt;    &lt;li&gt;Subjective satisfaction &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Depending on the ultimate use of the application, each factor may be of variable importance. For example, efficiency of use would be more important for a highly used application than for a brochure-like marketing website, whereas the reverse may be true when it comes to subjective satisfaction. Each decision that is challenged can be evaluated by judging it against each of these four factors.&lt;/p&gt;  &lt;h3&gt;Finally&lt;/h3&gt;  &lt;p&gt;Good and Bad user experience design is all about making compromises. Just keep in mind how the application will be experienced by the users. An application with a good User Experience will always be worth the extra effort. And when you do have to make compromises, just try using a valid measuring ruler. Know your future users and don’t try to let one party in your development cycle get too much influence. The best solution is to let a User Experience Specialist manage the negotiations when searching for compromises, so the outcome will always be in the best interest of those that will be working with the result the most.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481370" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="Development" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Development/default.aspx" /><category term="User Experience Design" scheme="http://bloggingabout.net/blogs/andries/archive/tags/User+Experience+Design/default.aspx" /><category term="Project management" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Project+management/default.aspx" /><category term="Business" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Business/default.aspx" /><category term="Influence management" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Influence+management/default.aspx" /></entry><entry><title>Meet Adaptive IT</title><link rel="alternate" type="text/html" href="/blogs/andries/archive/2009/03/10/meet-adaptive-it.aspx" /><id>/blogs/andries/archive/2009/03/10/meet-adaptive-it.aspx</id><published>2009-03-10T11:26:58Z</published><updated>2009-03-10T11:26:58Z</updated><content type="html">&lt;p&gt;For those here in the Netherlands, my company has given the opportunity for those interested to learn more about Adaptive IT. The event is on the 20th of April. Look for more information on the invitation that is displayed below (in Dutch). You can register yourself at the &lt;a href="http://www.interaccess.nl/nl/Nieuws/Evenementen/kennismakingsevent-Adaptive-IT/Pages/default.aspx" target="_blank"&gt;Inter Access Adaptive ICT page&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.interaccess.nl/nl/Nieuws/Evenementen/kennismakingsevent-Adaptive-IT/Pages/default.aspx" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="Adaptive-IT" border="0" alt="Adaptive-IT" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/AdaptiveIT_5F00_60C36A67.png" width="472" height="235" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;h4&gt;Alleen voor de échte Top Professionals en IT Architecten:&lt;/h4&gt;  &lt;p&gt;&lt;font size="2" face="verda"&gt;Op 20 april a.s. geeft Inter Access jou een kijkje in eigen keuken over haar visie rondom het thema Adaptive IT. Een visie die ondersteund wordt door onze partners Microsoft, VMware, HP en Compellent, die op deze avond ook aanwezig zullen zijn. En jij kunt erbij zijn! &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="verda"&gt;Laat je op 20 april a.s. bijpraten over actuele ontwikkelingen op het gebied van Virtualisatie en Storage oplossingen en kom kennismaken met Inter Access! Tijdens deze avond zal op het gebied van Storage zowel door Inter Access als door Compellent en HP ingegaan worden op oplossingen voor disaster recovery, restore, high availability en uitwijk van netwerken en virtuele infrastructuren. Virtualisatie en cloud computing wordt uitgebreid toegelicht door Inter Access, Microsoft en VMware. Naast het interessante programma is er voldoende gelegenheid om kennis uit te wisselen tijdens de informele momenten, en te vernemen hoe wij onze visie vertalen naar interessant en uitdagend werk voor storage- en virtualisatie experts.&lt;/font&gt;&lt;/p&gt;  &lt;h4&gt;Het avondprogramma ziet er als volgt uit: &lt;/h4&gt;  &lt;p&gt;   &lt;table border="0" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;17.00 - 18.00 uur&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;Ontvangst incl. dinerbuffet&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;18.00 - 18.45 uur&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;font size="2"&gt;&lt;font face="verda"&gt;Plenaire sessie Adaptive IT: &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font face="verda"&gt;“&lt;em&gt;Aanpak maakt het verschil”.                    &lt;br /&gt;Efficiënt navigeren vereist een visie en Inter Access heeft die rond Adaptive IT. Een visie vertaalt in een concrete eigen aanpak, die leidt tot een Adaptive IT infrastructuur.                    &lt;br /&gt;Sprekers: Vincent van der Linden, Architect Technical Infrastructure, en Eric Groot, Management Consultant&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;18.45 - 19.15 uur&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;Pauze / marktplaats&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;19.15 - 19.55 uur&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;Storage: op voorhand schrijf je je in voor een van onderstaande workshops:&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font size="2" face="verda"&gt;“&lt;/font&gt;&lt;i&gt;&lt;font size="2"&gt;&lt;font face="verda"&gt;&lt;em&gt;HP Storage, hét platform voor Adaptieve Infrastructuren”,                     &lt;br /&gt;door Clemens Esser, HP Storage Consultant&lt;/em&gt; &lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;            &lt;p&gt;&lt;i&gt;&lt;font size="2"&gt;&lt;font face="verda"&gt;&lt;em&gt;“Innovatieve storage oplossingen met Compellent”,                     &lt;br /&gt;door Steven Dahlin, International Sales Manager Compellent&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;20.00 - 20.40 uur&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;font size="2"&gt;&lt;font face="verda"&gt;Virtualisatie: op voorhand schrijf je je in voor één van onderstaande workshops:&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;            &lt;p&gt;&lt;font size="2"&gt;&lt;font face="verda"&gt;&lt;em&gt;“Microsoft’s server virtualisatie platform en visie’”                    &lt;br /&gt;door Edie van den Berge, Partner Technology Specialist&lt;/em&gt;&lt;/font&gt;&lt;/font&gt;&lt;i&gt;                &lt;br /&gt;&lt;em&gt;&lt;font size="2" face="verda"&gt;Small &amp;amp; Midmarket Solutions &amp;amp; Partners.&lt;/font&gt;&lt;/em&gt;&lt;/i&gt;&lt;/p&gt;            &lt;p&gt;&lt;em&gt;&lt;font size="2" face="verda"&gt;“vSphere: The next generation Virtual Data Center OS”,                  &lt;br /&gt;door Willem van Engeland, Partner SE Netherlands VMware&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td valign="top" width="120"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;20.45 - 21.30 uur&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;          &lt;td valign="top"&gt;           &lt;p&gt;&lt;font size="2" face="verda"&gt;Gezellige borrel en bezoek van de marktplaats&lt;/font&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="verda"&gt;Kom vrijblijvend met ons én onze partners kennismaken en &lt;a href="http://www.interaccess.nl/nl/Nieuws/Evenementen/kennismakingsevent-Adaptive-IT/Pages/default.aspx" target="_blank"&gt;meld je nu aan&lt;/a&gt;&lt;/font&gt;&lt;font size="2" face="verda"&gt;&lt;/font&gt;&lt;font size="2" face="verda"&gt;.      &lt;br /&gt;Je bent van harte welkom!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="verda"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;margin-left:0px;border-left-width:0px;margin-right:0px;" title="clip_image013" border="0" alt="clip_image013" align="right" src="http://bloggingabout.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/andries/clip_5F00_image013_5F00_263844C6.jpg" width="174" height="78" /&gt;&lt;/font&gt;&lt;font size="2" face="verda"&gt;Met vriendelijke groet,      &lt;br /&gt;Inter Access B.V.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="verda"&gt;Arjan Fluks      &lt;br /&gt;Manager Infrastructure Technology Services&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=481303" width="1" height="1"&gt;</content><author><name>AvdMeulen</name><uri>http://bloggingabout.net/members/AvdMeulen/default.aspx</uri></author><category term="HP" scheme="http://bloggingabout.net/blogs/andries/archive/tags/HP/default.aspx" /><category term="Compellent" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Compellent/default.aspx" /><category term="Inter Access" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Inter+Access/default.aspx" /><category term="Microsoft" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Microsoft/default.aspx" /><category term="VMWare" scheme="http://bloggingabout.net/blogs/andries/archive/tags/VMWare/default.aspx" /><category term="Adaptive ICT" scheme="http://bloggingabout.net/blogs/andries/archive/tags/Adaptive+ICT/default.aspx" /></entry></feed>