<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>nlapse Blog</title>
	
	<link>http://nlapse.com/blog</link>
	<description>Advanced User Experiences Blog</description>
	<lastBuildDate>Wed, 12 Aug 2009 16:18:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/nlapse" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Some new stuff on nlapse.com</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/qDsEe5bK_44/</link>
		<comments>http://nlapse.com/blog/some-new-stuff-on-nlapse-com/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:18:09 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[nlapse]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=128</guid>
		<description><![CDATA[Only want to give you a sneak peek of the new design I&#8217;m working on for nlapse.com

]]></description>
			<content:encoded><![CDATA[<p>Only want to give you a sneak peek of the new design I&#8217;m working on for nlapse.com<br />
<img class="size-full wp-image-129 alignnone" title="new-nlapse-screenshot" src="http://nlapse.com/blog/wp-content/uploads/2009/08/new-nlapse-screenshot.jpg" alt="new-nlapse-screenshot" width="600" height="345" /></p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/qDsEe5bK_44" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/some-new-stuff-on-nlapse-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/some-new-stuff-on-nlapse-com/</feedburner:origLink></item>
		<item>
		<title>Web Platform as a Development Environment</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/BRAm6MK11_A/</link>
		<comments>http://nlapse.com/blog/web-platform-as-a-development-environment/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 09:25:10 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=124</guid>
		<description><![CDATA[The announce of the webOS from Palm and the Google Chrome OS, the web as development platform is taking off. But the web is not the ideal platform to all applications, let’s see in detail.
Layers and more layers
To develop in the web, the applications have many layers that the developer or developers have to take [...]]]></description>
			<content:encoded><![CDATA[<p>The announce of the webOS from Palm and the Google Chrome OS, the web as development platform is taking off. But the web is not the ideal platform to all applications, let’s see in detail.</p>
<h2>Layers and more layers</h2>
<p>To develop in the web, the applications have many layers that the developer or developers have to take care of; starting from the bottom is: Databases, logic, back-end scripting, front-end, front-end style and front-end interaction; just mentioning some of the most used.</p>
<p>This means that all this elements have to play nice and interact with the others in a nice and smooth way, so the users get a good Experience. As many layers and elements you introduce in the application, more difficult is to make all things to work together. This increase the development, deployment and testing time.</p>
<p>In a standard, “native” application; you need only a few of these layers to take care. Meaning the development time and deployment time is drastically reduced.</p>
<h2>The web as development platform</h2>
<p>For applications running on the web platform the deployment happen server site and the users get always the most up to date version of the application.</p>
<p>In the development of a web application, many technologies can be used: for the server-side and also for the front-end. This lead to a myriad of technologies and methodologies that developers adopt based on their taste, the popularity of the technologies and the requirements of the applications.</p>
<p>Some other stuff must be keep it in mind: in the web we don&#8217;t have to deal with cross-platform compatibility, but cross-browser compatibility, this one can be a terrible time eater mostly when the developer of the application need to address for instance Internet Explorer 6.</p>
<h2>Native applications as a development platform</h2>
<p>These are the oldest technologies; that&#8217;s why they are really more advanced than web technologies. Also the Development Environments, the debugging etc. are a lot better.</p>
<p>Native applications can use the local resources in a better way, this increase notably the performance of the application. These applications can use then resources like local storage, sound and graphics acceleration. Also are better integrated with the Operating Systems.</p>
<p>The difficult task for native applications is, distribution and deployment; because not all users can or want to upgrade every time. Also the deployment time take longer on native applications, because you cannot deploy a new version every day and get the 100% of your users to update in a small amount of time.</p>
<h2>Finally</h2>
<p>The selection of the best development platform has to be based on the requirements of the application itself. Also how the users have to interact with your application, the amount of user collaboration you want to insert in the application, and a long etc.</p>
<p>One thing is sure, Native applications are easier and fast to develop as web applications; also as said; the development environment is friendlier.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/BRAm6MK11_A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/web-platform-as-a-development-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/web-platform-as-a-development-environment/</feedburner:origLink></item>
		<item>
		<title>How not to do business in the Internet and how Vistaprint bad User Experience is failing big time</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/N_CQ3l0fa-0/</link>
		<comments>http://nlapse.com/blog/how-not-to-do-business-in-the-internet-and-how-vistaprint-bad-user-experience-is-failing-big-time/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:40:30 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bad]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=114</guid>
		<description><![CDATA[All started with a URL with a deal from Vistaprint.de I got inside a box from an Amazon purchase. The deal was pretty nice: you order your cards and get a free Etui for your cards. Great, right? Wrong!
Ordered my cards, making my way with the scrambled e-commerce thing VistaPrint.de have -If you are a [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">All started with a URL with a deal from Vistaprint.de I got inside a box from an Amazon purchase. The deal was pretty nice: you order your cards and get a free Etui for your cards. Great, right? Wrong!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Ordered my cards, making my way with the scrambled e-commerce thing VistaPrint.de have -If you are a GoDaddy user you know what is like- avoiding complementary articles they offered all the time. Must say I succumb to the temptations and added a T-Shirt with logo and slogan. So far, so good. Selected the payment and delivery method. Pay&#8230; and what a surprise when reading the email with the confirmation (which arrived 1/2 hour later)&#8230; The only reason why I bought from VistaPrint is not included in my order&#8230; Yes, you are guessing right: The Etui.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Back to vistaprint.de freighting site, check my order again, there was also not Etui. I thought -Okay I&#8217;ll send an email to the customer service, explaining the situation, how hard can be dropping an Etui on my order anyways? Wrote the email and pressed Send. Got a confirmation, Vistaprint have received my email and will answer as soon as possible. All must be good now, right? Nope.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Spend all 14 days waiting for my answer from Vistaprint, but they don&#8217;t answer. Instead I got a considerable amount of offers -read spam- from Vistaprint the whole time.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Yesterday my order arrived; I open the box and found inside: my cards and the t-shirt, of course no sign of the Etui. Was not very happy with the quality of my cards and the t-shirt is really crappy. But I thought: Well what can I do?.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">But&#8230; Today! I received the answer of my email from Vistaprint support&#8230; Exactly one day after my order arrived! Perfect timing don&#8217;t you think? In the email they told me they have looked my order and certainly the Etui was not there and also they could not send it now. The next paragraph of the email was to tell me how I should use the Vistapring scary e-comerce system the right way. That was the last drop.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I also have to say that I had an exchange with their PR team via twitter, but went silent when I sent the order number via direct message.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Finally I&#8217;m sending back to Vistaprint my complete order and I&#8217;m actively looking for alternatives to print my cards and maybe I get a t-shirt too&#8230; but I&#8217;ll run away from free Etuis.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">This post is not to blame Vistaprint for their bad User Experience and Support. I know out there are many Vistaprints and the users are suffering from bad User Experiences. In this time of economic crisis, is better treat the Users as what they are: The core of your business, without users you certainly will not have business. Vistaprint certainly loose a user today, and forever.</div>
<p>All started with a URL with a deal from Vistaprint.de I got inside a box from an Amazon purchase. The deal was pretty nice: Order cards and get a free Etui for your cards. Great, right? Wrong!</p>
<p><img class="alignright size-full wp-image-115" title="vistaprint-fail-one" src="http://nlapse.com/blog/wp-content/uploads/2009/07/vistaprint-fail-one.png" alt="vistaprint-fail-one" width="640" height="187" />Ordered my cards, making my way with the scrambled e-commerce thing VistaPrint.de have -If you are a GoDaddy user you know what is like- avoiding complementary articles they offered all the time. Must say I succumb to the temptations and added a T-Shirt with logo and slogan. So far, so good. Selected the payment and delivery method. Pay&#8230; and what a surprise when reading the email with the confirmation (which arrived 1/2 hour later)&#8230; The only reason why I bought from VistaPrint is not included in my order&#8230; Yes, you are guessing right: The Etui.</p>
<p><img class="alignright size-full wp-image-116" title="vistaprint-fail-two" src="http://nlapse.com/blog/wp-content/uploads/2009/07/vistaprint-fail-two.png" alt="vistaprint-fail-two" width="640" height="213" />Back to vistaprint.de freighting site, check my order again, there was also not Etui. I thought -Okay I&#8217;ll send an email to the customer service, explaining the situation, how hard can be dropping an Etui on my order anyways? Wrote the email and pressed Send. Got a confirmation, Vistaprint have received my email and will answer as soon as possible. All must be good now, right? Nope.</p>
<p>Spend all 14 days waiting for my answer from Vistaprint, but they don&#8217;t answer. Instead I got a considerable amount of offers -read spam- from Vistaprint the whole time.</p>
<p><img class="alignright size-full wp-image-117" title="vistaprint-fail-emails" src="http://nlapse.com/blog/wp-content/uploads/2009/07/vistaprint-fail-emails.png" alt="vistaprint-fail-emails" width="640" height="259" />Yesterday my order arrived; I open the box and found inside: my cards and the t-shirt, of course no sign of the Etui. Was not very happy with the quality of my cards and the t-shirt is really crappy. But I thought: Well what can I do?.</p>
<p>But&#8230; Today! I received the answer of my email from Vistaprint support&#8230; Exactly one day after my order arrived! Perfect timing don&#8217;t you think? In the email they told me they have looked my order and certainly the Etui was not there and also they could not send it now. The next paragraph of the email was to tell me how I should use the Vistapring scary e-comerce system the right way. That was the last drop.</p>
<p>I also have to say that <a href="http://twitter.com/tank6b/status/2688993593" target="_blank">I</a> <a href="http://twitter.com/Vistaprint/status/2689114675" target="_blank">had</a> <a href="http://twitter.com/tank6b/status/2689564819" target="_blank">an</a> <a href="http://twitter.com/Vistaprint/status/2689614183" target="_blank">exchange</a> <a href="http://twitter.com/tank6b/status/2689723694" target="_blank">with</a> their PR team via twitter, but went silent when I sent the order number via direct message so <a href="http://twitter.com/tank6b/status/2692933566" target="_blank">this happens</a>.</p>
<p>Finally I&#8217;m sending back to Vistaprint my complete order and I&#8217;m actively looking for alternatives to print my cards and maybe I get a t-shirt too&#8230; but I&#8217;ll run away from free Etuis.</p>
<p>This post is not to blame Vistaprint for their bad User Experience and Support. I know out there are many Vistaprints and the users are suffering from bad User Experiences. In this time of economic crisis, is better treat the Users as what they are: The core of your business, without users you certainly will not have business. Vistaprint certainly loose a user today, and forever.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/N_CQ3l0fa-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/how-not-to-do-business-in-the-internet-and-how-vistaprint-bad-user-experience-is-failing-big-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/how-not-to-do-business-in-the-internet-and-how-vistaprint-bad-user-experience-is-failing-big-time/</feedburner:origLink></item>
		<item>
		<title>Downloaded Music User Experience</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/T4LiFmacAhQ/</link>
		<comments>http://nlapse.com/blog/downloaded-music-user-experience/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 12:56:56 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[downloaded]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[goods]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[store]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=47</guid>
		<description><![CDATA[The User Experience when downloading music from an online music store like iTunes or Amazon MP3 Store is important, but there is also other important part that is often forgotten. The quality of the downloaded product.
The times when you had to browse a retailer &#8220;offline&#8221; store looking for music is long over. Now is possible [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-49" title="music-sound" src="http://nlapse.com/blog/wp-content/uploads/2009/06/music-sound-300x199.jpg" alt="music-sound" width="300" height="199" />The User Experience when downloading music from an online music store like iTunes or Amazon MP3 Store is important, but there is also other important part that is often forgotten. The quality of the downloaded product.<br />
The times when you had to browse a retailer &#8220;offline&#8221; store looking for music is long over. Now is possible to buy music online at a decent quality. But the old CDs have the Album Art and other cool stuff to increase the quality of the product, resulting in a pleasant User Experience.</p>
<p>With downloaded music, you lose part of these related materials. Almost everybody that offer music to download online forget about it. But with a little bit of common sense the downloaded music can be also an enjoyable experience.</p>
<p>The first issues that bother customers of online music stores are the identifiers, tags and metadata embedded on the downloaded files. The present Standard is ID3.<br />
In the ID3 metadata can be embedded information like: Song Title, Artist, Album, etc. These ones are the most common, but there is other metadata that make the downloaded music more enjoyable, like: Artwork and Lyrics, these two are the most forgotten.</p>
<p>One good example of good practice a great User Experience for downloaded music is the Albums <a href="http://ghosts.nin.com/main/home" target="_blank">Ghost I-V</a> and <a href="http://theslip.nin.com/" target="_blank">The Slip</a> from <a href="http://nin.com/" target="_blank">Nine Inch Nails</a>. On these products, the use of metadata to increase the final User Experience is just unbeatable: including several Artworks, the lyrics and comments related to every song, also a companion PDF file with the Album Artwork to print.</p>
<h3>Why is this important Again?</h3>
<p>Any step to increase the final User Experience of your products is reflected in the perception of the customer, and they are certainly willing to recommend the products to their friends. Increasing, of course, the distribution and reach of such products; using the best way possible: Word of Mouth.</p>
<p>Almost all decent Media Player today are designed to display this metadata in a nice way, so the user can enjoy their media with a better Experience. Saving the user of typing and filling this metadata on a product they already bought is nice step on the right direction.</p>
<p>If you are distributing downloadable media online, try to make the Final User Experience enjoyable. Cause the customers may be more time interacting with the downloaded files than with your distribution channel/website/store.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/T4LiFmacAhQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/downloaded-music-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/downloaded-music-user-experience/</feedburner:origLink></item>
		<item>
		<title>User Experience for No Memory</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/8uA27bQTIkI/</link>
		<comments>http://nlapse.com/blog/user-experience-for-no-memory/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 09:18:31 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[goal]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=42</guid>
		<description><![CDATA[We now understand better how our brain and memory works; but at the same time our lives have grown a lot more complicated. We have to remember more things than before: Login credentials, phone numbers, appointments, PIN numbers and a big etcetera.
User Experience can help users not to remember another thing, or not to remember [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">We now understand better how our brain and memory works; but at the same time our lives have grown a lot more complicated. We have to remember more things than before: Login credentials, phone numbers, appointments, PIN numbers and a big etcetera.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">User Experience can help users not to remember another thing, or not to remember the path to get to what they want. A simple example to illustrate this is, and you&#8217;ll agree: sometimes, you don&#8217;t remember the exact url of the article you are looking for, but, your remember exactly the search terms you put on google to found it. This happens very often.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Making, for example, all the info/features your have easy to find and access will save a lot of time to the user and increase the satisfaction of finding what they are looking for quickly. Resulting, in a better User Experience, on your product.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Also the user know that the information/feature they want resides on your website or application and the only thing they remember is that is easy to get to it. That will make a great feature for your users and is certainly more probably that your users recommend your product/service to their friends if they had a good User Experience.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">So, let&#8217;s do something for decrease the amount of things the users have to remember on our next project. Give the user the possibility to use the stuff they already have. Implementing Facebook Connect can be a day savior for a lot of users that are scared of another sing up form.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Minimizing the things to remember on your product/service/website will make it more usable and your users will get more satisfaction using it.</div>
<p><img class="size-medium wp-image-43 alignleft" title="photos-remember-concept" src="http://nlapse.com/blog/wp-content/uploads/2009/06/photos-remember-concept-300x199.jpg" alt="photos-remember-concept" width="300" height="199" />We now understand better how our brain and memory works; but at the same time our lives have grown a lot more complicated. We have to remember more things than before: Login credentials, phone numbers, appointments, PIN numbers and a big etcetera.</p>
<p>User Experience can help users not to remember another thing, or not to remember the path to get to what they want. A simple example to illustrate this is, and you&#8217;ll agree: sometimes, you don&#8217;t remember the exact url of the article you are looking for, but, your remember exactly the search terms you put on google to found it. This happens very often.</p>
<p>Making, for example, all the info/features your have easy to find and access will save a lot of time to the user and increase the satisfaction of finding what they are looking for quickly. Resulting, in a better User Experience, on your product.</p>
<p>Also the user know that the information/feature they want resides on your website or application and the only thing they remember is that is easy to get to it. That will make a great feature for your users and is certainly more probably that your users recommend your product/service to their friends if they had a good User Experience.</p>
<p>So, let&#8217;s do something for decrease the amount of things the users have to remember on our next project. Give the user the possibility to use the stuff they already have. Implementing Facebook Connect can be a day savior for a lot of users that are scared of another sing up form.</p>
<p>Minimizing the things to remember on your product/service/website will make it more usable and your users will get more satisfaction using it.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/8uA27bQTIkI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/user-experience-for-no-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/user-experience-for-no-memory/</feedburner:origLink></item>
		<item>
		<title>The need for a new metaphor</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/iCCD4OecoXk/</link>
		<comments>http://nlapse.com/blog/the-need-for-a-new-metaphor/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 01:22:32 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[selector]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[x]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=34</guid>
		<description><![CDATA[Since the first Xerox GUI all User Experience has been locked to the &#8216;Desktop&#8217; metaphor, is time for a change. But what can be the next metaphor?
Lately
With the advent of mobile communications, the first intents were to squish the same old metaphor into mobile devices, resulting in the unusable User Experience we have in mobile [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-35" title="oses" src="http://nlapse.com/blog/wp-content/uploads/2009/06/oses.png" alt="oses" width="650" height="70" />Since the first Xerox GUI all User Experience has been locked to the &#8216;Desktop&#8217; metaphor, is time for a change. But what can be the next metaphor?</p>
<h2>Lately</h2>
<p>With the advent of mobile communications, the first intents were to squish the same old metaphor into mobile devices, resulting in the unusable User Experience we have in mobile devices today. Lately are starting to appear some initiatives with better User Experience like the iPhone, but there is still a lot of room to make things better.</p>
<p>The desktop in the other hand is petrified in the same old metaphor with almost no signals of changes in these 30 years. The current Desktop GUIs, like Windows, Mac OS, KDE, Gnome among others are still not able to move in other direction.</p>
<p><img class="alignnone size-full wp-image-36" title="font-selector-windows" src="http://nlapse.com/blog/wp-content/uploads/2009/06/font-selector-windows.png" alt="font-selector-windows" width="650" height="230" />The companies are starting to realize the importance of having a great User Experience for their services and products and taking steps in the right direction&#8230; but is too little to late. Is a fact that the best User Experience win; and the ones with a poor one will perish, more in these hard times when consumers will take a second (and sometimes a third) look before pull out their wallets.</p>
<h2>People or Developers</h2>
<p>What is holding the change? Well, this is a vicious circle where Users don&#8217;t like disruptive changes and the Developers knowing that (and willing to sell their products) don&#8217;t make any significative innovation on the User Experience and User Interface.</p>
<p><img class="alignnone size-full wp-image-37" title="color-selector-macosx" src="http://nlapse.com/blog/wp-content/uploads/2009/06/color-selector-macosx.png" alt="color-selector-macosx" width="650" height="230" />Also the current OSs are designed in concordance with the old metaphor, making more difficult to make any change at all. With a new metaphor is also needed a new concept of Operating System to match this new metaphor.</p>
<h2>More like we are now</h2>
<p>The old stuff work back in the day when things where disconnected and sporadic; all that changed. Today we have real-time lives and social networks and we are able to connect to the internet almost from everywhere.</p>
<p>The current work flow is &#8220;Open an App to do a task&#8221; giving the application the principal role. This application centered design of the current OSs is constraining the innovation in the User Experience. The applications are &#8220;boxed&#8221; in their &#8220;windows&#8221; and frames and rarely expand outside.</p>
<p>The new metaphor have to reflect our current state, have to interconnected, open, manageable and powerful; to make the right impact in our lives.</p>
<p>We really need this new Operating System and as soon as possible.</p>
<p>Update: More Discussion <a href="http://www.ixda.org/discuss.php?post=42903" target="_blank">at IxDA</a>.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/iCCD4OecoXk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/the-need-for-a-new-metaphor/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/the-need-for-a-new-metaphor/</feedburner:origLink></item>
		<item>
		<title>Netbook Operative System Round II</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/H-jule9S6DY/</link>
		<comments>http://nlapse.com/blog/netbook-operative-system-round-2/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 20:03:17 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=24</guid>
		<description><![CDATA[Is not enought, so we bring the next iteration of the nlapse take on a Netbook Operative System. This time we add other widget and the mini-player.

 We also add some realtime notifications to the whole system integrated with facebook, twitter, email etc.
On other posts will explained more about more about the whole project and [...]]]></description>
			<content:encoded><![CDATA[<p>Is not <a href="http://nlapse.com/blog/netbook-operating-system-first-approach/" target="_self">enought</a>, so we bring the next iteration of the nlapse take on a Netbook Operative System. This time we add other widget and the mini-player.</p>
<p><img class="alignnone size-full wp-image-26" title="rention-desktop-widgets-thumb" src="http://nlapse.com/blog/wp-content/uploads/2009/06/rention-desktop-widgets-thumb.png" alt="rention-desktop-widgets-thumb" width="640" height="307" /></p>
<p><img class="size-full wp-image-27 alignright" title="rention-desktop-widgets-notifications" src="http://nlapse.com/blog/wp-content/uploads/2009/06/rention-desktop-widgets-notifications.png" alt="rention-desktop-widgets-notifications" width="424" height="405" /> We also add some realtime notifications to the whole system integrated with <a href="http://facebook.com" target="_blank">facebook</a>, <a href="http://twitter.com/" target="_blank">twitter</a>, email etc.</p>
<p>On other posts will explained more about more about the whole project and the idea we have to a Netbook Operative System.</p>
<p>We are using a new metaphor, totally diferent from the &#8220;application based&#8221; we are used to. This new metaphor is &#8220;task based&#8221; to you can concentrate in the task you are making without get distract for the hole User Interface.</p>
<p>No name till now&#8230; What you think of &#8220;<strong>Rention</strong>&#8220;?</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/H-jule9S6DY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/netbook-operative-system-round-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/netbook-operative-system-round-2/</feedburner:origLink></item>
		<item>
		<title>Netbook Operating System, first approach</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/jZk7_ApqyQk/</link>
		<comments>http://nlapse.com/blog/netbook-operating-system-first-approach/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 13:05:19 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=16</guid>
		<description><![CDATA[Netbooks are trendy and the next big war will be in the netbook OS where JoliCloud, Android, Moblin and the OS in the CrunchPad are already gaining terrain.
That&#8217;s why nlapse is experimenting with a totally new take on the netbook OS, centered in tasks instead in applications and the focus is in the user needs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/NetBook" target="_blank">Netbooks</a> are <a href="http://www.google.com/trends?q=netbook&amp;ctab=0&amp;geo=all&amp;date=ytd&amp;sort=0" target="_self">trendy</a> and the next big war will be in the netbook OS where <a href="http://www.jolicloud.com/" target="_blank">JoliCloud</a>, <a href="http://www.android.com/" target="_blank">Android</a>, <a href="http://moblin.org/" target="_blank">Moblin</a> and the OS in the <a href="http://www.techcrunch.com/2009/06/03/crunchpad-the-launch-prototype/">CrunchPad</a> are already gaining terrain.</p>
<p>That&#8217;s why <a href="http://nlapse.com">nlapse</a> is experimenting with a totally new take on the netbook OS, centered in tasks instead in applications and the focus is in the user needs on the go. So take a sneak peak of it.</p>
<p><img class="alignnone size-full wp-image-17" title="rention-desktop-thumb" src="http://nlapse.com/blog/wp-content/uploads/2009/06/rention-desktop-thumb.png" alt="rention-desktop-thumb" width="640" height="307" /></p>
<p>Remember: this is only a very first approach (still no name). All feedback is welcome, here in the comments and also in twitter with <a href="http://twitter.com/nlapse" target="_blank">@nlapse</a>.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/jZk7_ApqyQk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/netbook-operating-system-first-approach/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/netbook-operating-system-first-approach/</feedburner:origLink></item>
		<item>
		<title>Get a Free User Experience Report</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/JphN7J_hc_0/</link>
		<comments>http://nlapse.com/blog/get-a-free-user-experience-report/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 20:11:54 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://nlapse.com/blog/?p=6</guid>
		<description><![CDATA[
User Experience is one of the key aspects that will diferenciate you from competidors. Understanding how users interact with your product is a must these days. That&#8217;s why we are giving away a Free User Experience Report for your website or startup.
What you get?

Custom Report of how users may interact with your current website.
Recomendations on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-7" title="Get a Free User Experience Report" src="http://nlapse.com/blog/wp-content/uploads/2009/06/free-user-experience-report-from-nlapse.png" alt="Get a Free User Experience Report" width="630" height="220" /></p>
<p>User Experience is one of the key aspects that will diferenciate you from competidors. Understanding how users interact with your product is a must these days. That&#8217;s why we are giving away a Free User Experience Report for your website or startup.</p>
<h2>What you get?</h2>
<ul>
<li>Custom Report of how users may interact with your current website.</li>
<li>Recomendations on how to improve the User Experience on your website including task flow, simplifing process, information architecture, layout, flow, design and interactivity.</li>
<li>Discovers what&#8217;s holding back your success in terms of User Experience and how to fix it.</li>
</ul>
<h2>How to get it?</h2>
<ol>
<li>Follow <a href="http://twitter.com/nlapse" target="_blank">@nlapse</a> on twitter.</li>
<li>Re-tweet <a href="http://twitter.com/nlapse/status/2008092357" target="_blank">this tweet</a>.</li>
<li>Ask for the User Experience Report on twitter; something like &#8220;<em>@nlapse Hey @mycompany need a User Experience Report</em>&#8221; will do the trick.</li>
</ol>
<p>nlapse will select one winner based on the value the website or startup can give to the public and state of the current User Experience. Also will influence in the decision how you use social media.</p>
<p>So fire up your twitter account and good luck to everyone.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/JphN7J_hc_0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/get-a-free-user-experience-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/get-a-free-user-experience-report/</feedburner:origLink></item>
		<item>
		<title>Migrating to the cloud starting now</title>
		<link>http://feedproxy.google.com/~r/nlapse/~3/dv3gT-d6rmw/</link>
		<comments>http://nlapse.com/blog/migrating-to-the-cloud-starting-now/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 12:10:23 +0000</pubDate>
		<dc:creator>Jose E.</dc:creator>
				<category><![CDATA[analysis]]></category>
		<category><![CDATA[business model]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://web2.0flow.com/migrating-to-the-cloud-starting-now/</guid>
		<description><![CDATA[Cloud computing seems to be the next way to go. That&#8217;s a pretty obvious step cause more and more people are relying on the net to create, store, collaborate and publish their data. Let&#8217;s see the strategies of the mayor players in the field right now.
Microsoft Cloud Strategy
Microsoft own the OS and Office Market, no [...]]]></description>
			<content:encoded><![CDATA[<p>Cloud computing seems to be the next way to go. That&#8217;s a pretty obvious step cause more and more people are relying on the net to create, store, collaborate and publish their data. Let&#8217;s see the strategies of the mayor players in the field right now.</p>
<h2>Microsoft Cloud Strategy</h2>
<p>Microsoft own the OS and Office Market, no doubt of that, but to maintain this status they have to provide solutions on the cloud. Actually, Microsoft have already solutions in the cloud, they have Exchange and Share Point for the Enterprise, which are pretty much the standard in synchronization right now, they also have the Office live thingy but like many things from Microsoft is hard to see where is the benefit we can get using it, cause is buried under a lot of Marketing and unrelated stuff that -at least for me- is not working.</p>
<p>The next evolutionary step for Microsoft is migrate their Office suite to the cloud, that&#8217;s when Silverlight come to play. last year release of Silverlight was toke with a lot of skepticism from the community, the purpose was not so clear to the majority of us. I saw Silverlight like a &#8220;me too&#8221; project to compete with Adobe and the ubiquitous Flash Player -thanks to video for that penetration numbers. But looking more closely to the last steps from Microsoft, like the partnership to broadcast video from the next olympiads on the net, that will surely rocket the Silverlight penetration numbers.</p>
<p>With a Silverlight in the ~98% of the computers connected to the cloud -like Flash player is right now, Microsoft will be ready to roll out an Office Suite in the platform ready to be used from the cloud. That may be Microsoft&#8217;s master plan right now&#8230; or something similar. But surely they have a plan to deploy Office to the Cloud.</p>
<h2>Google Cloud Strategy</h2>
<p>Google is native to the cloud, they where born in the cloud. In the last years Google was unveiling a set of services, starting with Google Mail, Calendar, Documents, Reader and a long etcetera. Starting to make the transition to the cloud their most successful services in that set are GMail, Calendar and Reader. They are also taking steps to make this products easy to use for collaboration which is other hot trend in cloud computing.</p>
<p>Their strategies to take over the cloud are simple, offer a better service (anyone is using hotmail out there?) and the APIs. Let&#8217;s take a look at the APIs and why they are important. The APIs from Google services provide a way to migrate this services to other platforms and uses depending of specific requirements, for instance I can sync my GMail and Calendar on my iPhone using 3rd party applications for the iPhone who rely on the Google APIs. Also Google don&#8217;t have to worry about make this applications cause the community is empowered to do it.</p>
<p>Next evolutionary step is: mobile, and here is where Android is invited to the game. I&#8217;m very sceptic about Android -mostly cause I hate Java- but I&#8217;m sure that Android play really important role in the Google&#8217;s master plan. Of course we still have to wait for the first device loaded with Android -hey HTC where is your Android ready device for this month? you are late already.</p>
<p>Google set of service are starting to take off mainly on small teams and companies, but there is a long way to go for Google Documents, cause everybody at work have Outlook, Word, Excel and Powerpoint already.</p>
<h2>Apple cloud strategy</h2>
<p>Apple unveiled the iPhone 3G this week and at the same time they present a new service: Mobile Me, which will sync your email, calendar, photos and files across the Macs, the PCs and your phone -if you have an iPhone. That&#8217;s a step into cloud computing. Is a paid service -is Apple- but surely will solve the sync problem.</p>
<p>This is a interesting approach cause Apple is not a big player on Internet Services, but I&#8217;m sure that the user experience on the service will win a lot of customers to the service. The people will love the fact that is 0 hassle involve on the configuration and synchronization of this service with you computers at home, work and your phone.</p>
<p>With this approach Apple will be quietly gaining some terrain on the SaaS market and will be easy to plug in more services on Mobile Me later -a Office Suite, maybe</p>
<h2>Adobe Cloud strategy</h2>
<p>Adobe on their site have their Flash Player installed on a big percent of the computers connected to the net and lately with the launch of the AIR platform will be very easy to deploy many hosted serviced on the net.</p>
<p>Adobe have already a Word Processor built on Flex, Buzzword and currently integrated on their Acrobat.com service. Buzzword is by far the best Word Processor you can use right now on the net; also is native to the net so the collaboration features are really nice.</p>
<p>They are rumors Adobe is developing a office suite which include Spreadsheets and Presentations software but this are only rumors right now.</p>
<h2>Other players in the field</h2>
<p>You have probably heard or use some of the other services and applications in the cloud computing field: SalesForce, Zoho, ThinkFree, 37signals products, etc. This is a hot field and every want a piece of the cloud pie here, let&#8217;s see who win this race.</p>
<p>Keep flowing.</p>
<img src="http://feeds.feedburner.com/~r/nlapse/~4/dv3gT-d6rmw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nlapse.com/blog/migrating-to-the-cloud-starting-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nlapse.com/blog/migrating-to-the-cloud-starting-now/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.487 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-07 19:29:07 -->
