The visual tag has no wiki summary.
0
votes
0answers
4 views
MRDS Visual Programming Language - How to downgrade .net from 4.5 to 4.0? [migrated]
I am having a issue with Microsoft Robotics Developer Studio's Visual Programming Language. My Windows updated and installed .net 4.5 and I need .net 4.0. Can someone please provide me with an ...
-1
votes
1answer
237 views
Is Visual Basic worth learning? [closed]
I am a new c++ and Java programmer. I've been exploring other languages lately. Recently I installed visual studio 2012 and there were two possible languages that can be used. (c# and visual basic). I ...
16
votes
2answers
436 views
Beyond Syntax Highlighting - What other code representations are possible today?
Despite GUI applications having been around for 30ish years, software is still written as lines of text instructions, for various valid reasons. But we've also found that manipulating these text ...
5
votes
4answers
618 views
Can I watch a SHA-256 do its magic visually?
Is there any possible way I can download a program, type in a message, and watch the program display visually what iterations are going on and what formula the character is being fed through all the ...
10
votes
10answers
2k views
Visual programming for serious software
Are visual program control flow diagrams and languages which support that used for larger serious programs? Why not? They seem like a nice overview of the code.
In the thread
What software ...
1
vote
5answers
503 views
Visual Basic link to SQL output to Word
I am in need of some advice/references. I am currently trying to develop a legal document interface. There are certain fields in which I need to query out of my sql db and have those fields output ...
9
votes
1answer
363 views
Is there a way to visualize an ASP.NET MVC project, ie class diagram but with the web pages too?
Maybe I'm looking for a dependency visualizer/matrix. I'm not sure. I'm just trying to wrap my head around an existing and large web app, and I like pretty pictures. I know of Autodiagrammer but I ...
2
votes
1answer
72 views
At what point in the process do you create the visual design?
I like to do a wireframe before I start coding and work from there. But when should I start worrying about the visual design? When should I consider the colours, the font, whether corners should be ...
2
votes
2answers
467 views
Visualize flowchart diagram with multiple end symbols
I am looking for a standardize way to visualize the following hierarchical logic:
The state of the thread is represented by the answers to the hierarchical set of question
You can read this listing ...
0
votes
1answer
232 views
Working with windows Functions for Recovering Shift+Delete files
I am making software for recovering Shift+Delete files from Windows. I know when files are deleted only links to them are cut off by Windows but the actual file remains there at the same place, so ...
6
votes
4answers
308 views
Light-weight visual requirements tool (combination of mockups and use cases)
For my team, mockups are the primary artifact for development and the requirements process. We use balsamiq mockups for confluence.
We also write use-cases to point out the workflow and for adding ...
0
votes
5answers
1k views
Visual PHP? or Visual Ruby?
I am intrigued. Why does the open source industry not have 'Visual' products like 'Visual' Basic, 'Visual' C++ or 'Visual' ASP.NET? Why don't we have Visual PHP? or Visual RUBY?
1
vote
2answers
2k views
Visual web page designer for Django?
I'm just starting my Django learning so pardon me if any part of this question is off-base. I have done a lot of web searching for information on the equivalent of a visual web page designer for ...
1
vote
2answers
214 views
How to run a F# app in Windows Azure?
I have a project that requires me to write a library management system in F# and using Windows Azure for the development. I am quite new to Cloud concept and i don't know what to do as a next step. Is ...
4
votes
10answers
778 views
What do you do before you start programming? [closed]
I'm not sure this question belongs here, it's not so much I problem I'm having with programming but rather a problem of what to do before I start programming.
I want a visual representation of what ...