summaryrefslogtreecommitdiffstats
path: root/l10n-es-AR/suite/chrome/common/help/developer_tools.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-es-AR/suite/chrome/common/help/developer_tools.xhtml')
-rw-r--r--l10n-es-AR/suite/chrome/common/help/developer_tools.xhtml82
1 files changed, 82 insertions, 0 deletions
diff --git a/l10n-es-AR/suite/chrome/common/help/developer_tools.xhtml b/l10n-es-AR/suite/chrome/common/help/developer_tools.xhtml
new file mode 100644
index 0000000000..224a4b53d3
--- /dev/null
+++ b/l10n-es-AR/suite/chrome/common/help/developer_tools.xhtml
@@ -0,0 +1,82 @@
+<?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>Desarrollo y herramientas para &brandShortName;</title>
+ <link rel="stylesheet" href="helpFileLayout.css" type="text/css" />
+</head>
+
+<body>
+
+<h1 id="web_development_tools">Herramientas de desarrollo web</h1>
+
+<p>
+Para los desarrolladores web, &brandShortName; proporciona distintas
+herramientas que ayudan a escribir y depurar aplicaciones web. Algunas
+de ellas se pueden instalar de manera opcional. Para acceder a estas
+herramientas, abra el menú Herramientas y escoja Desarrollo web.
+</p>
+
+<ul class="separate">
+ <li>
+ <strong id="js_console">Consola de errores</strong>: un ventana
+ de consola que informa de problemas con el código
+ <a href="glossary.xhtml#javascript">JavaScript</a> y CSS en las aplicaciones
+ web así como en la propia aplicación &brandShortName;. Por defecto, se
+ muestran los errores de interpretación CSS y los errores al ejecutar
+ JavaScript. La consola también puede usarse para mostrar mensajes de
+ registro del código <a href="glossary.xhtml#xul">XUL</a> y JavaScript.</li>
+ <li>
+ <strong id="inspector">DOM Inspector</strong>: una herramienta
+ que puede usarse para inspeccionar y editar el DOM de cualquier
+ documento web o aplicación XUL.
+
+ <p>Recursos en línea:</p>
+ <ul>
+ <li><a href="http://www.brownhen.com/DI/">
+ Introducción a DOM Inspector (inglés)</a> (Ian Oeschger)</li>
+ <li><a href="http://www.mozilla.org/projects/inspector/faq.html">FAQ
+ de DOM Inspector (inglés)</a> (mozilla.org)</li>
+ <!-- 2006-01-27: Removed link (404).
+ <li><a
+ href="http://grayrest.com/moz/evangelism/tutorials/dominspectortutorial.shtml"
+ >Gu&iacute;a de grayrest a DOM Inspector (ingl&eacute;s)</a></li>
+ -->
+ <li>Crear aplicaciones con Mozilla - Apéndice B3:
+ <a href="http://books.mozdev.org/html/mozilla-app-b-sect-3.html">DOM
+ Inspector (ingl&eacute;s)</a></li>
+ </ul>
+ </li>
+ <li>
+ <strong id="venkman">JavaScript Debugger</strong>: también conocido como
+ <q>Venkman</q>, esta utilidad le permite depurar JavaScript en
+ &brandShortName;. Permite ejecución paso a paso, puntos de ruptura y muchas
+ otras características.
+
+ <p>Recursos en línea:</p>
+ <ul>
+ <li><a href="http://www.mozilla.org/projects/venkman/">Página de Venkman
+ JavaScript Debugger</a></li>
+ <li><a href="http://www.svendtofte.com/code/learning_venkman/">Aprender
+ el depurador JavaScript Venkman (inglés)</a> (Svend Tofte)</li>
+ <li><a href="http://www.webreference.com/programming/javascript/venkman/"
+ >Depurar JavaScript usando Venkman (inglés)</a> (webreference.com,
+ serie de artículos)</li>
+ <li><a href="http://www.hacksrus.com/~ginda/venkman/">Página de
+ desarrollo de Venkman</a></li>
+ </ul>
+ </li>
+</ul>
+
+</body>
+</html> \ No newline at end of file