prototyping Questions

0

I am using Zeplin https://zeplin.io/ Software for Prototyping , When i Export Sketch File to it , it shows size values in Points pt . Let's suppose i made screens with resolution 1080*1920 , so va...
Rodrigorodrigue asked 14/2, 2018 at 8:30

5

Solved

How can I implement a mock back-end to do quick prototyping with AngularJS? I need to be able to fake response delay, response data and the like. I use the $http service.
Fassold asked 3/12, 2013 at 12:3

2

Solved

So I have the following code: /// <summary> /// The 'Prototype' abstract class /// </summary> abstract class ColorPrototype { public abstract ColorPrototype Clone(); } /// <summa...
Barnyard asked 14/10, 2016 at 10:0

8

Can someone tell me what Strong typing and weak typing means and which one is better?

18

Solved

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), an...
Goodsell asked 4/12, 2009 at 12:16

5

Solved

I have added a simple .js file 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...
Twoply asked 1/12, 2009 at 16:49

3

Solved

I love Protoshare's Twitter Bootstrap stencils but unfortunatly I can't afford to use Protoshare. I'm using Evolus Pencil instead but not really happy with the stencils provided. Does anyone know...
Pucker asked 25/6, 2013 at 15:34

5

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 ...
Ritchie asked 17/8, 2010 at 8:13

7

Solved

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 ...
Epergne asked 5/2, 2009 at 18:47

5

Solved

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 interactiv...
Marta asked 26/9, 2008 at 13:38

4

Solved

I am looking for tools and techniques for prototyping (virtual prototyping), simulation, and testing of deeply embedded C code on desktop Windows, including building realistic embedded front panels...

1

Solved

I prototyped Function so that it has a getBody function: Function.prototype.getBody = function() { // Get content between first { and last } var m = this.toString().match(/\{([\s\S]*)\}/m)[1]; ...
Outrigger asked 5/2, 2013 at 19:15

4

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.
Staurolite asked 27/10, 2010 at 10:54

3

Solved

Interpreted languages are nice, I can write some quick, prototypical code (i.e. using an interactive shell) for the purpose of exploration before delving into production level code. What is ...
Strait asked 3/10, 2012 at 8:44

2

Solved

I was reading over how to 'Create a JavaScript Library' earlier and I came across these pieces of code that make me wanna rip my hair out. Here is the code which got my brain in knots: if (window...
Ritchey asked 15/6, 2012 at 4:18

5

Solved

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 +...
Tuition asked 15/9, 2011 at 7:35

3

Solved

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 wikipedia...

6

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 cas...
Efta asked 19/1, 2009 at 11:47

4

Solved

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 th...
Collodion asked 3/7, 2009 at 0:14

12

Solved

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 gener...
Sawicki asked 6/8, 2008 at 18:10

7

Solved

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-impleme...
Skite asked 19/8, 2008 at 12:32

4

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 t...
Inexpugnable asked 1/10, 2008 at 19:54

13

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 rapi...
Diffuser asked 12/11, 2008 at 16:49

6

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 differe...
Stuart asked 20/9, 2008 at 7:41
1

© 2022 - 2024 — McMap. All rights reserved.