Home » Questions » Computers [ Ask a new question ]

Prototyping a GUI with a customer [closed]

Prototyping a GUI with a customer [closed]

"Closed. This question is opinion-based. It is not currently accepting answers.












Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 6 years ago.





Improve this question





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."

Asked by: Guest | Views: 304
Total answers/comments: 4
Guest [Entry]

"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."
Guest [Entry]

"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:

Seriously, how cool is that?"
Guest [Entry]

I would suggest you sit down with your client and use a tool like Mockupscreens and develop the UI interactively. A benefit it has over Napkin LAF is that it does not require coding, or indeed development tools of any kind
Guest [Entry]

"Check out Balsamiq

It does the ""THIS IS NOT A FUNCTIONAL APP"" napkin view very well and is easy to use.

Has a full featured demo you can try out online and as an added bonus you can email your XML to your client and they can tweak it and play with it and email it back to you without having to have a license."