Difference between revisions of "Firefox"

From Organic Design wiki
(don't embed tutorial vids, just link)
m
Line 1: Line 1:
[[Category:Legacy]][[Category:Software]]
+
[[W:Mozilla Firefox]] is a graphical [[W:web browser|web browser]] developed by the [[W:Mozilla Corporation|Mozilla Corporation]], and a large community of external contributors.  Firefox, officially abbreviated as '''Fx''' or '''fx''' and popularly abbreviated '''FF''', started as a [[W:fork (software development)|fork]] of the [[W:Netscape Navigator|Navigator]] browser component of the [[W:Mozilla Application Suite|Mozilla Application Suite]].  Firefox has replaced the Mozilla Suite as the flagship product of the Mozilla project, under the direction of the [[W:Mozilla Foundation|Mozilla Foundation]].
 
 
 
 
'''Mozilla Firefox''' is a graphical [[W:web browser|web browser]] developed by the [[W:Mozilla Corporation|Mozilla Corporation]], and a large community of external contributors.  Firefox, officially abbreviated as '''Fx''' or '''fx'''<ref>[http://web.archive.org/web/20070528003417/http://www.mozilla.org/support/firefox/faq How do I spell Firefox? How do I abbreviate it?]. ''Firefox FAQ''. Mozilla.org. Retrieved on [[W:2007-09-08|2007-09-08]] through [[W:Archive.org]|Archive.org]].</ref> and popularly abbreviated '''FF''', started as a [[W:fork (software development)|fork]] of the [[W:Netscape Navigator|Navigator]] browser component of the [[W:Mozilla Application Suite|Mozilla Application Suite]].  Firefox has replaced the Mozilla Suite as the flagship product of the Mozilla project, under the direction of the [[W:Mozilla Foundation|Mozilla Foundation]].
 
 
 
* [[W:Mozilla Firefox]]
 
  
 
== Firefox Extensions ==
 
== Firefox Extensions ==
Line 37: Line 32:
 
* console.time("UNIQUE ID");
 
* console.time("UNIQUE ID");
 
* console.timeEnd("UNIQUE ID");
 
* console.timeEnd("UNIQUE ID");
 +
[[Category:Software]]

Revision as of 00:04, 10 July 2008

W:Mozilla Firefox is a graphical web browser developed by the Mozilla Corporation, and a large community of external contributors. Firefox, officially abbreviated as Fx or fx and popularly abbreviated FF, started as a fork of the Navigator browser component of the Mozilla Application Suite. Firefox has replaced the Mozilla Suite as the flagship product of the Mozilla project, under the direction of the Mozilla Foundation.

Firefox Extensions

Firebug tutorials

Videos

Logging functions

  • console.log(variable);
  • console.log("The value of StringVariable is %s, StringVariable);
  • console.info(variable);
  • console.warn(variable);
  • console.error(variable);
  • debugger; # Breaks execution at debugger point -Select Options → Break on errors
  • console.time("UNIQUE ID");
  • console.timeEnd("UNIQUE ID");