Buscar Tema

Mostrando entradas con la etiqueta informatica. Mostrar todas las entradas
Mostrando entradas con la etiqueta informatica. Mostrar todas las entradas

lunes, 27 de julio de 2009

3ero U2 Tema3_1 Html 2009

TERCER AÑO DE BACHILLERATO

UNIDAD II: PRESENCIA EN INTERNET

AÑO 2009 - 2010

Tema 3 _ 1: HTML y lenguajes script

Objetivo: Utilizar HTML o lenguajes scripts para mejorar la funcionalidad o presentación del Blog o sitio web.

HTML, siglas de HyperText Markup Language (Lenguaje de Marcas de Hipertexto), es el lenguaje de marcado predominante para la construcción de páginas web. Es usado para describir la estructura y el contenido en forma de texto, así como para complementar el texto con objetos tales como imágenes. HTML se escribe en forma de "etiquetas", rodeadas por corchetes angulares (<,>). HTML también puede describir, hasta un cierto punto, la apariencia de un documento, y puede incluir un script (por ejemplo Javascript), el cual puede afectar el comportamiento de navegadores web y otros procesadores de HTML.

HTML también es usado para referirse al contenido del tipo de MIME text/html o todavía más ampliamente como un término genérico para el HTML, ya sea en forma descendida del XML (como XHTML 1.0 y posteriores) o en forma descendida directamente de SGML (como HTML 4.01 y anteriores).

Códigos HTML básicos : define el inicio del documento HTML, le indica al navegador que lo que viene a continuación debe ser interpretado como código HTML.

  • : define la cabecera del documento HTML, esta cabecera suele contener información sobre el documento que no se muestra directamente al usuario. Como por ejemplo el título de la ventana del navegador. Dentro de la cabecera podemos encontrar:

Un ejemplo de código HTML con coloreado de sintaxis

