0
votes
3answers
47 views
SketchFlow prototyping font not displaying
I'm using SketchFlow for the first time, and am confused as to why my text isn't showing up in the "Buxton Sketch" font it's supposed to (see image). I just did a repair installati …
14
votes
10answers
1k 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 kin …
1
vote
1answer
24 views
Auto-hide Visible Child Elements
I am doing some prototyping using HTML, JavaScript and CSS. The prototype is for an application suite to run on a mobile device. Each screen is built in it's own DIV. There is one …
14
votes
16answers
4k views
What is the best web prototyping tool?
What is the best tool to create a web-apps interface prototype?
15
votes
12answers
2k views
Do you know an alternative to balsamiq mockups?
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 r …
8
votes
7answers
676 views
Prototyping hybrid Python code
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 h …
0
votes
10answers
425 views
The right language for OpenGL UI prototyping. Ditching Python.
So, I got this idea that I'd try to prototype an experimental user interface using OpenGL and some physics. I know little about either of the topics, but am pretty experienced with …
7
votes
12answers
792 views
Best Language for Rapid Prototyping?
What is the best language for rapid prototyping?
Here are the main aspects that I'd be looking for:
Has a good GUI-builder tool that integrates well with the language
Easy to rea …
6
votes
17answers
2k 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 …
1
vote
3answers
67 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 s …
11
votes
14answers
456 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 …
1
vote
2answers
73 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 U …
1
vote
6answers
198 views
Programming how to show your employees your idea
Before you start working on a software project how do you show your employees your prototype. Most people either draw it on paper or write it on a whiteboard. How would you show i …
8
votes
12answers
713 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 …
0
votes
1answer
39 views
How to maximize the utility of built in ASP.NET Data controls (GridView, FormView, etc) for Rapid CRUD
I've been developing .Net pages for business web apps for the last year or so. We're mostly working in 2.0 for a myriad of reasons.
Much of the work is prototyping to throw data …
