Best tools for creating website wireframes - Stack Overflow most recent 30 from stackoverflow.com2009-11-09T01:37:18Zhttp://stackoverflow.com/feeds/question/55363http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/55363/best-tools-for-creating-website-wireframes15Best tools for creating website wireframesAlison2008-09-10T21:31:50Z2009-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#553664Answer by Clay Nichols for Best tools for creating website wireframesClay Nichols2008-09-10T21:33:05Z2008-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#553722Answer by Gulzar for Best tools for creating website wireframesGulzar2008-09-10T21:37:53Z2008-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#553731Answer by Sam Murray-Sutton for Best tools for creating website wireframesSam Murray-Sutton2008-09-10T21:38:26Z2008-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#5539415Answer by John Sheehan for Best tools for creating website wireframesJohn Sheehan2008-09-10T21:51:31Z2008-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#554940Answer by chrisofspades for Best tools for creating website wireframeschrisofspades2008-09-10T23:33:58Z2008-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#555340Answer by mabwi for Best tools for creating website wireframesmabwi2008-09-11T00:07:55Z2008-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#607868Answer by reefnet_alex for Best tools for creating website wireframesreefnet_alex2008-09-13T19:24:57Z2008-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#698532Answer by wbowers for Best tools for creating website wireframeswbowers2008-09-16T06:39:07Z2008-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#887883Answer by Alison for Best tools for creating website wireframesAlison2008-09-17T23:56:04Z2008-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#2103671Answer by Bruno for Best tools for creating website wireframesBruno2008-10-16T21:24:03Z2008-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#6574370Answer by destrado08 for Best tools for creating website wireframesdestrado082009-03-18T08:55:45Z2009-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#7005850Answer by songsta for Best tools for creating website wireframessongsta2009-03-31T08:34:40Z2009-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#11024451Answer by Ibn Saeed for Best tools for creating website wireframesIbn Saeed2009-07-09T07:59:25Z2009-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#12890341Answer by Usman Sheikh for Best tools for creating website wireframesUsman Sheikh2009-08-17T16:34:16Z2009-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#16769820Answer by Alison for Best tools for creating website wireframesAlison2009-11-04T22:03:38Z2009-11-04T22:03:38Z<p>I just came across <a href="http://gomockingbird.com/" rel="nofollow">Mockingbird</a> and it looks very interesting. </p>