Web page diagnostic tools: Difference between revisions

From Joomla! Documentation

Toivo (talk | contribs)
m Fixed broken links to Firefox addons, added Joomla Developer Toolbox
Tom Hutchison (talk | contribs)
Line 20: Line 20:
When viewing the page, right click and choose "Inspect Element" to start 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.opera.com/dragonfly/documentation/ Introduction to Opera Dragonfly] (Opera 10+)
{{#ev:youtube|BeTzJ-HGLo4}}
{{#widget:YouTube|BeTzJ-HGLo4}}
 
=== Safari Web Browser ===
=== 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}})
* How to enable the [http://developer.apple.com/internet/safari/faq.html#anchor14 Safari 3.x Developer Menu] ({{os|mac}} {{os|win}})

Revision as of 04:03, 25 January 2015

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

  • Firebug is an Add-on for Firefox 1.5+
For more information, please watch the free video tutorial on using Firebug with Joomla.)

Internet Explorer Web Browser

Opera Web Browser

Opera has a built-in diagnostic tool called Dragonfly. When viewing the page, right click and choose "Inspect Element" to start Dragonfly.

Safari Web Browser