Web page diagnostic tools: Difference between revisions

From Joomla! Documentation

Topazgb (talk | contribs)
Cmb (talk | contribs)
Edited the Safari section. Removed the Needs Updating tag.
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Note that this guide applies to Joomla! {{JVer|1.5}} & {{JVer|1.6}}
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.
<noinclude>{{RightTOC}}</noinclude>
=== Mozilla Firefox Web Browser ===
* [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)


=== Mozilla Firefox web browser ===
=== Internet Explorer Web Browser ===
* [http://addons.mozilla.org/firefox/1843/ Firebug] (Firefox 1.5+) (For more information, please watch [[Using Firebug With Your Joomla Website|the free video tutorial on using Firebug with Joomla]].)
'''Note''' Full support for Internet Explorer was discontinued on June 15, 2022.
[[File:Screenshot-368firebug.png|left|thumb|Firebug at work]]
* 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]


=== Opera Web Browser ===
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}})
 
 
 
 
 
* [http://addons.mozilla.org/firefox/60/ Web Developer] toolbar (Firefox 1+, Flock, Seamonkey)
* [http://addons.mozilla.org/firefox/2104/ Simple CSS Viewer] (Firefox 1.5)
 
=== Internet Explorer web browser ===
* [http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038 Microsoft Internet Explorer Developer Toolbar] (MSIE 7)
* [http://www.debugbar.com/?langage=en DebugBar] (MSIE 5 - 8, free for personal use)
* MSIE 8, press SHIFT+F12 or click the [http://msdn.microsoft.com/en-us/library/cc304131(VS.85).aspx Developer Tools] icon in the command bar
* Users of Office XP and later may also install the "Script Debugger" via Office Setup (the debugger is not installed by default)
 
=== Opera web browser ===
Opera has a build in Diagnostic tool called Dragonfly.
When viewing the page, right click and choose "Inspect Element" to start Dragonfly.
* [http://www.opera.com/dragonfly/documentation/ Introduction to Opera Dragonfly] (Opera 10+)
 
* [http://www.youtube.com/watch?v=BeTzJ-HGLo4&width=800&height=480 Video Tutorial]
 
=== Safari web browser ===
* How to enable the [http://developer.apple.com/internet/safari/faq.html#anchor14 Safari 3.x Developer Menu] ({{os|mac}} {{os|win}})
* [http://webkit.org/blog/61/introducing-drosera/ WebKit Drosera JavaScript Debugger] ({{os|mac}} WebKit: {{os|linux}})
<noinclude>
<noinclude>
[[Category:Itemised lists]]
[[Category:Development Reference]]
[[Category:Templates]]
[[Category:References]]
[[Category:Template Development]]
[[Category:Template Development]]
[[Category:Template Reference]]
</noinclude>
</noinclude>

Latest revision as of 18: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

Internet Explorer Web Browser

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

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

Safari Web Browser