XML User Interface Language

The educational technology and digital learning wiki
Revision as of 14:26, 21 January 2010 by Daniel K. Schneider (talk | contribs) (Created page with '{{Stub}} == Introduction == According to [http://en.wikipedia.org/wiki/Xul Wikipedia], the XML User Interface Language, is an XML user interface markup language developed by th…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Draft

Introduction

According to Wikipedia, the XML User Interface Language, is an XML user interface markup language developed by the Mozilla project. XUL operates in Mozilla cross-platform applications such as Firefox and Flock.

According to the same source, Programmers typically define a XUL interface as three discrete sets of components:

  1. content: the XUL document(s), whose elements define the layout of the user interface
  2. skin: the CSS and image files, which define the appearance of an application
  3. locale: the files containing user-visible strings for easy software localization


Links

  • XUL (Wikipedia)
  • The Joy of XUL. Intended audience: Application developers and development managers who seek to better understand XUL and why the Mozilla platform is built with it.
  • XUL Tutorial This tutorial describes XUL, the XML User-interface Language. This language was created for the Mozilla application and is used to describe its user interface.