Smashing Magazine
Designing User Interfaces For Business Web Applications
Business Web application design is too often neglected. I see a lot of applications that don’t meet the needs of either businesses or users and thus contribute to a loss of profit and poor user experience. It even happens that designers are not involved in the process of creating applications at all, putting all of the responsibility on the shoulders of developers.
This is a tough task for developers, who may have plenty of back-end and front-end development experience but limited knowledge of design. This results in unsatisfied customers, frustrated users and failed projects.
So, we will cover the basics of user interface design for business Web applications. While one could apply many approaches, techniques and principles to UI design in general, our focus here will be on business Web applications.
[Offtopic: By the way, did you know that Smashing Magazine has a mobile version? Try it out if you have an iPhone, Blackberry or another capable device.]
Websites vs. Web Applications
Confusing Web applications and websites is easy, as is confusing user interface design and website design. But they are different both in essence and in so many other ways, which we’ll explore in this article.
A website is a collection of pages consisting mostly of static content, images and video, with limited interactive functionality (i.e. except for the contact form and search functionality). The primary role of a website is to inform. Some websites use content management systems to render dynamic content, but their nature is still informational.

CampaignMonitor is powerful email marketing software, while Jeff Sarimento’s website is intended to inform readers about his life and work.
Web applications, on the other hand, are dynamic, interactive systems that help businesses perform business critical tasks and that increase and measure their productivity. Thus, the primary role of a Web application is to perform a function that serves the user’s tasks and according to defined business rules.
Web applications require a higher level of involvement and knowledge of the system on the part of the user. They don’t just stumble upon the application, do their work and bounce off. They use it as a tool to perform critical business tasks in their daily work. In the end, they cannot easily discontinue using the application and switch to another if they don’t like how it’s working, as is the case with websites.
Different Types of Web Applications
Business applications range in type from invoicing for freelancers to content management systems to document management systems to banking and financial systems.
We can distinguish between open and closed applications. Open systems are online applications that are easily accessible to anyone who opens an account. Users can access such applications via the Web and can open an account for free or by paying a fee. Closed systems (or line-of-business applications) are usually not accessible outside the company that uses it, and they can be considered “offline” applications (though many systems expose their functionality to business partners via either services or specialized interfaces). Such systems usually run on the company’s local network and are available only to employees.
I don’t know who coined it, but one term I like especially is weblication, which describes what a Web application is in general. This doesn’t mean, though that a Web application is a half-website half-application hybrid. It is far more complex that that.
First, Know Your Users
You’ve probably heard this a thousand times, and for good reason. A successful user interface focuses on users and their tasks. This is key, and too many developers have failed to create a good user experience. As Steve Krug said, “Developers like complexity; they enjoy discovering how something works.”

When identifying your users, keep in mind that clients are not users, and you are not a user. Although a client’s management team will usually be interested in the project and try to influence decisions, remember that they won’t be sitting in front of the computer several hours a day (unless the application is specifically for them).
How to Identify Users?
Identifying users can be done using several techniques, such as user interviews, business stakeholder interviews and and the “shadowing” method of observation. Interviews can give you answers to questions about the users’ knowledge of the system and computers in general, while shadowing can yield more detailed information about how users perform tasks and what errors they make. The method is called shadowing because the observer is like a shadow, watching and noting the steps a user takes.
If you don’t have access to real users—either because you don’t have permission or are designing for open application—you can use personas, a tool to help identify users. Personas are a representation of real users, including their habits, goals and motivation. Because certain information about users is often identified through business analysis, you can make use of it to create personas. If you are not familiar with the tool, a comic by Brad Colbow will help.
Task analysis helps identify what tasks users perform in their jobs, how they do them, how long they take and what errors they make. Sometimes clients will be using an old version of the application that you are designing to replace. Make use of that old system and watch how users use it. Understanding their tasks and challenges will be easier that way.
Regardless of who your users are, one thing is certain: in most cases, you will have to consider both novices and experts. Novice users should be enabled to learn as fast as possible, while expert users should be enabled to perform their tasks extremely efficiently. This may mean creating separate interfaces. But in many cases you will be able to accommodate both types of users in the same interface through various techniques, such as progressive disclosure.
Such research is usually done by business analysts. But if no one else is responsible for it, you should do it. Once you have the necessary information, you can begin with design.
Design Process
You can follow one of any number of processes in designing the user interface. You might already have one. However, I would suggest that you consider the Agile approach. Why, you ask? Well, because for users (and clients), the user interface is the product. The bottom line is that they don’t care about your sketches or about fantastic back ends or powerful servers. All they want to see is the user interface.
So, how does Agile help? It helps through its key principle: the iterative approach. Each iteration consists of all of the phases defined by your process. This means that at the end of the first iteration, you will have a product that can be tested, a prototype.

