Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 1108363 of Web technology For developers

  • Revision slug: Web
  • Revision title: Web Technology For Developers
  • Revision id: 1108363
  • Created:
  • Creator: fscholz
  • Is current revision? No
  • Comment

Revision Content

The open Web presents incredible opportunities for developers. To take full advantage of these technologies, you need to know how to use them. Below you'll find the links to MDN's documentation on Web technologies.

Web Technologies

Basics

HTML
HyperText Markup Language is the language used to describe and define the content of a Web page in a well-structured format.
CSS
Cascading Style Sheets (CSS) are used to describe the appearance of Web content.
HTTP
Hypertext Transfer Protocol (HTTP) is an application-layer protocol for transmitting hypermedia documents, such as HTML.

Scripting

JavaScript
JavaScript is the programming language that runs in the browser, which is used to build advanced interactive Web sites and applications for secure browser execution.
Web APIs
Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the DOM and all of the related APIs and interfaces you can use to build Web content and apps.

Graphics

SVG
Scalable Vector Graphics let you describe images as sets of vectors (lines) and shapes in order to allow them to scale smoothly regardless of the size at which they're drawn.
WebGL
WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0, which can be used in HTML {{HTMLElement("canvas")}} elements.

Other

MathML
Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.

Documentation by Type

Web Developer Guide
The Web Developer Guide provides useful how-to content to help you actually use Web technologies to do what you want or need.
Tutorials for Web Developers
A list of tutorials to take you step-by-step through learning APIs, technologies, or broad topic areas.
References
This page will offer links to all reference information on MDN, but it is still under development.

Other Topics

Developing Web Applications
Documentation for Web application developers; Web apps are true write-once, deploy anywhere apps for mobile, desktop, and Firefox OS.
Accessibility
Accessibility in Web development means enabling as many people as possible to use Web sites, even when those people's abilities are limited in some way. Here we provide information on developing Web content to be accessible.
Security
Ensuring that your Web site or open Web app is secure is critical.

View All...

Revision Source

<p>The open Web presents incredible opportunities for developers. To take full advantage of these technologies, you need to know how to use them. Below you'll find the links to MDN's documentation on Web technologies.</p>

<div class="row topicpage-table">
<div class="section">
<h2 class="Documentation" id="Web_Technologies">Web Technologies</h2>

<h3 id="Basics">Basics</h3>

<dl>
 <dt><a href="/en-US/docs/Web/HTML">HTML</a></dt>
 <dd>HyperText Markup Language is the language used to describe and define the content of a Web page in a well-structured format.</dd>
 <dt><a href="/en-US/docs/Web/CSS">CSS</a></dt>
 <dd>Cascading Style Sheets (CSS) are used to describe the appearance of Web content.</dd>
 <dt><a href="/en-US/docs/Web/HTTP">HTTP</a></dt>
 <dd><strong><dfn>Hypertext Transfer Protocol (HTTP)</dfn></strong> is an <a class="external external-icon" href="https://en.wikipedia.org/wiki/Application_Layer">application-layer</a> protocol for transmitting hypermedia documents, such as HTML.</dd>
</dl>

<h3 id="Scripting">Scripting</h3>

<dl>
 <dt><a href="/en-US/docs/Web/JavaScript">JavaScript</a></dt>
 <dd>JavaScript is the programming language that runs in the browser, which is used to build advanced interactive Web sites and applications for secure browser execution.</dd>
 <dt><a href="/en-US/docs/Web/Reference/API">Web APIs</a></dt>
 <dd>Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the <a href="/en-US/docs/DOM">DOM</a> and all of the related APIs and interfaces you can use to build Web content and apps.
 <ul>
  <li><a href="/en-US/docs/Web/API" title="/en-US/docs/Web/API">Web API interface reference</a> — all interfaces, arranged alphabetically.</li>
  <li>The <a href="/en-US/docs/WebAPI">WebAPI page</a> lists device-access APIs and other APIs useful for applications.</li>
  <li>The <a href="/en-US/docs/Web/Events">Event reference</a> lists all DOM events.</li>
 </ul>
 </dd>
</dl>

<h3 id="Graphics">Graphics</h3>

<dl>
 <dt><a href="/en-US/docs/SVG">SVG</a></dt>
 <dd>Scalable Vector Graphics let you describe images as sets of vectors (lines) and shapes in order to allow them to scale smoothly regardless of the size at which they're drawn.</dd>
 <dt><a href="/en-US/docs/Web/WebGL" title="/en-US/docs/Web/WebGL">WebGL</a></dt>
 <dd>WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0, which can be used in HTML {{HTMLElement("canvas")}} elements.</dd>
</dl>

<h3 id="Other">Other</h3>

<dl>
 <dt><a href="/en-US/docs/Web/MathML">MathML</a></dt>
 <dd>Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.</dd>
</dl>
</div>

<div class="section">
<h2 class="Documentation" id="Documentation_by_Type">Documentation by Type</h2>

<dl>
 <dt><a href="/en-US/docs/Web/Guide">Web Developer Guide</a></dt>
 <dd>The Web Developer Guide provides useful how-to content to help you actually use Web technologies to do what you want or need.</dd>
 <dt><a href="/en-US/docs/Web/Tutorials">Tutorials for Web Developers</a></dt>
 <dd>A list of tutorials to take you step-by-step through learning APIs, technologies, or broad topic areas.</dd>
 <dt><a href="/en-US/docs/Web/Reference">References</a></dt>
 <dd>
 <div class="note">This page will offer links to all reference information on MDN, but it is still under development.</div>
 </dd>
</dl>

<h2 id="Other_Topics">Other Topics</h2>

<dl>
 <dt><a href="/en-US/docs/Web/Apps">Developing Web Applications</a></dt>
 <dd>Documentation for Web application developers; Web apps are true write-once, deploy anywhere apps for mobile, desktop, and Firefox OS.</dd>
 <dt><a href="/en-US/docs/Web/Accessibility">Accessibility</a></dt>
 <dd>Accessibility in Web development means enabling as many people as possible to use Web sites, even when those people's abilities are limited in some way. Here we provide information on developing Web content to be accessible.</dd>
 <dt><a href="/en-US/docs/Web/Security">Security</a></dt>
 <dd>Ensuring that your Web site or open Web app is secure is critical.</dd>
</dl>
</div>
</div>

<p><span class="alllinks"><a href="/en-US/docs/tag/Web">View All...</a></span></p>
Revert to this revision