The rapid-prototyping tag has no wiki summary.
0
votes
0answers
7 views
Best technologies to use for writing a data submission website FAST [closed]
I'm new to web development and need to write a dynamic data submission website with a SQL backend that looks modern and works on any browser. I'll need to do some data validation eventually and was ...
-2
votes
0answers
26 views
training and placement website startup php framework suggestion [closed]
I am willing to develop a training and placement website for around 2000 users and ideal possible expansion to 30000 users(if all goes ok..!!)
features would be involved like ...
1
vote
1answer
44 views
Executable specification ..? how executable specifications can be used for rapid prototyping?
After reading these books
Bertrand Meyer, Introduction to the Theory of Programming Languages &
J.D. Ullman, Elements of ML Programming
I have read some papers also, tried to find on ...
0
votes
0answers
75 views
Modern alternative to Dreamweaver dynamic applications? [closed]
When I first started in web development 10 years ago, we used Dreamweaver to product database driven applciations rapidly.
This was in the classic ASP days, and we were using Access as the database ...
1
vote
0answers
90 views
Tools for creating functional prototypes for PHP projects [closed]
i'm looking for tools to create functional prototypes for big PHP projects in little time. These will be used to give the client an overview of the product and potentially angariate clients even ...
0
votes
0answers
54 views
Rapidly develop standalone App for mac
I am relatively new to Mac. My development experiment is mainly on windows, using .net, python etc. What will be the best way to create a standalone app for Mac?
I'm trying to create a App which ...
4
votes
4answers
4k views
Rapid App Prototyping Tools for Android and iOS [closed]
Expression Blend + SketchFlow provides a template for Windows Phone rapid application prototyping which is very useful specifically when one is going to share the app design and mockup functionalities ...
0
votes
1answer
122 views
software for kids where they can play games and browse internet
I'm trying to build a simple utility for kids where they can play games and browse the internet.
this is the final product i need to come up with:
cross platform
a gui
with an web browser in it.
...
1
vote
0answers
97 views
Best language / library for creating 3d models for rapid prototyping?
I am interested in using algorithmic techniques to create 3d models which I can then export in a standard format for rapid prototyping. STL, PLY, VRML formats in particular.
I am open as to what ...
2
votes
0answers
145 views
Visual / RAD APL?
Are there any Visual / Rapid Application Deployment implementations of APL?
If not, what would be needed to implement such a tool?
If it doesn't exist, what would the libraries/interfaces look like ...
10
votes
1answer
950 views
Immediate Window without debugging
Rapid prototyping is arguably one of the most efficient ways to test new designs and I believe this to hold true for programming too.
I am looking for a tool similar to Matlab where one can execute ...
3
votes
1answer
633 views
How to use the read/writeable local XML settings?
I found something similar to what I need here:
http://www.codeproject.com/KB/cs/PropertiesSettings.aspx
But it does not quite do it for me. The user settings are stored in some far away location such ...
0
votes
2answers
157 views
What's a simple/lightweight way to persist objects in .net during development and experimentation?
I'm looking for a simple way to persist objects when experimenting and creating mock UIs or services. I already know what ORM I'll ultimately use later on when producing a releasable product but I ...
0
votes
1answer
135 views
Multi-target rapid prototyping using Microsoft technologies?
I want rapid prototyping: Quickly define screens, links, buttons etc. I want to easily interact with sample data. I want to see things "moving".
An example would be a mail account: I would like to ...
7
votes
11answers
1k views
Which language for rapid-prototyping of heuristics in combinatorial optimization?
I have to develop a fast heuristic-like algorithm for a hard combinatorial problem. Therefore I think, it would be the best to learn a more expressive language than C++ first for tackling the problem, ...
2
votes
1answer
161 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();
...
1
vote
5answers
129 views
Should I focus on code quality while Rapid prototyping?
When you are rapid prototyping for features should you really worry about code quality & optimization?.
1
vote
1answer
102 views
What's the quickest/easiest way to get example data into ListView/GridView in WPF?
I'm doing some quick design work/rapid prototyping with WPF. I'm curious if anyone has a good strategy for getting example data into a ListView/GridView (or really any ItemsControl for that matter). ...