vote up 14 vote down star
6

What is the best tool to create a web-apps interface prototype?

flag

16 Answers

vote up 15 vote down

Try Balsamiq Mockups (commercial desktop application) or Pencil Sketching (open source Firefox add-on)

link|flag
Pencil Sketching is AWESOME, Thank you very much man!. – ramayac Sep 25 '08 at 15:33
vote up 13 vote down

Pen & paper. Seriously. You'll spend less time fighting/learning mockup tools and more time designing.

Create some basic templates of your pages, photocopy them, and fill in the dialogs/views/details by hand. It's surprisingly quick and definitely gets the idea across.

link|flag
vote up 5 vote down

To start with, regular old pencil and paper. It's quick, it's functional, and you don't spend time fighting with tools. Seriously, you can probably finish sketching out the design faster than you can even open an application.

If the initial concept is good, get a designer to mock up a design in Photoshop (or whatever tool of their choice). It doesn't have to be HTML yet. And seriously, if you are a programmer, you are probably[1] not a designer - leave it to the experts.

After this, you can take the design they did and turn it into HTML, and write the application.

Alternatively, after the pencil and paper stage, if you're more concerned about the user interface than the looks (lucky you for having such an enlightened client!), then actually build the interface, and don't worry about the look yet. Use semantic HTML so what you build now can be "skinned" later with mostly CSS.

[1] With very rare exception, most programmers suck at design. And no, knowing how all the tools work in photoshop does not make you qualified to do design.

link|flag
vote up 2 vote down

We've been using iRise since 6 months.It sort of serves as a requirements doc as well as a prototype.

link|flag
vote up 1 vote down

Balsamiq Mockups is very nice

link|flag
vote up 1 vote down

Three methods:

  1. Use Visual Studio to design some very basic pages. Stub up some dummy data. Chain the pages together as simply as possible. Now you have a prototype to show the customer. The advantage is that the prototype is actually the code - it aligns the development and the documentation with no real effort.

  2. Visio - neater than pen and paper - easy to update and can be done in front of the client on the fly. Easy to import into documentation and looks more professional.

  3. Pen and paper - for clients who really don't know what they want and you know there are going to be heaps of changes. Once you've got the basics, move to one of the above.

link|flag
vote up 1 vote down

Our consultants use Mockup Screens ("Quick and Easy Screen Prototypes"). It's easy to alter screens and the scetches make clear that this is only a design.

link|flag
vote up 0 vote down

A lot of people I have come across lately really like Axure

link|flag
vote up 0 vote down

Prototype with simple HTML pages and simple links. Use your favorite HTML editor for this. It's easy to then distribute the HTML pages to the clients. Sometimes I make the initial page based on an "Save as HTML" of another part of the app or similar app.

link|flag
vote up 0 vote down

low-fidelity.

a box of multicolored index cards, a can of spray-on tack (temporary), a black marks-a-lot and a floor to ceiling whiteboard.

link|flag
vote up 0 vote down

I've been using Axure for some time now. It works quite well and offers a lot of useful functions. I've used it for some small-medium sized webapplications and it was very helpful. I should say though that if you have a lot of Javascript/Ajax interaction on pages, the dynamic panels can become a hassle. In such cases, maybe it's best to just use some simple HTML/JS.

I've looked at Irise, suggested by someone else here - that looks very similar. Probably more suitable for bigger projects. However, Axure costs a LOT less than Irise :-).

link|flag
vote up 0 vote down

Protonotes

link|flag
vote up 0 vote down

For the developers who find that they need to collaborate with remote teams or clients when prototyping, ProtoShare is a good place to look. It's kind of like Axure, but online for multiple people to access and add their comments to.

link|flag
vote up 0 vote down

My normal workflow is...

  1. Paper and pencil
  2. Create a clickable mock using Omnigraffle (only mac) with wireframe stencils from Konigi.
  3. Create a complete design in photoshop.
  4. Implement in HTML/CSS

Note: Sometimes I find step 2 overkill depending on type of project, client, co-workers etc.

So my answer would be: check out Omnigraffle if you need anything more than paper and pencil (and if you are a mac user).

link|flag
vote up 0 vote down

I'd say a mix of Balsamiq Mockups and Axure. Balsamiq is great for design mockups and Axure is great for functional mockups. I've found that Balsamq is better to show to clients, it looks great and clients get a much better sense of how the page will look and be laid out. Axure is great for functional interactions and I find it more useful for the back end developers. I find that clients find Axure wireframes and specs a bit difficult to read.

link|flag
vote up 0 vote down

Good bye balsamiq, say hello to mockingbird!

Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.

alt text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.