Tagged Questions
The prototyping tag has no wiki summary.
85
votes
24answers
23k views
Balsamiq mockups alternative for building wireframes?
I am searching for something like http://www.balsamiq.com/products/mockups .I like the program and would buy it if it were 20 bucks a licence.
Do you guys know something in the range from 0 to 20 ...
64
votes
33answers
39k views
What is the best web prototyping tool?
What is the best tool to create a web application interface prototype?
29
votes
15answers
11k views
Best web app for creating screen mockups?
I'm looking for a web app that would allow me to quickly sketch some prototype screens for a potential web app for users of this application. Is there a preferred tool for this kind of thing? Or, if ...
25
votes
8answers
352 views
How Can Paper Prototyping Help in Development? [closed]
Possible Duplicates:
Do you feel that writing on paper helps you develop better?
What advantages does sketching a user interface on paper have?
drawing interfaces in paper, having huge ...
17
votes
31answers
14k views
What are possible/good ways to prototype iPhone applications?
This is intentionally left broad. If you wanted to show users what iPhone/mobile applications could to for them. The more interactive the better, but it must be quick to build as you can't code up ...
15
votes
15answers
1k views
Prototyping neural networks
from your experience, which is the most effective approach to implement artificial neural networks prototypes? It is a lot of hype about R (free, but I didn't work with it) or Matlab (not free), ...
12
votes
3answers
283 views
Model an undirected graph in Rails?
Importing the language of graph databases, understand
nodes (represented by circles),
edges (represented by arrows), and
properties (metadata of nodes / edges)
The graphic (courtesy of ...
12
votes
13answers
703 views
Design or prototype first?
When first approaching a project is best to step back and think through everything or just dive in and start coding and polish at a later date? Essentially, do you design first or try to rapidly ...
12
votes
7answers
2k views
Prototyping with Python code before compiling
I have been mulling over writing a peak fitting library for a while. I know Python fairly well and plan on implementing everything in Python to begin with but envisage that I may have to re-implement ...
12
votes
12answers
1k views
Prototyping a GUI with a customer
When prototyping initial GUI functionality with a customer is it better to use a pen/paper drawing or to mock something up using a tool and show them that ?
The argument against a tool generated ...
11
votes
4answers
4k views
Any open source alternatives to balsamiq mockup
As the title reads, I'm looking for open source alternatives to balsamiq mockup for prototyping. Anyone knows of an equally good alternative that's open source or basically freeware.
8
votes
4answers
3k views
Can someone tell me what Strong typing and weak typing means and which one is better?
Can someone tell me what Strong typing and weak typing means and which one is better?
8
votes
4answers
2k views
Are there any user interface prototyping tools for Eclipse?
I am looking into designing new features for Eclipse-based programming tools, from the requirements/ideas perspective. To really do this quickly, I would like to sketch UI elements without having to ...
6
votes
4answers
2k views
Prototyping Object in Javascript breaks jQuery?
I have added a simple .js to my page that has some pretty mundane common-task sort of functions added to the Object and Array prototypes.
Through trial and error I've figured out that adding any ...
6
votes
4answers
4k views
Evolutionary vs throwaway prototyping
Who is winning in the "Low vs High fidelity prototyping" debate?
Should prototype-zero (P0) be the first version of the final product? Or should be P-0 always a throwaway? What approach is the ...
6
votes
6answers
432 views
How do you prototype?
We prototype a design, GUI, just to analyze a particular problem, proof of concept, etc. Sometimes we throw away the prototype, and sometimes it ends up in the production code. We use different ...
5
votes
1answer
70 views
What is the point of prototyping in javascript?
I've been exploring javascript prototyping and although I do find it just a cleaner way to code, this is just a preference. The only other reason I can see to use prototyping is that it saves memory, ...
5
votes
6answers
1k views
Is there any framework for Windows Forms, DB driven application development/prototyping?
I'm writing simple database driven application, 80% of functionality is CRUD operations on about 15 tables.
Coming from web development background I figured I can cover almost all of these CRUD cases ...
5
votes
20answers
1k views
Which language should I use?
I'm about to produce a prototype for a technology startup that I've just joined, and I'm trying to decide which language to use. It's going to be a simple web tool with a MySQL database in the ...
4
votes
5answers
344 views
iPhone prototyping tools
could anyone suggest some good (either free or commercial, web-based or desktop) iPhone / iPad apps prototyping tool?
I'm interested in creating app mockups aimed to both supporting design + ...
4
votes
4answers
2k views
Whats the best way to create interactive application prototypes?
The question should be interpreted from a general point of view and not targeted solely at web apps or desktop apps.
I have been looking around to find a simple and easy way of creating interactive ...
3
votes
1answer
66 views
prototype to css
Is there a program or app that allows you to prototype a website then generate the css based on the prototype? Lets say there's a prototyping software that uses a grid, if I add a navigation widget on ...
3
votes
3answers
173 views
How do I use chained javascript prototype inheritance?
function Entity() {
this.a = {a: 4};
this.b = 5;
}
function Thing() {}
Thing.prototype = new Entity;
var thing1 = new Thing;
thing1.a.a = 3;
thing1.b = 4;
var thing2 = new Thing;
...
3
votes
5answers
291 views
What's the best tool to create high-fidelity wireframes and prototypes?
More than a simple wireframe, I´d like to create a complete prototype, fully functional & dynamic with data and rich interactions... Do you know any tool outthere? i´m looking for something really ...
3
votes
4answers
222 views
What does “prototyping” mean in practice?
When I recently asked about the uses of Ruby someone told me it was good for prototyping. I basically know what that means, quickly get the very base of your app up and working, see if there are ...
3
votes
1answer
50 views
What should I put in the href when I prototype?
When protyping we often do empty anchors. A very common way to do this is to do something like:
<a href="#">Go here</a>
But if the client clicks this link, the page will scroll to the ...
3
votes
4answers
250 views
Rapidly prototype GUI's
G'Day,
I am looking to prototype a windows based GUI. Ideally I would like:
Be able create new GUI's and change existing ones quickly
The resulting "thing" to be self contained
Have the ability ...
3
votes
5answers
611 views
Suggest tool for website structure prototyping
I am looking for some tool that would help me prototype basic website structure and logistics (or simply user interface).
It should be extremely efficient in the matter of time needed to do simple ...
3
votes
2answers
220 views
Does anyone have the UIViewAdditions file from WWDC 2009 session 128?
Hopefully without violating any NDA, here is my question: I have been reviewing the WWDC session on prototyping, and I've gotten stuck on whatever we weren't shown that is in the UIViewAdditions file. ...
2
votes
2answers
250 views
Import current UI into sketchflow
I need prototype the UI for next gen of my ASP.Net app. I'd like to use a tool like Sketchflow to mock of the new screens and updates to the currents screens.
Can I import my current UI into ...
2
votes
3answers
95 views
When do you throw a prototype away and start over?
When you're prototyping a new system, what guideline(s) do you use to mark a stop-and-start-over point?
2
votes
3answers
798 views
Tools for conceptual website design
What tools (apart from Visio) will generate visually pleasing website site maps or diagrams of a conceptual website?
We want to present nice diagrams to our client, but we're unsure about where to ...
2
votes
1answer
136 views
Any Other Ideas for prototyping
I've used Douglass Crockford's Object.beget, but augmented it slightly to:
Object.spawn = function (o, spec) {
var F = function () {}, that = {}, node = {};
F.prototype = o;
that = new F();
...
2
votes
1answer
366 views
Silverlight Datagrid convert AutoGenerated columns to Xaml Columns Collection
Here is my scenario... I am prototyping in SketchFlow so I create an Xml file for my dummy data and then databind that to a data grid. I then want to setup some things like widths and header text ...
2
votes
4answers
258 views
JavaScript prototyping tutorial
I have a JS script with tons of functions, on big on is this:
function id(i) {
if(document.getElementById)
return document.getElementById(i);
return;
}
It just saves me many bytes ...
2
votes
5answers
344 views
Best Practices while Prototyping?
While prototyping, to what extent do you throw best practices out of the door in favor of code-and-fix hacking? Granted that the code is not intended to be kept in full production.
Add: I am working ...
2
votes
6answers
734 views
Prototyping Tools for non-programmers - Expression?
We are looking for a prototyping tool to allow our business analysts (and myself) mockup sites. Some people have suggested using the MS Expression suite of tools for this. I am worried it might be a ...
2
votes
4answers
495 views
How do you prototype a large website?
I am working on the rewrite of a large VB6-based application. We are moving from Windows Forms to web-based deployment using ASP .Net. There are about 50 core users and all are internal to the ...
2
votes
3answers
197 views
Tools for simulating and developing hardware and protocols
I want to dabble in the design of hardware and protocols, specifically for wireless mesh networking. Is there a software-based alternative to getting an FPGA setup and writing code for it? Are there ...
2
votes
10answers
1k views
Most rapid RAD environment for prototyping
What do you consider the most rapid RAD environment for a working prototype? Not for debate.
language
platform
IDE
DB
(personal note)
Thank you.
P.S.1 I was pretty happy with PERL for ...
1
vote
1answer
24 views
Cannot add to dom an onbject that has an elements as a prototype
Consider this setup:
function makeObj(a){
this.foo = 'bar';
this.prototype = a;
}
b = makeObj(document.getElementById('foo'));
document.getElementById('bar').appendChild(b);
this gives an ...
1
vote
0answers
50 views
Javascript prototype constructor/init
What is the correct way of prototyping a "constructor" like function into every function?
For example,
function add(number1,number2){
alert(number1 + number2);
}
Object.prototype.constructor = ...
1
vote
3answers
58 views
Prototyping style, colors, feel, CSS for a web application
Well we are running a pretty old fashioned looking web application. No fancy animations from jquery and the design is basically done with one color.
My goal is now to create a better looking ...
1
vote
3answers
73 views
Extending HTMLElement
using jQuery it is possible to do something like this: $("div")[5].animate()
This seems to me like the developers in a way extended the HTMLElement using prototype.
My question is now: How did they ...
1
vote
1answer
91 views
What is the difference between saying “HTMLElement.prototype.someFunc =” and “HTMLElement.someFunc =”?
I have, in many ocassions been able to register methods for all HTMLElements in both ways.
So I am curious, is there any difference?
Should I prefer one method over the other one?
What would be the ...
1
vote
1answer
251 views
Help for creating Evolus Pencil Stencils
I want to create stencils like Dojo.GUI for Evolus Pencil. But its inbuilt stencil generator doesn't allow to set advanced properties. I can just make a new collection of images.
Please suggest any ...
1
vote
0answers
68 views
What software was used to make these prototypes and diagrams?
A book "ASP.NET MVC 1.0 Test Driven Development" contains pictures like
and
Unfortunately Emad Ibrahim (the book's author) doesn't know what software was used, he told the publisher did it for ...
1
vote
3answers
1k views
Tools for prototyping iPad applications
I would like to build a GUI prototype for an iPad application. The prototype can use static data (e.g. an xml file) but should look good and be fully functional, i.e. support user gestures, etc.
...
1
vote
0answers
145 views
Arduino (mcb) protyping simulation software
Is there any (preferably open source, preferably python) software for mcb prototyping simulation? I'm an EE and we used spice in classes to simulate circuit level stuff. Is there anything like that?
...
1
vote
4answers
404 views
UI Prototyping Tool which generates html as output
I'm looking for a UI prototyping tool which generates HTML output. I checked SO for Web UI prototyping tools, but none of them generates html as output.
Please could you suggest a tool for the ...