Sketching
Sketching is a powerful way to explore ideas. The goal is to arrive at the solution by sketching out different concepts. Most sketches will be thrown out, but that is okay. As Bill Buxton says in his “Sketching User Experience” book, sketches are fast to create and easy to dispose of, which is why they are so powerful.
Are sketches the same as wireframes? Well, the differences can be blurry, but I would say no. Wireframes don’t capture rough ideas but rather develop them. Read a fantastic discussion on IxDA: Sketching Before the Wireframes.
Once you get the “right” sketches, or at least the ones that you think are right, you can create more detailed wireframes or go straight to creating interactive prototypes.

Sketch by Jason Robb.
Interesting reading on sketching and wireframing:
- 35 Excellent Wireframing Resources
- Tools for Sketching User Experiences
- 20 Steps to Better Wireframing
Prototyping
The next step in the process is to create prototypes that will simulate the real application. A prototype can contain one or more features (or all of them), but it actually does nothing. It merely simulates the behavior of a real application, and users will feel that they are actually doing something. Prototypes may contain some functionality if needed (such as complex calculations).
Because the nature of a prototype done in HTML is temporary—its purpose, after all, is to test ideas—don’t bother with the code; just make it work with minimal bugs. You will throw it away anyway. You can also use specialized prototyping software such as Axure. Some people even prototype in PowerPoint.

An Axure interactive prototype for an e-commerce website, by e-maujean.
Further reading and tools for prototyping:
- 5 Useful Online Tools for Web Design Planning and Prototyping
- A Practitioner’s Guide to Prototyping: A book from Rosenfeld Media
- 16 Design Tools for Prototyping and Wireframing
Testing
Prototypes are useless unless you test them. This is not rocket science. People like Jakob Nielsen and Steve Krug support so-called “discount usability testing,” which is cheap and fast and yields valuable insight into your design decisions. You will use this information as the basis of another iteration of sketching, prototyping and testing. Do this at least until major issues have been fixed. We all know that software projects are tight on time and budget, so to be more efficient, test early and test often.
One of the best resources for discount usability testing is a new book by Steve Krug, “Rocket Surgery Made Easy.” Pick up a copy and read it.

Snapshot of usability testing for Delicious, by (nz)dave.
Further reading:
Design Principles
There are many design principles, but there doesn’t seem to be a general consensus on definitive ones. So, we’ll go through design principles more informally, leaving out strict definitions.
No One Likes Surprises
Probably the key factors in a good UI are consistency and familiarity. A user interface should be consistent across all parts of the application, from navigation to color to terminology. This is known as internal consistency. But a user interface should also be consistent within its context, such as the operating system or other applications in its group or family. A typical example is the applications in the Microsoft Office family. This is called external consistency.
A good approach to consistency is to define user interface guidelines for each project or for a group of projects. These should guide the decisions you make for all of the details. This will not only maintain consistency but also serve as documentation to help team members better understand your decisions.

Although a simple example, SprinklePenny achieves consistency and familiarity across the application.
Consistent user interfaces have a shorter learning curve, because users will recognize parts of the system and be able to fall back on prior experience. But familiarity is sometimes confused with consistency. Familiar user interfaces draw on concepts from the users’ previous experiences and use appropriate metaphors. Folders, for example, are a well-known metaphor for file organization, and they have replaced “directories,” which were used previously in command-line operating systems. In short, speak the language of your users.
A common belief among business owners is that a great user interface should look like a Microsoft Office product, especially Outlook. I won’t go into explaining how pointless this is. Rather, I will offer alternative advice: defend the user-centric approach, and explain why creating an application for employees, clients and partners (i.e. their users) is so important.
All the same, most businesses are unique, as are their work processes. For example, two businesses from the same branch could have significantly different processes, forcing you to go beyond what is familiar and start to innovate. This part of the design process can be very interesting, although you have to be careful in how far you go with innovation.
Further reading:
Users Should Be Able to Be Efficient
Without a doubt, users should be able to be efficient when using business applications. This is what they are paid for, and this is what managers expects from the application. User interfaces should allow users to be efficient and should focus them on completing tasks in the easiest and fastest way. But this is not always the case. There is an opinion, or at least practice, among developers that says the user interface should be as complex as the back end system. No matter how ridiculous this sounds, the problem is real and might give you a headache. This is one reason why good communication and collaboration between developers is a must.
Users are efficient when they focus on a particular task. As mentioned, task analysis can help you identify tasks and determine how users perform them. If tasks are long, accelerate them by breaking them up into smaller units. You can also increase efficiency by providing keyboard support and shortcuts. Think how inefficient it is for a user to have to switch back and forth between mouse and keyboard. In some cases, you will be designing for users who are accustomed to working on command-line operating systems and the applications made for them. They will be keen to have keyboard support. One suggestion: when defining keyboard shortcuts, keep them consistent with those of common applications. For example, Ctrl + S should always be save, and so on.

