I am looking for a program to make mockup screenshots with. I first found out I could do it with Visual Basic (uglier names I have yet to hear a programming language being called) from joelonsoftware.com. I don't want to start learning VB now, especially since I am still in the process of learning Java. I then found mockupscreens.com, with the searchstring "how to make mockup screenshots". But seeing as I am going to use this program quite infrequently, I don't think paying $80 for it is worth it.

The mockups I'd like to do would be mainly for Windows XP (perhaps also for GNOME, KDE and Mac OSX, but these are not top-priority).

Edit: Balsamiq is suggested, but this is also a non-free program.

link|improve this question

20% accept rate
feedback

11 Answers

up vote 10 down vote accepted

Balsamiq

link|improve this answer
This is a good answer... It "looks" like pen and Paper, but its cleaner – Heiko Hatzfeld Nov 15 '10 at 22:39
I finally bought this. Why? Because the idea behind it (something like "Not pixelperfect, sketchy is easier to change") is great. Making mockups with it is fast, which it should be. – Jonta Jul 17 '11 at 19:41
feedback

Visio works well, if you have it.

Personally, I like paper and a pen. Then I can't get bogged down in the LOOK of it, and go more for the usability and function. Same with websites.

Once you have the form infront of a customer, you have zero room to move - it you dont deliver it pixel-perfect, they get..... angry. :)

link|improve this answer
+1 for paper prototyping. Quick to make, quick to change. – Adam Pierce Nov 18 '08 at 22:11
+1 for pen and paper too. codinghorror.com/blog/archives/001091.html – Andrew Nov 18 '08 at 22:16
Agreed on pen and paper. – John Rudy Nov 18 '08 at 22:55
feedback

You don't have to learn the language to use the visual forms designer from Visual Studio to create mockups. Furthermore, the Express Edition of Visual Studio is freely available in several languages, namely VB, C# and C++. Take your pick. All ship with the same forms designer that generates backend code in one of the languages. But if you only need the designer, the code might not be relevant for you.

link|improve this answer
feedback

Microsoft Visio used to come with a template containing common Windows UI elements for this purpose. I don't know if it still does.

link|improve this answer
Agree this is probably the best option, however if he doesn't want to pay $80 for the other solution he probably doesn't want to buy visio either. – Joel Coehoorn Nov 18 '08 at 22:17
feedback

Jeff Attwood posted about this on CodingHorror - where he mentions Powerpoint prototyping

link|improve this answer
feedback

pen and paper, or if possible, whiteboard. Once you have something you personally think could work I'd go for as rough a computerized model as you can so you don't spend time agreeing font size before the workflow etc is done. The tool I have used here is my visual designer of Visual Studio (it doesn't look too good with screenshots, only good enough to convey what you'd like to build).

link|improve this answer
feedback

Pencil (runs within firefox)

link|improve this answer
feedback

As suggested, C# Express would be well for this, as like VB, it has a GUI designer, but it is also syntactically similar to Java, so - given what you are trying to learn and do with this, it might be a nice fit.

link|improve this answer
feedback

wxGlade would work as well, plus it's free software.

link|improve this answer
feedback

Hey Why don't you try our tool?

http://justproto.com There's a 30days trail (without credit card etc.)

it's browser based, easy to use, fast, reliable and has multiuser real-time collaboration

We will appreciate your feedback

link|improve this answer
feedback

http://balsamiq.com/ was already mentioned, but I want to explain why I like it. It will allow you to sketch up a screenshot, and it still looks like a pen and paper version, or a whiteboard discussion.

If you get to detailed on your screenshot, then the customer thinks you are "done" and does not understand whats taking you so long to finish the project. So this "sketchyness" serves as another layer of abstraction.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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