Difference between revisions of "Firefox"

From Organic Design wiki
(Firefox Extensions: Remove it permenantly - remove ads and thing from sites you don't want to see!)
(News: rm - link gone)
Line 34: Line 34:
 
* console.timeEnd("UNIQUE ID");
 
* console.timeEnd("UNIQUE ID");
  
== News ==
 
*[http://www.nzherald.co.nz/technology/news/article.cfm?c_id=5&objectid=10724422 Firefox add-on 'censorship' knocked back by Mozilla]
 
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 17:30, 23 September 2012

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");