Is Wireframing Overplanning? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T22:12:05Z http://stackoverflow.com/feeds/question/203781 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/203781/is-wireframing-overplanning 2 Is Wireframing Overplanning? destrado08 2008-10-15T05:11:24Z 2008-10-15T15:04:14Z <p>37 Signal's <em>Getting Real</em> convinced me that wireframing and writing functional specification documents are a middleman steps unnecessary for building web applications and dynamic websites. </p> <p>Is the overhead for these steps worth its weight? Is prototyping in HTML/CSS or even PhotoShop documents (so designers can work on them directly) a better option than using software like Visio? Personally, I am swaying towards the latter but am not sure.</p> http://stackoverflow.com/questions/203781/is-wireframing-overplanning/203785#203785 3 Answer by John Sheehan for Is Wireframing Overplanning? John Sheehan 2008-10-15T05:16:09Z 2008-10-15T05:16:09Z <p>37Signals advocates skipping even Photoshop and going right to HTML. See <a href="http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop" rel="nofollow">http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop</a>. I agree with their assessment of pre-planning. I don't think its worth the time in the long run when you could be spending time building a working prototype in HTML/CSS/JS.</p> http://stackoverflow.com/questions/203781/is-wireframing-overplanning/203788#203788 1 Answer by mqsoh for Is Wireframing Overplanning? mqsoh 2008-10-15T05:16:38Z 2008-10-15T05:16:38Z <p>It probably depends on who you're working with. If it's you and a designer, then a functional spec might be too much trouble. But, in my job, the executives want to know precisely what they're going to get at the end of a project and so we've had a real hard time implementing iterative development. Usually the iterations are defined with wireframes, functional specs and mock ups..:)</p> http://stackoverflow.com/questions/203781/is-wireframing-overplanning/203883#203883 4 Answer by slashmais for Is Wireframing Overplanning? slashmais 2008-10-15T06:39:10Z 2008-10-15T07:01:04Z <p>"Fail to plan is plan to fail" - or something like that.</p> <p>Wireframing is not limited to web-apps; it is pervasively used wherever a high-level overview of any system is needed (it's just called something else). </p> <p>Functional specs, when you know what is to be done &amp; how to do it would indeed be overkill. A high-level diagram of your intentions would suffice. And it <em>will never be unnecessary</em>. It primarily helps you focus on the scope and intent/target of what you want to do.</p> <p>The focus should be on preventing wasted effort - finding out half-way through that something essential, that impacts on all other objects, are missing is not what you want to discover. Wireframing in this case would assist in detecting most major functional needs. You would only need to elaborate on functional spec where absolutely needed. Using Photoshop to design your will also be 'wasted effort" - far better to use evolutionary prototyping (RAD technique) with CSS/HTML - but still do pen &amp; paper mock-up of your intentions.</p> http://stackoverflow.com/questions/203781/is-wireframing-overplanning/204595#204595 0 Answer by Ed.T for Is Wireframing Overplanning? Ed.T 2008-10-15T12:56:38Z 2008-10-15T12:56:38Z <p>I believe it depends on how well you understand what you are trying to do. If you are working for a client and they haven't expressed much in the way of requirements you may want an approach with extremely quick iterations. If you already have a good understanding and can produce something more substantial without worrying about throwing it away because it was the wrong direction then more time can be spent. Either way, a clickable prototype can go a long way in determining what the real site needs to be in the end. If you can get agreement on the prototype, then when your application matches the prototype you know it is complete. </p>