Difference between revisions of "Web page diagnostic tools"

From Joomla! Documentation

(Edited the Safari section. Removed the Needs Updating tag.)
 
(40 intermediate revisions by 13 users not shown)
Line 1: Line 1:
==== Diagnostic tools for the Firefox web browser ====
+
Many browsers can act as platforms for diagnostic tools. You can analyze Web pages built with any version of Joomla by using them. These browser tools have many built-in features such as a DOM Inspector, JavaScript Debugger, Network Inspector, Resources Inspector, Storage Inspector, Profiler, Error Log, Remote Debugging, etc. These tools make it easier to see and debug exactly what is being processed by a browser when rendering a web page.
* [https://addons.mozilla.org/firefox/2104/ CSS Viewer]
+
<noinclude>{{RightTOC}}</noinclude>
* [https://addons.mozilla.org/firefox/60/ Web Developer]
+
=== Mozilla Firefox Web Browser ===
* [https://addons.mozilla.org/firefox/1843/ Firebug]
+
* [https://addons.mozilla.org/en-US/firefox/addon/web-developer Web Developer] toolbar (Firefox, Flock, Seamonkey)
 +
* [https://addons.mozilla.org/en-US/firefox/collections/71746/joomla-developer-toolbox/ Joomla Developer Toolbox - a collection of essential extensions for web developers] (Firefox)
  
==== Diagnostic tools for the Internet Explorer web browser ====
+
=== Internet Explorer Web Browser ===
[http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en Internet Explorer Developer Toolbar]
+
'''Note''' Full support for Internet Explorer was discontinued on June 15, 2022.
 +
* MSIE 8+, press ''Shift+F12'' or click the ''Developer Tools'' icon in the command bar
 +
* [https://www.debugbar.com/?langage=en%20 DebugBar] (MSIE 5 - 11, free for personal use)
 +
* Users of Office XP and later may also install the ''Script Debugger'' via Office Setup. (The debugger is not installed by default.)
 +
* See also Microsoft's [https://docs.microsoft.com/en-us/windows/win32/win7appqual/tools-for-debugging-web-applications-and-add-ons Tools for Debugging Web Applications and Add-Ons]
  
<noinclude>[[Category:Itemised lists]]</noinclude>
+
=== Opera Web Browser ===
<noinclude>[[Category:Templates]]</noinclude>
+
Opera has a built-in diagnostic tool. See [https://help.opera.com/en/opera36/explore-advanced-features/#developerTools Streamline development with developer tools]
 +
 
 +
=== Safari Web Browser ===
 +
* Apple Safari [https://developer.apple.com/safari/tools/ Web development tools]  ({{os|mac}} {{os|win}})
 +
* [https://webkit.org/blog/61/introducing-drosera/ WebKit Drosera JavaScript Debugger] ({{os|mac}} WebKit: {{os|linux}})
 +
<noinclude>
 +
[[Category:Development Reference]]
 +
[[Category:Template Development]]
 +
[[Category:Template Reference]]
 +
</noinclude>

Latest revision as of 13:31, 18 July 2022

Many browsers can act as platforms for diagnostic tools. You can analyze Web pages built with any version of Joomla by using them. These browser tools have many built-in features such as a DOM Inspector, JavaScript Debugger, Network Inspector, Resources Inspector, Storage Inspector, Profiler, Error Log, Remote Debugging, etc. These tools make it easier to see and debug exactly what is being processed by a browser when rendering a web page.

Mozilla Firefox Web Browser[edit]

Internet Explorer Web Browser[edit]

Note Full support for Internet Explorer was discontinued on June 15, 2022.

  • MSIE 8+, press Shift+F12 or click the Developer Tools icon in the command bar
  • DebugBar (MSIE 5 - 11, free for personal use)
  • Users of Office XP and later may also install the Script Debugger via Office Setup. (The debugger is not installed by default.)
  • See also Microsoft's Tools for Debugging Web Applications and Add-Ons

Opera Web Browser[edit]

Opera has a built-in diagnostic tool. See Streamline development with developer tools

Safari Web Browser[edit]