- Protocol |
- Used for |
- Created in |
+ Protocolo |
+ Utilizado para |
+ Creado en |
FTP
|
- File transfer |
+ Transferencia de Archivos. |
1971 |
SMTP
|
- Sending Emails |
+ Enviar correos electrónicos. |
1971 |
IMAP
|
- Receiving Emails |
+ Recibir correos electrónicos |
1986 |
@@ -103,7 +104,7 @@ Each of them serves a different purpose:
HTTP
|
- Browsing HTML documents (Webpages) |
+ Navegar por documentos HTML (páginas Web) |
1989 |
@@ -111,35 +112,35 @@ Each of them serves a different purpose:
### URL
-Now that we've seen how domains and protocols, we can build a **URL**: a **U**niform **R**esource **L**ocator.
+Ahora que hemos visto que existen los dominios y los protocolos, podemos construir un **URL**: **U**niform **R**esource **L**ocator. _(Localizador de Recursos Uniforme)_
-For example, the current page's URL is `http://marksheet.io/internet.html`, and can be divided in 3 parts:
+Por ejemplo, el URL de página actual es `http://marksheet.io/internet.html`, y puede ser dividido en 3 partes:
-* `http://` is the **protocol**
-* `marksheet.io` is the **domain**
-* `/internet.html` is the **path**
+* `http://` es el **protocolo**
+* `marksheet.io` es el **dominio**
+* `/internet.html` es la **ruta**
-This URL is **unique** and defines
+Este URL es **único** y define
-* _where_ to find something across the internet `marksheet.io/internet.html`
-* _how_ the computer is supposed to read it `http://`
+* _dónde_ encontrar algo en internet `marksheet.io/internet.html`
+* _cómo_ debe leerlo la computadora `http://`
+
+Los URLs pueden ser más complejos a la vista. Puedes leer acerca de la [anatomía de un URL](http://doepud.co.uk/blog/anatomy-of-a-url). (artículo en inglés)
-URLs can be more complex-looking. You can read about the [anatomy of an URL](http://doepud.co.uk/blog/anatomy-of-a-url).
{: .info}
Internet
-: A very large **network** of **computers** connected to each other.
-
-Protocol
-: A set of rules, like a **language**, in which computers **communicate** with each other.
+: Una **red** muy grande de **computadoras** conectadas una a la otra.
-IP address
-: A combination of **numbers** like `91.198.174.192` which acts like a **unique identifier** for a computer connected to the Internet
+Protocolo
+: Un conjunto de reglas, como un **idioma** en el que las computadoras se **comunican** entre sí.
-Domain
-: A **text** like `marksheet.io` which acts like a **unique identifier** for a computer connected to the Internet.
-The difference with IP addresses is that domains are easier to read for **humans**.
+Dirección IP
+: Una combinación de **números** como `91.198.174.192` que actúa como un **identificador único** para una computadora conectada a Internet.
-[^1]: Apart from oceans obviously.
+Dominio
+: Un **texto** como `marksheet.io`que actúa como un **identificador único** para una computadora conectada a Internet.
+La diferencia con las direcciones IP es que los dominios son más fáciles de leer para los **humanos**.
-*[SMTP]: Simple Mail Transfer Protocol
\ No newline at end of file
+[^1]: Que no esté a la mitad del océano, obviamente.
+*[SMTP]: Simple Mail Transfer Protocol (Protocolo de Transferencia de Correo Simple)
\ No newline at end of file
diff --git a/_posts/2015-01-03-web.md b/_posts/2015-01-03-web.md
index 789d5f5..1b80a3b 100644
--- a/_posts/2015-01-03-web.md
+++ b/_posts/2015-01-03-web.md
@@ -1,111 +1,111 @@
---
layout: post
-title: "The
World Wide Web"
-subtitle: "The
Web is one part of the Internet: the
HTTP part"
+title: "
World Wide Web"
+subtitle: "La
Web es una parte de Internet: la parte
HTTP"
section: web
---
-### Web
+### La Web
-We have seen how computers connected on the Internet communicate in different languages called **protocols**, to exchange emails, files, chat messages...
+Hemos visto cómo las computadoras en Internet se comunican en diferentes idiomas llamados **protocolos**, para intercambiar correos electrónicos, archivos, mensajes de chat...
-One of these protocols is called **HTTP**. It's the protocol with which computers share **Webpages** between each other, like the one you're currently reading.
+Uno de estos protocolos se llama **HTTP**. Es el protocolo con el que las computadoras comparten **Páginas Web** entre sí, como la que ahora estás leyendo.
-The **Web** is the part of the Internet where Webpages are shared. You can tell you're browsing the Web if the URL starts with `http://`.
+La **Web** es la parte de Internet donde las Páginas Web son compartidas. Puedes decir que estás navegando la Web si el URL comienza con `http://`.
-### Webpage
+### Página Web
-A Webpage is a **document** written in HTML that is shared across the **Web**.
+Una Página Web es un **documento** escrito en HTML que se comparte a través de la **Web**.
-You open these documents with a **Web browser**.
+Tú abres estos documentos con un **navegador Web**.
-To access a Webpage you can either:
+Para tener acceso a una página web puedes:
-* type its **URL**, like `http://marksheet.io/web.html`
-* click on a **link**, like [this one](http://marksheet.io/internet.html)
+* escribir su **URL**, como `http://marksheet.io/web.html`
+* dar clic en un **link** (hipervínculo), como [este](http://marksheet.io/internet.html)
-Because remember URLs is cumbersome, the Web at its origin is based upon **interlinked documents** to make easy for users to _browse_ the Web.
+Debido a que recordar URLs es engorroso, la Web en un origen se basó en **documentos interligados** para hacer que fuera más fácil para los usuarios _navegar_ la Web.
-### Website
+### Sitio Web
-A **Website** is simply a _collection_ of Webpages located on a **same domain**.
+Un **Sitio Web** es simplemente una _colección_ de Páginas Web que se encuentran en un **mismo dominio**.
* **Web** `http://`
- * Website `marksheet.io`
- * Webpage `/introduction.html`
- * Webpage `/internet.html`
- * Webpage `/web.html`
+ * Sitio Web `marksheet.io`
+ * Página Web `/introduction.html`
+ * Página Web `/internet.html`
+ * Página Web `/web.html`
-### Opening a Webpage in your browser
+### Abriendo una página Web en tu navegador
-By navigating to
, you're asking a computer on the Internet to get the `web.html` document.
+Al navegar a , estás pidiendo a una computadora en Internet que obtenga el documento `web.html`.
-In that case, your computer is the **client**. You're asking the MarkSheet **server** (on which the website is hosted) to get the file called `web.html`.
+En ese caso, tu computadora es el **cliente**. Tu estás pidiendo al **servidor** Marksheet (donde el sitio web está alojado) que obtenga el archivo llamado `web.html`.
- Client
- Your computer
+ Cliente
+ Tu computadora
|
- Hi MarkSheet computer! I'd like the web.html file please
+ Hola computadora Marksheet! Quisiera el archivo web.html por favor.
|
- Server
- The MarkSheet computer
+ Servidor
+ La computadora MarkSheet
|
- Let me check if it's there...
+ Déjame ver si está ahí...
|
- Client
- Your computer
+ Cliente
+ Tu computadora
|
- Ok I'll wait
+ Está bien, esperaré.
|
- Server
- The MarkSheet computer
+ Servidor
+ La computadora Marksheet
|
- Oh, here it is! Let me send that to you.
+ Oh, aquí está, te lo enviaré.
|
- Client
- Your computer
+ Cliente
+ Tu computadora
|
- Got it. Thanks!
+ Lo tengo, ¡gracias!
|
-Your browser is then able to display `web.html`.
+Tu navegador ahora puede mostrar `web.html`.
-The file is **not saved** on your computer though: it is only displayed temporarily while you navigate it. If you go to later, it will ask the MarkSheet computer _again_ for that same file, if it still exists. That way, it ensures you always get the _latest_ version of the file.
+El archivo **no se guarda** en tu computadora: sólo se despliega temporalmente mientras lo navegas. Si quieres ir a después, tu computadora le preguntará a la computadora Marksheet _otra vez_ por ese archivo, si es que existe aún. De este modo, se asegura de que siempre tienes _la última_ versión del archivo.
Web
-: The part of the Internet that uses the **HTTP** protocol.
+: La parte de Internet que utiliza el protocolo **HTTP**
-Webpage
-: A document written in **HTML**.
+Página Web
+: Un documento escrito en **HTML**.
-Website
-: A collection of Webpages on the same **domain**.
+Sitio Web
+: Una colección de Páginas Web en el mismo **dominio**.
-Browser
-: A program that can **open** Webpages in order to display them.
+Navegador
+: Un programa que puede **abrir** Páginas Web con el fin de mostrarlas.
-*[HTTP]: HyperText Transfer Protocol
+*[HTTP]: HyperText Transfer Protocol (Protocolo de Transferencia de HiperTexto)
diff --git a/_posts/2015-01-04-browser.md b/_posts/2015-01-04-browser.md
index 01fe281..d53301c 100644
--- a/_posts/2015-01-04-browser.md
+++ b/_posts/2015-01-04-browser.md
@@ -1,70 +1,70 @@
---
layout: post
-title: "A Web browser"
-subtitle: "A browser is a document viewer. What kind of document? Webpages."
+title: "Un navegador Web"
+subtitle: "Un navegador es un visor de documentos. ¿Qué tipo de documentos? Páginas web."
section: web
---
-You're currently using a _Web browser_ to read this _Webpage_ written in _HTML_.
+Ahora mismo estás usando un _navegador Web_ para leer esta _página web_ escrita en _HTML_.
-### HTML documents
+### Documentos HTML
-**Webpages** are **HTML documents**, like other files on your computer. They are just text files with a `.html` extension.
+**Las páginas web** son **Documentos HTML**, como otros archivos en tu computadora. Son sólo archivos de texto con una extensión `.html`.
-On your computer, you probably have different **types** of files:
+En tu computadora, probablemente tienes diferentes **tipos** de archivos:
-* `.jpg` for images
-* `.mp3` for music
-* `.avi` for videos
-* `.doc` for Word documents
-* `.xls` for Excel spreadsheets
+* `.jpg` para imágenes
+* `.mp3` para música
+* `.avi` para videos
+* `.doc` para documentos de Word
+* `.xls` para hojas de cálculo de Excel
-Each of these _types_ of files can be opened by a specific **program**. Some of these programs can only _open_ these files, while others can both _open_ and _create_ files.
+Cada uno de estos _tipos_ de archivos puede ser abierto por un **programa** en específico. Algunos de estos programas sólo pueden _abrir_ estos archivos, mientras que otros pueden _abrir_ y _crear_ archivos.
-By default, **file extensions** are hidden. In this tutorial, we'll need to be able to edit these extensions. So follow these instructions to display file extensions:
-**Windows**: [Show or hide file name extensions](http://windows.microsoft.com/en-us/windows/show-hide-file-name-extensions)
-**Mac**: [Show and hide filename extensions](https://support.apple.com/kb/PH10845?locale=en_US)
+Por default, **las extensiones de archivos** están ocultas. En este tutorial, necesitaremos poder editar estas extensiones. Así que deberás seguir estas instrucciones para mostrar las extensiones de archivo en tu computadora:
+**Windows**: [Mostrar u ocultar las extensiones de nombre de archivo](https://support.microsoft.com/es-es/help/865219/how-to-show-or-hide-file-name-extensions-in-windows-explorer)
+**Mac**: [Mostrar u ocultar las extensiones de los nombres de archivos](https://support.apple.com/kb/PH25381?locale=es_MX)
{: .info}
-For example:
+Por ejemplo:
-* iTunes can **open** `.mp3` files but can not create them.
-* Microsoft Word can however both **open** and **create** `.doc` files.
+* iTunes puede **abrir** archivos `.mp3` pero no puede crearlos.
+* Microsoft Word, por otro lado puede **abrir** y **crear** archivos `.doc`.
- Program |
- Type |
+ Programa |
+ Tipo |
- Can open these files
+ Puede abrir estos archivos
|
- Can also create these files?
+ También puede crear estos archivos?
|
Microsoft Word |
- Word editor |
+ Editor de textos |
.doc
.docx
|
- Yes |
+ Sí |
Paint |
- Graphics |
+ Gráficos |
.jpg
.gif
.bmp
|
- Yes |
+ Sí |
VLC |
- Video player |
+ Reproductor de video |
.avi
.mpg
@@ -73,7 +73,7 @@ For example:
|
iTunes |
- Music player |
+ Reproductor de música |
.mp3
.wav
@@ -83,7 +83,7 @@ For example:
|
Firefox |
- Web browser |
+ Navegador Web |
.html
|
@@ -91,47 +91,47 @@ For example:
Notepad++ |
- Text editor |
+ Editor de texto |
.text
.html
|
- Yes |
+ Sí |
-The program used to **open** HTML documents is a **browser**, like Firefox or Google Chrome.
-The program used to **create** HTML documents is a **text editor**, like Notepad++ or Sublime Text.
+El programa que se usa para **abrir** documentos HTML es un **navegador**, como Firefox o Google Chrome.
+El programa que se usa para **crear** documentos HTML es un **editor de texto**, como Notepad++ o Sublime Text.
-### HTML source code
+### Código fuente HTML
-HTML code looks like this:
+El código HTML se ve así:
{% highlight html %}
-Hello World
+Hola Mundo
{% endhighlight %}
-This code is written with a **text editor**. You can see the tags `` and `
` that stand for **paragraph**.
+Este código está escrito con un **editor de texto**. Puedes ver las etiquetas ``y `
` que representan un **párrafo**.
-When opened by a **browser**, these tags are **not displayed** but rather **interpreted** by the browser:
+Cuando un **navegador** lo abre, estas etiquetas **no se muestran**, más bien se **interpretan** en el navegador:
-
Hello World
+
Hola Mundo
-The browser sees the `` and `
` tags and understands that `Hello World` is a **paragraph**.
+El navegador ve las etiquetas `` y `
` y entiende que `Hola Mundo` es un **párrafo**.
-Remember that an HTML document can be opened in **2 ways**:
+Recuerda que un documento HTML puede ser abierto de **2 maneras**:
-* by a **text editor** who _sees_ the source code
-* by a **browser** who _interprets_ the source code
+* por un **editor de texto** que _ve_ el código fuente
+* por un **navegador** que _interpreta_ el código fuente
-### List of Web browsers
+### Lista de navegadores Web
-As the Web has become the primary use of the internet, every computer and smartphone comes with a default browser installed.
+Como la Web se ha convertido en el uso principal de Internet, cada computadora y smartphone viene con un navegador instalado por default.
-The most popular ones are:
+Los más populares son:
* [![Chrome](/images/web-browsers/chrome.png)](http://www.google.com/chrome/) **Chrome**
* [![Firefox](/images/web-browsers/firefox.png)](https://www.mozilla.org/firefox/) **Firefox**
@@ -140,14 +140,14 @@ The most popular ones are:
* [![Safari](/images/web-browsers/safari.png)](http://www.apple.com/safari/) **Safari**
{: .software}
-### List of text editors
+### Lista de editores de texto
-The most popular ones are:
+Los más populares son:
* [![Notepad++](/images/text-editors/notepad-plus-plus.png)](https://notepad-plus-plus.org/) **Notepad++**
* [![Sublime Text](/images/text-editors/sublime-text.png)](http://www.sublimetext.com/) **Sublime Text**
{: .software}
-You will need to install one to **write** HTML and CSS.
+Necesitarás installar alguno para **escribir** HTML y CSS.
-While the rest of this tutorial doesn't require to write any code, it's **recommended** to try out the examples yourself.
+Aunque el resto de este tutorial no requiere que escribas el código, es **recomendable** que pruebes los ejemplos por tu cuenta.