Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Leam Hall
A web app will allow for growth and backups. You separate the GUI from the app and let yourself focus on just the business logic. That also means she can upgrade or change platforms, or have her main computer down for service, and still get work done. Leam _

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Cristian Baltatescu
On Tue, Mar 9, 2010 at 10:09 PM, David Mintz wrote: > Thanks for the replies. > > @Scott: I wondered about PHP+Gtk, and will give it a look. Is your book > pretty much up-to-date? > > As for Adobe AIR etc, truth to tell I don't really even know what it is > though I've heard of it. I'll do some r

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Scott Mattocks
David Mintz wrote: Thanks for the replies. @Scott: I wondered about PHP+Gtk, and will give it a look. Is your book pretty much up-to-date? Not really. It is a few years old. To be perfectly honest, I wouldn't recommend spending money on it unless you are going to continue writing PHP-GTK app

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread David Mintz
Thanks for the replies. @Scott: I wondered about PHP+Gtk, and will give it a look. Is your book pretty much up-to-date? As for Adobe AIR etc, truth to tell I don't really even know what it is though I've heard of it. I'll do some reading. Qt, same answer. Not familiar with it though I've certainl

Re: [nyphp-talk] talk Digest, Vol 41, Issue 5

2010-03-09 Thread Gary Mort
On Tue, Mar 9, 2010 at 11:50 AM, Mitch Pirtle wr > > Seriously though: Take whatever popular PHP CMS you might have laying > around, and consider what it would take to migrate content from one > existing website to another website that also already has its own > content... I'm willing to bet all t

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Paul A Houle
David Mintz wrote: Here's a question I know you're all gonna love. I'm considering writing a small desktop GUI app for my psychotherapist wife to manage her patient records. It will run on Linux but I guess it would be good if it's cross-platform. I think sqlite would be a good choice for the

Re: [nyphp-talk] talk Digest, Vol 41, Issue 5

2010-03-09 Thread Mitch Pirtle
On Tue, Mar 9, 2010 at 10:32 AM, Edward Potter wrote: > So full normalization is no longer the non plus ultra of database design? > __ > Once the cost of everything went zero, that was pretty much the end of > 'normalization' >  Just throw everything now into a blob

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Ajai Khattri
On Tue, 9 Mar 2010, David Mintz wrote: > I'm considering writing a small desktop GUI app for my psychotherapist wife > to manage her patient records. It will run on Linux but I guess it would be > good if it's cross-platform. I think sqlite would be a good choice for the > backend. What's a good p

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Scott Mattocks
David Mintz wrote: Here's a question I know you're all gonna love. I'm considering writing a small desktop GUI app for my psychotherapist wife to manage her patient records. It will run on Linux but I guess it would be good if it's cross-platform. I think sqlite would be a good choice for the ba

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Edward Potter
Perfect answer. In the old days I be ranting about scripting languages, now it's WTF? We are reaching I guess officially web 3.0 At this point it's all GUI/js/xml driven. Make It look awesome. And then make it look even MORE awesome on the iPad. ;-) Sent from my iPhone On Mar 9, 2010

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Cristian Baltatescu
On Tue, Mar 9, 2010 at 4:42 PM, David Mintz wrote: > Here's a question I know you're all gonna love. > > I'm considering writing a small desktop GUI app for my psychotherapist wife > to manage her patient records. It will run on Linux but I guess it would be > good if it's cross-platform. I think

Re: [nyphp-talk] talk Digest, Vol 41, Issue 5

2010-03-09 Thread Edward Potter
So full normalization is no longer the non plus ultra of database design? __ Once the cost of everything went zero, that was pretty much the end of 'normalization' Just throw everything now into a blob of ooze. Get to stuff u need, forget everything else.

Re: [nyphp-talk] talk Digest, Vol 41, Issue 5

2010-03-09 Thread David Krings
On 3/9/2010 8:19 AM, Mitch Pirtle wrote: For the record, the conversation was at ClassMates.Com waay back around 1997. I thought the guy was a total loon. However the more I think about it, the more I realize he was just ahead of his time. Back then we still needed those integers for all the

Re: [nyphp-talk] talk Digest, Vol 41, Issue 5

2010-03-09 Thread Mitch Pirtle
Disk space and memory truly were expensive...in the 90s. Joomla was born in 2000 though. Here's a (hopefully) interesting little story. I once got into a huge, heated debate with a consultant about data modeling. His argument was that random incrementing integers were bad design and negated the be

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread John Campbell
On Tue, Mar 9, 2010 at 9:42 AM, David Mintz wrote: > I'm considering writing a small desktop GUI app for my psychotherapist wife > to manage her patient records. It will run on Linux but I guess it would be > good if it's cross-platform. Have you considered Adobe AIR + HTML + Javascript?

Re: [nyphp-talk] good language for small GUI app?

2010-03-09 Thread Mutaz Musa
I would personally go with wxPython for this sort of task. I've used phpgtk in the past but found it cumbersome and awkward. If she'll only be using it on a windows box then VB is as good a choice as any. Best, Mutaz On Tue, Mar 9, 2010 at 9:42 AM, David Mintz wrote: > Here's a question I know

[nyphp-talk] good language for small GUI app?

2010-03-09 Thread David Mintz
Here's a question I know you're all gonna love. I'm considering writing a small desktop GUI app for my psychotherapist wife to manage her patient records. It will run on Linux but I guess it would be good if it's cross-platform. I think sqlite would be a good choice for the backend. What's a good