summaryrefslogtreecommitdiffstats
path: root/l10n-lt/suite/chrome/common/help/developer_tools.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-lt/suite/chrome/common/help/developer_tools.xhtml')
-rw-r--r--l10n-lt/suite/chrome/common/help/developer_tools.xhtml61
1 files changed, 61 insertions, 0 deletions
diff --git a/l10n-lt/suite/chrome/common/help/developer_tools.xhtml b/l10n-lt/suite/chrome/common/help/developer_tools.xhtml
new file mode 100644
index 0000000000..88949fd5f1
--- /dev/null
+++ b/l10n-lt/suite/chrome/common/help/developer_tools.xhtml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
+ <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
+ %brandDTD;
+]>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>&brandShortName; Tools and Development</title>
+<link rel="stylesheet" href="helpFileLayout.css"
+ type="text/css"/>
+</head>
+<body>
+
+<h1 id="web_development_tools">Web Development Tools</h1>
+
+<p>For web developers, &brandShortName; provides several tools to aid in
+ developing and debugging <a href="glossary.xhtml#web_application">web
+ applications</a>. Some of these are optional installs. To access these
+ tools, open the Tools menu and choose Web Development.</p>
+
+<ul class="separate">
+ <li id="js_console">
+ <strong>Error Console</strong>: a console window that reports problems
+ with <a href="glossary.xhtml#javascript">JavaScript</a> and CSS code in
+ web applications and the &brandShortName; application itself. By default,
+ CSS parsing errors and JavaScript errors are displayed. The console can
+ also be used to display logged messages from <a href="glossary.xhtml#xul">
+ XUL</a> and JavaScript code.
+ </li>
+ <li id="inspector">
+ <strong>DOM Inspector</strong>: a tool that can be
+ used to inspect and edit the DOM of any web document or XUL
+ application.
+
+ <p>Online resources:</p>
+
+ <ul>
+ <li><a href="http://www.brownhen.com/DI/">Introduction to the DOM
+ Inspector</a> (Ian Oeschger)</li>
+ <li><a href="http://www.mozilla.org/projects/inspector/faq.html">DOM
+ Inspector FAQ</a> (mozilla.org)</li>
+ <!-- 2006-01-27: Removed link (404).
+ <li><a href="http://gr.ayre.st/moz/evangelism/tutorials/dominspectortutorial.shtml">grayrest&apos;s
+ Guide to the DOM Inspector</a></li>
+ -->
+ <li>Creating Applications with Mozilla - Appendix B3:
+ <a href="http://books.mozdev.org/html/mozilla-app-b-sect-3.html">The
+ DOM Inspector</a></li>
+ </ul>
+ </li>
+</ul>
+
+</body>
+</html>