向大家介绍一个好玩的东东 XUL 和 XULRUNNER
(2007-07-16 12:58)
分类: 学习心得
在mozilla的文档中心乱逛, 看到了一个好玩的东西:
XULRUNNER 和 XUL
下载了XULRUNNER之后, 只需要定义一些配置文件和XUL, 就可以构成一个有模有样的应用程序了
参考文档见:
http://developer.mozilla.org/en/docs/Getting_started_with_XULRunner
http://developer.mozilla.org/en/docs/XULRunner
http://www.xulplanet.com/tutorials/xultu/
一个sample:
http://developer.mozilla.org/samples/xulrunner/myapp.zip
一个功能更多的sample: 一个gecko内核的浏览器
http://benjamin.smedbergs.us/xulrunner/mybrowser-0.2.2.xulapp
据文档所述, FireFox 3将基于XULRunner基础上进行开发。、
原文:
When will Firefox be based on XULRunner?
See the XULRunner roadmap. This is scheduled for Firefox 3 (XULRunner 1.9), towards the end of 2007.
XUL实在太神奇了, 使用HTML+CSS就可以定义一个可执行应用程序的UI, very cool!!



