Best tools for creating website wireframes - Stack Overflow most recent 30 from stackoverflow.com 2009-11-09T01:37:18Z http://stackoverflow.com/feeds/question/55363 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes 15 Best tools for creating website wireframes Alison 2008-09-10T21:31:50Z 2009-11-04T22:07:36Z <p>When creating a wireframe for a website, I always start with a <a href="http://v1.garrettdimon.com/resources/templates-stencils-for-visio-omnigraffle" rel="nofollow">Visio wireframe stencil from Garrett Dimon</a>. The stencil is amazing but it has been a few years since it has been updated and I'm looking for something new and exciting. </p> <p>What wireframing tool(s) do you use, if any?</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/55366#55366 4 Answer by Clay Nichols for Best tools for creating website wireframes Clay Nichols 2008-09-10T21:33:05Z 2008-09-11T00:01:48Z <p>Denim is kinda cool. Easy to use and it can produce very "rough" looking "sketches" which is a big plus when showing to a user. (If the demo looks to "shiny" they think it's already done . It's also free.</p> <p><a href="http://dub.washington.edu:2007/denim/" rel="nofollow">http://dub.washington.edu:2007/denim/</a></p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/55372#55372 2 Answer by Gulzar for Best tools for creating website wireframes Gulzar 2008-09-10T21:37:53Z 2008-09-10T22:54:04Z <p>I use <a href="http://code.msdn.microsoft.com/MSCRM3/Release/ProjectReleases.aspx?ReleaseId=188" rel="nofollow">Visio Shapes for Microsoft CRM 3.0</a> a lot. It uses CRM 3.0 styles.</p> <p>Update: Another mockup tool I use is <a href="https://addons.mozilla.org/en-US/firefox/addon/8487" rel="nofollow">Pencil</a>, which is available as a free addon to Firefox.</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/55373#55373 1 Answer by Sam Murray-Sutton for Best tools for creating website wireframes Sam Murray-Sutton 2008-09-10T21:38:26Z 2008-09-10T21:38:26Z <p><a href="http://beta.stackoverflow.com/questions/5672/what-are-you-using-for-web-uilayout-design" rel="nofollow">This question</a> has some answers you might find helpful</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/55394#55394 15 Answer by John Sheehan for Best tools for creating website wireframes John Sheehan 2008-09-10T21:51:31Z 2008-09-10T21:51:31Z <p>Checkout <a href="http://www.balsamiq.com/products/mockups" rel="nofollow">Balsamiq Mockups</a></p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/55494#55494 0 Answer by chrisofspades for Best tools for creating website wireframes chrisofspades 2008-09-10T23:33:58Z 2008-09-10T23:33:58Z <p>Traditionally, I've heard Fireworks, Illustrator, OmniGraffle, and Photoshop tend to work pretty well. Here are some articles related to wireframing:</p> <ul> <li><a href="http://404uxd.com/2007/09/20/luis-stole-my-elephant-gun" rel="nofollow">http://404uxd.com/2007/09/20/luis-stole-my-elephant-gun</a></li> <li><a href="http://www.thinkvitamin.com/features/design/deliverables-that-work-design-description-documents" rel="nofollow">http://www.thinkvitamin.com/features/design/deliverables-that-work-design-description-documents</a></li> <li><a href="http://404uxd.com/2008/02/28/the-fine-art-of-wireframes" rel="nofollow">http://404uxd.com/2008/02/28/the-fine-art-of-wireframes</a></li> <li><a href="http://mondaybynoon.com/2007/12/03/improving-your-process-how-wireframes-can-help/" rel="nofollow">http://mondaybynoon.com/2007/12/03/improving-your-process-how-wireframes-can-help/</a></li> </ul> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/55534#55534 0 Answer by mabwi for Best tools for creating website wireframes mabwi 2008-09-11T00:07:55Z 2008-09-11T00:07:55Z <p>I use Fireworks, for two main reasons.</p> <ol> <li>I have a hard time building a wireframe without some of the shiny bits... they help me solidify the idea in my head as I'm doing it. I'm definitely not an amazing designer, and need to go step by step</li> <li>I can build on the wireframe, and in very little time, get a finished product</li> </ol> <p>I guess there's a third reason - I have it, and can use it fairly well</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/60786#60786 8 Answer by reefnet_alex for Best tools for creating website wireframes reefnet_alex 2008-09-13T19:24:57Z 2008-09-13T19:24:57Z <p>At our place we actually use HTML / CSS. I know, I know - hear me out... :)</p> <p>We use a simple grid css layout such as <a href="http://960.gs/" rel="nofollow">960 Grid System</a> with monochrome colors and next to no graphics (maybe a monochrome version of the client logo but thats it) to wireframe the most important pages.</p> <p>Instead of needing to express complex UI elements, such as the items may move when clicked on, we can use simple JQuery to mock the movement. </p> <p>Advantages</p> <ul> <li>We are using the tools we all know to build it</li> <li>We know the client will be able to view the wireframe easily</li> <li>The very basic look makes it clear that it IS a mockup</li> <li>We can show interactions / movements instead of having to explain them</li> <li>We know we're not building something that will be too tricky to implement in HTML!</li> <li>Takes us no longer than it would to use a graphical tool</li> </ul> <p>Disadvatanges</p> <ul> <li>You need to be pretty on the ball with your HTML/CSS to do this quickly, but if you are, it's no slower than any other method</li> </ul> <p>Certainly worth thinking about I'd say...</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/69853#69853 2 Answer by wbowers for Best tools for creating website wireframes wbowers 2008-09-16T06:39:07Z 2008-09-16T06:39:07Z <p><a href="http://www.omnigroup.com/applications/omnigraffle/" rel="nofollow">OmniGraffle</a> is an <em>incredible</em> piece of software, not to mention it has a <a href="http://graffletopia.com/" rel="nofollow">companion website</a> for downloading free stencils.</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/88788#88788 3 Answer by Alison for Best tools for creating website wireframes Alison 2008-09-17T23:56:04Z 2008-09-17T23:56:04Z <p>I'm hearing a lot of good things about Balsamiq. Here's a <a href="http://www.caffeinatedcoder.com/on-proper-role-of-mockup-tools-and-my-new-tool-crush/" rel="nofollow">good review</a>.</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/210367#210367 1 Answer by Bruno for Best tools for creating website wireframes Bruno 2008-10-16T21:24:03Z 2008-10-16T21:24:03Z <p><a href="http://www.axure.com/" rel="nofollow">Axure</a> is a good one, not free tho...</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/657437#657437 0 Answer by destrado08 for Best tools for creating website wireframes destrado08 2009-03-18T08:55:45Z 2009-03-18T08:55:45Z <p><a href="http://jumpchart.com" rel="nofollow">JumpChart</a> for content, HTML and CSS for the grid, and JQuery and JQueryUI and <a href="http://code.new-bamboo.co.uk/polypage" rel="nofollow">PolyPage</a> for the interaction. Add those pieces together. For the CSS, you should already have base stylesheets that get used as the foundation for custom frontend development, so those can be used; I would only use a framework if you are comfortable developing the final product on it. </p> <p>I would rarely divide the task of building a <strong>website</strong> to have a specific step called 'wireframing'. The process itself, I think, is way more holistic. Although it doesn't require doing designs or the backend, prototyping and final development often require the same tools. The goal and main benefit is the reusability of assets. You can do your wireframes in Photoshop, if you're planning to use Photoshop heavily in the design phase. In general, your prototype evolves into your final product, especially if you keep it under version control with something like Subversion.</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/700585#700585 0 Answer by songsta for Best tools for creating website wireframes songsta 2009-03-31T08:34:40Z 2009-03-31T08:34:40Z <p>I use <a href="http://www.axure.com" rel="nofollow">Axure</a>. Not free, but it is extremely easy to create anything from a basic mockup to a fully-interactive prototype. Variables can be passed between screens and actions can be easily created. It also allows sharing between users and notes for a page or for any element on a page. Master pages help for the background layout and styles can also be created for consistency.</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/1102445#1102445 1 Answer by Ibn Saeed for Best tools for creating website wireframes Ibn Saeed 2009-07-09T07:59:25Z 2009-11-04T22:07:36Z <p>Have you tried Pencil, Firefox's Addon and its free</p> <p><a href="http://www.evolus.vn/Pencil/" rel="nofollow">http://www.evolus.vn/Pencil/</a></p> <p>The Pencil Project's unique mission is to build a free and opensource tool for making diagrams and GUI prototyping that everyone can use.</p> <p>Top features:</p> <ul> <li>Built-in stencils for diagraming and prototyping</li> <li>Multi-page document with background page</li> <li>On-screen text editing with rich-text supports</li> <li>PNG rasterizing</li> <li>Undo/redo supports</li> <li>Installing user-defined stencils</li> <li>Standard drawing operations: aligning, z-ordering, scaling, rotating...</li> <li>Cross-platforms</li> <li>Adding external objects</li> </ul> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/1289034#1289034 1 Answer by Usman Sheikh for Best tools for creating website wireframes Usman Sheikh 2009-08-17T16:34:16Z 2009-08-17T16:34:16Z <p>Axure RP is by far the best solution out there for creating wireframes and prototypes. Again, as a lot of you have mentioned that it's not free. But if you're a pro, it's well worth the money. It also comes with a 30 day full functionality trial so you can be sure about it before you spend anything. </p> <p>One feature which I find extremely useful is that it auto generates the functionality specification based on your wireframe design and the anotation you have added for each feature within the UI. Saves me atleast 1-2 days for each project!</p> http://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes/1676982#1676982 0 Answer by Alison for Best tools for creating website wireframes Alison 2009-11-04T22:03:38Z 2009-11-04T22:03:38Z <p>I just came across <a href="http://gomockingbird.com/" rel="nofollow">Mockingbird</a> and it looks very interesting. </p>