Intro: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (Remove link to Moz Suite in header -- the whole point of the entry is that Moz has multiple meanings)
(clarify for end users, shorten)
Line 6: Line 6:


===The Gecko Rendering Engine===
===The Gecko Rendering Engine===
The [http://www.mozilla.org/newlayout/ Gecko] rendering engine is the code that decides how all web content should be displayed.  Gecko has a well-deserved reputation for industry-leading support of web standards, alongside robust support for the proprietary extensions and "tag-soup" accepted by older browsers.  Gecko can render most pages on the web today; errors are few and far between and the Gecko rendering engine is usually a blessing for web developers who want to dabble in the [[Intro : Comparison: Standards Comparison | latest and the newest in web technologies]] such as: [http://www.w3.org/TR/SVG/ SVG], [http://www.w3.org/XML/ XML], [http://www.w3.org/Style/XSL/ XSL], [http://www.w3.org/Style/CSS/ CSS], [http://www.w3.org/MarkUp/#recommendations XHTML], [http://www.w3.org/DOM/ DOM], and other W3C recommendations. Gecko also generates the user interface for Mozilla Suite, Firefox, and Thunderbird using XUL, the XML User-interface Language.
[http://www.mozilla.org/newlayout/ Gecko] is a ''rendering engine'', the fundemental program that converts web programming code (e.g. HTML and XML) into the web page you see on your screen.  It's a component of the Mozilla organizations' web browsers, e-mail programs, and anything else that displays web pages.  Gecko has a well-deserved reputation for industry-leading support of web standards, alongside the flexibility to support the non-standard code often found on the web.  Gecko correctly renders almost every page on today's web and Gecko helps website developers move forward by supporting the [[Intro : Comparison: Standards Comparison | latest in web technologies]] such as [http://www.w3.org/TR/SVG/ SVG], [http://www.w3.org/XML/ XML], [http://www.w3.org/Style/XSL/ XSL], [http://www.w3.org/Style/CSS/ CSS],   [http://www.w3.org/MarkUp/#recommendations XHTML], and [http://www.w3.org/DOM/ DOM]. Gecko also renders the user interface for Mozilla Suite, Firefox, and Thunderbird using XUL, the XML User-interface Language.


===Other Links===
===Other Links===
*[http://mozilla.org/about/ About Mozilla]
*[http://mozilla.org/about/ About Mozilla]
* [http://en.wikipedia.org/wiki/Mozilla Mozilla in Wikipedia]
* [http://en.wikipedia.org/wiki/Mozilla Mozilla in Wikipedia]

Revision as of 15:02, 4 June 2004

What is Mozilla?

Mozilla is both the name of a web application and the name of the organization that makes it. The Mozilla Application Suite includes a web browser, e-mail software, and more. Mozilla the organization is a non-profit foundation and many volunteers that create the web suite and other applications; The future, cutting edge browser, Firefox, and e-mail program, Thunderbird; other sub-projects and spinoffs of the web suite; products that aid the web application development; and more.

Mozilla and Netscape

Mozilla and Netscape have had an interesting relationship. Netscape was the company that created the open-source Mozilla project by contributing pre-5.0 Netscape beta code. This code was eventually abandoned in favor of a ground-up rewrite of the browser, from which future Netscape releases were made. Although it came too late to help Netscape in the Browser Wars, beta versions of the Mozilla Suite formed the basis for Netscape 6.x versions, and the version 1.0 release of Mozilla was combined with proprietary components such as AIM and Netscape Radio to create Netscape 7.

The Gecko Rendering Engine

Gecko is a rendering engine, the fundemental program that converts web programming code (e.g. HTML and XML) into the web page you see on your screen. It's a component of the Mozilla organizations' web browsers, e-mail programs, and anything else that displays web pages. Gecko has a well-deserved reputation for industry-leading support of web standards, alongside the flexibility to support the non-standard code often found on the web. Gecko correctly renders almost every page on today's web and Gecko helps website developers move forward by supporting the latest in web technologies such as SVG, XML, XSL, CSS, XHTML, and DOM. Gecko also renders the user interface for Mozilla Suite, Firefox, and Thunderbird using XUL, the XML User-interface Language.

Other Links