Annotation of books/www/index.html, revision 1.18
1.1 david 1: <!-- MAIN CONTENT -->
1.5 david 2:
1.15 david 3: <p>This project hosts the ongoing development for O'Reilly's <a href="http://www.oreilly.com/catalog/mozilla/">Creating Applications with
1.16 david 4: Mozilla</a> book. In order to keep all of the information updated and current with the latest developments in the Mozilla community, the contents
1.18 ! david 5: of the book have been made freely available under the <a href="http://www.opencontent.org/openpub/">Open Publication License</a>.
1.11 david 6:
7: <p><b>Summary</b>
8:
1.14 david 9: <p><img src="screenshots/mozilla_web_apps_comp_small.gif" align="right" hspace=5
10: border=0>Mozilla is not just a Web browser. Mozilla is also a framework for
1.11 david 11: building cross-platform applications using standards such as CSS
12: (Cascading Style Sheets), XML languages such as XUL (XML-based
13: User-interface Language), XBL (eXtensible Binding Language), and RDF
14: (Resource Description Framework), as well as Gecko, Mozilla's rendering
15: engine, and other technologies.
16:
17: <p>The Mozilla development framework also makes use of programming
18: languages such as JavaScript, C++, C, Python, and IDL (Interface
19: Definition Language), plus framework technologies such as XPConnect and
20: XPCOM, Mozilla's component model.
21:
22: <p>In addition to Netscape's Mozilla-based browsers (Netscape 6.x and
23: 7.x), the Mozilla framework has been used to create other browsers such as
24: Galeon and Chimera, and chat clients such as ChatZilla and JabberZilla.
25: Developers have also used Mozilla to create development tools, browser
26: enhancements, and games, as well as many other types of add-ons and
27: applications.
28:
29: <p>This book explains how applications are created with Mozilla and
30: provides step-by-step information about how you can create your own
31: programs using Mozilla's powerful cross-platform development framework.
32: This book also includes examples of many different types of existing
33: applications to demonstrate some of the possibilities of Mozilla
34: development.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>