Respuestas para la especialidad JA de Internet - Avanzado

From Pathfinder Wiki
< AY Honors‎ | Internet - AdvancedAY Honors/Internet - Advanced/Answer Key/es /
Revision as of 15:06, 18 May 2021 by W126jep (talk | contribs) (Created page with "</noinclude>")
Other languages:
English • ‎español
Internet - Avanzado

Nivel de destreza

3

Año

2006

Version

20.05.2024

Autoridad de aprobación

Asociación General

Internet Advanced AY Honor.png
Internet - Avanzado
Actividades vocacionales
Nivel de destreza
123
Autoridad de aprobación
Asociación General
Año de introducción
2006
Vea también


1

Tener la especialidad de Internet.


Para consejos e instrucciones, véase Internet.


2

Tener la especialidad de Computadoras.


Para consejos e instrucciones, véase [[AY Honors/Computer/es|]].


3

Definir los siguientes términos (o sus equivalentes) y saber cuándo y cómo se utilizan:


3a

HTTP



3b

Hipervínculo



3c

HTML



3d

Navegador colores seguros y códigos hexadecimales



3e

URL



3f

GIF



3g

JPEG




4

Aprender y demostrar el uso de estas etiquetas HTML o demostrar su equivalente comando de construcción de un sitio web en uno de los lenguajes actuales de creación de sitios web (PHP, XML, etc.)


4a

<html>...</html>



4b

<head>...</head>



4c

<body>....</body>



4d

<h1>...</h1>


4e

<b>...</b>



4f

<i>...</i>



4g

<center>...</center>



4h

<p>...</p>


4i

<br />

Line break (no extra space)

4j

<hr />

Horizontal rule (a line running left-to-right across the page, to separate one section from the next)

4k

<ol>...</ol>

Ordered, or numbered, list. Each list item begins with the tag <li> and falls somewhere between the <ol>...</ol> tags.

Example

<ol> <li>List Item</li> <li>List Item</li> </ol>

Turns into this:

  1. List Item
  2. List Item

4l

<ul>...</ul>

Unordered, or bulleted, list. Again, each list item begins with the tag <li>.

Example

<ul> <li>List Item</li> <li>List Item</li> </ul>

Turns into this:

  • List Item
  • List Item

4m

<a href>

<a href="filename.html">...</a>

A hotlink to another file in the same folder

<a href="http://URL">...</a>

A hotlink to another site. You will have to know the Uniform Resource Locator (URL), or Web address, of any site to which you want to link your page.

4n

<img>

<img src="image.gif">

This tag would insert an image with the filename "image.gif" on the far left side of your page.


A great reference for HTML tags can be found at W3Schools


5

Hacer una tabla simple – incluir texto, un gráfico, una regla horizontal y un enlace. Utilizar códigos hexadecimales de color para el texto. Hacer su título más grande que el texto principal del documento.


6

Aprender acerca de:


6a

Gráficos de la red y ser capaz de explicar el proceso usado para hacer la descarga rápidamente.
  • i. Three web graphics are supported by the majority of web browsers (gif, jpg, and png). JPG are great for photographs, and gifs work well for clipart, navigation buttons, anything that has transparent areas, and just about anything else. PNG graphics are still not widely accepted, but when they are they will be great, offering lossless compression and displaying images on the web. The advantages of PNG is that it supports images with millions of colors and produces background transparency without jagged edges. These files are 3-15% smaller than gifs, the format they were created to replace. They’re also open source, meaning that its free to create them, manipulate them, and use the png codex to create them.
  • ii. Many programs such as Adobe Photoshop and Corel Draw offer a “save to web” feature that lowers the actual number of colors SAVED in the graphic. While millions of colors may be saved in a large digital photograph, by reducing its size and color-depth, it is possible to shrink many pictures to less than 5% of their original size.

6b

Colores seguros en la red y saber cuándo utilizarlos. Utilizar este conocimiento para crear un archivo «jpg» u uno «gif» que sean menores que 15kb, pero que todavía se puede ver fácilmente en un sitio web, y crear por lo menos cinco botones de navegación gráfica y un título para su página web.

From the definitions section you already know what web safe colors are. You should use them whenever you are creating banners, headers, text colors, navigation buttons, or other features of a standard website. Use this knowledge to create a jpg and a gif that are both under 15k, but that are still easily viewable on a website, and to create at least five graphical navigation buttons and a title header for your website.


7

Individualmente o en familia, con la unidad u otro grupo, desarrollar una página web. Todas las páginas del sitio web deben estar «vinculadas», de modo que si alguien visita la «página de inicio» puede hacer clic a cada una de las otras página en el sitio web. El sitio web debería estar integrado por no menos de cuatro páginas. El sitio debe incluir:


7a

Una página de bienvenida que diga el motivo de la página web e incluir por lo menos una imagen o fotografía.


7b

Una página de fotos que muestre las actividades y eventos que la familia o grupo han disfrutado.


7c

Un libro de visitas o la página de contacto donde la gente pueda «firmar» diciendo que ha visitado o un lugar de contact con la dirección de correco electrónico donde la gente pueda enviarle un correco electrónico cuando visitan esta página web.


7d

Una página de enlaces web que usted disfruta. Esta página debe contener, como mínimo, ocho enlaces.


7e

Si la página es de los Conquistadores/grupo de jóvenes/iglesia o un grupo similar, crear una página que contenga el calendario de los próximos eventos.


7f

Mantener la página web anterior, por lo menos tres meses. Mantener la información de la página web actualizada mediante las modificaciones y ediciones del contenido frecuente (añadir fotos, actualizar el calendario, etc.).


Equipment / Resources for fulfilling the Advanced Internet Honor:

  • Computer (either Macintosh or PC) with browser support -- many editing programs are built into the Web 2.0 interface, meaning that all you have to do is login and start editing your webpages/website. OR in some classic environments, you may need to edit with an HTML editing program or WYSIWYG web design program. On a PC, "Notepad" or on a Mac, "TextEdit" can create HTML and freeware such as Komposer (PC, Mac, Linux) are available.
  • A scanner, a digital camera or another means of getting photos on the computer.
  • Web space can be obtained for free almost anywhere, just do a search for “free web hosting.” Be aware that most free sites are ad supported and those ads may NOT support the ideals of your organization. If you are creating a site for an Adventist church/school, you have free website space already from adventistchurchconnect.com. Contact them or login for more information.