Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prototyping a GUI with a customer [closed]

When prototyping initial GUI functionality with a customer is it better to use a pen/paper drawing or to mock something up using a tool and show them that ?

The argument against a tool generated design being that the customer can sometimes focus on the low-level specifics of the mock-up rather than taking a higher level functional view of the GUI overall.

like image 827
David Avatar asked Aug 06 '08 18:08

David


People also ask

What is GUI prototyping?

What is a GUI Prototype? A GUI prototype is a mockup of the user interface of a software application or website. With Pidoco, you can create GUI prototypes to share with your colleagues either by exporting and emailing your GUI prototype in various formats or by collaborating online on your GUI prototype in real time.

What is prototyping and why it is needed in user interface design?

User interface (UI) prototyping is an iterative analysis technique in which users are actively involved in the mocking-up of the UI for a system. UI prototypes have several purposes: As an analysis artifact that enables you to explore the problem space with your stakeholders.

What is the main reason for creating a prototype?

By creating a prototype, you can actually hold a version of your proposed product and determine what aspects do its job and which ones need refining. This is your chance to gather more accurate requirements and obtain market feedback.


2 Answers

Always start with paper or paper-like mock-ups first. You do not want to fall into a trap of giving the impression of completeness when the back-end is completely hollow.

A polished prototype or pixel-perfect example puts too much emphasis on the design. With an obvious sketch, you have a better shot of discussing desired functionality and content rather than colors, photos, and other stylistic matters. There will be time for that discussion later in the project.

Jeff discusses paper prototyping in his Coding Horror article UI-First Software Development

Click the "Watch a video!" link at twitter.com to see an interesting take on the idea from Common Craft.

like image 78
Zack Peterson Avatar answered Sep 29 '22 22:09

Zack Peterson


The "Napkin Look & Feel" for Java is really cool for prototyping. An actual, functioning, clickable app that looks like it was drawn on a napkin. Check out this screenshot:

Napkin Look and Feel

Seriously, how cool is that?

like image 45
Dylan Bennett Avatar answered Sep 29 '22 21:09

Dylan Bennett