Commonly used words: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(The Status Bar, capatization)
(Added 'URL', 'Address bar', section headings)
Line 1: Line 1:
These are commonly used words throughout the Mozilla Community. These acronyms are commonly used in the IRC chat rooms and in the forums.
These are commonly used words and acronyms throughout the Mozilla Community.
 
=Acronyms=
 
These acronyms are commonly used in the IRC chat rooms and in the forums.


* '''BMO''' or '''b.m.o''' means http://bugzilla.mozilla.org/ - the Mozilla Bug Database
* '''BMO''' or '''b.m.o''' means http://bugzilla.mozilla.org/ - the Mozilla Bug Database
Line 13: Line 17:
* '''TBP''' or '''TBPrefs''' means [http://www.intraplanar.net/projects/tabprefs/ Tabbrowser Preferences], another extension not to be confused with TBE
* '''TBP''' or '''TBPrefs''' means [http://www.intraplanar.net/projects/tabprefs/ Tabbrowser Preferences], another extension not to be confused with TBE
* '''UNCO''' means Unconfirmed, a bug that can't be or hasn't been reproduced by testers
* '''UNCO''' means Unconfirmed, a bug that can't be or hasn't been reproduced by testers
* '''URL''' stands for Uniform Resource Locator. It is the address of a page or file on the web.
* '''WFM''' means WORKSFORME, which is [http://bugzilla.mozilla.org/ Bugzilla] and [http://forums.mozillazine.org/ forum] speak for 'Not broken for me'
* '''WFM''' means WORKSFORME, which is [http://bugzilla.mozilla.org/ Bugzilla] and [http://forums.mozillazine.org/ forum] speak for 'Not broken for me'
* '''XUL''' means Extensible User Interface Language, a dialect of [http://www.w3.org/XML/ XML] (Extensible Markup Language) for creating user interfaces
* '''XUL''' means Extensible User Interface Language, a dialect of [http://www.w3.org/XML/ XML] (Extensible Markup Language) for creating user interfaces
* '''XPCOM''' means Cross Platform Component Object Model, a Mozilla technology that is somewhat similar to Microsoft's COM. deCOMtamination is the process of removing unnecessary uses of XPCOM from the Mozilla codebase in order to improve performance.
* '''XPCOM''' means Cross Platform Component Object Model, a Mozilla technology that is somewhat similar to Microsoft's COM. deCOMtamination is the process of removing unnecessary uses of XPCOM from the Mozilla codebase in order to improve performance.


=Browser-Related Terms=
Here are a few words used commonly when talking about any browser:
Here are a few words used commonly when talking about any browser:
* '''Address bar''' is the space at the top of the browser window which shows the current web page that is being viewed. If you type the address of a new web page there and press enter, you will be taken you to the new page.
* '''Status bar''' is the bar on the bottom of the window that displays various statistics, such as page loading progress, errors, and messages.
* '''Throbber''' is the icon (usually in the upper right corner of the web browser) that animates when the browser is loading a page.  Clicking on this icon usually takes the browser window to the broswer's original home page (ie: www.mozilla.org/products/firefox).
* '''Throbber''' is the icon (usually in the upper right corner of the web browser) that animates when the browser is loading a page.  Clicking on this icon usually takes the browser window to the broswer's original home page (ie: www.mozilla.org/products/firefox).
* '''URL bar''' is the space at the top of the browser window which shows the current web page that is being viewed. Entering a new web page there and pressing enter will take you to the new web page.
* '''URL bar''' is another name for the address bar.
* '''Status bar''' is the bar on the bottom of the window that displays various statistics, such as page loading progress, errors, and messages.


=IRC Acronyms=
<!-- Editor's note: Links to irc:// URLs won't be interpreted by the Wiki properly. -->
<!-- Editor's note: Links to irc:// URLs won't be interpreted by the Wiki properly. -->
And the following is a list of acronyms you will often come across when you're in the Mozilla IRC channels (irc.mozilla.org) - these are in addition to the ones listed above:
And the following is a list of acronyms you will often come across when you're in the Mozilla IRC channels (irc.mozilla.org) - these are in addition to the ones listed above:
Line 30: Line 38:
* '''NP''': No problem
* '''NP''': No problem


=User-Agent String=
Gibberish like this:
Gibberish like this:
* Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.6) Gecko/20040206 Firefox/0.8
* Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.6) Gecko/20040206 Firefox/0.8
...is a Mozilla application's '''UA''' (user agent) string. It specifies exactly which version you're using, which can be useful in tracking down bugs and explaining odd behaviour. It can be found in the application's  Help > About dialogue, or the about: page.
...is a Mozilla application's '''UA''' (user agent) string. It specifies exactly which version you're using, which can be useful in tracking down bugs and explaining odd behaviour. It can be found in the application's  Help > About dialogue, or the about: page.


More to come. [http://www.acronymfinder.com/ Acronym Finder] is a very good resource for finding out what some Mozilla-related acronyms stand for.
=Other Resources=
[http://www.acronymfinder.com/ Acronym Finder] is a very good resource for finding out what some Mozilla-related acronyms stand for.


There is also a [http://www.mozilla.org/docs/jargon.html Mozilla Jargon site] with many definitions for words used by mozilla hackers.
There is also a [http://www.mozilla.org/docs/jargon.html Mozilla Jargon site] with many definitions for words used by mozilla hackers.

Revision as of 10:41, 16 February 2004

These are commonly used words and acronyms throughout the Mozilla Community.

Acronyms

These acronyms are commonly used in the IRC chat rooms and in the forums.

  • BMO or b.m.o means http://bugzilla.mozilla.org/ - the Mozilla Bug Database
  • FB means Firebird, the old name of Firefox, the stand-alone web browser.
  • FF and Fx also mean Firefox.
  • JS means JavaScript, a lightweight browser-based scripting language created by Netscape many moons ago
  • Moz means the Mozilla Suite and, sometimes, Mozilla as an organization
  • MZ means mozillaZine - this site
  • n.p.m means netscape.public.mozilla and refers to the newsgroup heirachy at news.mozilla.org e.g. n.p.m.seamonkey refers to the netscape.public.mozilla.seamonkey group at news.mozilla.org
  • RFE means Request For Enhancement - a feature request
  • TB means Thunderbird, the stand-alone mail client
  • TBE means Tabbrowser Extensions, an extension for Mozilla and Firefox that gives extra options for tabs and tabbed browsing
  • TBP or TBPrefs means Tabbrowser Preferences, another extension not to be confused with TBE
  • UNCO means Unconfirmed, a bug that can't be or hasn't been reproduced by testers
  • URL stands for Uniform Resource Locator. It is the address of a page or file on the web.
  • WFM means WORKSFORME, which is Bugzilla and forum speak for 'Not broken for me'
  • XUL means Extensible User Interface Language, a dialect of XML (Extensible Markup Language) for creating user interfaces
  • XPCOM means Cross Platform Component Object Model, a Mozilla technology that is somewhat similar to Microsoft's COM. deCOMtamination is the process of removing unnecessary uses of XPCOM from the Mozilla codebase in order to improve performance.

Browser-Related Terms

Here are a few words used commonly when talking about any browser:

  • Address bar is the space at the top of the browser window which shows the current web page that is being viewed. If you type the address of a new web page there and press enter, you will be taken you to the new page.
  • Status bar is the bar on the bottom of the window that displays various statistics, such as page loading progress, errors, and messages.
  • Throbber is the icon (usually in the upper right corner of the web browser) that animates when the browser is loading a page. Clicking on this icon usually takes the browser window to the broswer's original home page (ie: www.mozilla.org/products/firefox).
  • URL bar is another name for the address bar.

IRC Acronyms

And the following is a list of acronyms you will often come across when you're in the Mozilla IRC channels (irc.mozilla.org) - these are in addition to the ones listed above:

  • AFAIK: As far as I know
  • ATM: At the moment
  • BRB: Be right back
  • IIRC: If I remember/recall correctly
  • NP: No problem

User-Agent String

Gibberish like this:

  • Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.6) Gecko/20040206 Firefox/0.8

...is a Mozilla application's UA (user agent) string. It specifies exactly which version you're using, which can be useful in tracking down bugs and explaining odd behaviour. It can be found in the application's Help > About dialogue, or the about: page.

Other Resources

Acronym Finder is a very good resource for finding out what some Mozilla-related acronyms stand for.

There is also a Mozilla Jargon site with many definitions for words used by mozilla hackers.