Difference between revisions of "XUL"
Line 1: | Line 1: | ||
=Description= | =Description= | ||
− | XUL which is pronounced zool stands for <b>X</b>ML <b>U</b>ser Interface <b>L</b>anguage is a Mark-up language used primarily in Mozilla applications. | + | XUL which is pronounced zool stands for <b>X</b>ML <b>U</b>ser Interface <b>L</b>anguage is a Mark-up language used primarily in Mozilla applications. XUL is used to define what the user interface will look like such as buttons and other widgets but it is not used to define how those item will look. |
=Discussion= | =Discussion= | ||
− | XUL is an [http://en.wikipedia.org/wiki/Xml XML] language and thus has the advantages of being cross-platform also allows for the insertion of other XML languages into it such as [http://en.wikipedia.org/wiki/Xhtml XHTML], [http://en.wikipedia.org/wiki/MathML MathML] and [http://en.wikipedia.org/wiki/Svg SVG]. Also because of its localized structure it can be easily translated into other languages | + | XUL is an [http://en.wikipedia.org/wiki/Xml XML] language and thus has the advantages of being cross-platform also allows for the insertion of other XML languages into it such as [http://en.wikipedia.org/wiki/Xhtml XHTML], [http://en.wikipedia.org/wiki/MathML MathML] and [http://en.wikipedia.org/wiki/Svg SVG]. Also because of its localized structure it can be easily translated into other languages. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Currently, an application named [[XULRunner]] is being developed that will offer a runtime environment for XUL applications. | Currently, an application named [[XULRunner]] is being developed that will offer a runtime environment for XUL applications. | ||
Line 40: | Line 34: | ||
* GIF, JPG, PNG, BMP, ICO images | * GIF, JPG, PNG, BMP, ICO images | ||
* HTTP 1.1 | * HTTP 1.1 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=Example Applications= | =Example Applications= |
Revision as of 10:17, 6 October 2006
Contents
Description
XUL which is pronounced zool stands for XML User Interface Language is a Mark-up language used primarily in Mozilla applications. XUL is used to define what the user interface will look like such as buttons and other widgets but it is not used to define how those item will look.
Discussion
XUL is an XML language and thus has the advantages of being cross-platform also allows for the insertion of other XML languages into it such as XHTML, MathML and SVG. Also because of its localized structure it can be easily translated into other languages.
Currently, an application named XULRunner is being developed that will offer a runtime environment for XUL applications.
Common Usages
- Textboxes and inputs
- Toolbars and buttons
- Navigation menus
- Tabbed windowing systems
- Keyboard Mnemonics and input handling
Supported Technologies
- HTML 4.0 and XHTML
- CSS2 and some of CSS3
- DOM2 and some of DOM3
- XML
- MathML
- RDF
- XSLT
- XPath
- Simple XLinks
- XPointer
- XML Base
- FIXPtr
- XML-RPC
- SOAP (Simple Object Access Protocol)
- WSDL (Web Services Description Language)
- ECMAScript/Javascript
- XBL (eXtensible Bindings Language)
- GIF, JPG, PNG, BMP, ICO images
- HTTP 1.1
Example Applications
- Mozilla Amazon Browser (MAB) - Rich web application that allows for searching of Amazon's content across their 6 websites (US, Canada, UK, Japan, Germany and France). Can be used through the web or downloaded to the desktop.
- XUL Periodic Table - Demonstrates many of the visual capabilities of XUL.
Newsgroups, Mailinglists, IRC Channels
- mozilla.dev.tech.xul newsgroup (alternatively, use Google Groups)
- dev-tech-xul mailinglist (manually use dev-tech-xul@lists.mozilla.org)
- #xul on irc.mozilla.org