210
edits
Jamesboston (talk | contribs) No edit summary |
Jamesboston (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
XUL (XML User Interface Language) is an XML-based language created by Mozilla and used for creating the user interface of Mozilla based applications. If you are familiar with the concept of creating a web page with XHTML and CSS and JavaScript, then creating an interface (such as the UI of Firefox) using XUL will be easy to understand. See the [https://developer.mozilla.org/en/XUL XUL] page for more information. | XUL (XML User Interface Language) is an XML-based language created by Mozilla and used for creating the user interface of Mozilla based applications. If you are familiar with the concept of creating a web page with XHTML and CSS and JavaScript, then creating an interface (such as the UI of Firefox) using XUL will be easy to understand. See the [https://developer.mozilla.org/en/XUL XUL] page for more information. | ||
=[[Education/ComputerScience/Platform/JSAPI|JavaScript and Spidermonkey]]= | =JavaScript and Spidermonkey= | ||
<!--=[[Education/ComputerScience/Platform/JSAPI|JavaScript and Spidermonkey]]=--> | |||
[https://developer.mozilla.org/en/About_JavaScript JavaScript] is not only a language used for scripting web pages. It is also one of the languages that the Mozilla platform and applications such as Firefox are written in. You can script the user interface level of a Mozilla application using JavaScript. Or you can build core components of the Mozilla platform by [https://developer.mozilla.org/en/How_to_Build_an_XPCOM_Component_in_Javascript building an XPCOM component in JavaScript]. | |||
=[[Education/ComputerScience/Platform/XBL|XBL]]= | =XBL= | ||
<!--=[[Education/ComputerScience/Platform/XBL|XBL]]=--> | |||
XXX | XXX | ||
edits