Skip to content

The Richmond Post: Interview with George Staikos about KaXul

Saturday, 19 June 2004  |  Rmoore

The Richmond Post, a news site covering adoption of the Mozilla XUL UI description language is current featuring an interview with KDE's own George Staikos. George is well known for his work on applications such as kdetv and KWallet, but he is also working on a facility that allows XUL applications to use native KDE widgets. The interview is in two parts: Part One and Part Two.

Comments:

XUL is cool - CPH - 2004-06-19

There is alot of potential in using XUL as the language of more advanced websites to give you a feel of a "real" application running on your computer rather than just another HTML page. <BR> <P>I'd love to see the RDF functionality combined with XUL as it is a much better way of rendering lists (whether dynamic or not) rather than generating HTML elements either on the server or the client. Obviously RDF also adds more semantic meaning to your data and gives other users of the data the ability/choice of rendering the data in a differnet visual organization. <BR> Have a look at the <a href="http://plone.org">plone.org</a> project as it would be a perfect candidate as a web application which would really benefit from an application look ( which is not easy to do using standard HTML/CSS). <BR> <I> (why does the encoding only have "plain text" and not allow me to select HTML - at least the preview does not seem to work :( </I>

Re: XUL is cool - em - 2004-06-19

> (why does the encoding only have "plain text" and not allow me to select HTML > - at least the preview does not seem to work :( HTML in comments has been disabled forever in this site. I hope one day they will enable it again.

Re: XUL is cool - anonymous_penguin - 2004-06-20

I believe it is planned to implement HTML again in the day after forever. :P

Re: XUL is cool - CPH - 2004-06-20

Ah, I thought that problem had been fixed. You'd think then that they would also remove the "Encoding" button which seems to give you the option for HTML formating and removes the "allowed HTML" message in the preview window.

Combine this with Kommander - Arend jr. - 2004-06-20

I recently tried to play somewhat with Kommander after hearing all this good stuff about it. And a good tool it is, however you always need the Kommander Executor to run the applications. Now if Kommander and KaXUL could be combined to have an easy to use environment to create applications that can run on all systems with Mozilla and/or KDE installed, that really would be a killer. Just some thoughts... ;)

Re: Combine this with Kommander - alonso - 2004-06-24

I completely agree with you! I was thinking the same thing :)

Year old project - Tim Middleton - 2004-06-24

I (like probably many people) looked at this article and thought it was a really great *new* idea. Then reading the article I'm surprised to find that this is all quite old work now, with not really anything going on with it currently. Looking at the CVS entries the latest work (except kpart) is around 10 months old. This nifty idea was long ago implemented, but I (and i suspect most) never heard of it. Probably there's a lot of neat little projects like this... Hopefully this revives interest in a cool concept.

How about Mozilla plugins? - fast_rizwaan - 2004-06-25

there are many good plugins for mozilla, firefox, firebird. can't konqueror use those?

Does this work in run-time - Bryan Feeney - 2004-06-25

While converting XUL files to QtDesigneer .ui files is easy enough I'd imagine, surely you'd then need to compile things to get them running, right? Or have I missed something big here.

Re: Does this work in run-time - Christian Loose - 2004-06-25

http://doc.trolltech.com/3.3/qwidgetfactory.html Quote: "The QWidgetFactory class provides for the dynamic creation of widgets from Qt Designer .ui files."