From 040852a09efb3bade338214269cb816209af5eab Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Sat, 31 Jul 2021 12:18:23 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br) (#1738) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👍🏽 --- .../web/guide/ajax/getting_started/index.html | 2 +- files/pt-br/web/guide/ajax/index.html | 2 +- .../web/guide/html/editable_content/index.html | 2 +- .../introduction_to_web_development/index.html | 42 +++++++++++----------- .../guide/mobile/mobile-friendliness/index.html | 2 +- .../web/guide/mobile/separate_sites/index.html | 2 +- 6 files changed, 26 insertions(+), 26 deletions(-) (limited to 'files/pt-br/web/guide') diff --git a/files/pt-br/web/guide/ajax/getting_started/index.html b/files/pt-br/web/guide/ajax/getting_started/index.html index 6cdddaddce..128dff7451 100644 --- a/files/pt-br/web/guide/ajax/getting_started/index.html +++ b/files/pt-br/web/guide/ajax/getting_started/index.html @@ -97,7 +97,7 @@ httpRequest.send(null);

* readyState é algo como "estado de prontidão", mostra qual é o status do processo que está sendo executado e se está sendo executado.

-

(Fonte)

+

(Fonte)

A próxima coisa a se checar é o código de resposta do servidor HTTP. Todos os possíveis códigos estão listados no site do W3C. No exemplo a seguir, nós tratamos do retorno bem sucedido ou mal sucedido da requisição HTTP do AJAX, verificando se o código de resposta for 200.

diff --git a/files/pt-br/web/guide/ajax/index.html b/files/pt-br/web/guide/ajax/index.html index e5cebbc532..1fcf1fe60d 100644 --- a/files/pt-br/web/guide/ajax/index.html +++ b/files/pt-br/web/guide/ajax/index.html @@ -28,7 +28,7 @@ Uma introdução ao AJAX.
Jesse James Garrett, of adaptive path, wrote this article in February 2005, introducing AJAX and its related concepts.
A Simpler Ajax Path
"As it turns out, it's pretty easy to take advantage of the XMLHttpRequest object to make a web app act more like a desktop app while still using traditional tools like web forms for collecting user input."
-
Fixing the Back Button and Enabling Bookmarking for AJAX Apps
+
Fixing the Back Button and Enabling Bookmarking for AJAX Apps
Mike Stenhouse has penned this article, detailing some methods you can use to fix back button and bookmarking issues when developing AJAX applications.
Ajax Mistakes
Alex Bosworth has written this article outlining some of the mistakes AJAX application developers can make.
diff --git a/files/pt-br/web/guide/html/editable_content/index.html b/files/pt-br/web/guide/html/editable_content/index.html index 74c41e4762..4a88aae602 100644 --- a/files/pt-br/web/guide/html/editable_content/index.html +++ b/files/pt-br/web/guide/html/editable_content/index.html @@ -46,7 +46,7 @@ original_slug: Web/Guide/HTML/Content_Editable   </body> </html> -

Você pode ver o exemplo funcionando com com uma integração de JavaScript utilizando LocalStorage aqui. Com a fonte aqui.

+

Você pode ver o exemplo funcionando com com uma integração de JavaScript utilizando LocalStorage aqui. Com a fonte aqui.

Veja também

diff --git a/files/pt-br/web/guide/introduction_to_web_development/index.html b/files/pt-br/web/guide/introduction_to_web_development/index.html index e9e156deef..de2b87598c 100644 --- a/files/pt-br/web/guide/introduction_to_web_development/index.html +++ b/files/pt-br/web/guide/introduction_to_web_development/index.html @@ -26,10 +26,10 @@ original_slug: Web/Guide/Introducao_ao_Desenvolvimento_Web

HTML

@@ -38,9 +38,9 @@ original_slug: Web/Guide/Introducao_ao_Desenvolvimento_Web

JavaScript

@@ -50,46 +50,46 @@ original_slug: Web/Guide/Introducao_ao_Desenvolvimento_Web

Intermediário

Avançado

Recursos

-
W3C Web Education Community Group Wiki
+
W3C Web Education Community Group Wiki
Aborda design web, HTML e HTML5, CSS, JavaScript e acessibilidade. Este é um bom ponto de partida para iniciantes que desejam aprender fundamentos de desenvolvimento web em várias áreas
-
SitePoint
+
SitePoint
Uma referência confiável para aprender HTML, CSS e Javascript que também menciona o suporte através de diferentes navegadores e erros conhecidos.
-
HTMLDog
+
HTMLDog
Uma completa e excelente página de referência sobre HTML e CSS para iniciantes.
-
HTML, CSS, and Javascript do Ground Up
+
HTML, CSS, and Javascript do Ground Up
Estes videos tutoriais de fácil entedimento de especialistas da Google abordam os básicos de HTML, CSS e JavaScript.
-
Tutoriais iniciantes de CSSTutorial.net
+
Tutoriais iniciantes de CSSTutorial.net
Uma grande variedade de textos e video tutoriais que abordam os aspectos básicos ao intermediário do CSS.
-
Tutoriais CSS do Tizag
+
Tutoriais CSS do Tizag
Uma referência fácil de seguir para aqueles que desejam aprender CSS através de tutoriais curtos e concisos
-
Fundamentos do jQuery
+
Fundamentos do jQuery
Um livro de referência de código aberto com instruções detalhadas para iniciantes de JavaScript e jQuery.
-
JavaScript From Null: Uma série de vídeos
+
JavaScript From Null: Uma série de vídeos
Uma série de videos sobre JavaScript para completos iniciantes que buscam uma abordagem mais visual de aprendizado.
diff --git a/files/pt-br/web/guide/mobile/mobile-friendliness/index.html b/files/pt-br/web/guide/mobile/mobile-friendliness/index.html index f0fd58179b..122681df24 100644 --- a/files/pt-br/web/guide/mobile/mobile-friendliness/index.html +++ b/files/pt-br/web/guide/mobile/mobile-friendliness/index.html @@ -26,6 +26,6 @@ original_slug: Web_Development/Mobile/Mobile-friendliness

Original document information

-

Originally published on 4 May, 2011 on the Mozilla Webdev blog as "Approaches to Mobile Web Development Part 1 - What is Mobile Friendliness?", by Jason Grlicky.

+

Originally published on 4 May, 2011 on the Mozilla Webdev blog as "Approaches to Mobile Web Development Part 1 - What is Mobile Friendliness?", by Jason Grlicky.

 

diff --git a/files/pt-br/web/guide/mobile/separate_sites/index.html b/files/pt-br/web/guide/mobile/separate_sites/index.html index b613cf74d8..004df18f95 100644 --- a/files/pt-br/web/guide/mobile/separate_sites/index.html +++ b/files/pt-br/web/guide/mobile/separate_sites/index.html @@ -26,6 +26,6 @@ original_slug: Web_Development/Mobile/Sites_separados

Original document information

-

This article was originally published on 13 May 2011, on the Mozilla Webdev blog as "Approaches to Mobile Web Development Part 2 – Separate Sites", by Jason Grlicky.

+

This article was originally published on 13 May 2011, on the Mozilla Webdev blog as "Approaches to Mobile Web Development Part 2 – Separate Sites", by Jason Grlicky.

 

-- cgit v1.2.3-54-g00ecf