Difference between revisions of "Firefox"

From Organic Design wiki
(Intro and move talk content to talk page)
Line 6: Line 6:
 
* [[W:Mozilla Firefox]]
 
* [[W:Mozilla Firefox]]
  
==Firebug==
+
==Firebug tutorials==
*[http://www.getfirebug.com/docs.html Official Firebug Docs]
+
{#tree:openlevels=1|
*[http://michaelsync.net/2007/09/09/firebug-tutorial-logging-profiling-and-commandline-part-i/ Firebug tutorial]
+
*[http://www.getfirebug.com/docs.html Documentation]
 
+
**[http://michaelsync.net/2007/09/09/firebug-tutorial-logging-profiling-and-commandline-part-i/ Firebug tutorial]
===Videos===
+
*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]
*[http://files.jnewland.com/firebug.mov Excellent overview]
+
**[http://files.jnewland.com/firebug.mov Excellent overview]
 +
}}
  
 
*[http://youtube.com/watch?v=W4jXAaEMp2M  Debugging AJAX Application with Firebug]
 
*[http://youtube.com/watch?v=W4jXAaEMp2M  Debugging AJAX Application with Firebug]

Revision as of 19:05, 22 September 2007


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,[2] 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.

Firebug tutorials

{#tree:openlevels=1|

}}

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]].
  • Template:Cite web