Google Docs Spreadsheet enables users to be efficient by providing keyboard shortcuts and context menus, as well as by taking advantage of users’ familiarity with common desktop applications.
Efficiency can also be enhanced through personalization. Users who can personalize an environment will learn it faster and, more importantly, will be more confident using it. Personalization can be done in many ways: choosing widgets for the dashboard; defining shortcut options and favorites; changing the order of elements; etc.
Pay attention to accessibility. Although many assume that accessibility doesn’t matter in Web applications, it certainly does. Treat the application as if it were a public website.
A Web application also has to be efficient in the speed with which it processes information. So, consider heavy interactions that result from partial renderings and AJAX requests.
Help!
An interface should provide meaningful feedback that describes the state of the system to users. If an error occurs, users should be notified and informed of ways to recover. If an operation is in progress, users should be notified about the progress.
We can go even further and declare that user interfaces should prevent users from making errors. This principle, called forgiveness, can be followed with confirmation dialogs, undo options, forgiving formats and more. Forgiveness makes it safe to explore the interface, decreases the learning curve and increases overall satisfaction.
Because of the complexity of business Web applications, you would also need to provide a comprehensive help system. This can be done with inline help, a support database, a knowledge base and guided tours (which mix video, images and text).
Further reading:
- Forgiveness in UI design
- Web Form Validation: Best Practices and Tutorials
- Handling User Error with Care: Getting Users Back on Track
Can’t Get No Satisfaction
Satisfaction is a subjective term that refers to how pleasant an interface is to use. Every design principle we have described here affects satisfaction. And a few more principles are worth mentioning here.
Simplicity is a basic principle of UI design. The simpler a user interface, the easier it is to use. But keeping user interfaces for business applications simple is a challenge because the apps often have a lot of functionality. The key is to balance functionality and simplicity. Restraint is one of the most efficient ways to achieve this balance: i.e. finding the simplest way to solve a problem.

BuildWith.me has a simple and effective user interface, without sacrificing aesthetics.
Aesthetics, though subjective and somewhat arbitrary, play an important role in overall satisfaction. Users respond positively to pleasing user interfaces, sometimes even overlooking missing functionality. But you’re not creating a work of art. One of the best articles that explains aesthetics is In Defense of Eye Candy.
In the end, users will be spending a lot of time in front of a business application, and no matter how usable, consistent or forgiving the interface is, satisfaction will be critical in determining how good the user interface is.
Further reading:
- 7 Interface Design Techniques to Simplify and De-clutter Your Interfaces
- Restraint
- In Defense of Eye Candy
Other resources related to UI design:
- 12 Useful Techniques for Good User Interface Design
- 8 Characteristics of Successful User Interfaces
- Principles of User Interface Design (Wikipedia)
- 10 Principles of the UI Design Masters
- 20 Websites to Help You Master User Interface Design
Essential Components Of Web Applications
Every Web application is unique, but many of them contain common features. Although the implementation of any one of these features will vary, let’s look at the basic concept of the three most common ones.
Web Forms
Forms in general are important to Web applications. But as Luke Wroblewski says in his Web Form Design book, “No one likes filing in forms.” That includes sign-up forms, including business applications with dozens of fields.
Minimize the frustration of filling in forms. Provide inline validation and good feedback. Use defaults when possible. Don’t forget about novice users. Use wizards to help them complete tasks faster, or use progressive disclosure to hide advanced (or infrequently used) features.
Master-Detail Views
This is the technique of showing data in two separate but related views. One view shows a list of items, while the other shows details of the selected item. Master-detail views can be implemented across multiple pages or on individual ones.
Dashboards
Many Web applications have dashboards. A dashboard is a view of the most important information needed to take action and make decisions. It is confined to a single page and is usually the starting point of an application. Dashboards are important because they enable users to access information and take action without having to dig through the application.

