Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: TECH: PNG files

From:Charles <catty@...>
Date:Monday, October 11, 1999, 17:29
Boudewijn Rempt wrote:

> No, not at all. I think Gnome and GTK are unneeded aberrations produced > by a strong manifestation of the Not Invented Here Syndrome, and a dashed > bad toolkit to boot. I find working with a bad case of unfun. The only > reason the Gimp is not at the Interface Hall of Shame is that the Isys > people use Windows (http://www.iarchitect.com).
From what I have looked into, I guess you are right, though perhaps a tad too harsh.
> I will make a KDE/Qt interface for Kura and a web interface for some > selected functionality. But I've neatly separated the application code > from the interface code, so it is quite possible to develop separate > interface modules.
It will eventually become clear to everyone, what I've been ragging on since 1996, that ***THE BROWSER IS THE ONLY INTERFACE***. Applications must abandon all entanglements with interfacing code. Just plain HTML is all the user ever sees. On the server side, it is whatever the developer wants. This opens up the potential for web-based services, not caring what kind of browser or OS the users have.
> better. That's the best of Python, you can redevelop less succesful > parts of a project without much exercise.
You really shouldn't need to do fancy interfacing though, or require anything of the user beyond some browser ... OK, in this case you need a local web server and database too. Well, everybody should have Linux anyway!!!