Skip to main content

UCD Process

Over the last couple of years UCD (User Centered Design) has become a buzz word just like RWD (Responsive Web Design). 5 years ago when I wrote my SharePoint Branding book I use to call it the 4D’s of User experience. It included Discovery, Definition, Design, and Development. I had a nice little picture and everything to depict the different phases.

Now the picture is much nicer and clean however, I really don’t think it matters what you call each phase it matters more what you do within them. I have seen so many different variations sliced and diced in different ways. To me it is about adjusting your approach based on the needs of your users and your client. In a more traditional waterfall project you have a tendency to over burden yourself with documentation because there is no chance of going back. Also those types of project are usually the ones where you scope out in the begging a full solution without ever fully knowing what the real need actually is. I would much rather only scope the first couple of phases to really truly understand what you are dealing with before you can even imagine what the technical effort would be.

The biggest shift that I have seen though a more refined UCD approach is really focusing on the first phase which is understanding who the users are, and what are their needs. This is a shift in getting away from just focusing on Functional Requirements but diving deeper and truly understanding individual user needs. In the past I used to focus on how to customize and configure a tool like SharePoint to give the users a somewhat tailored experience. This did not always provide the users what they needed but it was better than nothing. I do have to say it is really refreshing being able to go into a project technology agnostic. To me it sometimes feels like you are trying to put a square peg in a round hole if a technology has already been defined by IT and there is no clear use case or need from the users on how they will use it. This is a clear case where user adoption will become an issue and it will be a big waste of time and money.

One other shift I have noticed over the last few years is that personas have really changed their meaning and purpose. We use to define different personas based on their organizational structure (HR, IT, Sales) or by their permission roles (Admin, Contributor, Reader). We also use to focus more on their demographical information such as (Age, Location, Device Types) which really did not provide much value.

I think due to the fact that I spend more time diving deep through user interviews to gather as much as I can about their day to day activities. Learning more about what their pain points are and identifying commonalities with all that we have met with. This helps drive better insights into who those core personas will be and not just based on a title or a role. These types of personas will help us during the definition phase when we start to translate their user needs on to paper.

Not every project needs to have a full set of polished personas, but at least some level of understanding who you are designing the application for. For the most part the 4D’s still hold up pretty well but like I said before it really does not matter what you call each phase so long as you are providing value in each one of them.

Popular posts from this blog

How To: Create Hyperlink to Modal Pop-Up Form

I was asked by a client recently if there was a way to create a hyperlink to a New Item Form anywhere within a site but still get the rich experience of the Modal pop-up window that grays out the background. (Note this is for SharePoint 2010 Only…) I basically took the code directly from the “Add new item” and the “Add Document” link within the list view. What this allows you to do is simply add in the following code to any content editor web part, Master page, or Page Layout in any site collection and display the form to be filled out. The user will get the nice experience of the modal window and not have to navigate away from their current page. This could be used for example a feedback form that is included in the master page so whenever someone wants to give feedback it is always going back to a central list. The only that is required for you to know is the List ID and the site name. Full Code For a List Item: <a onclick="javascript:NewItem2(event, &quot

SharePoint 2010 Base CSS Classes

This will be the first of many SharePoint 2010 posts. I will be focusing on a few of the main CSS classes used for SharePoint 2010 Public Beta. As the product becomes more final there might be some changes to the class names but I will be sure to create a new post if that happens. This will be quite a lengthy but it should be helpful. The default CSS given below are just highlights of the full CSS attributes for that class. I will be using a basic team site as my base for the screenshots. Here is a basic structure of the main areas that I will cover. Ribbon Row Table Row Left Site Actions Navigate Up Edit Tab List Browse Page Table Row Right Give Feedback Welcome Menu Workspace Body Container Title Row Title

SharePoint 2013 Responsive Table Columns

I have been wanting to write this one for a while now. It is really amazing how UX is really finding is way into everything that we use and interact with. From Custom applications both mobile and on a desktop to document management or large data visualizations. There is always room for better usability and new concepts. SharePoint lists and library functionality really has not changed much for the past 10 years... I remember back in 2003 when I saw the same table/grid based views of documents and list items that exists in SharePoint 2013. But now we can look at them in a whole new way! In this video blog you will see how to create a responsive CSS table so that when the browser size is reduced it will hide specific columns. However hiding data is not always the right thing to do. What if a user needed those columns to filter on or to use for comparison to another document? Well that is where the custom jQuery Column chooser comes in. It allows you to see what columns are displ