<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How Do You Prototype Your Apps?</title>
	<atom:link href="http://ajaxian.com/archives/how-do-you-prototype-your-apps/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: pohmar</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-276886</link>
		<dc:creator>pohmar</dc:creator>
		<pubDate>Fri, 27 Nov 2009 15:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-276886</guid>
		<description>Old thread but anyways - There is a free prototype service that doesn&#039;t need any installation at http://draft-it.appspot.com/ 

Anyone with a gmail account can use their free service. Cross browser also...</description>
		<content:encoded><![CDATA[<p>Old thread but anyways &#8211; There is a free prototype service that doesn&#8217;t need any installation at <a href="http://draft-it.appspot.com/" rel="nofollow">http://draft-it.appspot.com/</a> </p>
<p>Anyone with a gmail account can use their free service. Cross browser also&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijese</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-270139</link>
		<dc:creator>ijese</dc:creator>
		<pubDate>Mon, 29 Dec 2008 23:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-270139</guid>
		<description>Have you tried MockupScreens? You can create prototypes in minutes...

You can check it out at http://mockupscreens.com</description>
		<content:encoded><![CDATA[<p>Have you tried MockupScreens? You can create prototypes in minutes&#8230;</p>
<p>You can check it out at <a href="http://mockupscreens.com" rel="nofollow">http://mockupscreens.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilazarte</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268746</link>
		<dc:creator>ilazarte</dc:creator>
		<pubDate>Fri, 07 Nov 2008 04:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268746</guid>
		<description>Syntaxis, that&#039;s a great idea, thanks for the tip.  I&#039;ve been wanting to strengthen my xslt lately and I think that&#039;s a perfect application of it.</description>
		<content:encoded><![CDATA[<p>Syntaxis, that&#8217;s a great idea, thanks for the tip.  I&#8217;ve been wanting to strengthen my xslt lately and I think that&#8217;s a perfect application of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henryho</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268737</link>
		<dc:creator>henryho</dc:creator>
		<pubDate>Thu, 06 Nov 2008 22:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268737</guid>
		<description>@starkraving, I tried, but it is not as easy if the UI of the webapp is mostly ajax.</description>
		<content:encoded><![CDATA[<p>@starkraving, I tried, but it is not as easy if the UI of the webapp is mostly ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: starkraving</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268725</link>
		<dc:creator>starkraving</dc:creator>
		<pubDate>Thu, 06 Nov 2008 17:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268725</guid>
		<description>I wrote my own! I&#039;m a Fuseboxer so my apps always follow the FLiP methodology, which is wireframe first for scope/flow, then prototype, then architecting. So I wrote my application to be browser based and start with a wireframe with no layout, just a description of the function and any exits from that point. This ensures that the client is 100% focused explicitly on what we want him to be thinking about, which is whether or not our description of his application makes sense. At this point because there is no design whatsoever I can easily adjust exits if the flow is wrong, or add functions if the scope is wrong. Once the wireframe is approved I can design a layout and wrap the text wireframe inside it, along with the ability to prototype forms, and I can assign the exits either to forms or to links laid out in the template. I can even replace my wireframe text with mocked up html if I need to, so that pretty much the customer ends up seeing a fairly complete representation of the finished app. Once that&#039;s approved I start working out my database tables/columns and map the form inputs to the columns, then I can start architecting my database queries. I do all this within my browser app, then once I have the whole thing architected I export the project to the hard-drive and I have 100% of my controllers final, about 90% of my model fully functional, and about 70% of my view. I fire up CF Studio or Eclipse and finish the rest by hand. It&#039;s been a massive help to my productivity, not only because most of the coding is done automatically but because my clients&#039; feedback is automatically in stages where it&#039;s actually useful. Much better than &quot;describe your project to me before I&#039;ve done any conceptualizing, then come back after I&#039;ve written the whole thing&quot;. I scrapped that method of development right after the first tear-down and complete re-write. And I&#039;ve never looked back.</description>
		<content:encoded><![CDATA[<p>I wrote my own! I&#8217;m a Fuseboxer so my apps always follow the FLiP methodology, which is wireframe first for scope/flow, then prototype, then architecting. So I wrote my application to be browser based and start with a wireframe with no layout, just a description of the function and any exits from that point. This ensures that the client is 100% focused explicitly on what we want him to be thinking about, which is whether or not our description of his application makes sense. At this point because there is no design whatsoever I can easily adjust exits if the flow is wrong, or add functions if the scope is wrong. Once the wireframe is approved I can design a layout and wrap the text wireframe inside it, along with the ability to prototype forms, and I can assign the exits either to forms or to links laid out in the template. I can even replace my wireframe text with mocked up html if I need to, so that pretty much the customer ends up seeing a fairly complete representation of the finished app. Once that&#8217;s approved I start working out my database tables/columns and map the form inputs to the columns, then I can start architecting my database queries. I do all this within my browser app, then once I have the whole thing architected I export the project to the hard-drive and I have 100% of my controllers final, about 90% of my model fully functional, and about 70% of my view. I fire up CF Studio or Eclipse and finish the rest by hand. It&#8217;s been a massive help to my productivity, not only because most of the coding is done automatically but because my clients&#8217; feedback is automatically in stages where it&#8217;s actually useful. Much better than &#8220;describe your project to me before I&#8217;ve done any conceptualizing, then come back after I&#8217;ve written the whole thing&#8221;. I scrapped that method of development right after the first tear-down and complete re-write. And I&#8217;ve never looked back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mundizzle</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268721</link>
		<dc:creator>mundizzle</dc:creator>
		<pubDate>Thu, 06 Nov 2008 16:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268721</guid>
		<description>@Syntaxis

sounds eerily similar to the prototyping process i use over here. i&#039;ve always wondered why it hasn&#039;t caught on more.

if you want to compare notes, look me up.</description>
		<content:encoded><![CDATA[<p>@Syntaxis</p>
<p>sounds eerily similar to the prototyping process i use over here. i&#8217;ve always wondered why it hasn&#8217;t caught on more.</p>
<p>if you want to compare notes, look me up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skleinei</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268715</link>
		<dc:creator>skleinei</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268715</guid>
		<description>Balsamiq Mockups is quite nice:
http://www.balsamiq.com/products/mockups
..and it is available as plugin for many wikis.

-Stefan
(not related to Balsamiq LLC)</description>
		<content:encoded><![CDATA[<p>Balsamiq Mockups is quite nice:<br />
<a href="http://www.balsamiq.com/products/mockups" rel="nofollow">http://www.balsamiq.com/products/mockups</a><br />
..and it is available as plugin for many wikis.</p>
<p>-Stefan<br />
(not related to Balsamiq LLC)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonhartmann</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268712</link>
		<dc:creator>jonhartmann</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268712</guid>
		<description>Axure RP. Its a GUI to layout wireframes / prototypes and it has a slick push to HTML ability that means your mockup can be walked through by your client. I&#039;ve not convinced management to use it in all cases, but I know its very helpful to me to be able to create a mock-up, push the HTML out to a web-accessible location and have my boss approve the designs. I can&#039;t imagine it being different with your clients.</description>
		<content:encoded><![CDATA[<p>Axure RP. Its a GUI to layout wireframes / prototypes and it has a slick push to HTML ability that means your mockup can be walked through by your client. I&#8217;ve not convinced management to use it in all cases, but I know its very helpful to me to be able to create a mock-up, push the HTML out to a web-accessible location and have my boss approve the designs. I can&#8217;t imagine it being different with your clients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syntaxis</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268707</link>
		<dc:creator>Syntaxis</dc:creator>
		<pubDate>Thu, 06 Nov 2008 09:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268707</guid>
		<description>XSL with XML. You&#039;ll just simply use correct XHTML in your XSL templates, but unlike just plan .html files on your disc, XSL allows you to put recurring snippets of code (main menu, footer, header, etc.) in a separate template. With a little more knowledge you can even add some minor logic to it.

I&#039;ve also written a piece of software that would iterate through XSL/XML files in a folder (where I build interactive prototypes) and create .html files out of them. Depending on the XSL:OUTPUT-tag it will automatically format the HTML to the specifications of my chosen doctype and output type (HTML, XML, etc.).

It runs in most modern browsers, it&#039;s much faster than simple HTML (no recurring code) and it&#039;s extremely flexible.

But I must add, where I work prototypes are a huge part of development. We do prototypes first, anything else later. It&#039;s used as a demo for customers and should demonstrate the application&#039;s functionality as much as possible.

Best benefit of all.. say you need a table listing of companies in your application, you would normally write some &quot;Lorem ipsum&quot; down and copy/paste one or two table-rows through until your page fills out a bit.

What I do.. I simply have a &quot;_customers.xml&quot; file with representative data in it, usually a database export, and simply loop through that. I don&#039;t even write out the content, I get it delivered to my by programmers. It&#039;s much easier to test out my design with real data instead of data that makes it look good.

I&#039;ve tried a ton of other solutions, but none of them offer the power and flexibility of this method. Well, in my opinion anyway.</description>
		<content:encoded><![CDATA[<p>XSL with XML. You&#8217;ll just simply use correct XHTML in your XSL templates, but unlike just plan .html files on your disc, XSL allows you to put recurring snippets of code (main menu, footer, header, etc.) in a separate template. With a little more knowledge you can even add some minor logic to it.</p>
<p>I&#8217;ve also written a piece of software that would iterate through XSL/XML files in a folder (where I build interactive prototypes) and create .html files out of them. Depending on the XSL:OUTPUT-tag it will automatically format the HTML to the specifications of my chosen doctype and output type (HTML, XML, etc.).</p>
<p>It runs in most modern browsers, it&#8217;s much faster than simple HTML (no recurring code) and it&#8217;s extremely flexible.</p>
<p>But I must add, where I work prototypes are a huge part of development. We do prototypes first, anything else later. It&#8217;s used as a demo for customers and should demonstrate the application&#8217;s functionality as much as possible.</p>
<p>Best benefit of all.. say you need a table listing of companies in your application, you would normally write some &#8220;Lorem ipsum&#8221; down and copy/paste one or two table-rows through until your page fills out a bit.</p>
<p>What I do.. I simply have a &#8220;_customers.xml&#8221; file with representative data in it, usually a database export, and simply loop through that. I don&#8217;t even write out the content, I get it delivered to my by programmers. It&#8217;s much easier to test out my design with real data instead of data that makes it look good.</p>
<p>I&#8217;ve tried a ton of other solutions, but none of them offer the power and flexibility of this method. Well, in my opinion anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268706</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Thu, 06 Nov 2008 06:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268706</guid>
		<description>@jtresidder: Ha, no, though you&#039;ve just made me think of a good test for a web dev candidate: &quot;here&#039;s a word exported html file, please make it validate without changing its appearance&quot;.</description>
		<content:encoded><![CDATA[<p>@jtresidder: Ha, no, though you&#8217;ve just made me think of a good test for a web dev candidate: &#8220;here&#8217;s a word exported html file, please make it validate without changing its appearance&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GlenLipka</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268705</link>
		<dc:creator>GlenLipka</dc:creator>
		<pubDate>Thu, 06 Nov 2008 05:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268705</guid>
		<description>I use pen/paper first.  Or a whiteboard.  Anything to brainstorm.  Hand puppets, wild gesticulations.

Then I put it in PowerPoint.  It&#039;s just too easy to mock something up.  I talked about this at Ajax Experience this year actually.

Here are some samples:
http://commadot.com/interface-driven-requirements-docs/</description>
		<content:encoded><![CDATA[<p>I use pen/paper first.  Or a whiteboard.  Anything to brainstorm.  Hand puppets, wild gesticulations.</p>
<p>Then I put it in PowerPoint.  It&#8217;s just too easy to mock something up.  I talked about this at Ajax Experience this year actually.</p>
<p>Here are some samples:<br />
<a href="http://commadot.com/interface-driven-requirements-docs/" rel="nofollow">http://commadot.com/interface-driven-requirements-docs/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madla</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268703</link>
		<dc:creator>madla</dc:creator>
		<pubDate>Thu, 06 Nov 2008 02:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268703</guid>
		<description>The situation usually drives the tools I use. For simple wire framing PowerPoint with some custom addons will do the trick (It&#039;s easily shared accross almost all computers). But if interaction, user testing,collaboration, annotations, reviews, and such is needed, I use a customized wiki to do create an interactive prototype. &lt;a href=&quot;http://mtbrains.home.comcast.net/~mtbrains/products/DoRIA/index.html&quot; rel=&quot;nofollow&quot;&gt;DoRIA&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>The situation usually drives the tools I use. For simple wire framing PowerPoint with some custom addons will do the trick (It&#8217;s easily shared accross almost all computers). But if interaction, user testing,collaboration, annotations, reviews, and such is needed, I use a customized wiki to do create an interactive prototype. <a href="http://mtbrains.home.comcast.net/~mtbrains/products/DoRIA/index.html" rel="nofollow">DoRIA</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aw2xcd</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268702</link>
		<dc:creator>aw2xcd</dc:creator>
		<pubDate>Thu, 06 Nov 2008 02:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268702</guid>
		<description>but the glue smells sooooo gooood!!!!</description>
		<content:encoded><![CDATA[<p>but the glue smells sooooo gooood!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jtresidder</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268701</link>
		<dc:creator>jtresidder</dc:creator>
		<pubDate>Thu, 06 Nov 2008 01:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268701</guid>
		<description>@Joeri: I need to get some sleep - for a minute there I thought you were suggesting using Word&#039;s exported HTML...</description>
		<content:encoded><![CDATA[<p>@Joeri: I need to get some sleep &#8211; for a minute there I thought you were suggesting using Word&#8217;s exported HTML&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChrisInCambo</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268700</link>
		<dc:creator>ChrisInCambo</dc:creator>
		<pubDate>Thu, 06 Nov 2008 01:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268700</guid>
		<description>I have to agree with henryho, Balsamiq is a fantastic tool, it allows fast mockups for those of us who have the artistic talent of the average three year old. The problem with all fast digital mockups (hand sketching not included) is that you have to keep saying to the client &quot;Bare in mind this is only a mockup&quot;, when they ask why the border on one side is 2px larger than the other. With pen and paper this isn&#039;t a problem, balsamiq gets around that by giving everything a hand drawn look, saving you from having to state the bleeding obvious.

Not free though, $79 for the air version. There&#039;s a free trial version but you can&#039;t save. For the skin flints, print screen still works though ;-)</description>
		<content:encoded><![CDATA[<p>I have to agree with henryho, Balsamiq is a fantastic tool, it allows fast mockups for those of us who have the artistic talent of the average three year old. The problem with all fast digital mockups (hand sketching not included) is that you have to keep saying to the client &#8220;Bare in mind this is only a mockup&#8221;, when they ask why the border on one side is 2px larger than the other. With pen and paper this isn&#8217;t a problem, balsamiq gets around that by giving everything a hand drawn look, saving you from having to state the bleeding obvious.</p>
<p>Not free though, $79 for the air version. There&#8217;s a free trial version but you can&#8217;t save. For the skin flints, print screen still works though ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joeri</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268699</link>
		<dc:creator>Joeri</dc:creator>
		<pubDate>Wed, 05 Nov 2008 21:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268699</guid>
		<description>I generally fall back to three different approaches. If I just need non-interactive mockups, I&#039;ll often just launch word and use its control toolbox to drag-and-drop together a form (often combined with tables for layout). Because word uses a page model, it actually translates quite easily to html designs afterwards. If word doesn&#039;t cut it, I&#039;ll launch a layered image editor, and copy/paste together parts of screenshots until it looks the way I need it to. If it needs better styling, or interactive behavior, I&#039;ll do it in html, trying to write the code in such a way that it serves as a baseline for later implementation. Sometimes (for complex forms), I&#039;ll cheat and put a mockup image in the background, implementing only a subset of the page in html code.</description>
		<content:encoded><![CDATA[<p>I generally fall back to three different approaches. If I just need non-interactive mockups, I&#8217;ll often just launch word and use its control toolbox to drag-and-drop together a form (often combined with tables for layout). Because word uses a page model, it actually translates quite easily to html designs afterwards. If word doesn&#8217;t cut it, I&#8217;ll launch a layered image editor, and copy/paste together parts of screenshots until it looks the way I need it to. If it needs better styling, or interactive behavior, I&#8217;ll do it in html, trying to write the code in such a way that it serves as a baseline for later implementation. Sometimes (for complex forms), I&#8217;ll cheat and put a mockup image in the background, implementing only a subset of the page in html code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: constantology</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268697</link>
		<dc:creator>constantology</dc:creator>
		<pubDate>Wed, 05 Nov 2008 20:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268697</guid>
		<description>As a freelancer, I find the problem with mocking up a workable prototype is that most clients -- at least this is my experience in london the last 4 years -- assume the job is now done. Regardless of how much you communicate to them that this is only a prototype and is not actually going to be used as the final product.

This then has a tendency to shorten the deadline of your project. A lot of managers are eager to please the business side of a company and the business don&#039;t understand why what they&#039;ve just seen needs to be improved and built in a way that makes the application modularized and therefore easily scalable.

In a city like london, where a lot of middle to upper management, of many big corporations, like to throw their weight around, it can be hard to then do your job properly.

So I feel the correct type of prototyping is situational. If you are working in an environment where people understand technology enough to know a prototype is a prototype, you will be fortunate enough to build more functional prototypes than if you are working with people who don&#039;t; in which case paper prototyping or screen designs in fireworks/ photoshop are a better solution.</description>
		<content:encoded><![CDATA[<p>As a freelancer, I find the problem with mocking up a workable prototype is that most clients &#8212; at least this is my experience in london the last 4 years &#8212; assume the job is now done. Regardless of how much you communicate to them that this is only a prototype and is not actually going to be used as the final product.</p>
<p>This then has a tendency to shorten the deadline of your project. A lot of managers are eager to please the business side of a company and the business don&#8217;t understand why what they&#8217;ve just seen needs to be improved and built in a way that makes the application modularized and therefore easily scalable.</p>
<p>In a city like london, where a lot of middle to upper management, of many big corporations, like to throw their weight around, it can be hard to then do your job properly.</p>
<p>So I feel the correct type of prototyping is situational. If you are working in an environment where people understand technology enough to know a prototype is a prototype, you will be fortunate enough to build more functional prototypes than if you are working with people who don&#8217;t; in which case paper prototyping or screen designs in fireworks/ photoshop are a better solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salva</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268695</link>
		<dc:creator>Salva</dc:creator>
		<pubDate>Wed, 05 Nov 2008 19:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268695</guid>
		<description>I&#039;m a fan of Fireworks. Lately Adobe is pushing it precisely as a prototyping tool, and it shows. Not only can I create a fast prototype, I can actually make it look nice and use the design for the final product.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a fan of Fireworks. Lately Adobe is pushing it precisely as a prototyping tool, and it shows. Not only can I create a fast prototype, I can actually make it look nice and use the design for the final product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marc</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268694</link>
		<dc:creator>marc</dc:creator>
		<pubDate>Wed, 05 Nov 2008 19:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268694</guid>
		<description>I decide on tools depending of the task; one factor is for instance the required fidelity. Also, I tend to see &quot;prototype&quot; and &quot;wireframe&quot; as different things, although the border can be quite blurred sometimes (interactive HTML wireframe == prototype?)

Lately, for applications, I&#039;ve been doing lo-fi wireframe (non-interactive), and then going directly to live prototype with the intention to use that code in the final product - creating the GUI &quot;for real&quot; and refactoring that is fast with the right tools, creating the &quot;business layer&quot; is another story...

I think the best prototyping method for a particular project depends on what tools the final product will use, since one usually wants to (re)use the prototype (code) when making the final product.

I (too) have been using Balsamiq Mockups for wireframes lately. I find it creates a suitable fidelity. Too hi-fi, and the discussions will suddenly be about the choice of fonts and colors, which should be another meeting, really...</description>
		<content:encoded><![CDATA[<p>I decide on tools depending of the task; one factor is for instance the required fidelity. Also, I tend to see &#8220;prototype&#8221; and &#8220;wireframe&#8221; as different things, although the border can be quite blurred sometimes (interactive HTML wireframe == prototype?)</p>
<p>Lately, for applications, I&#8217;ve been doing lo-fi wireframe (non-interactive), and then going directly to live prototype with the intention to use that code in the final product &#8211; creating the GUI &#8220;for real&#8221; and refactoring that is fast with the right tools, creating the &#8220;business layer&#8221; is another story&#8230;</p>
<p>I think the best prototyping method for a particular project depends on what tools the final product will use, since one usually wants to (re)use the prototype (code) when making the final product.</p>
<p>I (too) have been using Balsamiq Mockups for wireframes lately. I find it creates a suitable fidelity. Too hi-fi, and the discussions will suddenly be about the choice of fonts and colors, which should be another meeting, really&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carrion</title>
		<link>http://ajaxian.com/archives/how-do-you-prototype-your-apps/comment-page-1#comment-268693</link>
		<dc:creator>carrion</dc:creator>
		<pubDate>Wed, 05 Nov 2008 19:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4978#comment-268693</guid>
		<description>Traditionally, i like a pencil+paper when prototyping small layouts or parts of it for my own eyes only and Photoshop files with grouped layers for more complex stuff that other people need to understand. 
Some years ago i also used tabbed ASCII art occasionaly. ;)

There&#039;s a myriad ways to do visual prototyping with tools that were not explicitely made for the job. With these, it all boils down to personal preference and finding the balance between the accuracy of the prototype and the time it takes to produce it. 
However nowadays that web content becomes ever-more dynamic I also start to feel the shortcomings of my usual approaches. So I&#039;ll definitely have a look at the links. :)
Anyways, thanks for bringing the topic up. It tends to be neglected.

Off topic: Is there an Spam Question in the system besides &quot;What three letter acronym is what we use to style web pages?&quot; ? Somehow that&#039;s the only one i encounter. I could totally script that. ;)</description>
		<content:encoded><![CDATA[<p>Traditionally, i like a pencil+paper when prototyping small layouts or parts of it for my own eyes only and Photoshop files with grouped layers for more complex stuff that other people need to understand.<br />
Some years ago i also used tabbed ASCII art occasionaly. ;)</p>
<p>There&#8217;s a myriad ways to do visual prototyping with tools that were not explicitely made for the job. With these, it all boils down to personal preference and finding the balance between the accuracy of the prototype and the time it takes to produce it.<br />
However nowadays that web content becomes ever-more dynamic I also start to feel the shortcomings of my usual approaches. So I&#8217;ll definitely have a look at the links. :)<br />
Anyways, thanks for bringing the topic up. It tends to be neglected.</p>
<p>Off topic: Is there an Spam Question in the system besides &#8220;What three letter acronym is what we use to style web pages?&#8221; ? Somehow that&#8217;s the only one i encounter. I could totally script that. ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

