What's a great program for creating visual software mockups? [closed] - mockups

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have a presentation due in about three hours and rather than handing in something I drew in pencil, I'd rather turn in something nicer to the client.
Is there something out there that lets me pick and drag common controls to create mockups?

balsamiq
http://www.balsamiq.com/products/mockups

Balsamiq, hands down.

Visio isn't bad if your willing to pay for something. It comes with widgets that resemble actual windows components.
http://office.microsoft.com/en-us/visio/fx100487861033.aspx

Related

Is VB 6 worth learning today? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
How necessary is it to learn VB6 and what are the advantages of using this language today? Does it really have advantages?
At this point, nobody should be using VB6 for new development work, however, there is a lot of existing VB6 code that needs to be maintained and/or ported. Much of the existing VB6 code will be internal line-of-business applications, so the question of whether to learn it or not would depend on your employeers needs.

What would you want in an ideal debugger? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
Just food for thought:
What features would you consider in an ideal debugging tool?
What about debugging tools for distributed systems?
What do you think is missing from current debugging tools?
Being able to step backwards would make me very happy C person.
I would really like to see some more artificial intelligence in debuggers. Like they should be able to know which bug I was looking for and fix it automatically. Distributed AI would be even better. One day I dream of submitting a README to github and the code would be written for me automatically, 100% bug-free of course.
:-)

Add-on for VB6 to find all references, etc? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I was working with VB6 last year and I used an Add-on that made it possible to search not only for the definition of objects or functions but also find all references or calls of specific objects or functions.
Unfortunately I can't remember where I got it from. Can anybody help on that?
Thanks in advance!
MZTools.
It is the essential free tool for all VB6 and VBA developers.

Which is better for VS2010, VisualHG or hgscc (64 bit install)? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Simple question, have you used them, which do you prefer? Do either of them display the current branch in an easy to see place?
Edit: If you have a preference, please let me know why. It is crucial in making an educated decision.
I prefer VisualHG.

Initial skeleton for Firefox extensions? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I always seem to have a hard time starting a new Firefox extension. Can anyone recommend a good extension skeleton, scaffold, or code generator? Ideally one that follows all the best practices for FF extensions?
This one works nice: https://addons.mozilla.org/en-US/developers/tools/builder
Of course googling for "firefox extension generator" is where I found it ;)
Look up this eclipse plugin:
SPKet
It will take care of the skeleton and 50 other things, you will love it.

Resources