Xero shows a user’s most important financial information (e.g. bank accounts and credit cards) in its dashboard, making it easy for users to quickly see the status of their financial data.
Heavy Use of Tables
Because Web applications typically deal with large quantities of data that are easily accessible and sortable, tables are unavoidable. But this is not a bad thing. In fact, tables were made for this purpose. Don’t confuse this with table-less layouts. Effective tables are easily readable. So, in most cases you will need a meaningful header, an optimal number of columns, pagination, alternating row colors, proper column alignment, sorting and filtering capabilities and much more.
Tables can also be interactive, meaning they can generate additional info and even modify the data they contain.

PulseApp is a good example of how tables can be used to efficiently present and manipulate complex data.
Reports
Most businesses work with some kind of reports. Printed reports are usually required, so pay attention to the design of reports. Printed (or exported) reports are usually simplified versions of online reports, optimized for monochrome printers.

FreshBooks has printing, PDF exporting and “Send to email” features. It also shows a print preview.
Don’t Forget UI Design Patterns
We’re so used to hearing and talking about UI design patterns that we sometimes forget about them! UI design patterns are helpful for designing user interfaces. The important thing is to consider them early on in the design process, ideally at the sketching stage. Because patterns often solve common problems, the right pattern can facilitate the user’s familiarity with an interface and increase the speed at which they learn it.

