Difference between revisions of "Firefox"

From Organic Design wiki
(Firefox Extensions)
(Firefox Extensions: download helper)
Line 7: Line 7:
  
 
== Firefox Extensions ==
 
== Firefox Extensions ==
 +
*[https://addons.mozilla.org/en-US/firefox/addon/3006 Download Helper] ''- download videos from youtube and other online video content sites''
 
*[http://www.getfirebug.com/docs.html Firebug]
 
*[http://www.getfirebug.com/docs.html Firebug]
 
*[http://www.openqa.org/selenium-ide Selenium IDE]
 
*[http://www.openqa.org/selenium-ide Selenium IDE]

Revision as of 09:35, 23 February 2008


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[1] 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


Youtube
Debugging AJAX Application with Firebug (tutorial) CSS editing using Firebug



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");
  • How do I spell Firefox? How do I abbreviate it?. Firefox FAQ. Mozilla.org. Retrieved on 2007-09-08 through [[W:Archive.org]|Archive.org]].