diagram

How to resize text in svg dynamically?

Hello everybody, I'm working on a report that includes an embedded svg diagram. The diagram is drawn using relative coordinates, so when a browser window resizes the diagram resizes pretty well. The only exception there is text - it remains the same. Is it possible to draw text in svg that is resizable? ...

Is it possible to export a WF diagram to visio?

I would like to be able to export my WF diagram from visual studio 2008 into Visio so I can better show it to non-programmers. Dose anyone know if its possible? I haven't come across any mention of it before, and I don't see anything that jumps out at me from VS. [EDIT: WF = Windows Workflow Foundation] ...

Simple Question about Visio 2007 (trying to create a simple UML diagram(C++) )?

I'm simply trying to create a UML diagram where I can show the header file declarations. I to be able to display things such as: Bitmap * getImage() Coordinate * getCoordinates(Object o) Stuff like that. Problem is, I can't figure out how to display pointers as return types(it only let's be choose objects from the UML diagram) or arg...

Where can I find a Nassi-Shneiderman Diagram Editor?

I have to do some work for college and my professor likes to torture us with Nassi-Shneiderman diagrams. Has anyone a good editor/graphcial tool to draw these? Requirements: cross platform (or able to run within wine) open source (or a least free to for private use) -- After considering some editors, I ended up by using Strutorize...

What tools do you use to make architecture diagrams?

I'm looking for a good tool (hopefully free) for building high-level architecture diagrams. Boxes, arrows, images for databases/servers, everything I need to explain our architecture to guys who carry Blackberrys. What's the best tool for this? ...

Explaining SVN to non-programmers

I work with a number of new tech support folks. Sometimes, they like to fix small issues which may not be a high priority for our developers. This requires teaching SVN basics to non-programmers, which I've found can get a little tricky. What resources have you found useful? Are there diagrams you typically utilize to teach SVN? ...

What tool to use to draw file tree diagram

Given a file tree - a directory with directories in it etc, what software would you recommend to create a diagram of the file-tree as a graphic file that I can embed in a word processor document I prefer vector (SVG, EPS, EMF...) files. The tool must run on Windows, but preferably cross-platform. The tool may be commercial but preferabl...

Which ASP.NET Diagramming Library/Control do you Recommend?

I'm looking for an ASP.NET library or control (preferably in C#) to create workflow diagrams from business processes. Edit: To clarify, the necessary info (task, holder, status, etc.) is stored in a database, and I just want to give the user the ability to view a workflow diagram of the process. I have come across the following commerc...

Uml class diagram enum

Hi I am modeling a class diagram. An attribute of a class is an enumeration. How do i model this? Normally you do something like this: - name : string But how to do this with an enum? Thnx in advance :) ...

How to show asynchronous operations on UML Activity diagram

I am about to draw/document for some client-server connection establishing code to better understand it. There are several operations that are done asynchronously in separate threads (connecting threads, data receiving threads, etc). Should I show them on separate diagrams? I would prefer to have it on a single diagram to grasp overall ...

best tool to create architecture diagrams for software

i have to create a diagram at an architecture level. basically listed a gui application and a number of services and how they interact. what is the best tool for creating these views. i have ms visio 2007 but i can't find a good template. anything better? ...

Do you use UML diagrams to aid your development process?

So what are the UML diagrams (if any) Stackoverflow has been using for documentation and/or for communication with developers? From what I see, Stackoverflow is something original that also provides rich user experience. Just wondering what does it take (what helps) to realize a great thought into real life? I`m just a student graduati...

Use Case Diagrams - Are arrows absolutely necessary?

Is it absolutely necessary to use "arrows" to show association between an actor and a use case in a use case diagram? I recently had to draw one for my Software Engineering assignment. But after doing a bit of research online on many articles, papers, online books and lecture notes from numerous other universities, it seemed that majori...

Open source tool to generate diagrams from XML Schema documents?

I'm looking for an open source tool to generate diagrams from XML Schema documents, similar to the Logical Model View in oXygen or the diagrams in XML Spy's Schema Editor. ...

"cloud architecture" concepts in a system architecture diagrams

If you design a distributed application for easy scale-out, or you just want to make use of any of the new “cloud computing” offerings by Amazon, Google or Microsoft, there are some typical concepts or components you usually end up using: distributed blob storage (aka S3) asynchronous, durable message queues (aka SQS) non-Relational-/...

System Use Cases

I am working on a system that automates scheduled monthly payments for customer bills. When I tried to model use cases, I realized that there are use cases that relates to the customer like: - Login - Customer Registration - Update Profile - Search Transactions. - etc. But there many activities which will be handled by the system autom...

How to remove diagramming support objects from SQL Server?

I need to remove diagramming support tables, stored procs, views, etc from SQL Servrer using TSQL script. Is there such a script available? SQL 2005 and 2008. ...

UML sequence diagram call property

In my app i have a Document class and a DocumentFact class. The DocumentFact class contains methods which will get multiple Documents from the database. These documents are stored in a datatable or dataset. Both (datatable, dataset) are private members of the documentfact class. They can be accessed via properties. Now my question is: i...

SharePoint Documentation Images

Not exactly programming per se, but I am looking for some good images for diagraming SharePoint solutions for documentation. The Microsoft white-papers always have good diagrams and I am looking for something that I could use. Either visio shapes or jpeg/gif images would be ideal. Update: See Below http://f5todebug.blogspot.com/2009...

Generating a tree diagram from an XSD file

I would like to generate a tree diagram out of an XML schema definition. Liquid XML Studio has a visual XSD tree editor, and lets me save my tree as a .png file, which fulfills some of my needs. But I am wondering if there is a tool out there that lets users convert XSD files to web pages, where the diagram can be clicked, expanded, and ...