<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>navarts</title>
	<atom:link href="http://blog.navigationarts.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.navigationarts.com</link>
	<description>creating compelling sites to further communication, e-commerce, and community building</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Wearable Computers&#8230; Crazy Talk?</title>
		<link>http://blog.navigationarts.com/wearable-computers-crazy-talk/</link>
		<comments>http://blog.navigationarts.com/wearable-computers-crazy-talk/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:37:12 +0000</pubDate>
		<dc:creator>Douglas Brashear</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2186</guid>
		<description><![CDATA[wearable computers]]></description>
			<content:encoded><![CDATA[<p>With a fresh topic in mind this morning, and a few free minutes, I did some research into a topic that’s intrigued me for quite some time: <em><strong>wearable computers</strong></em>.<span id="more-2186"></span></p>
<p>Now before you flip to the next post, consider these impressions of past trends when they were just emerging ideas: how many people were wrong about the demand for computers you could actually take with you (laptops), or that people might want a phone that could send a message (smartphones).</p>
<p>During my research I came across this article, which clearly didn’t raise too many eyebrows when it came to light in March but may be a harbinger of things to come: <a href="http://bits.blogs.nytimes.com/2010/03/16/apple-hires-wearable-computing-engineer/" target="_blank">New York Times: Apple Hires Wearable Computing Engineer</a><span style="text-decoration: underline;">.</span><span style="text-decoration: underline;"><br />
</span></p>
<p>Apple’s ability to deliver innovative products, paired with a leader in an emerging technology should certainly raise eyebrows. Only time will tell if this acquisition, like Google buying a small firm called Android back in 2005, will lead to a related product launch. There’s no doubt, though, that skyrocketing smartphone adoption since 2007 indicates a strong desire for information when people want it and regardless of where they are.</p>
<p>For user experience designers the takeaway is obvious: we need to be thinking about electronic channels that are here and now, but also those that are on the horizon or can reasonably be expected. Structured information, and the user experiences that make it available, must be optimized given the capabilities and limitations of the devices used to access them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/wearable-computers-crazy-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools for Troubleshooting Web Sites and CMS Systems</title>
		<link>http://blog.navigationarts.com/tools-for-troubleshooting-web-sites-and-cms-systems/</link>
		<comments>http://blog.navigationarts.com/tools-for-troubleshooting-web-sites-and-cms-systems/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 18:27:41 +0000</pubDate>
		<dc:creator>Rob Cherny</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Content Management]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2167</guid>
		<description><![CDATA[Tools for Troubleshooting]]></description>
			<content:encoded><![CDATA[<p>Over the years I&#8217;ve learned that sometimes trouble comes where you least expect it.</p>
<p>Content Management Systems (CMS) have many different touch points: the physical servers, the server software, connections between servers, the Internet pipe to the user, and the end users&#8217; computers are all involved. Any number of these could be a potential trouble area if there are issues. There are a number of fantastic tools to help isolate bottlenecks, and <em>anyone involved in using, deploying, or maintaining a Web site should be aware of them </em>because it will just make life easier. <span id="more-2167"></span>When a user is looking at a Web page in the browser, sometimes it&#8217;s not obvious where the issue is coming from. It&#8217;s easy to immediately point at some code on some server somewhere, but what if it&#8217;s not that simple?</p>
<p>While some colleagues and I were attending the <a href="http://dreamcore.sitecore.net/">Sitecore Dreamcore</a> conference in April, several tools were discussed which got me thinking about day to day <em>tools no CMS or Web developer should be without</em>. Some of these were tools I often take for granted, and still others came up that I didn&#8217;t even know about. Of course if you&#8217;re working in ASP.NET you can debug in Visual Studio, but what about before you even get to that level? What&#8217;s actually happening over the pipe or in the Web browser for instance?</p>
<h3><em>Firebug for Firefox</em></h3>
<p>Firebug is a critical tool for any Web developer in my mind. This is an extension for Mozilla Firefox, and has proved to be the tool all others are beginning to be compared against. It features comprehensive tools for looking at network traffic, in-memory DOM states, live page changes, source code inspection, a robust JavaScript Debugger and profiler, console output, and Cascading Style Sheet (CSS) evaluation and inspection. If you haven&#8217;t used Firebug in your Web development, you&#8217;re seriously missing out.</p>
<ul>
<li><a href="http://getfirebug.com">http://getfirebug.com</a></li>
</ul>
<h3><em>Firebug Lite</em></h3>
<p>Use Firebug in any browser with Firebug Lite, a pure JavaScript solution. For Sitecore projects, I always forget that Sitecore ships with Firebug Lite out of the box. It&#8217;s actually amazing to me how close to the full Firebug tool the Firebug Lite tool has come. You can even apply Firebug Lite to just about any Web page on the Internet using a handy bookmarklet.</p>
<ul>
<li><a href="http://getfirebug.com/firebuglite">http://getfirebug.com/firebuglite</a></li>
</ul>
<h3><em>Safari Web Inspector</em></h3>
<p>At the Sitecore conference Derek Roberti also reminded us about the Safari Web Inspector. Like Firebug, it features tools to inspect the DOM of the page and the time between requests and responses on the server &#8212; an important way to look at HTTP traffic if you&#8217;re looking at performance bottlenecks. One example he used noted was if the Media Library was performing badly while generating media from the database &#8212; those requests would be slow while everything else would be fine. Interesting.  Keep in mind that as a WebKit-based browser, a version of the inspector ships with Google Chrome as well.</p>
<ul>
<li><a href="http://webkit.org/blog/197/web-inspector-redesign/">http://webkit.org/blog/197/web-inspector-redesign/</a></li>
</ul>
<h3><em>Fiddler Web Debugger</em></h3>
<p>Another tool, which I believe originally came out of Microsoft, is the Fiddler Web Debugger. Much like the Safari Web Inspector, Firebug will evaluate HTTP traffic requests, headers, and responses. But Fiddler does a whole lot more. It will record and even replay requests.</p>
<ul>
<li><a href="http://www.fiddler2.com/fiddler2/">http://www.fiddler2.com/fiddler2/</a></li>
</ul>
<h3><em>Charles Web Proxy</em></h3>
<p>A personal favorite of mine is the Charles Web Proxy, which is cross platform and is another HTTP inspector. You really can&#8217;t go wrong with sniffing HTTP traffic and I think it&#8217;s critical to have at least one tool like these in your arsenal.</p>
<ul>
<li><a href="http://www.charlesproxy.com/">http://www.charlesproxy.com/</a></li>
</ul>
<h3><em>.Net Reflector</em></h3>
<p>This tool is exceptionally handy for any ASP.Net developer as it will de-compile and inspect any .Net based DLL to see all built-in objects, their methods and properties in a searchable, drill-down UI. I&#8217;ve used it to do things as simple as locate exceptions in third-party code, but obviously it could be used for much, much more.</p>
<ul>
<li><a href="http://www.red-gate.com/products/reflector/">http://www.red-gate.com/products/reflector/</a></li>
</ul>
<h3><em>Server-Side Tools</em></h3>
<p>Of course Sitecore and other CMS tools are mostly server-based and so no toolset would be complete without some great server-side monitoring tools.</p>
<h3><em>Wireshark</em></h3>
<p>This is an Open Source tool which looks and inspects just about every single protocol request made against servers.</p>
<ul>
<li><a href="http://www.wireshark.org/">http://www.wireshark.org/</a></li>
</ul>
<h3><em>AVICode</em></h3>
<p>This is an exceptionally robust server-based agent which monitors all ASP.Net Web requests on a Web server or group of servers. It can monitor all DB connections, SQL statements, call stacks, exceptions, requests, and responses in real time, providing HTTP payload information and query data as it&#8217;s happening. This monitors a live server while your public is actually using your application, live, in real time. Their toolkit even goes as far as injecting a small snippet of unobtrusive JavaScript in responses to performance monitor request and response times, AJAX data, and catch error conditions and the code which generated the errors on the client.</p>
<ul>
<li><a href="http://www.avicode.com/">http://www.avicode.com/</a></li>
</ul>
<h3><em>Dynatrace</em></h3>
<p>Finally, another suite of tools which apparently was discussed at the <a href="http://en.oreilly.com/velocity2010">Velocity Conference</a> a few weeks ago was the Dynatrace product suite, which seems similar to AVICode in many ways. They however have a free offering that sounds more along the lines of Firebug for debugging Ajax requests.</p>
<ul>
<li><a href="http://ajax.dynatrace.com/">http://ajax.dynatrace.com/</a></li>
</ul>
<h3><em>And the List Goes On</em></h3>
<p>Obviously there are server, network, and performance monitoring tools galore around these days. These were just a small list of ones I&#8217;ve been thinking about. Others on the client side include MSIE&#8217;s Developer Tools (getting a major facelift in IE9) and <a href="http://www.opera.com/dragonfly/">Opera&#8217;s DragonFly</a>. You could spend all day looking for tools and not getting any actual debugging done: More than 440 tools are listed here in a number of categories.</p>
<ul>
<li><a href="http://www.softwareqatest.com/qatweb1.html">http://www.softwareqatest.com/qatweb1.html</a></li>
</ul>
<p>Happy debugging!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/tools-for-troubleshooting-web-sites-and-cms-systems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Whole of Government Information Sharing Space</title>
		<link>http://blog.navigationarts.com/a-whole-of-government-information-sharing-space/</link>
		<comments>http://blog.navigationarts.com/a-whole-of-government-information-sharing-space/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:16:05 +0000</pubDate>
		<dc:creator>Sarah Tricha</dc:creator>
				<category><![CDATA[Internet Strategy]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2157</guid>
		<description><![CDATA[Information Sharing]]></description>
			<content:encoded><![CDATA[<p>I’m impressed by the Obama administration’s efforts to improve government information sharing as discussed in the Politico article<a href="http://www.politico.com/news/stories/0710/39939.html" target="_blank"> Bringing Government Up to Data</a>. However, I would like to see more focus placed on developing a platform-as-service model for the government rather than on data management or application development. Individual government agencies and offices have resources tied up in an IT infrastructure and information classification systems that are based on policies and legacy applications that are becoming increasingly irrelevant.<span id="more-2157"></span></p>
<p>No single administration is going to be able to digest and re-write all the information sharing rules. But a single administration can make a dent in the long-term problem by providing a better level of IT services to their constituents, which include all government agencies, particularly those interested in information sharing at the unclassified and controlled unclassified levels. The Office of the Director of National Intelligence’s Intelink unclassified network is a good example of an information sharing space that is Web accessible and includes a secure Web-based email, which is a must-have for international workers.</p>
<p>Building this level of service for the whole of government would take time, resources, and research. To increase user adoption, usability and policy concerns would need to be addressed. It’s a lot of work to be done. But trying to address network, application development, and information quality from the highest level of government I fear is going to leave little impact on the main problem: the network is as stove piped as are bureaucratic procedures of individual departments and agencies. We need to find a way to support horizontal information sharing within our government so we can solve problems without escalating everything to the highest levels and waiting for the decision to trickle down.</p>
<p>Application development and information quality are important issues that need to be addressed. But if the government provided a stable platform-as-service equally to all government agencies at the unclassified or controlled unclassified level, agencies could free up resources to tackle the information quality issue by hiring the necessary subject matter experts to make those data quality decisions.</p>
<p>Having an information sharing network for the whole of government would also impact the way government relates to contractors. Contractors should have clear and consistent technical requirements and procedures for accessing government networks, hosting Web applications, and delivering code and other raw files. As it stands, many contractors are left befuddled by the process or crunched by timelines and end up hosting applications on the public Web that would better be hosted on an intranet environment. When contractors are left to handle Web hosting, they often find themselves forced to pull the plug on a given Web site or application because the funds have run out on a given project and no one has quite figured out how to handle a Web site as a deliverable for archiving.</p>
<p>The big picture is that we, our government, needs a safe space and method for sharing data internally. And the horror stories about what would happen if people could share information transparently with each other haven’t really come to fruition. The Internet is a great model for what people can organize when they are free to organize themselves. Rather than worry about the exact process, our government should give itself the platform it needs to pull together and work together on issues we all care about and concerns we share. We are capable of sorting out the details. What we need is an accessible but secure information sharing space that will allow the whole of government to seed solutions from one administration to the next.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/a-whole-of-government-information-sharing-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Three Use Cases for Mobile Apps</title>
		<link>http://blog.navigationarts.com/three-use-cases-for-mobile-apps/</link>
		<comments>http://blog.navigationarts.com/three-use-cases-for-mobile-apps/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 19:46:05 +0000</pubDate>
		<dc:creator>Cathy Lu</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Mobile App]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2145</guid>
		<description><![CDATA[Use Cases for Mobile Apps]]></description>
			<content:encoded><![CDATA[<p>New mobile apps are being developed at an exponential rate these days.  In November 2009, the number of iPhone apps in the iTunes App Store exceeded 100,000.  Android and Blackberry each carries a large number of apps as well, making the smartphone app expansion even more heated.  It is estimated by 2013, yearly worldwide app downloads will reach 21.6 billion. Amid the hype of apps, have you wondered whether your organization should also create one?<span id="more-2145"></span></p>
<p>In late May I attended a <a href="http://www.navigationarts.com/work/news-and-events/2010/WCM-5-26-10" target="_blank">Web Content Mavens</a> event in DC on the topic of planning a mobile site or mobile app. One of the panelists Peter Barclay, Managing Director of <a href="http://www.vayamobile.com/" target="_blank">Vaya Mobile</a>, described three main use cases for mobile apps, which may help answer this question from the end user’s perspective.</p>
<p>The first scenario to consider is whether there are any <em>past user behaviors</em> you can effectively transfer from a different environment into the mobile platform. Here you need to specifically look at past user behaviors that can be used to predict future behaviors or past behaviors that are likely to be repeated frequently. The Pandora app is a great example:  it streams music through the app based on previous music searches and ratings. Pandora had been a popular web application for some years before its mobile app was introduced. Mobile banking apps are another example of past-behavior-based apps: People have been checking account balance, paying bills, and transferring money at bank branches or on the web for years.  Now with mobile banking apps, they can make these transactions on their phones as well.</p>
<div id="attachment_2147" class="wp-caption alignnone" style="width: 310px"><a href="http://blog.navigationarts.com/wp-content/uploads/2010/07/Mobile-App_citi_smartphone.jpg"><img class="size-medium wp-image-2147 " title="Mobile-App_citi_smartphone" src="http://blog.navigationarts.com/wp-content/uploads/2010/07/Mobile-App_citi_smartphone-300x151.jpg" alt="Citi Mobile for Smartphones" width="300" height="151" /></a><p class="wp-caption-text">Citi Mobile for Smartphones</p></div>
<p>The second scenario to consider is whether your users can receive <em>personalized content and service</em> through the mobile channel. Both Facebook and LinkedIn apps evolved from the Web platform to the mobile platform leveraging user profile information that the social networks already had. Have you ever ‘bumped’ someone with your phone? The popular Bump app allows two people to exchange their contact information and photos by simply bumping their phone together.  This app certainly has made the change-number process a lot easier and more fun.</p>
<p><a href="http://blog.navigationarts.com/wp-content/uploads/2010/07/mobileapp2.gif"><img class="alignnone size-full wp-image-2163" title="mobileapp2" src="http://blog.navigationarts.com/wp-content/uploads/2010/07/mobileapp2.gif" alt="" width="420" height="320" /></a></p>
<p>The third scenario to think about is whether you can deliver any <em>location based content or service</em> via a mobile app. When people are on the go, they need things immediate and nearby &#8212; mobile platform has a native advantage providing geo based information. Apps like Yelp (local business reviews) and Flixster (movie show times) leverage smartphone’s GPS capabilities in their features.  Another app called SeeClickFix lets citizens report and track issues such as potholes, graffiti, idling cars, and broken traffic lights in their neighborhood. Now with a smart phone, people can submit reports and upload pictures when they come across a problem and every report can be directly seen by the public as well as offices responsible for fixing the issue.</p>
<p><a href="http://blog.navigationarts.com/wp-content/uploads/2010/07/mobileapp3.gif"><img class="alignnone size-full wp-image-2164" title="mobileapp3" src="http://blog.navigationarts.com/wp-content/uploads/2010/07/mobileapp3.gif" alt="" width="440" height="320" /></a></p>
<p>Importantly these three use cases are generalized scenarios that can help you evaluate whether a mobile app is right for you and the users you want to connect.  If a mobile app design fits two or three of these use cases, it simply shows a stronger business case for your organization to take on the initiative. Certainly beside these scenarios, if anyone has any other thoughts about use cases or has any other comments, please feel free to share them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/three-use-cases-for-mobile-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone Programming Class by The Pragmatic Studio</title>
		<link>http://blog.navigationarts.com/pragmatic-studio/</link>
		<comments>http://blog.navigationarts.com/pragmatic-studio/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 19:25:59 +0000</pubDate>
		<dc:creator>Tim Stephens</dc:creator>
				<category><![CDATA[Application Development]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2137</guid>
		<description><![CDATA[iPhone Programming]]></description>
			<content:encoded><![CDATA[<p>Class begins tomorrow in Reston, VA. I&#8217;m taking the <a href="http://pragmaticstudio.com/iphone/">iPhone/iPad Programming with Matt Drance and Daniel Steinberg</a> by The Pragmatic Studio. I&#8217;m excited to the point of being giddy about going.<span id="more-2137"></span></p>
<p>I&#8217;ve spent the last week and a half trying to bring myself up to being capable of following along with the class on the first day. All of my years of Web application programming and the dozen scripting languages I&#8217;ve touched over the years did not prepare me for Objective-C. This is different. Harder? More complex? Probably, but I don&#8217;t know enough about it yet to answer those questions <img src='http://blog.navigationarts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>I picked up two books from <a href="http://pragprog.com/">The Pragmatic Bookshelf</a> to get a leg up. While I&#8217;m not all the way through them, I can confidently say that they have been helpful:</p>
<ul>
<li><a href="http://pragprog.com/titles/tibmac/beginning-mac-programming">Beginning Mac Programming: Develop with Objective-C and Cocoa</a> by Tim Isted</li>
<li><a href="http://pragprog.com/titles/amiphd/iphone-sdk-development">iPhone SDK Development</a> by Bill Dudney and Chris Adamson</li>
</ul>
<p>I&#8217;ll let you know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/pragmatic-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BBC Discusses Changes to Its New Look</title>
		<link>http://blog.navigationarts.com/bbc-discusses-changes-to-its-new-look/</link>
		<comments>http://blog.navigationarts.com/bbc-discusses-changes-to-its-new-look/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 17:29:40 +0000</pubDate>
		<dc:creator>Eloise Marszalek</dc:creator>
				<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Internet Strategy]]></category>
		<category><![CDATA[User Experience Design]]></category>
		<category><![CDATA[Visual Design]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2130</guid>
		<description><![CDATA[BBC's New Look]]></description>
			<content:encoded><![CDATA[<p>The <span style="text-decoration: underline;"><a href="http://www.bbc.co.uk/news/" target="_blank">BBC&#8217;s news Web site</a></span> got a new look this month. They <a href="http://www.bbc.co.uk/blogs/theeditors/2010/07/bbc_news_website_redesign.html" target="_blank">started discussing the changes</a> at the beginning of July before they started rolling them out. They <a href="http://www.bbc.co.uk/blogs/theeditors/2010/07/bbc_news_website_redesign_2.html" target="_blank">continued in mid-July</a> when the changes went live. And since then, they have blogged about the feedback and the questions they’ve been receiving about the new design <a href="http://www.bbc.co.uk/blogs/theeditors/2010/07/bbc_news_website_redesign_3.html" target="_blank">here</a> and <a href="http://www.bbc.co.uk/blogs/theeditors/2010/07/bbc_news_website_redesign_4.html" target="_blank">here</a>.<span id="more-2130"></span></p>
<p>As a faithful BBC News reader (and an information architecture nerd), I appreciate the BBC being so communicative about their design choices. Too often I go to a Web site I&#8217;ve visited before only to find things have changed, with no mention of it. I stumble around trying to reorient and I start second-guessing myself: did they really change the Web site or am I just misremembering things again?</p>
<p>I’m not sure how many non-design-focused BBC readers read the preliminary discussion of changes before they were apparent, but I was impressed with the BBC’s efforts. It convinced me to buy into their changes, and I actually got excited about seeing the changes go live. This was a nice contrast to the usual feeling of disorientation I feel when I go to a Web site that has changed everything on me overnight.</p>
<p>The BBC’s discussion of design changes includes great visuals. You could see <a href="http://www.bbc.co.uk/news/10513022" target="_blank">mock-ups of the changes</a> before they were made to the live site. And it&#8217;s always entertaining to see how a Web site has <a href="http://news.bbc.co.uk/2/hi/in_depth/629/629/7057140.stm" target="_blank">changed over time</a>. When the changes went live, <a href="http://www.bbc.co.uk/blogs/theeditors/2010/07/bbc_news_website_redesign_2.html" target="_blank">a video was posted</a> to quickly explain them.</p>
<p>Realizing that the BBC is a highly visible, highly trafficked Web site in the business of news and funded by the UK taxpayer, there still seem to be lessons for any organization undergoing a redesign in communicating to users (not just internal stakeholders) about design changes and the decisions behind them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/bbc-discusses-changes-to-its-new-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Stream Aggregation Site &#8211; Cliqset</title>
		<link>http://blog.navigationarts.com/social-stream-aggregation-site-cliqset/</link>
		<comments>http://blog.navigationarts.com/social-stream-aggregation-site-cliqset/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 14:35:58 +0000</pubDate>
		<dc:creator>Dustin Collis</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Content Management]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2077</guid>
		<description><![CDATA[cliqset]]></description>
			<content:encoded><![CDATA[<p>Like everyone else, I wanted to find a way to look at all of my friends&#8217; online activities without having to surf between the myriad of different social sites.  There are quite a few out there, but a recently updated <a href="http://cliqset.com/">Cliqset </a> has caught my eye.  It aggregates over 80 social services including Twitter, Facebook, Google Buzz, and of course YouTube (among many more!).<span id="more-2077"></span></p>
<p>Of course, from the perspective of a Web design firm &#8211; the ability to integrate and display all of your social content in one location and to aggregate that of your friends is hugely important.  Cliqset comes with a REST API interface, a translation proxy, and can be done via a stream for real time communication.  Another step has been taken in the rush to community organization.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/social-stream-aggregation-site-cliqset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Scroll or Not to Scroll</title>
		<link>http://blog.navigationarts.com/to-scroll-or-not-to-scroll/</link>
		<comments>http://blog.navigationarts.com/to-scroll-or-not-to-scroll/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 17:44:06 +0000</pubDate>
		<dc:creator>John Moffitt</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience Design]]></category>
		<category><![CDATA[User Research]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2106</guid>
		<description><![CDATA[to scroll or not to scroll]]></description>
			<content:encoded><![CDATA[<p>Scrolling content is an often debated topic and usability consideration when designing an online experience. Ultimately the answer to whether the content or page should scroll is not always clear and often needs to be validated with user testing.  In order to get to user testing the design needs to first balance the user’s needs and the content needs. You need to find the answers to these questions: “what is the content”, “who is the user ?”, “what are the user’s goals?”  and “what are the user’s task?”<span id="more-2106"></span></p>
<p>When I previously worked for an online education company, we created specific <em>user testing</em> to help determine if the lesson interface should scroll. For this user test, we created two prototypes of the user interface. The first prototype displayed the lesson in a paginated method and the other prototype displayed the lesson in one scrolling page.  In the end, both methods were desired by the user for two different scenarios.<em> The scrolling interface was preferred when the task was “reviewing of the content” and the </em><em>paginated view when their task was “first time learning” of the content.</em> The scrolling page allowed for quicker searching and scanning of the content, while the paginated view offered a less overwhelming experience for initial ingestion of the content.  I recently saw a similar dual interface on Dell’s website for configuring a new computer.  The default view is the paginated view where the content is “chunked” into pages and the second view is a one page scrolling view.  The paginated view provides a less overwhelming experience for a user who does not often configure a computer, while a one page view is appropriate for a user who has previously configured a computer.  The one page view also supports a “review” scenario for someone who uses the paginated view, but might want to review their configuration at anytime.</p>
<p>On another recent project I observed user testing where a few users were more negative to scrolling than the other users.  Clearly <em>the less web-savvy users were more averse to scrolling</em> than the more experienced users, but another user preferred non-scrolling not because they were less savvy, but because their favorite website did not scroll. This user was not conditioned to scroll to find content.  In the early days of the AOL interface, users were conditioned in a similar way.  AOL catered to an audience that was not web-savvy and took great effort in not scrolling their pages which resulted in other content presentation side effects and challenges.  In the end they conditioned their users on how content was accessed.</p>
<p>Similar to conditioning user behavior, you can create expectations of a non-scrolling interface with the initial presentation of the content. If the content is presented tightly within the screen view, it will give the user a sense that there is nothing else to view.  Jared Spool speaks to this topic in his <a href="http://www.uie.com/brainsparks/2006/08/02/utilizing-the-cut-off-look-to-encourage-users-to-scroll/" target="_blank">blog</a>.</p>
<p><em>Controlled scroll areas within a page is another variation of the scrolling challenge.</em> At times a controlled scroll area is the best solution for secondary content.  At times it is better to retain “context” between primary and secondary content and the controlled scroll area support this. Another acceptable controlled scroll area scenario is when all the content does not initially need to be seen and it is expected the user has enough motivation to scroll to find the additional content. In this case a controlled scroll area is also appropriate.  In both of these cases, a controlled scroll area can help solve page real estate challenges.  If you use iTunes, you can see controlled scroll areas used often.  When iTunes uses these scroll areas, they are accomplishing two things, <em>they are minimizing potential information overload</em> and also provide <em>access to deep content</em> without forcing the user to navigation away from the page or push other related content out of context.</p>
<p><em>The idea that important content should be displayed above the fold is still relevant</em>, but because all users and content are not the same and the users continue to evolve their online behaviors, the scrolling effect will continue to be a design decision to carefully consider especially as new online platforms and user interfaces are designed.  Don’t fall into the trap of jamming all your content above the fold and then create a larger usability problem. It is important not to blindly follow a simple rule that applies to all scenarios.  Realize that there is a difference between scrolling 2 pages verses 5 pages. It is also important to appreciate the difference between scrolling through organized content verses disorganized content.  Also, sometimes controlled scroll areas within a page are appropriate. Who the user is and what the content is, are still the most important factors in determining the design solution for scrolling.</p>
<p>Related Reading<br />
<a href="http://www.boxesandarrows.com/view/blasting-the-myth-of" target="_blank">Blasting the Myth of the Fold</a><br />
<a href="http://www.useit.com/alertbox/9712a.html" target="_blank">Changes in Web Usability</a><br />
<a href="http://iampaddy.com/lifebelow600/" target="_blank">Life Below 600px (the Fold)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/to-scroll-or-not-to-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving the Health of the Healthcare Web</title>
		<link>http://blog.navigationarts.com/improving-the-health-of-the-healthcare-web/</link>
		<comments>http://blog.navigationarts.com/improving-the-health-of-the-healthcare-web/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 17:35:21 +0000</pubDate>
		<dc:creator>Leo Mullen</dc:creator>
				<category><![CDATA[Insight Article]]></category>
		<category><![CDATA[Internet Strategy]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[User Research]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2097</guid>
		<description><![CDATA[Health of the Healthcare Web]]></description>
			<content:encoded><![CDATA[<p>Healthcare organizations today face many challenges on both the mission and margin side of the house.  While grappling with the implications of the new healthcare legislation, many healthcare providers are trying to understand “meaningful-use” directives regarding Electronic Health Records (EHR) while simultaneously seeking systems that will streamline hospital-physician interactions and promote physician alignment and loyalty. Of course, ever-present are the demands for increasing customer acquisition and revenue generation, along with driving reductions in operating expenses, while providing enhanced levels of service to patients, families, and all levels of caregivers.</p>
<p>While many of the early visions of a <em><strong>fully digital healthcare economy</strong></em> are still to be realized, some health organizations are finding success in pursuing a small set of focused, tactical objectives rather than attempting more comprehensive and ambitious strategies sometimes characterized as “boil the ocean” approaches. The best results seem to follow when new Web-based applications / functionality are deployed carefully and incrementally in phases that are closely tied to the individual organization’s ability to metabolize such change.  This approach will certainly leave some important aspirations pushed out till much later on the timeline. However, it does streamline the crucial process of internal socialization necessary for adequate funding and broad-based institutional acceptance.</p>
<p><em><strong>There are three Web tactics we see driving significant ROI for healthcare organizations</strong>.</em> The first is focusing on demand-generation, or using the Web platform as a customer acquisition tool. The second tactic is focusing on patient retention through access to quality information and self-service convenience tools. And the third tactic focuses on using the Web as a platform to promote physician alignment and loyalty. If the appetite and urgency is sufficiently high, some healthcare organizations will move forward simultaneously with aspects of all three tactics.</p>
<p><span id="more-2097"></span></p>
<p>Demand-generation is perhaps the most obvious role for the healthcare Web, but it also the most frequently misunderstood.  The most crucial step in any online marketing initiative is to understand the metrics by which success will be measured. In demand-generation, the key measurement should not be hits or page views, but rather the rate at which site visitors are driven through a lead-generation flow and converted to contacts or prospects. Another crucial indicator of user engagement and a precondition for conversion is the frequency of times that the visitor returns to the provider site or shares it with others through email, social networks, etc. The conversion is not compete till that visitor has provided contact information, registered to receive outbound communications, or made an appointment for service. The more compelling and efficient the lead-generation flow, the higher the percentage of visitors who convert to prospective patients. So the obvious question is <em><strong>what will drive users most efficiently and effectively through the healthcare lead funnel? </strong></em></p>
<p>In our research around patient behavior online, we see a <em><strong>significant majority of prospective patients for healthcare services begin their search, not by looking for a provider such as a hospital or a clinic; rather they begin with condition-based research</strong>.</em> This fact has prompted many healthcare providers to offer original or syndicated content organized by condition or disease. It has also prompted many of the leading providers to rethink the way they structure their site, converting more to a user-centric model and away from the organizational-centric model. Only after prospective patients are comfortable with the provider’s qualifications in regard to a condition/disease will they initiate contact with the provider. The implications for hospitals and other providers to now create and managing vast repositories of frequently-changing content are significant from both the technology and staffing perspective and must be incorporated in overall governance planning.</p>
<p>Patient retention frequently has more to do with physician relationships and treatment outcomes than the Web, per se, but increasingly research shows that online self-services can be an important competitive differentiator among alternative service providers.  The Web can be an important vehicle for improving patient service through convenient access to patient education information and the self-service tools that cement patient loyalty. <strong><em>Many times the needs of patients are simple, obvious, and frequently overlooked (or buried) on the Web site. Patients ask for help in getting directions, finding parking, making or confirming an appointment, continuing their education, connecting with a support group, etc.</em> </strong>Structuring Web platforms to prioritize access to such information not only increases the perceived level of control that patients want, it also reduces the need for expensive call-center support. A second tier of patient support includes making available through the Web various business applications for more sophisticated customer relationship management including, access to electronic health records, direct access to physicians and other clinical staff, business account, pharmacy, etc.</p>
<p>Physicians remain the keystone of the healthcare system and providers are increasingly focused on physician relationship management to increase physician loyalty and the patient volumes they drive. To date, approaches to physician alignment initiatives have focused on two discrete areas. The first is comprised of a series of applications that streamline physician-hospital interactions such as access clinical systems for lab, pharmacy, radiology, etc. The second is a set of tools that focus on practice management. In many cases, the physicians are reluctant to embrace Web-based tools either from a general discomfort with interactive technologies, or because they fear such tools will not immediately deliver the promised improvements in productivity or time-savings. A crucial part of winning the physician audience depends on first enabling the practice’s office manager and administrative staff with the training to provide proactive physician support. In the physician sphere, slow, thoughtful, change supported by robust training and administrative support can gradually improve the efficiency and profitability of small or large practices, gradually turning protestors into promoters.</p>
<p>For more information, check out our SlideShare presentation:</p>
<div id="__ss_4736384" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Improving the Health of the Healthcare Web" href="http://www.slideshare.net/NavigationArts/improving-the-health-of-the-healthcare-web">Improving the Health of the Healthcare Web</a></strong><object id="__sse4736384" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=healthcarenewmediaconfdeck-slideshareversion7-12-10-100712105445-phpapp01&amp;stripped_title=improving-the-health-of-the-healthcare-web" /><param name="name" value="__sse4736384" /><param name="allowfullscreen" value="true" /><embed id="__sse4736384" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=healthcarenewmediaconfdeck-slideshareversion7-12-10-100712105445-phpapp01&amp;stripped_title=improving-the-health-of-the-healthcare-web" name="__sse4736384" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/NavigationArts">NavigationArts</a>.</div>
</div>
<p>At NavigationArts, we have had the privilege to work with a diverse set of healthcare clients. Please contact us if you would like further information about our specialized <a href=" http://www.navigationarts.com/work/industries/healthcare" target="_blank">healthcare sector</a> service offerings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/improving-the-health-of-the-healthcare-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrated Solutions: Part 3 &#8211; Project Engagements, Process, Best Practices and Implementation</title>
		<link>http://blog.navigationarts.com/integrated-solutions-part-3-project-engagements-process-best-practices-and-implementation/</link>
		<comments>http://blog.navigationarts.com/integrated-solutions-part-3-project-engagements-process-best-practices-and-implementation/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 20:58:36 +0000</pubDate>
		<dc:creator>Erica Milkovich-Padilla</dc:creator>
				<category><![CDATA[Information Architecture]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[User Experience Design]]></category>

		<guid isPermaLink="false">http://blog.navigationarts.com/?p=2086</guid>
		<description><![CDATA[Integrated Solutions]]></description>
			<content:encoded><![CDATA[<p>NavigationArts has extensive experience in Web-enabled solutions.  Our engagements span from strategic consulting services to design, development and implementation.   Generally, for the purposes of best practice and process discussion, I group some of our offerings into four major categories:</p>
<ol>
<li>Web Strategy</li>
<li>Strategy to Presentation Layer Design (Information Architecture and Visual Design)</li>
<li>Strategy to Technology  Implementation</li>
<li>End to End Integrated Web-Enabled Solutions</li>
</ol>
<p>Regardless of the scope of engagement, User Experience should be at the foundation of every project.  User Experience Design (UXD) is based on Architecture, Interaction Design, Visual Design, Technology and Content Strategy.  Because this work inherently is conducted across several disciplines and often incorporates members from multiple teams (such as the NavigationArts&#8217; team in conjunction with client teams), it is imperative to have<strong> <em>repeatable, traceable, and auditable processes</em> </strong>as well as  <em><strong>best practices</strong></em> in place.  Incorporating best practices into these disciplines ensures that you can reconcile business goals, platform constraints and user needs in order to create a UXD that is valuable, credible, scalable and maintainable.<span id="more-2086"></span></p>
<p><em><strong>One of my daily, evangelical discussions is around requirements gathering</strong>.</em> In my opinion, it is vital to get all disciplines involved up front, whenever possible, in order to gather the business, functional, and technical requirements for a project.  The value of engaging in this type of task early is to set the foundation/expectation for delivering appropriate solutions.  Realistically, this may not be a possibility for all projects for many reasons; however, it is a critical success factor.</p>
<p>While understanding the limitations of each project (scope, budget, and time) is essential and sometimes non-negotiable, projects can slip off track for several reasons.  It is significantly important to leverage efficiencies and to practice strong <em><strong>Project Management</strong>.</em> Planning, communication and partnering are important skills for every team member.  Our approach incorporates industry standard project life cycle phases ranging from Research and Analysis to Maintenance and Support.  Each phase has guidelines around services, tasks and deliverables that help keep the projects on target, within budget and within schedule.  In addition, it is important to employ a strong change management process that is informed by project management and ensures transparency of our work.</p>
<p>The main objective of following a well thought out and effectively communicated process is a successful project.  Inherently, everyone wants this objective but sometimes, it’s very difficult to practice and implement detailed process and best practices in projects that are tightly scoped and scheduled.  For this reason, it is essential to follow a<strong> <em>Project Plan</em></strong>, understand the tasks that are not only involved in each phase of the project but also inform the final deliverables.  This is a best practice at NavigationArts, and thus, a repeatable, traceable, and auditable  process becomes a reality.</p>
<p>See my previous blogs on Integrated Solutions: Part 1 &#8211; <a href="http://blog.navigationarts.com/integrated-solutions-part-1-architects-of-the-user-experience/" target="_blank">Architects of the User Experience</a> and Part 2 &#8211; <a href="http://blog.navigationarts.com/integrated-solutions-part-2/" target="_blank">Why User Experience Design is Important</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.navigationarts.com/integrated-solutions-part-3-project-engagements-process-best-practices-and-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
