1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
|
---
title: Tutoriais
slug: Web/Tutorials
tags:
- CSS Guia
- Código
- Desenho da Web
- Fundamental da Web
- HTML
- JavaScript
- MDN
- Principiante
- Tutorial
translation_of: Web/Tutorials
original_slug: Web/Tutoriais
---
<p>As hiperligações nesta página encaminham para uma variedade de tutoriais e materiais de treino. Se está apenas a começar, a aprender o básico, ou é uma mão antiga no desenvolvimento da Web, pode encontrar aqui recursos úteis para as melhores práticas.</p>
<p>Estes recursos são criados por empresas que pensam no futuro e programadores da <em>Web</em> que abraçaram os padrões abertos e as melhores práticas para o desenvolvimento da <em>Web</em> e que fornecem ou permitem traduções, através de uma licença de conteúdo aberto, tal como Creative Commons. .</p>
<h2 id="Para_os_principiantes_na_Web">Para os principiantes na Web</h2>
<dl>
<dt><a href="/pt-PT/docs/Learn/Comecar_com_a_Web">Primeiros passos na Web </a></dt>
<dd><em>Getting started with the Web</em> is a concise series introducing you to the practicalities of web development. You'll set up the tools you need to construct a simple webpage and publish your own simple code.</dd>
</dl>
<h2 class="Documentation" id="Documentation" name="Documentation">HTML - Tutoriais</h2>
<h3 id="Nível_introdutório">Nível introdutório</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/HTML/Introduction_to_HTML">Introduction to HTML</a></dt>
<dd>This module sets the stage, getting you used to important concepts and syntax, looking at applying HTML to text, how to create hyperlinks, and how to use HTML to structure a webpage.</dd>
<dt><strong><a href="https://developer.mozilla.org/en-US/docs/HTML/Element">MDN HTML element reference</a></strong></dt>
<dd>A comprehensive reference for HTML elements, and how the different browsers support them.</dd>
</dl>
</div>
<div class="section">
<dl>
<dt><strong><a href="https://www.theblogstarter.com/html-for-beginners">Creating a Simple Web Page with HTML</a> (The Blog Starter)</strong></dt>
<dd>An HTML guide for beginners that includes explanations of common tags, including HTML5 tags. Also includes a step-by-step guide to creating a basic web page with code examples.</dd>
<dt><strong><a href="http://bit.ly/2z9xSS2">Beginner's Guide to HTML</a> (Website Setup)</strong></dt>
<dd>This HTML guide for beginners teaches you how to set up a basic website using HTML and NEW HTML5 tags. Simple step-by-step tutorial with images and resources that you can use to improve your coding skills.</dd>
<dt><strong><a href="http://wikiversity.org/wiki/Web_Design/HTML_Challenges" rel="external">HTML Challenges</a> (Wikiversity)</strong></dt>
<dd>Use these challenges to hone your HTML skills (for example, "Should I use an <h2> element or a <strong> element?"), focusing on meaningful mark-up.</dd>
</dl>
</div>
</div>
<h3 id="Nível_intermediário">Nível intermediário</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/HTML/Multimedia_and_embedding">Multimedia and embedding</a></dt>
<dd>This module explores how to use HTML to include multimedia in your web pages, including the different ways that images can be included, and how to embed video, audio, and even entire other webpages.</dd>
</dl>
</div>
<div class="section">
<dl>
<dt></dt>
<dt><a href="/en-US/docs/Learn/HTML/Tables">HTML tables</a></dt>
<dd>Representing tabular data on a webpage in an understandable, {{glossary("Accessibility", "accessible")}} way can be a challenge. This module covers basic table markup, along with more complex features such as implementing captions and summaries.</dd>
</dl>
</div>
</div>
<h3 id="Nível_avançado">Nível avançado</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/HTML/Forms">HTML forms</a></dt>
<dd>Forms are a very important part of the Web — these provide much of the functionality you need for interacting with web sites, e.g. registering and logging in, sending feedback, buying products, and more. This module gets you started with creating the client-side parts of forms.</dd>
<dt><strong><a href="https://developer.mozilla.org/en-US/docs/Tips_for_Authoring_Fast-loading_HTML_Pages">Tips for authoring fast-loading HTML pages</a></strong></dt>
<dd>Optimize web pages to provide a more responsive site for visitors and reduce the load on your web server and Internet connection.</dd>
</dl>
</div>
</div>
<h2 class="Documentation" id="Documentation" name="Documentation">CSS - Tutoriais</h2>
<h3 id="Nível_introdutório_2">Nível introdutório</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics">CSS basics</a></dt>
<dd>CSS (Cascading Style Sheets) is the code you use to style your webpage. <em>CSS Basics</em> takes you through what you need to get started. We'll answer questions like: How do I make my text black or red? How do I make my content show up in such-and-such a place on the screen? How do I decorate my webpage with background images and colors?</dd>
<dt><a href="/en-US/docs/Learn/CSS/Introduction_to_CSS">Introduction to CSS</a></dt>
<dd>This module goes in depth with how CSS works, including selectors and properties, writing CSS rules, applying CSS to HTML, how to specify length, color, and other units in CSS, cascade and inheritance, box model basics, and debugging CSS.</dd>
</dl>
</div>
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/CSS/Styling_boxes">Styling boxes</a></dt>
<dd>Next up, we look at styling boxes, one of the fundamental steps towards laying out a web page. In this module we recap the box model then look at controlling box layouts by setting padding, borders and margins, setting custom background colors, images and other features, and fancy features such as drop shadows and filters on boxes.</dd>
<dt><a href="/en-US/docs/Learn/CSS/Styling_text">Styling text</a></dt>
<dd>Here we look at text styling fundamentals, including setting font, boldness, and italics, line and letter spacing, and drop shadows and other text features. We round off the module by looking at applying custom fonts to your page, and styling lists and links.</dd>
<dt><strong><a href="https://developer.mozilla.org/en-US/docs/Common_CSS_Questions">Common CSS Questions</a></strong></dt>
<dd>Common questions and answers for beginners.</dd>
</dl>
</div>
</div>
<h3 id="Nível_intermediário_2">Nível intermediário</h3>
<div class="row topicpage-table" style="width: 100%;">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/CSS/CSS_layout">CSS layout</a></dt>
<dd>At this point we've already looked at CSS fundamentals, how to style text, and how to style and manipulate the boxes that your content sits inside. Now it's time to look at how to place your boxes in the right place in relation to the viewport, and one another. We have covered the necessary prerequisites so can now dive deep into CSS layout, looking at different display settings, traditional layout methods involving float and positioning, and new fangled layout tools like flexbox.</dd>
<dt><strong><a href="https://developer.mozilla.org/en-US/docs/CSS/CSS_Reference">CSS reference</a></strong></dt>
<dd>Complete reference to CSS, with details on support by Firefox and other browsers.</dd>
</dl>
</div>
<div class="section">
<dl>
<dt><strong><a href="http://www.alistapart.com/articles/fluidgrids/" rel="external">Fluid Grids</a> (A List Apart)</strong></dt>
<dd>Design layouts that fluidly resize with the browser window, while still using a typographic grid.</dd>
<dt><strong><a href="http://en.wikiversity.org/wiki/Web_Design/CSS_challenges" rel="external">CSS Challenges</a> (Wikiversity)</strong></dt>
<dd>Flex your CSS skills, and see where you need more practice.</dd>
</dl>
</div>
</div>
<h3 id="Nível_avançado_2">Nível avançado</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><strong><a href="/en-US/docs/Web/CSS/CSS_Transforms/Using_CSS_transforms">Using CSS transforms</a></strong></dt>
<dd>Apply rotation, skewing, scaling, and translation using CSS.</dd>
<dt><strong><a href="https://developer.mozilla.org/en-US/docs/CSS/CSS_transitions">CSS transitions</a></strong></dt>
<dd>CSS transitions, part of the draft CSS3 specification, provide a way to animate changes to CSS properties, instead of having the changes take effect instantly.</dd>
</dl>
</div>
<div class="section">
<dl>
<dt><strong><a href="http://www.html5rocks.com/tutorials/webfonts/quick/" rel="external">Quick Guide to Implement Web Fonts with @font-face</a> (HTML5 Rocks)</strong></dt>
<dd>The @font-face feature from CSS3 allows you to use custom typefaces on the web in an accessible, manipulatable, and scalable way.</dd>
<dt><strong><a href="http://davidwalsh.name/starting-css" rel="external">Starting to Write CSS</a> (David Walsh)</strong></dt>
<dd>An introduction to tools and methodologies to write more succinct, maintainable, and scalable CSS.</dd>
</dl>
</div>
</div>
<div class="section">
<dl>
<dt><a href="/en-US/docs/Web/API/Canvas_API/Tutorial">Canvas tutorial</a></dt>
<dd>Learn how to draw graphics using scripting using the canvas element.</dd>
<dt><strong><a href="http://html5doctor.com/" rel="external">HTML5 Doctor</a></strong></dt>
<dd>Articles about using HTML5 right now.</dd>
</dl>
</div>
<h2 class="Documentation" id="Documentation" name="Documentation">Javascript - Tutoriais</h2>
<h3 id="Nível_introdutório_3">Nível introdutório</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt></dt>
<dt><a href="/en-US/docs/Learn/JavaScript/First_steps">JavaScript first steps</a></dt>
<dd>In our first JavaScript module, we first answer some fundamental questions such as "what is JavaScript?", "what does it look like?", and "what can it do?", before moving on to taking you through your first practical experience of writing JavaScript. After that, we discuss some key JavaScript features in detail, such as variables, strings, numbers and arrays.</dd>
<dt><a href="/en-US/docs/Learn/JavaScript/Building_blocks">JavaScript building blocks</a></dt>
<dd>In this module, we continue our coverage of all JavaScript's key fundamental features, turning our attention to commonly-encountered types of code block such as conditional statements, loops, functions, and events. You've seen this stuff already in the course, but only in passing — here we'll discuss it all explicitly.</dd>
</dl>
</div>
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics">Getting started with JavaScript</a></dt>
<dd>What is JavaScript and how can it help you?</dd>
<dt><strong><a href="http://www.codecademy.com/">Codecademy</a> (Codecademy)</strong></dt>
<dd>Codecademy is a easy way to learn how to code JavaScript. It's interactive and you can do it with your friends.</dd>
</dl>
</div>
</div>
<h3 id="Nível_intermediário_3">Nível intermediário</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Learn/JavaScript/Objects">Introducing JavaScript objects</a></dt>
<dd>In JavaScript, most things are objects, from core JavaScript features like strings and arrays to the browser APIs built on top of JavaScript. You can even create your own objects to encapsulate related functions and variables into efficient packages. The object-oriented nature of JavaScript is important to understand if you want to go further with your knowledge of the language and write more efficient code, therefore we've provided this module to help you. Here we teach object theory and syntax in detail, look at how to create your own objects, and explain what JSON data is and how to work with it.</dd>
<dt><a href="/en-US/docs/Learn/JavaScript/Client-side_web_APIs">Client-side web APIs</a></dt>
<dd>When writing client-side JavaScript for web sites or applications, you won't go very far before you start to use APIs — interfaces for manipulating different aspects of the browser and operating system the site is running on, or even data from other web sites or services. In this module we will explore what APIs are, and how to use some of the most common APIs you'll come across often in your development work. </dd>
</dl>
</div>
<div class="section">
<dl>
<dt><strong><a href="https://developer.mozilla.org/en-US/docs/A_re-introduction_to_JavaScript">A re-Introduction to JavaScript</a></strong></dt>
<dd>A recap of the JavaScript programming language aimed at intermediate-level developers.</dd>
<dt><strong><a href="http://eloquentjavascript.net/" rel="external">Eloquent JavaScript</a></strong></dt>
<dd>A comprehensive guide to intermediate and advanced JavaScript methodologies.</dd>
<dt><strong><a href="http://speakingjs.com/es5/" rel="external">Speaking JavaScript</a> (Dr. Axel Rauschmayer)</strong></dt>
<dd>For programmers who want to learn JavaScript quickly and properly, and for JavaScript programmers who want to deepen their skills and/or look up specific topics.</dd>
<dt><strong><a href="http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/" rel="external">Essential JavaScript Design Patterns</a> (Addy Osmani)</strong></dt>
<dd>An introduction to essential JavaScript design patterns.</dd>
</dl>
</div>
</div>
<h3 id="Nível_avançado_3">Nível avançado</h3>
<div class="row topicpage-table">
<div class="section">
<dl>
<dt><a href="/en-US/docs/Web/JavaScript/Guide">JavaScript Guide</a></dt>
<dd>A comprehensive, regularly updated guide to JavaScript for all levels of learning from beginner to advanced.</dd>
<dt><strong><a href="https://github.com/getify/You-Dont-Know-JS" rel="external">You Don't Know JS</a> (Kyle Simpson)</strong></dt>
<dd>A series of books diving deep into the core mechanisms of the JavaScript language.</dd>
<dt><strong><a href="http://bonsaiden.github.com/JavaScript-Garden/" rel="external">JavaScript Garden</a></strong></dt>
<dd>Documentation of the most quirky parts of JavaScript.</dd>
<dt><strong><a href="http://exploringjs.com/es6/" rel="external">Exploring ES6</a> (Dr. Axel Rauschmayer)</strong></dt>
<dd>Reliable and in-depth information on ECMAScript 2015.</dd>
</dl>
</div>
<div class="section"><strong><a href="http://shichuan.github.io/javascript-patterns" rel="external">Javascipt Patterns</a></strong>
<dl>
<dd>A JavaScript pattern and antipattern collection that covers function patterns, jQuery patterns, jQuery plugin patterns, design patterns, general patterns, literals and constructor patterns, object creation patterns, code reuse patterns, DOM.</dd>
<dt><strong><a href="http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/">How browsers work</a></strong></dt>
<dd>A detailed research article describing different modern browsers, their engines, page rendering etc.</dd>
<dt><a href="https://github.com/bolshchikov/js-must-watch">JavaScript Videos</a> (GitHub)</dt>
<dd>A collection of JavaScript videos to watch.</dd>
</dl>
</div>
</div>
<h3 id="Desenvolvimento_de_Extensão">Desenvolvimento de Extensão</h3>
<div class="row topicpage-table" style="width: 100%;">
<div class="section">
<dl>
<dt><a href="/pt-PT/Add-ons/WebExtensions">WebExtensions</a></dt>
<dd>WebExtensions is a cross-browser system for developing browser add-ons. To a large extent the system is compatible with the <a class="external-icon external" href="https://developer.chrome.com/extensions">extension API</a> supported by Google Chrome and Opera. Extensions written for these browsers will in most cases run in Firefox or <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/">Microsoft Edge</a> with <a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Porting_from_Google_Chrome">just a few changes</a>. The API is also fully compatible with <a href="https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox">multiprocess Firefox</a>.</dd>
</dl>
</div>
</div>
|