· </span></code>: define el título de la página. Por lo general, el título aparece en la barra de título encima de la ventana</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><link></span></code>: para vincular el sitio a <a href="http://es.wikipedia.org/wiki/Hojas_de_estilo_en_cascada" title="Hojas de estilo en cascada"><span style="">hojas de estilo</span></a> o iconos Por ejemplo:<code><span style="font-size: 10pt;"><link rel="stylesheet" href="/style.css" type="text/css"></span></code></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><style></span></code>: para colocar el estilo interno de la página, ya sea usando <a href="http://es.wikipedia.org/wiki/Hojas_de_estilo_en_cascada" title="Hojas de estilo en cascada"><span style="">CSS</span></a>, <a href="http://es.wikipedia.org/wiki/JavaScript" title="JavaScript"><span style="">JavaScript</span></a> u otros lenguajes similares. No es necesario colocarlo si se va a vincular a un archivo externo usando la etiqueta <code><span style="font-size: 10pt;"><link></span></code></p> <ul type="disc"> <li class="MsoNormal" style=""><code><span style="font-size: 10pt;"><body></span></code>: define el contenido principal o cuerpo del documento. Esta es la parte del documento html que se muestra en el navegador; dentro de esta etiqueta pueden definirse propiedades comunes a toda la página, como <a href="http://es.wikipedia.org/wiki/HTML_%28colores%29" title="HTML (colores)"><span style="">color</span></a> de fondo y márgenes. Dentro del cuerpo <code><span style="font-size: 10pt;"><body></span></code> podemos encontrar numerosas etiquetas. A continuación se indican algunas a modo de ejemplo:</li> </ul> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><h1>, <h2>, <h3>, <h4>, <h5>, <h6></span></code>: encabezados o títulos del documento con diferente relevancia.</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><table></span></code>: define una tabla</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><tr></span></code>: fila de una tabla</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><td></span></code>: celda de datos de una tabla</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><a></span></code>: <a href="http://es.wikipedia.org/wiki/Hiperv%C3%ADnculo" title="Hipervínculo"><span style="">Hipervínculo</span></a> o enlace, dentro o fuera del <a href="http://es.wikipedia.org/wiki/Sitio_web" title="Sitio web"><span style="">sitio web</span></a>. Debe definirse el parámetro de pasada por medio del atributo <i>href</i>. Por ejemplo: <code><span style="font-size: 10pt;"><a href="http://www.wikipedia.org">Wikipedia</a></span></code> se representa como <a href="http://www.wikipedia.org/" title="http://www.wikipedia.org"><span style="">Wikipedia</span></a>)</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><div></span></code>: área de la página</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><img></span></code>: imagen. Requiere del atributo <i>src</i>, que indica la ruta en la que se encuentra la imagen. Por ejemplo: <code><span style="font-size: 10pt;"><img src="./imagenes/mifoto.jpg" /></span></code></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><li><ol><ul></span></code>: Etiquetas para listas.</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><b></span></code>: texto en negrita (<i>Etiqueta descartada. Se recomienda usar la etiqueta </i><code><i><span style="font-size: 10pt;"><strong></span></i></code>)</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><i></span></code>: texto en cursiva</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><u></span></code>: texto subrayado</p> <ul type="disc"> <li class="MsoNormal" style="">La mayoría de etiquetas deben cerrarse como se abren, pero con una barra ("/") tal como se muestra en los siguientes ejemplos:</li> </ul> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><table><tr><td>Contenido de una celda<<b>/</b>td><<b>/</b>tr><<b>/</b>table></span></code></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><script>Código de un <a href="http://es.wikipedia.org/wiki/Script" title="Script">script</a> integrado en la página<<b>/</b>script></span></code></p> <p class="MsoNormal">----------</p> <p class="MsoNormal"><a name="Nociones_b.C3.A1sicas_de_HTML"></a><o:p> </o:p></p> <p class="MsoNormal">(Extraido de : <a href="http://es.wikipedia.org/wiki/HTML" target="_blank">http://es.wikipedia.org/wiki/HTML</a> )</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Realmente el código html está en formato del texto más simple, de tal manera que podemos crear una página web sin necesidad de un editor especial, solamente utilizando un editor de texto normal como el bloc de notas,</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Vamos a realizar el siguiente <span style="font-size: 20pt; color: rgb(227, 108, 10);">ejercicio:<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size: 20pt; color: rgb(227, 108, 10);"><o:p> </o:p></span></p> <p class="MsoListParagraphCxSpFirst" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">1)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">Ingresa al bloc de notas de Windows.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">2)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">En el bloc de notas digita el siguiente código html:<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_3" spid="_x0000_i1029" type="#_x0000_t75" style="'width:585.75pt;height:432.75pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image010.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image011.jpg" shapes="Imagen_x0020_3" width="781" border="0" height="577" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;">Nota: Se debe ser extremadamente exacto con la forma de escribir o no resultará.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">3)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">Guárdelo en el escritorio <span style=""> </span>con el nombre mipagina.html<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_6" spid="_x0000_i1028" type="#_x0000_t75" style="'width:423pt;height:134.25pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image012.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image013.jpg" shapes="Imagen_x0020_6" width="564" border="0" height="179" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;">Nota: al cambiar la extensión de .txt a .html hacemos que la computadora lo identifique como página web.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">4)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">Abra el archivo creado con un avegador como el Mozilla Fire Fox o Google Chrome.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpLast"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_7" spid="_x0000_i1027" type="#_x0000_t75" style="'width:447pt;height:362.25pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image014.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image015.jpg" shapes="Imagen_x0020_7" width="596" border="0" height="483" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">LENGUAJES SCRIPT.<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">Los lenguajes Script o lenguajes de programación interpretados son lenguajes de programación (Permiten escribir comandos que harán funcionar a la computadora de una forma específica) que se pueden incluir en el código HTML para dar alguna funcionalidad especial a tu página.<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">Por ejemplo: puedes realizar una búsqueda en Google con el texto “Trucos HTML” y entre otras cosas saldrán códigos en Java o Vbs <span style=""> </span>que permitirán agregar detalles interesantes a tu codificación, la mayoría de las veces lo único que tienes que hacer es copiar y pegar el código en tu HTML. Si decides aprender a fondo estos lenguajes podrías llegar a crear tus propios trucos.<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">Por ejemplo puedes agregar el siguiente truco:<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_10" spid="_x0000_i1026" type="#_x0000_t75" style="'width:683.25pt;height:394.5pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image016.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image017.jpg" shapes="Imagen_x0020_10" width="911" border="0" height="526" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Puedes consultar otros trucos en el siguiente vínculo: <a href="http://www.usuarios.sion.com/pauluk/trucospchtml.htm" target="_blank">http://www.usuarios.sion.com/pauluk/trucospchtml.htm</a></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"> </p> <p class="MsoNormal"><strong><span style="font-family: "Arial","sans-serif";">Tareas:</span></strong></p> <p class="MsoNormal"> </p> <ol start="1" type="1"> <li class="MsoNormal" style="color: windowtext;"><span style="color: black;">Agregar a su blog y a su página Web personal algún truco html.</span><span style="font-family: "Times New Roman","serif";"><o:p></o:p></span></li> </ol> <p class="MsoNormal"> </p> <p class="MsoNormal"><o:p> </o:p></p></b></span><p></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/3ero-u2-tema31-html-2009.html' itemprop='url'/> <a class='timestamp-link' href='https://informaticacomil3.blogspot.com/2009/07/3ero-u2-tema31-html-2009.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-27T13:24:00-05:00'>13:24</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/2562592607431390212/6694719697722382276' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=6694719697722382276&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='https://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='https://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='https://informaticacomil3.blogspot.com/search/label/html' rel='tag'>html</a>, <a href='https://informaticacomil3.blogspot.com/search/label/informatica' rel='tag'>informatica</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tercero' rel='tag'>tercero</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='inline-ad'> <script type="text/javascript"><!-- google_ad_client="pub-7343746323414040"; google_ad_host="pub-1556223355139109"; google_ad_host_channel="00000"; google_ad_width=300; google_ad_height=250; google_ad_format="300x250_as"; google_ad_type="text_image"; google_color_border="FFFFFF"; google_color_bg="FFFFFF"; google_color_link="29303B"; google_color_url="473624"; google_color_text="1B0431"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>lunes, 20 de julio de 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='2562592607431390212' itemprop='blogId'/> <meta content='5095454215021125043' itemprop='postId'/> <a name='5095454215021125043'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-3-hosting.html'>2009 - 3ero - Trim2 - Tema 3: Hosting (WebHosting)</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5095454215021125043' itemprop='description articleBody'> <div style="text-align: center;"><b style=""><span style="font-size: 14pt;" lang="ES-EC">TERCER AÑO DE BACHILLERATO<o:p></o:p></span></b></div> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC">UNIDAD II: PRESENCIA EN INTERNET<o:p></o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC">AÑO 2009 - 2010<o:p></o:p></span></b></p> <p class="MsoNormal" style="text-align: justify;"><o:p> </o:p></p> <p class="MsoNormal" style="text-align: center;" align="center"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal" style=""><b style="">Tema2: </b>Hosting y Dominios </p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="margin-right: 1.1pt; text-align: justify;"><b style="">Objetivo: </b>Reconocer el uso de servicios de Hosting y asignación de Dominios en Internet. </p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><strong><span style="font-family: "Arial","sans-serif";">***********</span></strong></p> <p class="MsoNormal">En este segmento incursionaremos en la forma de crear y publicar nuestros propios sitios Web en Internet, Para lo cual debemos comprender cosas como:</p> <ul type="disc"><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">Servicio de Hosting.<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">Dominios.<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">Subdominios.<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">Sitios Web y Páginas Web.<o:p></o:p></span></li></ul> <p>Además utilizaremos el servicio que nos brinda el sitio www.20m.com para realizar las respectivas prácticas. </p> <p>Resuelva la tarea de investigación para poder aclarar las ideas antes mencionadas.</p> <p class="MsoNormal"> </p> <p class="MsoNormal"><strong><span style="font-family: "Arial","sans-serif";">Tareas:</span></strong></p> <p class="MsoNormal"> </p> <p class="MsoNormal">En el cuaderno de computación Resolver los siguientes puntos:</p> <p class="MsoNormal"> </p> <ol start="1" type="1"><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">¿Qué es el servicio de WebHosting?<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">¿A qué se llaman dominios y subdominios?<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">¿Qué diferencia existe entre sitio web y página web?<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">Consulte al menos 3 sitios de Ecuador que ofrezcan servicio de hosting y su costo aproximado.<o:p></o:p></span></li><li class="MsoNormal" style="color: windowtext;"><span style="font-family: "Times New Roman","serif";">Realice un informe resumido de cómo se crea una cuenta gratuita en www.20m.com <o:p></o:p></span></li></ol> <p class="MsoNormal"> </p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-3-hosting.html' itemprop='url'/> <a class='timestamp-link' href='https://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-3-hosting.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-20T10:48:00-05:00'>10:48</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/2562592607431390212/5095454215021125043' onclick=''> 2 comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=5095454215021125043&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='https://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='https://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='https://informaticacomil3.blogspot.com/search/label/hosting' rel='tag'>hosting</a>, <a href='https://informaticacomil3.blogspot.com/search/label/informatica' rel='tag'>informatica</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tercero' rel='tag'>tercero</a>, <a href='https://informaticacomil3.blogspot.com/search/label/Webhosting' rel='tag'>Webhosting</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>martes, 14 de julio de 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://central/Tercero/Unidad2/U2TEMA2%20blogs_archivos/image003.gif' itemprop='image_url'/> <meta content='2562592607431390212' itemprop='blogId'/> <meta content='745732366433251778' itemprop='postId'/> <a name='745732366433251778'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-2-blogs.html'>2009 - 3ero - Trim2 - Tema 2: Blogs</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-745732366433251778' itemprop='description articleBody'> <div style="text-align: center;"><b style=""><span style="font-size: 14pt;" lang="ES-EC">TERCER AÑO DE BACHILLERATO<o:p></o:p></span></b></div> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC">UNIDAD II: PRESENCIA EN INTERNET<o:p></o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC">AÑO 2009 - 2010 <o:p></o:p></span></b></p> <p class="MsoNormal" style="text-align: justify;"><o:p> </o:p></p> <p class="MsoNormal" style="text-align: center;" align="center"><span style=""><!--[if gte vml 1]><v:shape id="Imagen_x0020_2" spid="_x0000_i1027" type="#_x0000_t75" style="'width:677.25pt;height:9pt;"> <v:imagedata src="U2TEMA2%20blogs_archivos/image007.emz" title=""> </v:shape><![endif]--><!--[if !vml]--><img height="12" shapes="Imagen_x0020_2" src="http://central/Tercero/Unidad2/U2TEMA2%20blogs_archivos/image003.gif" width="903" /><!--[endif]--></span></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal" style=""><b style="">Tema2: </b>Blogs</p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="margin-right: 1.1pt; text-align: justify;"><b style="">Objetivo: </b>Utilizar Sitios Web que ofrecen espacios de publicación en Blogs mediante las herramientas de Internet para crear artículos y publicarlos en <st1:personname productid="la Red." st="on">la Red.</st1:personname></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><strong><span style="font-family: "Arial","sans-serif";">Definición:</span></strong></p> <p class="MsoNormal"> </p> <p class="MsoNormal">Un <strong><span style="font-family: "Arial","sans-serif";">blog</span></strong>, o en español también una <em><span style="font-family: "Arial","sans-serif";">bitácora</span></em>, es un sitio <a href="http://es.wikipedia.org/wiki/World_Wide_Web" title="World Wide Web">web</a> periódicamente actualizado que recopila cronológicamente <a href="http://es.wikipedia.org/wiki/Texto" title="Texto">textos</a> o <a href="http://es.wikipedia.org/wiki/Art%C3%ADculo" title="Artículo">artículos</a> de uno o varios autores, apareciendo primero el más reciente, donde el <a href="http://es.wikipedia.org/wiki/Autor" title="Autor">autor</a> conserva siempre la libertad de dejar publicado lo que crea pertinente. El término <em><span style="font-family: "Arial","sans-serif";">blog</span></em> proviene de las palabras <em><span style="font-family: "Arial","sans-serif";">web</span></em> y <em><span style="font-family: "Arial","sans-serif";">log</span></em> ('log' en inglés = <em><span style="font-family: "Arial","sans-serif";">diario</span></em>). El término <em><span style="font-family: "Arial","sans-serif";">bitácora</span></em>, en referencia a los antiguos <a href="http://es.wikipedia.org/wiki/Cuaderno_de_bit%C3%A1cora" title="Cuaderno de bitácora">cuadernos de bitácora</a> de los barcos, se utiliza preferentemente cuando el autor escribe sobre su vida propia como si fuese un <a href="http://es.wikipedia.org/wiki/Diario_personal" title="Diario personal">diario</a>, pero publicado en <a href="http://es.wikipedia.org/wiki/Internet" title="Internet">Internet</a> <a href="http://es.wikipedia.org/wiki/En_l%C3%ADnea" title="En línea">en línea</a>.</p> <p class="MsoNormal"> </p> <p class="MsoNormal">Habitualmente, en cada artículo de un blog, los lectores pueden escribir sus comentarios y el autor darles respuesta, de forma que es posible establecer un diálogo. No obstante es necesario precisar que ésta es una opción que depende de la decisión que tome al respecto el autor del blog, pues las herramientas permiten diseñar blogs en los cuales no todos los internautas -o incluso ninguno- puedan participar. El uso o tema de cada blog es particular, los hay de tipo personal, <a href="http://es.wikipedia.org/wiki/Periodismo" title="Periodismo">periodístico</a>, empresarial o corporativo, <a href="http://es.wikipedia.org/wiki/Tecnolog%C3%ADa" title="Tecnología">tecnológico</a>, educativo (edublogs), <a href="http://es.wikipedia.org/wiki/Pol%C3%ADticos" title="Políticos">políticos</a>, etc.</p> <p class="MsoNormal"> </p> <p class="MsoNormal">(Extraído de www.wikipedia.org) </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> </p> <p class="MsoNormal">Uno de las páginas más utilizadas para blogs es <a href="http://www.blogger.com">www.blogger.com </a>, la cual pertenece a la empresa Google, y será la que utilizaremos. </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> </p> <p class="MsoNormal"><span style=""><img border="0" height="484" id="_x0000_i1026" src="http://central/Tercero/Unidad2/blog1.JPG" width="748" /></span></p> <p class="MsoNormal"> </p> <p class="MsoNormal">Simplemente habrá que seguir los tres sencillos pasos que nos muestra la página y nuestro blog estará listo. </p> <p class="MsoNormal"> </p> <p class="MsoNormal">Tu blog debe tener un nombre que lo identifique y una dirección, en blogger, si haz puesto a tu blog por ejemplo la dirección o nombre "miprimerblog" podrán acceder a el con el siguiente URL: "http://miprimerblog.blogspot.com". Cabe resaltar que debemos tener presente que dos nombres de usuario o nombres de blogs no pueden ser iguales. <span style=""> </span>Si ya tienes una cuenta en Google, por ejemplo una cuenta de gmail, o si ya haz creado anteriormente tu cuenta en Blogger, <span style=""> </span>solo deberás ingresar tu nombre de usuario y contraseña en la parte superior y podrás acceder a tus blogs o crear nuevos blogs.</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Debemos resaltar lo siguiente: Un usuario puede tener varios blogs, un blog debe tener un nombre – un tema y una URL, y cada blog va a contener varias publicaciones de manera cronológica que se les va a conocer como <i style=""><u>entradas</u></i> del blog.</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Para terminar podemos decir que un blog pone a disposición del usuario una página totalmente en blanco donde podemos ir llenándola con la información que nosotros queramos, así como imágenes y videos, además podemos anexarle a nuestro blog utilidades como encuestas o envio de mensajes y comentarios.</p> <p class="MsoNormal"> </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> </p> <p class="MsoNormal"> </p> <p class="MsoNormal"><b style="">Tarea:<o:p></o:p></b></p> <p class="MsoNormal"><b style=""><o:p> </o:p></b></p> <ol style="margin-top: 0cm;" start="1" type="1"><li class="MsoNormal" style=""><b style="">En Internet: C</b>rear un Blog en <a href="http://www.blogger.com/">www.blogger.com</a> y publicar un artículo (como sugerencia puede ser la presentación de su donde incluya el tema general del blog, una introducción, una descripción suya o de sus intereses y acompañarla con fotos).</li><li class="MsoNormal" style=""><b style="">En el cuaderno:</b></li><ol style="margin-top: 0cm;" start="1" type="a"><li class="MsoNormal" style=""><b style="">2 definiciones de blog.</b></li><li class="MsoNormal" style=""><b style="">1 URL de un buen blog con la explicación de que trata.</b></li><li class="MsoNormal" style=""><b style="">Descripción paso a paso de cómo creó un blog en www.Blogger.com(con capturas de pantalla).</b></li><li class="MsoNormal" style=""><b style="">LA URL de su blog.</b></li></ol></ol> <ol style="margin-top: 0cm;" start="1" type="1"><ol style="margin-top: 0cm;" start="1" type="a"><li class="MsoNormal" style=""><strong><span style="font-family: "Arial","sans-serif";">Describa la importancia, según su criterio, del uso de blogs y la existencia de los mismos. </span></strong></li></ol></ol> <p class="MsoNormal"><b style=""><o:p> </o:p></b></p> <p class="MsoNormal"><o:p> </o:p></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-2-blogs.html' itemprop='url'/> <a class='timestamp-link' href='https://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-2-blogs.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-14T09:56:00-05:00'>9:56</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/2562592607431390212/745732366433251778' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=745732366433251778&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='https://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='https://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='https://informaticacomil3.blogspot.com/search/label/informatica' rel='tag'>informatica</a>, <a href='https://informaticacomil3.blogspot.com/search/label/luis' rel='tag'>luis</a>, <a href='https://informaticacomil3.blogspot.com/search/label/profeluis' rel='tag'>profeluis</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tema%202' rel='tag'>tema 2</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tema2' rel='tag'>tema2</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tercero' rel='tag'>tercero</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image012.jpg' itemprop='image_url'/> <meta content='2562592607431390212' itemprop='blogId'/> <meta content='1316998497447676416' itemprop='postId'/> <a name='1316998497447676416'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://informaticacomil3.blogspot.com/2009/07/2009-2do-trim-2-tema-2-herramientas-de.html'>2009 - 2do - Trim 2 - Tema 2: Herramientas de edición</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-1316998497447676416' itemprop='description articleBody'> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0" cellspacing="0"><tbody> <tr style=""> <td style="padding: 0cm; background: rgb(211, 220, 230) none repeat scroll 0% 0%; width: 672pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" width="896"> <p class="MsoNormal"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><br /> <o:p></o:p></span></p> <div align="center"> <table class="MsoNormalTable" style="width: 557.25pt;" width="743" border="0" cellpadding="0" cellspacing="0"> <tbody><tr style=""> <td style="padding: 1.5pt; width: 554.25pt;" width="739"> <p style="line-height: 21.75pt;"><span style="font-size: 16.5pt; font-family: "Arial","sans-serif"; color: rgb(255, 102, 0); letter-spacing: 2.4pt;">TEMA 2: HERRAMIENTAS DE EDICION <o:p></o:p></span></p> </td> </tr> <tr style="height: 57.75pt;"> <td style="padding: 1.5pt; height: 57.75pt;"> <p class="MsoNormal" style="line-height: 13.6pt;"><b><span style="font-size: 8pt; font-family: "Arial","sans-serif"; color: rgb(45, 55, 77); letter-spacing: 1.2pt;">Objetivo: Reconocer las herramientas para el dibujo y su utilización dentro de Flash para crear los gráficos que posteriormente serán parte de la animación.<o:p></o:p></span></b></p> </td> </tr> <tr style=""> <td style="padding: 1.5pt; background: rgb(255, 255, 204) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" background="../Unidad1/image004.jpg"> <br /><ul type="disc"><ul type="circle"><li class="MsoNormal" style="color: rgb(38, 53, 74); line-height: 14.95pt;"><strong><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; letter-spacing: 1.2pt;"><a href="http://www.aulaclic.es/flash8/index.htm">Curso en Línea de Flash 8</a></span></strong><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; letter-spacing: 1.2pt;"><o:p></o:p></span></li></ul></ul> <p style="margin-left: 37.5pt;">La Barra de Herramientas. Herramientas Básicas. <span style="font-size: 16.5pt; font-family: "Arial","sans-serif"; color: rgb(255, 102, 0); letter-spacing: 2.4pt;"><span style=""> </span></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"> <o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 36pt; line-height: 14.95pt;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"> <v:f eqn="sum @0 1 0"> <v:f eqn="sum 0 0 @1"> <v:f eqn="prod @2 1 2"> <v:f eqn="prod @3 21600 pixelWidth"> <v:f eqn="prod @3 21600 pixelHeight"> <v:f eqn="sum @0 0 1"> <v:f eqn="prod @6 1 2"> <v:f eqn="prod @7 21600 pixelWidth"> <v:f eqn="sum @8 21600 0"> <v:f eqn="prod @7 21600 pixelHeight"> <v:f eqn="sum @10 21600 0"> </v:formulas> <v:path extrusionok="f" gradientshapeok="t" connecttype="rect"> <o:lock ext="edit" aspectratio="t"> </v:shapetype><v:shape id="Imagen_x0020_23" spid="_x0000_s1026" type="#_x0000_t75" alt="http://www.aulaclic.com/flashMX/graficos/panel_toolsmx.JPG" style="'position:absolute;" wrapcoords="-592 0 -592 21553 21324 21553 21324 0 -592 0"> <v:imagedata src="U2Tema2Herramientas%20de%20Edicion_clip_image012.jpg"> <w:wrap type="through"> </v:shape><![endif]--><!--[if !vml]--><img align="left" alt="http://www.aulaclic.com/flashMX/graficos/panel_toolsmx.JPG" height="521" hspace="12" shapes="Imagen_x0020_23" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image012.jpg" width="73" /><!--[endif]--><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); display: none; letter-spacing: 1.2pt;"><o:p></o:p></span></p> <p style="margin-left: 37.5pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/comunes/orangeBall.gif" border="0" height="14" id="_x0000_i1047" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image001.gif" width="13" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">La <strong><span style="font-family: "Arial","sans-serif";">Barra de Herramientas </span></strong>contiene todas las Herramientas necesarias para el dibujo. Veamos cuáles son las más importantes y cómo se usan:<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Flecha: </span></strong></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_flecha.gif" border="0" height="29" id="_x0000_i1046" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image002.gif" width="28" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">. Es la herramienta más usada de todas. Su uso principal es para seleccionar objetos. permite seleccionar los bordes de los objetos, los rellenos (con un sólo clic), los bordes (con doble clic), zonas a nuestra elección... Además, su uso adecuado puede ahorrarnos tiempo en el trabajo.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Línea: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_linea.gif" border="0" height="29" id="_x0000_i1045" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image003.gif" width="32" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Permite crear líneas rectas de un modo rápido. Las líneas se crean como en cualquier programa de dibujo, se hace clic y se arrastra hasta donde queramos que llegue la línea recta. Una vez creada la podemos modificar sin más que seleccionar situar el cursor encima de los extremos para estirarlos y en cualquier otra parte cercana a la recta para curvarla.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Texto: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_texto.gif" border="0" height="29" id="_x0000_i1044" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image004.gif" width="31" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Crea un texto en el lugar en el que hagamos clic. Sus propiedades se verán en el tema siguiente.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Óvalo: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_ovalo.gif" border="0" height="29" id="_x0000_i1043" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image005.gif" width="30" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">La herramienta<strong><span style="font-family: "Arial","sans-serif";"> Óvalo </span></strong>permite trazar círculos o elipses de manera rápida y sencilla.<br /> </span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/comunes/greenBall.gif" border="0" height="14" id="_x0000_i1042" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image006.gif" width="14" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Para practicar el manejo de esta Herramienta, te aconsejamos realizar <a href="javascript:mostrar('aviso_flash.htm');"><b>Ejercicio Crear Óvalo</b></a><br /> </span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/comunes/greenBall.gif" border="0" height="14" id="_x0000_i1041" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image006_0000.gif" width="14" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Para practicar el manejo de esta Herramienta, te aconsejamos realizar <a href="javascript:mostrar('aviso_flash.htm');"><b>Ejercicio Dar color a un Óvalo</b></a><br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Rectángulo: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_rectangulo.gif" border="0" height="30" id="_x0000_i1040" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image007.gif" width="30" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Su manejo es idéntico al de la Herramienta Óvalo, tan solo se diferencian en el tipo de objetos que crean.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Lápiz: </span></strong></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_lapiz.gif" border="0" height="28" id="_x0000_i1039" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image008.gif" width="30" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Es la primera Herramienta de dibujo propiamente dicho. Permite dibujar líneas con la forma que decidamos, modificando la forma de estas a nuestro gusto. El color que aplicará esta Herramienta se puede modificar, bien desde el <strong><span style="font-family: "Arial","sans-serif";">Panel Mezclador de Colores </span></strong>o bien desde el subpanel <strong><span style="font-family: "Arial","sans-serif";">Colores</span></strong> que hay en la <strong><span style="font-family: "Arial","sans-serif";">Barra de Herramientas.</span></strong><br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Brocha: </span></strong></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_brocha.gif" border="0" height="29" id="_x0000_i1038" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image009.gif" width="30" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Su funcionalidad equivale a la del lápiz, pero su trazo es mucho más grueso. Se suele emplear para aplicar rellenos. Se puede modificar su grosor y forma de trazo.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Cubo de Pintura: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_cubo.gif" border="0" height="26" id="_x0000_i1037" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image010.gif" width="28" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Permite aplicar rellenos a los objetos que hayamos creado. Al contrario que muchos otros programas de dibujo, no permite aplicar rellenos si la zona no está delimitada por un borde. El color que aplicará esta Herramienta se puede modificar, bien desde el <strong><span style="font-family: "Arial","sans-serif";">Panel Mezclador de Colores </span></strong>o bien desde el subpanel <strong><span style="font-family: "Arial","sans-serif";">Colores</span></strong> que hay en la <strong><span style="font-family: "Arial","sans-serif";">Barra de Herramientas.</span></strong><br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Borrador: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_borrador.gif" border="0" height="28" id="_x0000_i1036" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image011.gif" width="29" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Su funcionamiento es análogo a la Herramienta Brocha. Pero su función es la de eliminar todo aquello que "dibuje". <span style=""> </span><o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 36pt; line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); display: none; letter-spacing: 1.2pt;"><o:p> </o:p></span></p> <p style="margin-left: 37.5pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">La Barra de Herramientas. Herramientas Avanzadas. <span style=""> </span> <o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 36pt; line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); display: none; letter-spacing: 1.2pt;"><o:p> </o:p></span></p> <p style="margin: 5pt 12.55pt 5pt 38.5pt;"><strong><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Herramienta Lazo:</span></strong><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"> </span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_lazo.gif" border="0" height="28" id="_x0000_i1035" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image013.gif" width="30" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Su función es complementaria a la de la <strong><span style="font-family: "Arial","sans-serif";">Herramienta Flecha</span></strong>, pues puede seleccionar cualquier cosa, sin importar la forma, (la Herramienta Flecha sólo puede seleccionar objetos o zonas rectangulares o cuadradas). En contrapartida, la <strong><span style="font-family: "Arial","sans-serif";">Herramienta Lazo </span></strong>no puede seleccionar rellenos u objetos (a menos que hagamos la selección a mano).<br /> Al seleccionar esta Herramienta, en el Panel Opciones aparecen estas imágenes: </span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herra_lazo_opt1.gif" border="0" height="27" id="_x0000_i1034" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image014.gif" width="56" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">. Esto, es la <strong><span style="font-family: "Arial","sans-serif";">Herramienta "Varita Mágica"</span></strong>, tan popular en otros programas de dibujo. Permite hacer selecciones según los colores de los objetos. El tercer dibujo que aparece es este: </span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herra_lazo_opt2.gif" border="0" height="26" id="_x0000_i1033" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image015.gif" width="30" /></span><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">permite hacer selecciones poligonales.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Pluma: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_pluma.gif" border="0" height="28" id="_x0000_i1032" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image016.gif" width="28" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Crea polígonos (y por tanto rectas, rectángulos...) de un modo sencillo. Mucha gente encuentra esta herramienta complicada, aunque es una de las más potentes que ofrece Flash. Su empleo consiste en hacer clic en los lugares que queramos definir como vértices de los polígonos, lo que nos asegura una gran precisión. Para crear curvas, hay que señalar los puntos que la delimitan y posteriormente trazar las tangentes a ellas. Con un poco de práctica se acaba dominando.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Subseleccionador: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_subselec.gif" border="0" height="28" id="_x0000_i1031" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image017.gif" width="31" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Esta Herramienta complementa a la <strong><span style="font-family: "Arial","sans-serif";">Herramienta Pluma</span></strong>, ya que permite mover o ajustar los vértices que componen los objetos creados con dicha herramienta.<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Bote de Tinta: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_tinta.gif" border="0" height="28" id="_x0000_i1030" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image018.gif" width="30" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Se emplea para cambiar rápidamente el color de un trazo. Se aplica sobre objetos, si tienen borde, cambia al color mostrado de dicho borde, por el mostrado en el <strong><span style="font-family: "Arial","sans-serif";">Panel Mezclador de Colores </span></strong>(que coincide con el subpanel <strong><span style="font-family: "Arial","sans-serif";">Colores</span></strong> que hay en la <strong><span style="font-family: "Arial","sans-serif";">Barra de Herramientas.</span></strong>)<br /> <strong><span style="font-family: "Arial","sans-serif";">Herramienta Cuentagotas: </span></strong></span><b style=""><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;"><img alt="http://www.aulaclic.com/flashMX/graficos/herr_ctgotas.gif" border="0" height="28" id="_x0000_i1029" src="http://central/Segundo/Unidad2/U2Tema2Herramientas%20de%20Edicion_clip_image019.gif" width="30" /></span></b><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: black;">Su misión es "Capturar" colores para que posteriormente podamos utilizarlos. <o:p></o:p></span></p> <p style="margin-left: 36pt; line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;"> <o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -18pt; line-height: 14.95pt;"><span style="color: rgb(38, 53, 74); letter-spacing: 1.2pt;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 1.5pt; background: rgb(255, 153, 51) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top"> <p class="MsoNormal" style="line-height: 13.6pt;"><b><span style="font-size: 8pt; font-family: "Arial","sans-serif"; color: rgb(45, 55, 77); letter-spacing: 1.2pt;">TAREAS / DEBERES / PRÁCTICAS </span></b><span class="estilo21"><b><span style="font-size: 7pt; color: rgb(45, 55, 77); letter-spacing: 1.2pt;">Nota:Las tareas en clase y los deberes son a mano en el cuaderno de computación. </span></b></span><b><span style="font-size: 8pt; font-family: "Arial","sans-serif"; color: rgb(45, 55, 77); letter-spacing: 1.2pt;"><o:p></o:p></span></b></p> </td> </tr> <tr style=""> <td style="padding: 1.5pt; background: rgb(255, 255, 204) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" background="image004.jpg"> <p style="line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;"> <o:p></o:p></span></p> <p style="line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;">Práctica:<o:p></o:p></span></p> <p style="line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;">En Flash, Realizar un dibujo utilizando colores distintos y herramientas varias, darle una pequeña animación. <o:p></o:p></span></p> <p style="line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;"> <o:p></o:p></span></p> <p style="line-height: 14.95pt;"><span style="font-size: 7.5pt; font-family: "Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;"> </span></p></td></tr></tbody></table></div></td></tr></tbody></table> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/2009-2do-trim-2-tema-2-herramientas-de.html' itemprop='url'/> <a class='timestamp-link' href='https://informaticacomil3.blogspot.com/2009/07/2009-2do-trim-2-tema-2-herramientas-de.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-14T09:52:00-05:00'>9:52</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/2562592607431390212/1316998497447676416' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=1316998497447676416&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='https://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='https://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='https://informaticacomil3.blogspot.com/search/label/informatica' rel='tag'>informatica</a>, <a href='https://informaticacomil3.blogspot.com/search/label/segundo' rel='tag'>segundo</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tema%202' rel='tag'>tema 2</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tema2' rel='tag'>tema2</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://central/Tercero/Unidad2/U2Tema1%20Foros_archivos/image003.gif' itemprop='image_url'/> <meta content='2562592607431390212' itemprop='blogId'/> <meta content='3340704717127998518' itemprop='postId'/> <a name='3340704717127998518'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='https://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-1-foros.html'>2009 - 3ero - Trim2 - Tema 1: Foros</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-3340704717127998518' itemprop='description articleBody'> <div style="text-align: center;"><b style=""><span style="font-size: 14pt;" lang="ES-EC">TERCER AÑO DE BACHILLERATO<o:p></o:p></span></b></div> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC">UNIDAD II: PRESENCIA EN INTERNET<o:p></o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC"><o:p> </o:p></span></b></p> <p class="MsoNormal" style="text-align: center;" align="center"><b style=""><span style="font-size: 14pt;" lang="ES-EC">AÑO 2009 - 2010 <o:p></o:p></span></b></p> <p class="MsoNormal" style="text-align: justify;"><o:p> </o:p></p> <p class="MsoNormal" style="text-align: center;" align="center"><span style=""><!--[if gte vml 1]><v:shape id="Imagen_x0020_2" spid="_x0000_i1026" type="#_x0000_t75" style="'width:677.25pt;height:9pt;"> <v:imagedata src="U2Tema1%20Foros_archivos/image008.emz" title=""> </v:shape><![endif]--><!--[if !vml]--><img height="12" shapes="Imagen_x0020_2" src="http://central/Tercero/Unidad2/U2Tema1%20Foros_archivos/image003.gif" width="903" /><!--[endif]--></span></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal" style=""><b style="">Tema1: </b>Foros.</p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="margin-right: 1.1pt; text-align: justify;"><b style="">Objetivo: </b>Utilizar el servicio de las comunidades y foros de Internet para avanzar en el desarrollo académico mediante la inscripción y participación en los mismos.</p> <p class="MsoNormal" style="margin-right: 1.1pt; text-align: justify;"><o:p> </o:p></p> <p class="MsoNormal" style="margin-right: 1.1pt; text-align: justify;"><b style=""><u>FOROS<o:p></o:p></u></b></p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="">Todos sabemos que Internet puede ser una fuente amplia de información muy variada, pero no siempre nos interesa obtener información de tipo enciclopédica, en realidad, la mayoría de las veces estamos más interesados en opiniones y experiencias prácticas de personas entorno a algún tema o discusión. </p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="">Una de las mejores fuentes para sondear la opinión de la gente o intercambiar experiencias es a través de los conocidos Foros de Internet. Si nos remontamos a la historia, desde la antigua civilización griega y romana, la gente sentía la necesidad de sitios donde se pudieran exponer temas de diversa índole y con cierto orden poder aportar las más variadas opiniones sobre dichos temas, éstos lugares eran plazas y centros de reunión que cuando cumplían este fin eran denominados foros, hoy en día gracias a las telecomunicaciones se puede hacer lo mismo pero en lugar de utilizar un lugar físico, se puede recurrir a un sitio en Internet, de esta manera, un foro será un sitio Web donde se puedan exponer temas o plantear interrogantes ante las cuáles diversos usuarios puedan verter sus opiniones.</p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="">Los foros pueden ser de los más variados tipos, básicamente la idea es crear una cuenta en un sitio que ofrezca foros y plantear una situación o una interrogante, o simplemente leer las que ya existen y participar con su propia opinión o experiencia. Los foros de esta manera se convierten en un importante medio de obtención de información específica, de tal forma que podemos plantear en un foro o buscar en un planteamiento ya existente la respuesta deseada, como por ejemplo: Que te ayuden a solucionar un deber, obtener URLs interesantes, claves de juegos, opiniones sobre obras o eventos, trivia, etc.</p> <p class="MsoNormal" style=""><o:p> </o:p></p> <p class="MsoNormal" style="">Puedes intentar participar en un foro de tu interés en : <a href="http://www.todoslosforos.com/">www.todoslosforos.com</a>, prueba también Yahoo respuestas o bien puedes simplemente realizar una búsqueda en Google con el foro de tu interés, por ejemplo puedes buscar “Foros de Informática”.</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><b style="">Tareas: <o:p></o:p></b></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal" style="margin-left: 36pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">1)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->Inscríbase a un Foro de Opinión, y exprese la suya con respecto al tema que se trate.</p> <p class="MsoNormal" style="margin-left: 36pt;"><o:p> </o:p></p> <p class="MsoNormal" style="margin-left: 36pt; text-indent: -18pt;"><!--[if !supportLists]--><b style=""><span style=""><span style="">2)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span></b><!--[endif]--><b style="">En el cuaderno de informática a mano individual:<o:p></o:p></b></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><b style=""><span style=""><span style="">1.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span></b><!--[endif]--><b style="">Escribir 2 definiciones de foros de Internet.<o:p></o:p></b></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><b style=""><span style=""><span style="">2.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span></b><!--[endif]--><b style="">Escriba 5 URL de foros de su interés.<o:p></o:p></b></p> <p class="MsoNormal"><b style=""><span style=""> </span></b><span style=""> </span><b style=""><o:p></o:p></b></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal" style="margin-left: 36pt; text-indent: -18pt;"><!--[if !supportLists]--><b style=""><span style=""><span style="">3)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span></b><!--[endif]--><b style="">(En el cuaderno de informática a mano individual): <o:p></o:p></b></p> <p class="MsoNormal" style="margin-left: 18pt;"><o:p> </o:p></p> <p class="MsoNormal" style="margin-left: 57.75pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->Hacer un Informe de Prácticas explicando lo se hizo en la tarea 2.</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">1.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->El informe debe contener:</p> <p class="MsoNormal" style="margin-left: 108pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">1.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->La dirección (URL) del Foro en el que ingresó.</p> <p class="MsoNormal" style="margin-left: 108pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">2.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->La pregunta o tema de discusión en el que participó.</p> <p class="MsoNormal" style="margin-left: 108pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">3.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->Dos comentarios o respuestas de otros usuarios que hayan participado en el foro.</p> <p class="MsoNormal" style="margin-left: 108pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">4.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->La respuesta u opinión que usted emitió.</p> <p class="MsoNormal" style="margin-left: 108pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">5.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]-->Los pasos que siguió para poder participar del foro.</p> <p class="MsoNormal" style="margin-left: 108pt; text-indent: -18pt;"><!--[if !supportLists]--><span style=""><span style="">6.<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"> </span></span></span><!--[endif]--><b style="">Nota:</b> Poner donde corresponda capturas de pantalla que evidencien su participación.</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"><o:p> </o:p></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-1-foros.html' itemprop='url'/> <a class='timestamp-link' href='https://informaticacomil3.blogspot.com/2009/07/2009-3ero-trim2-tema-1-foros.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-14T09:05:00-05:00'>9:05</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment/fullpage/post/2562592607431390212/3340704717127998518' onclick=''> 1 comentario: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=3340704717127998518&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='https://informaticacomil3.blogspot.com/search/label/bachillerato' rel='tag'>bachillerato</a>, <a href='https://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='https://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='https://informaticacomil3.blogspot.com/search/label/informatica' rel='tag'>informatica</a>, <a href='https://informaticacomil3.blogspot.com/search/label/luis' rel='tag'>luis</a>, <a href='https://informaticacomil3.blogspot.com/search/label/profeluis' rel='tag'>profeluis</a>, <a href='https://informaticacomil3.blogspot.com/search/label/tercero' rel='tag'>tercero</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='https://informaticacomil3.blogspot.com/search/label/informatica?updated-max=2009-07-14T09:05:00-05:00&max-results=20&start=20&by-date=false' id='Blog1_blog-pager-older-link' title='Entradas antiguas'>Entradas antiguas</a> </span> <a class='home-link' href='https://informaticacomil3.blogspot.com/'>Inicio</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Suscribirse a: <a class='feed-link' href='https://informaticacomil3.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Entradas (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget AdSense' data-version='1' id='AdSense1'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client="pub-7343746323414040"; google_ad_host="pub-1556223355139109"; google_ad_host_channel="00000"; google_alternate_ad_url="http://www.blogger.com/img/blogger_ad160x600.html"; google_ad_width=160; google_ad_height=600; google_ad_format="160x600_as"; google_ad_type="text_image"; google_color_border="FFFFFF"; google_color_bg="FFFFFF"; google_color_link="29303B"; google_color_url="473624"; google_color_text="1B0431"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div></div> </div> <div id='footer-wrapper'> <div class='footer section' id='footer'><div class='widget Profile' data-version='1' id='Profile1'> <h2>Datos personales</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/02566578067127996884'><img alt='Mi foto' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjq5rKvBpQoTK-4ud9x-2RY-6LZWjdfKkrkgMgLJyyUBQHvkQOqL3OkKdzV5YUSJNMwOJwkpCCG6syi1PPf5Ysben76Fi2WbC-PXqPLrDlOtJvMWTVuR1vSfZvOl4ZrXw/s151-r/n1778932076_2049.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Luis Edgar Sánchez </a> </dt> <dd class='profile-data'>Machala, El Oro, Ecuador</dd> <dd class='profile-textblock'>Informático, docente, filósofo maniatado, artista en pausa.</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/02566578067127996884' rel='author'>Ver todo mi perfil</a> <div class='clear'></div> </div> </div></div> </div> </div> </div></div></div></div> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/851759228-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AAPvtVmljUBlXd4oE_u0EKIzOXST:1790224473899';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d2562592607431390212','//informaticacomil3.blogspot.com/search/label/informatica','2562592607431390212'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '2562592607431390212', 'title': 'INFORMATICA EN EL COMIL3', 'url': 'https://informaticacomil3.blogspot.com/search/label/informatica', 'canonicalUrl': 'http://informaticacomil3.blogspot.com/search/label/informatica', 'homepageUrl': 'https://informaticacomil3.blogspot.com/', 'searchUrl': 'https://informaticacomil3.blogspot.com/search', 'canonicalHomepageUrl': 'http://informaticacomil3.blogspot.com/', 'blogspotFaviconUrl': 'https://informaticacomil3.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'es', 'localeUnderscoreDelimited': 'es', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22INFORMATICA EN EL COMIL3 - Atom\x22 href\x3d\x22https://informaticacomil3.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22INFORMATICA EN EL COMIL3 - RSS\x22 href\x3d\x22https://informaticacomil3.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22INFORMATICA EN EL COMIL3 - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/2562592607431390212/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/02566578067127996884\x22 /\x3e\n', 'adsenseClientId': 'ca-pub-7343746323414040', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/7ce469edaf870342', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Obtener enlace', 'key': 'link', 'shareMessage': 'Obtener enlace', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Compartir en Facebook', 'target': 'facebook'}, {'name': 'Escribe un blog', 'key': 'blogThis', 'shareMessage': 'Escribe un blog', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Compartir en X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Compartir en Pinterest', 'target': 'pinterest'}, {'name': 'Correo electr\xf3nico', 'key': 'email', 'shareMessage': 'Correo electr\xf3nico', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27es\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Leer m\xe1s', 'pageType': 'index', 'searchLabel': 'informatica', 'pageName': 'informatica', 'pageTitle': 'INFORMATICA EN EL COMIL3: informatica'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Editar', 'linkCopiedToClipboard': 'El enlace se ha copiado en el Portapapeles.', 'ok': 'Aceptar', 'postLink': 'Enlace de la entrada'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'INFORMATICA EN EL COMIL3', 'description': 'Clases de Inform\xe1tica para bachillerato en el Colegio Militar \x22H\xe9roes del 41\x22 Machala - Ecuador', 'url': 'https://informaticacomil3.blogspot.com/search/label/informatica', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isSearch': true, 'isLabelSearch': true, 'search': {'label': 'informatica', 'resultsMessage': 'Mostrando las entradas con la etiqueta informatica', 'resultsMessageHtml': 'Mostrando las entradas etiquetadas como \x3cspan class\x3d\x27search-label\x27\x3einformatica\x3c/span\x3e'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'main', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'main', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Cargando\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'main', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'navMessage': 'Mostrando entradas con la etiqueta \x3cb\x3einformatica\x3c/b\x3e. \x3ca href\x3d\x22https://informaticacomil3.blogspot.com/\x22\x3eMostrar todas las entradas\x3c/a\x3e', 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1549083331-lbx__es.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'sidebar', document.getElementById('AdSense1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'footer', document.getElementById('Profile1'), {}, 'displayModeFull')); </script> </body> </html>