Difference between revisions of "Firefox"

From Organic Design wiki
(Language - kill en_US)
m
Line 14: Line 14:
 
*[http://alternateidea.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug An In-depth Look At The Future of Javascript Debugging With Firebug]
 
*[http://alternateidea.com/blog/articles/2006/05/12/an-in-depth-look-at-the-future-of-javascript-debugging-with-firebug An In-depth Look At The Future of Javascript Debugging With Firebug]
 
*[http://developer.mozilla.org/en/docs/FirebugInternals Firebug Internals]
 
*[http://developer.mozilla.org/en/docs/FirebugInternals Firebug Internals]
 
=== Videos ===
 
 
*[http://www.digitalmediaminute.com/screencast/firebug-js/ 14 min Tutorial]
 
*[http://www.digitalmediaminute.com/screencast/firebug-js/ 14 min Tutorial]
 
*[http://gougeyoureyesout.com/cssFun/2007/01/firebug-10-is-out-talk-for-power-users.html Joe Hewitt highlights]
 
*[http://gougeyoureyesout.com/cssFun/2007/01/firebug-10-is-out-talk-for-power-users.html Joe Hewitt highlights]
Line 23: Line 21:
 
**[http://www.youtube.com/watch?v=FsX6qwQqGgQ CSS editing using Firebug]
 
**[http://www.youtube.com/watch?v=FsX6qwQqGgQ CSS editing using Firebug]
  
== Firefox news ==
+
== See also ==
 
*[http://arstechnica.com/gadgets/2013/05/what-the-future-could-hold-for-firefox-os/ What the future could hold for Firefox OS] ''- competing with iOS and Android on their own turf isn't going to work''
 
*[http://arstechnica.com/gadgets/2013/05/what-the-future-could-hold-for-firefox-os/ What the future could hold for Firefox OS] ''- competing with iOS and Android on their own turf isn't going to work''
 
+
[[Category:Libre software]]
=== 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");
 
 
 
[[Category:Software]]
 

Revision as of 16:01, 28 July 2013

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.

Addons

  • Language: Install the en_GB languages and if en_US keeps re-establishing itself as the default, you can forcefully remove the en_US* files from /usr/lib/xulrunner-*/dictionaries/.
  • DoNotTrackMe (from here) or Ghostery (from here)
  • Flash player (apt-get install flashplugin-nonfree)
  • Download Helper - download videos from youtube and other online video content sites
  • Firebug

Firebug tutorials

See also