Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread David Roth
Hi Edward. I've done program flow charts on paper for years, but my hand-writing skills are horrible if I need to share this with others. It is a wonder why I didn't become a Doctor, although an Art Director told me, "Bad hand writing? That just means you are very expensive!". David Roth

Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread Edward Potter
Cool. Before I would even look at flowcharting software I would sketch out the program flow/navigation on paper. A pencil is a miraculous thing. Also a roll of yellow tracing paper can be magic. :-) >>> *For while it is probably not possible to make a drawing without a conscious intention, the

Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread David Roth
Yes, thanks Mitch and everyone else that responded. Justin, this isn't off-topic since it's Flow Charting for program design and the application is in PHP. Thanks for the resource of superuser.com, since I've never heard of it before. I'll add it to the intranet. David Roth On Mar 26,

Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread Justin Dearing
On Fri, Mar 26, 2010 at 1:31 AM, David Roth wrote: > I'm looking for recommendations of Flow Charting software that's "Open > Source". Thanks! > > David Roth > > David, Perhaps you should ask this on a linux mailing list or superuser.com? It seems off topic to me. Justin __

Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread Ajai Khattri
On Fri, 26 Mar 2010, David Roth wrote: > I'm looking for recommendations of Flow Charting software that's "Open > Source". Thanks! Inkscape is open source and outputs SVG (as well as the usual formats). -- Aj. ___ New York PHP Users Group Community

Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread David Krings
On 3/26/2010 1:31, David Roth wrote: I'm looking for recommendations of Flow Charting software that's "Open Source". Thanks! David Roth How specialized do you need to get? I put some nice charts together using OOo's Draw and Impress. Looking for something to replace Visio? David Krings

Re: [nyphp-talk] Flow Chart "open source" favorites?

2010-03-26 Thread Mitch Pirtle
On Fri, Mar 26, 2010 at 1:31 AM, David Roth wrote: > I'm looking for recommendations of Flow Charting software that's "Open > Source". Thanks! You could look into Dia: http://projects.gnome.org/dia/ Is that the kind of app you are looking for? -- Mitch _