The Richmond Post: Interview with George Staikos about KaXul

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.

Dot Categories: 

Comments

by CPH (not verified)

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.

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.
Have a look at the plone.org 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).

(why does the encoding only have "plain text" and not allow me to select HTML - at least the preview does not seem to work :(

by em (not verified)

> (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.

by anonymous_penguin (not verified)

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

by CPH (not verified)

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.

by Arend jr. (not verified)

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... ;)

by alonso (not verified)

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

by Tim Middleton (not verified)

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.

by fast_rizwaan (not verified)

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

by Bryan Feeney (not verified)

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.

by Christian Loose (not verified)

http://doc.trolltech.com/3.3/qwidgetfactory.html

Quote: "The QWidgetFactory class provides for the dynamic creation of widgets from Qt Designer .ui files."