Best Practices/Software for Object-Oriented Analysis [closed] - oop

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I read this book:
Head First Object-Oriented Analysis and Design
Now i am looking forward to find a Software that make it easy to collect all my Ideas etc (specific Software for OOA).
At the moment i am using my Whiteboard to collect/design Ideas etc. Afterwards i am taking pictures of it and add text to our Wiki/Trac.

At school, we're using Objecteering, which is easy to use, integrated to Eclipse, but not free.
IMO blank paper is a must, but not always the easier to share and to edit.

Install mediawiki (the stuff that powers wikipedia, don't settle for anything less you will need the full feature set eventually) and put all your ideas in there. This makes it easy to refine them and to improve then as time goes by.

Related

tool to help understand project? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have big project (not mine) in java EE , at first when I looked at it there were many many classes, when I try to understand a method of class there is another class which calls method in it and again and again, It's really hard to understand the code (there is no documentation) is there any tool to help me ?
Unfortunately there aren't really any tools to help with this, the most that you can hope is that someone created a UML Doc for the code you're viewing. However, as this is not the case, the best place to start is at the main method and slowly traverse the setup. I find that it helps to keep notes and diagrams, describing (functionally) what things do and in what order they happen.

Looking for API (or solution) for generating PDF from online designer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Working on building out a Web2Print product I need some kind of editor that will allow a user to manipulate graphics and ultimately generate a PDF. There are plenty of HTML 2 PDF APIs available but I was hoping someone might have experience with something a little more integrated and suited for dealing with graphics/fonts/text?
In PHP the best opensource option is TCPDF http://www.tcpdf.org/
I wanted to answer this and update everyone on the solutions that I found. Through the Magento extension store I was able to find several commercial (although still very reasonably priced) solutions:
http://www.zetaprints.com/ and http://layoutbuddy.com/ look like the most full featured and supported (as well as no up-front licensing.)
Thanks for all of the responses!

Tool for Designing Program OOP Structure [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there a tool, online or off, that will allow you to create and visualize a OOP structure so that you can plan your software before you code?
I'm looking for something that will allow me to lay out all my classes and put in method names and property names, this way I can look at the entire design at once and see what could be made better before I actually go in and write all that code.
There are many tools like that, some free some very expensive. If you live in the Microsoft world Visual Studio comes with wonderful designer. Otherwise search for "UML modelling tools" on your favorite search engine...

How do I programmatically convert an ebook from one format to another? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've been dealing with ebooks lately, and found it quite hard to quickly find conversion scripts to and from the numerous formats available (EPUB, lrf, html, txt, rtf, markdown, and so on).
I thought it might be nice to have one post here with one formats pair and one corresponding tool (eg. Markdown -> Pdf, markdown2pdf) per answer. This should give everyone a neat way to rate the various tools based on their experience, and I think that such a list could be handy for many people.
Hope you like the idea!
I think this might work for you: http://manual.calibre-ebook.com/cli/ebook-convert.html

Visual Basic (for Applications) Learning Resources [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
As resident techie I have been charged with teaching some colleagues VB specifically for use with Excel.
My main duties involve MySQL and Objective-C and haven't touched VB since University. While I'm not worried about the prospect of learning VB (how hard can it be, right?). I have no clue on where to point my "students" to start.
Any good books? Online tutorials? I will of-course be sending them to SO.
I like VBA Developer's Handbook by Getz and Gilbert for a book. On the internets, I always wind up at ozgrid.com and cpearson.com.
About.com often has good stuff.
After that maybe some Free VBA Tutorials
Google search came up with - http://www.vbtutor.net/VBA/vba_tutorial.html this one is very basic and probably you will just have to breeze thru it and then probably move on to my personal favorite www.ozgrid.com