This screenshot is from the article 12 Standard Screen Patterns, which goes over the most common screen patterns.
Further reading:
- Designing Web Interfaces: Principles and Patterns for Rich Interactions
A fantastic book that covers more that 70 Web design patterns. - 40+ Helpful Resources On User Interface Design Patterns
Case Study: Online Banking Application
To take an example from the real world, I will briefly explain the process of designing the user interface for one small bank’s online banking system. The team I worked with was hired to improve the system. The main reason for the redesign was that, according to management, “users complained and many stopped using it.”
After only a couple of hours spent with actual users, the main problems were uncovered. Information about accounts and credit cards was buried in poor navigation. Understanding how much money users were spending and the state of their accounts and credit cards was also hard. The application, however, was obvious to bank employees; they were familiar with the terminology and could interpreted the numbers in the application perfectly well.
Give the tight deadlines, we followed the process I have described, and we partially succeeded. Despite the short time, the major problems were so obvious that we clearly understood our main task and how to go about it. We created a dashboard that provided clear information on the state of all accounts and credit cards. With this new navigation, finding information became easier. Reports were easier to understand, and several new features were implemented.
Although we made only a few changes, the changes affected critical user tasks and resulted in significant improvements to the overall experience.
Final Thoughts
Designing user interfaces for business Web applications is a challenging job that is full of compromises. You have to make compromises between client and user needs; business requirements and users; novice and expert users; functionality and simplicity. It requires a solid understanding of users and their tasks, as well as of UI design principles and patterns. Despite the difficulties, the job is interesting, and you learn many new things on each project that influence the way you design websites.
While this article reflects some well-known concepts and things I have learned from designing business applications over the years, I look forward to hearing your experiences and stories.
(al)
Janko Jovanovic is user interface designer, software engineer, blogger, speaker and artist. In his free time, he writes about user interfaces on his blog JankoAtWarpSpeed and tweets regularly on Twitter.
- 104 Comments
- 1
- 2
February 26th, 2010 6:12 pmgreat idea! keep it up!
- 2
- 3
February 25th, 2010 6:05 amAmazing article. I’m building a mini-cms and I’m facing this exact problems you described here – making your interface untuitive and user friendly is the clue to make people wanna use it.
- 4
February 25th, 2010 6:52 am*cough* now you’re just advertising
- 4
- 6
February 25th, 2010 6:06 amVery interesting!
Thanks for this resource. - 7
February 25th, 2010 6:10 amVery useful article, thank you !
- 8
February 25th, 2010 6:16 amExcellently put! This is priceless, cheers.
- 9
February 25th, 2010 6:20 amGreat way to look at differences between web pages & web applications!
- 10
February 25th, 2010 6:25 amThank you smashingmagazine, I can be enriched everytime.
- 11
February 25th, 2010 6:28 amGreat article. Thanks for including my screen patterns. I have a 2010 update of the 12 Standard Screen Patterns at: http://bit.ly/97GpNB
For the early design strategy phase, I have been using my LiveScribe pen and spiral for the sketching. It is a good way to work remotely with clients, since the sketches are digital. And I use Jakub Linowski’s Interactive Sketching Notation, http://bit.ly/18BD1Y, to help convey common interactions like slide, zoom, reveal…
- 13
February 25th, 2010 6:29 amGreat article, thx.
- 14
February 25th, 2010 6:41 amGreat article! The links and additional resources are fantastic.
- 15
February 25th, 2010 6:58 amI’m just about to make a start on designing my companies intranet, so this is a perfect article for me – thanks!
- 16
February 25th, 2010 7:04 amGreat article! Business users are indeed too often neglected. The usage of the Agile Platform embedded change technology (http://www.youtube.com/watch?v=sOndQpW2YkY) makes it easier to collect feedback from business users.
- 17
February 25th, 2010 7:09 amGreat read :)
- 18
February 25th, 2010 7:20 amNice article, very interesting.
- 19
February 25th, 2010 7:24 amnice and helpful!
- 20
February 25th, 2010 7:24 amnice and helpful!
- 21
March 9th, 2010 1:11 amGREAT REFERENCE
- 21
- 22
February 25th, 2010 7:25 amVery Useful.
Thanks - 23
February 25th, 2010 7:40 amThis is a fantastic overview Janko – thanks so much for putting it together.
One of the best I’ve read on Smashing… - 24
February 25th, 2010 7:50 amGreat article. I would have loved something like this a year ago when I was working on two separate business website apps. This will definitely come in handy in the future. Good work!
- 25
February 25th, 2010 7:50 amInformative and useful, thanks!
- 26
February 25th, 2010 7:51 amuseful article but… please! stop using those silly acronyms: weblication… or we could use too “weberface” (web+ interface), “usexperience” (user experience) “intersign” (interface design) and so on!
- 27
February 25th, 2010 8:10 amHandy and useful.
BTW your ‘Leave a Comment’ area has something funny.
Here it says “Make sure you enter the * required(in green) information where indicated” rather I think it should say ‘Make sure you filled all the fields’. It would be less confusing. - 28
February 25th, 2010 8:15 amNice article but doesn’t mention any type of development process framework e.g. RUP who can help you to manage the project. We use a blend of RUP and Agil (depends on the size of the project). What are others using for Web projects?
- 31
February 25th, 2010 8:41 amI just finished a property management online application http://www.inmofolio.com and your article will help me improve future versions.
Thank you. - 32
February 25th, 2010 8:52 amUsability is one the main factors while we are designing our UIs.
The second most important factor is the Mobile device consideration. - 33
February 25th, 2010 9:03 amWonderful Article.
Thanks :-) - 34
February 25th, 2010 9:56 amAn excellent reference article! Thank you!
- 35
February 25th, 2010 10:07 amI’m taking a class over HCI, will definately share.
Thanks! - 36
February 25th, 2010 10:22 amEnjoyed reading very much and like the links you provided. Definitely useful for my incoming project! THX!
- 37
February 25th, 2010 11:01 amGreat article. Currently working on a rather involved Financial/Banking application for my University, so these are some good tips.
- 38
February 25th, 2010 11:15 amNice article. It covers lots of factors very nicely. At my work, we are making lots of interfaces for business applications with lots of data, graphs etc in them. And I’m really getting tired of looking at tables :) They are needed (as you wrote), but sometimes interfaces can consist of two or three pages with just tables…
- 40
February 25th, 2010 11:52 amThis is a great article which cover pretty much all the basic yet critical items and process about web app design. Very informative!
- 41
February 25th, 2010 12:16 pmGood article. You mistyped the BuildItWith.me website.
- 42
February 25th, 2010 12:38 pmI really appreciate this post, I am a web designer working in a company with heavy web applications and I am trying to get in the wave hehe
- 43
February 25th, 2010 12:51 pmI have to completely disagree with the statement “No one likes surprises”
With Interaction design, this could not be further from the truth; look at: http://www.digitlondon.com/downloads/about/feed.pdf
A great white paper on the subject of interaction design, citing Surprise as one of the 6 principles of great interaction design.
-Alex
- 45
February 25th, 2010 2:28 pmboring but useful article :)
- 46
February 25th, 2010 2:29 pmThis article came at the best possible time. I’m just about to start a larger project and this is a big help to me, thanks!
- 47
February 25th, 2010 3:47 pmWith saas getting more and more popular, it’s nice to see some articles focusing on web apps. I really enjoyed reading through this.
An interesting approach for a lot of web apps would be to use a javascript library like extjs, which comes with customisable components for data grids, charts, form elements etc and would cover a lot of the essential components that you’ve mention above. It provides more of a desktop look and feel, compared to the sites shown above, but it’s a great framework.
- 48
February 25th, 2010 4:37 pmAnother great article Janko.. Thank you
- 49
February 25th, 2010 4:39 pmThanks! I enjoyed reading this article!
Simplicity is vital!
- 50
February 25th, 2010 4:50 pmGood article.!!!
- 51
February 25th, 2010 5:23 pmExcellent article on designing (web) interfaces for business applications. As a developer who started during the time of Clipper and DBase, GUI design was never my strong point. This article creates a very good overview of the requirements of good design practices and good links to more detailed information. While I appreciate the general web design articles posted here, I would definitely like to see more of them on web applications. This may be asking for a little much but perhaps a couple of follow up articles with case studies.
- 52
February 25th, 2010 5:36 pmJanko, incredibly pieced together and informative. Great job. I loved your language in advising the reader to consider design patterns. I think it’s tempting for designers to use UI patterns as template design solutions rather than to inspire facilitating design solutions based around our client’s challenges. It’s quite possible a thirteenth screen pattern is out there waiting to be discovered.
- 53
February 25th, 2010 5:53 pmBuildWith.me has a simple and effective user interface, without sacrificing aesthetics.
Should be BuildItWith.me has …… - 54
February 25th, 2010 6:20 pmFantastic post.
- 55
February 25th, 2010 8:24 pmHey, thank you so much for writing this.
Finally… an article that focuses on the application and not on purely aesthetic wow-looking sites. Glad to see the examples too, not the usual graphics-loaded “beautiful sites” but really clean-looking application interfaces!PS Thanks again!
- 56
February 25th, 2010 8:42 pmIts great informative and useful tips..thanks a lot..keeps going on……
- 57
February 25th, 2010 9:07 pmlike
- 58
February 25th, 2010 11:11 pmGreat and useful article
Thanks a lot
i wait 4 more ……….. - 59
February 25th, 2010 11:39 pmNice to know this post. Great and informative article.
- 60
February 26th, 2010 2:59 amNice Information
- 61
February 26th, 2010 3:25 amI’m on my second banking application re-design mission and I perfectly understand what you say here. On my current application, the existing UI is not even used by employees because they don’t want to as it is so unusable. They have to raise tickets and some offshore people use the UI in their stead. I’m new on the project and I have to evangelize UX to the team. In 95% of cases, there are no UX designers nor graphic designers. So, the developers do it all. If they are 100% technical, the UI is a disaster. If they are design and UX aware, as I am, nobody takes them seriously as developers. I was called a designer when in fact I’m a real developer with a strong design sense and a lot of experience in UIs. I have learnt a great deal from designers I worked with and from UX experts. When there are some designers, I collaborate with them. When there are none, somebody got to do it, right ? And usually, I’m the only developer who cares about UX.
Another thing is that programming is also heavily involved in UX. In the look and feel, the look part is a designer’s job while the feel part is the developers’. The way you implement a custom component greatly influences the user experience. I have seen components users have to “fight” with in order to enter data.
What is considered as cool (i.e not useful) by people who don’t understand anything about UX can actually be relevant (like using transitions to link the action of the user in one area to its effect in another area on the screen). There is a strong opposition to using such things as animation and sound in business applications while it can be relevant.
- 62
February 26th, 2010 5:23 amKarl, I am glad that you shared your experience because those problems exists in many software projects and people should be aware of their existence.
- 62
- 63
February 26th, 2010 4:11 amCouldn’t possibly love you guys more than I already do!, thanks for making my life easier! yay!! for SM!!!
- 64
February 26th, 2010 5:03 amreally cool stuff.
- 65
February 26th, 2010 5:19 amI really enjoyed the article. The information will help me with a redesign of a web app that I was tasked with
- 66
February 26th, 2010 5:24 amInteresting read! Most of the time functionality plays a key role during development of web applications so UX is pushed away. Or developers consider themselves as the usability experts.. Resulting in bad usability.
It’s really hard to convince your management on the ROI of using usability techniques in the process. Since most of the benefits can’t be explained by figures. I have had the same thing and started doing discount usability engineering. Doing some little stuff as testing your interface with 3-5 users (real users) can give amazing useful input.
- 67
February 26th, 2010 1:51 pmYes, it is hard to convince a management that it is extremely important to do discount usability testing. I am glad you find it useful.
- 67
- 68
February 26th, 2010 5:34 amPerfect authoring, very useful … Thanks for your efforts
- 69
February 26th, 2010 6:39 amWillem. The problem is worse than developers considering themselves as the usability experts (although some developers are very good at it and I have also seen some graphic designers with a reckless disregard for the users). The problem is that in many cases, people don’t even care about users at all (and this is valid for most developers and more designers than you think). There are some people with a broad set of skills (experts in C++ with a degree in fine arts, go figure).
What matters is that people, whatever their field, whether they are managers, developers, designers, should be aware of the importance of the UX, rely on UX designers when they exist, and learn as much as possible about UX if not, because they will have to take care of it themselves anyway. In most cases, nobody is going to pay for a UX designer. It will change in the coming years but that’s the current reality of the market for business applications.
Don’t make developers your enemies. Try and find a UX aware developer in a team and he will evengelize UX for you with other developers. And remember you need developers to implement your UX ideas and graphic design ideas in the application (it’s not a given that the real application will look like your Photoshop or Illustrator design).
In answer to your other comments, I like two quotes by Apple staff:
“Implement solutions, not features.” (about people focusing on functionnality only)
“Users only know what they want when they see it.” (about user testing)
- 70
February 26th, 2010 1:20 pmKarl, I couldn’t agree with you more. Because of the sometimes self-focused efforts by both the designers and the developers, there is usually a disconnect with what the user wants or needs to see. And even if a designer knows how to program, or a developer has experience with design principles, there always needs to be one more viewpoint the solution requires: the target audience. Good article Janko. We’ve all felt the pain!
- 70
- 69
- 71
February 26th, 2010 7:59 amExcellent article Janko: focussed, thorough and informative. Some great tips and advice in here too.
It will also be an invaluable reference point to direct people towards when asked ‘What is UI design?’
Thank you
J
- 72
February 26th, 2010 9:01 amPlease remove that audio ad – I cant believe this site allowed it.
- 73
February 26th, 2010 9:38 amCool post!
- 74
February 26th, 2010 12:39 pmAnother good book on design patterns is “Web Application Design Patterns” by Pawan Vora.
See. http://tinyurl.com/c2hfzl
Thanks for an informative and useful article.
- 75
February 26th, 2010 1:04 pmThanks for this greate step by step guide!
- 76
February 27th, 2010 1:52 pmA good article that I’ll recommend to clients. But “weblication”? “Web app”, please.
- 77
February 28th, 2010 2:53 amWoow great article, and many very useful links! :)
- 78
February 28th, 2010 7:11 amI’ve been looking for such article from ages.. You really *smashed* me this time!! :D
- 79
February 28th, 2010 9:08 amIt’s very informative. Very nice article. Many Thanks to Janko
- 80
February 28th, 2010 10:23 pmHai i am very new to the article. i want to know what are all the needs to become a good UI or UX designer?
- 81
February 28th, 2010 11:53 pmMaybe this can help: http://uxexchange.com/questions/1250/what-5-things-must-i-do-to-become-a-well-rounded-progressive-ux-designer-in-my-c/
- 81
- 82
March 1st, 2010 12:57 amThanks for a great article where you pinpoint the differences between websites and web applications. (Needed information for web developers :).
I’m wondering where you see the differences between traditional desktop applications and web applications when it comes to usability? I agree that there may be design patterns useful for web applications, which is not relevant for desktop applications and vice versa.
However, when doing UX on web applications I believe the methods used for evaluation, data mining etc. are the same as used on traditional desktop applications, right? (Use Cases and scenarios, personas, think aloud, IDA, iterative process etc. where you plan what methods to use in a given case).
- 83
March 1st, 2010 2:52 amYes, the methods would be the same and when it comes to usability there are no big differences. The article is intended for developers and designers who develop/design for Web only and who will highly unlikely work with desktop apps.
- 84
March 1st, 2010 4:43 amDeal :) Your article is valued, keep up the good work!
- 84
- 83
- 85
March 1st, 2010 1:57 amThats a great one! Keep up the good work [SM]
- 86
March 1st, 2010 5:35 amThanks for featuring Sprinklepenny! You’ll be pleased to hear that when I set out to design the site, Smashing Magazine was an invaluable guide and source of inspiration. I was literally just reading this article for some hints and was surprised to find my own site featured!
- 87
March 1st, 2010 9:11 amBeautiful. Thanks for writing.
- 88
March 1st, 2010 10:29 amThe only issue I would take is with this relatively minor position: “The primary role of a website is to inform.”
I would venture to say that the primary goal of a great many websites is to sell something, capture new customers, or generate leads. This in a small way makes them applications.
Great article though. Thanks for the good links throughout!
- 89
March 1st, 2010 6:05 pmNice read. Very informative and enriching. Bookmarked!
- 90
March 1st, 2010 11:04 pmGood work. the only thing you may ignored is, there are some cases that mixed roles of Website and Web Apps, e.g. intranet portal. I also did a reference on my site in chinese here: wavebehind.org/2010/03/websites-vs-web-applications.html
- 91
March 2nd, 2010 12:06 pmVery informative thanks for the hard work put in. Thanks bud:)
- 92
March 4th, 2010 3:59 amAwesome! It was the time to have web application on focus here at smash. Lot’s of good information to apply on my app. Thanks!
- 93
March 5th, 2010 3:13 pmThis is pure gold Janko. Thanks for compiling this information and sharing it with the rest of us. Ridding the world of bad web apps one user interface at a time…
Cheers mate!
- 94
March 5th, 2010 10:22 pmThis is an awesome article and great timing for I need to cover some specific UI design styles with our developers at my job. A lot of great information and I will visit this page often.
- 95
March 9th, 2010 6:57 pmThank you for sharing an article on different types “Web Applications”, this is a much needed discussion. There are still number of people who are using Tables based HTML coding, maybe it is still good for them or what?
Nauman Akhtar
- 96
March 16th, 2010 12:37 amTable is much necessary as breath for you. Do you have divs containing flexible width and height?
- 96
- 97
March 21st, 2010 7:37 amWOW, I just started my career as website designer. This is the kinda article i was looking for. So so so helpful. @Janko Jovanovic: I have become ur fan. U are dam good
- 98
April 1st, 2010 10:26 pmVery Very Useful Info………… Thanks a lot for such a nice article……..:)
- 99
April 14th, 2010 8:26 pmthanks for keep article its realy nice one….
- 100
May 16th, 2010 4:36 pm…you’re the man… thanks…
- 101
June 20th, 2010 7:33 amThanks for the article. Very informative. Some of the comments are good too.
Here is some of my work I did for my company, Infoproject.biz: http://picasaweb.google.com/vanco.ordanoski/InfoprojectProducts?feat=directlinkPozdrav is Skopja.
- 102
June 30th, 2010 8:35 amA great tool to make high interactive prototypes is Justinmind Prototyper (http://www.justinmind.com). Powerful and really easy to use!
- 103
July 20th, 2010 12:13 amThank you for this very good article, really helpful ! Currently I made an administrative management application, I draw inspiration from your research !
- 104
July 29th, 2010 12:20 amCan anyone share a good link with examples of a design for an
online banking application?
Leave a Comment
Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!
- New on SmashingMag: Desktop Wallpaper Calendar: August 2010 - http://su.pr/9fJe1J (please RT)
- IDEone: online compiler and gebugger which runs code online in 40 programming languages - http://ideone.com/
- We are looking for someone from Estonia to help out our friend @mywayhome. Please tweet him!
- Everyone Who Tried to Convince Me to use Vim was Wrong - http://bit.ly/9KQI3f - This awakes memories :-)
- Taskforce: integrates directly into your GMail inbox, splitting your e-mails into tasks - http://bit.ly/cGy00v
- Introduction to service design or how make your service useful, usable and desirable - http://bit.ly/9L9nUW
- Starkers: completely naked WordPress theme for WordPress 3.0 - http://bit.ly/bLOQKQ
- Here is one for you: How do you see the future of web typography? What will change? What will happen next? Adv/Disadv? #smtype
- New on SmashingMag: Lessons Learned From Maintaining a WordPress Plug-In - http://su.pr/21Qobv (please RT)
- Antetype: prototyping innovation, an application that helps you create interactive prototypes (in private beta) - http://bit.ly/aclplA




Nice and informative, Thank you!