domingo, 8 de marzo de 2009

Unidad 1 "Tu Primera Página"

Podemos ya con estos conocimientos, y alguno que otro más, crear nuestra primera página. Para ello, abre tu editor de textos ( Block de Notas ) copia y pega el siguiente texto en un nuevo documento.

< html >
< head >
< title >Tu Primera Página< / title >
< / head >
< body >
< p >< b >Bienvenido,< / b >< / p >
< p >Estás en tu página < b > Recién iniciada< / b >.< / p >
< p >Aquí aprenderás los conocimientos básicos para tu página.< / p >
< / body >
< / html >

NOTA IMPORTANTE: AL MOMENTO DE COPIAR ESTO Y PEGARLO EN EL BLOCK DE NOTAS DEBEN HACER LO SIGUIENTE : FÍJENSE QUE LAS ETIQUETAS ESTÁN CON ESPACIOS DENTRO DE ELLAS, LO COLOQUE ASÍ PARA QUE PUDIERA PUBLICARLO EN EL BLOG YA QUE SI LO HACIA COMO DEBE SER NO SE VERÍA NADA. PARA QUE A UDS. LES APAREZCA BIEN SOLO DEBEN DEJAR TODAS LAS ETIQUETAS SIN ESPACIOS DENTRO DE ELLAS.

Ahora guarda ese archivo con extensión .html o .htm en tu disco duro. Para ello accedemos al
menú Archivo y seleccionamos la opción Guardar como. En la ventana elegimos el directorio donde
deseamos guardarlo y colocaremos su nombre, por ejemplo mi_pagina.html

Consejo: Utiliza nombres en tus archivos que tengan algunas normas básicas para ahorrarte disgustos y problemas.

*Mí consejo es que no utilices acentos ni espacios ni otros caracteres raros. También te ayudará escribir
siempre las letras en minúsculas.

*Esto no quiere decir que debes hacer nombres de archivos cortos, es mejor hacerlos descriptivos para que te
aclaren lo que hay dentro. Algún caracter como el guión "-" o el guión bajo "_" te puede ayudar a separar las
palabras. Por ejemplo quienes_somos.html

Con el documento HTML creado, podemos ver el resultado obtenido a partir de un navegador. Es
conveniente, llegado a este punto, decir que no todos los navegadores son idénticos. Desgraciadamente, los resultados de nuestro código pueden cambiar de uno a otro por lo que resulta aconsejable visualizar la página en varios. Generalmente se usan Internet Explorer y Netscape como referencias ya que son los más extendidos.

A decir verdad, en el momento que estas líneas son escritas, Internet Explorer tendrá la inmensa
mayoría de usuarios, luego Mozilla Firefox, Netscape entre otros. Esto no
quiere decir que lo debemos dejar totalmente de lado ya que el % de visitas que puede
proporcionarnos puede resultar muy importante para nosotros. Por otra parte, parece que se ha
hecho publica la intención de Netscape de desviar un poco su temática de negocios hacia otros
derroteros y abandonar esta llamada "lucha de navegadores" en la cual estaba recibiendo la peor
parte. ( Netscape son pocos los usuarios que lo conoces y realmente esta OFF, pero se menciona para seguir el protocolo )

Bueno, volviendo al tema, una vez creado el archivo .html o .htm, podemos visualizar el
resultado de nuestra labor abriendo dicha página con un navegador. Para hacerlo, la forma resulta
diferente dependiendo del navegador:

Si estamos usando el Explorer, hemos de ir al barra de menú, elegir Archivo y seleccionar Abrir.
Una ventana se abrirá. Pulsamos sobre el botón Examinar y accederemos a una ventana a partir de
la cual podremos movernos por el interior de nuestro disco duro hasta dar con el archivo que
deseamos abrir.

La cosa no resulta más difícil para Netscape. En este caso, nos dirigimos también a la barra de
menú principal y elegimos File y a continuación Open File. La misma ventana de búsqueda nos
permitirá buscar el contenido de nuestro PC hasta dar con el archivo buscado.

Nota: También puedes abrir el archivo si accedes al directorio donde lo guardaste. En él podrás encontrar tu
archivo HTML y verás que tiene como icono el logotipo de Netscape o el de Internet Explorer. Para abrirlo
simplemente hacemos un doble click sobre él.


Una vez abierto el archivo podremos ver nuestra primera página web. Algo sencillita pero por algo se
empieza. Ya nos daremos cuenta que en poco tiempo seremos capaces de mejorar sensiblemente.

Ahora fijense en la parte superior izquierda de la ventana del navegador. Podras comprobar la presencia
del texto delimitado por la etiqueta . Esta es una de las funciones de esta etiqueta, cuyo <br />principal cometido es el de servir de referencia en los motores de búsqueda como Altavista o Yahoo. <br /> <br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6uT-PSEz-eEDbbJisWhQkdd3Xo513iP_IaFa1j5l3F_gwqkd3nXm4ptynvS58uwYCcDplPpkHBCJ-EzAnGK8F09_4I4dFdZm1U04KqUQzDNZTHTXJUM697T8ydj_J7G476YyuK_iL-6P9/s1600-h/Mi+Primera+P%C3%A1gina.jpg"><img style="cursor:pointer; cursor:hand;width: 320px; height: 200px;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6uT-PSEz-eEDbbJisWhQkdd3Xo513iP_IaFa1j5l3F_gwqkd3nXm4ptynvS58uwYCcDplPpkHBCJ-EzAnGK8F09_4I4dFdZm1U04KqUQzDNZTHTXJUM697T8ydj_J7G476YyuK_iL-6P9/s320/Mi+Primera+P%C3%A1gina.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5310907980679541378" /></a> <br /> <br />Por otro lado, los elementos que colocamos entre la etiqueta < body > y < / body > se pueden ver en <br />el espacio reservado para el cuerpo de la página. <br /> <br />Se puede ver la página del ejemplo en funcionamiento aquí. <br /> <br />Si ahora haces click con el botón derecho sobre la página y eliges Ver código fuente (o View page <br />source) veras como en una ventana accesoria aparece el código de nuestra página. Este recurso es <br />de extremada importancia ya que nos permite ver el tipo de técnicas empleadas por otros para la <br />confección de sus páginas. <br /> <br />Con todo esto asimilado ya estamos en condiciones de adentrarnos un poco más en la descripción <br />de algunas de las etiquetas más empleadas del HTML. <br /> <br />Posible problema: Al utilizar el Block de Notas en Windows en ocasiones, aunque le digamos que es un <br />archivo .html, el documento se guarda como si fuera un texto y no una página web. Lo que está pasando es <br />que el Block de Notas tiene predeterminado guardar sus archivos con extensión .txt y en realidad lo que <br />está guardando en el disco duro es mi_pagina.html.txt <br /> <br />Para conseguir tener el control de las extensiones en el block de notas y en Windows en general podemos <br />acceder a MI-PC y en el menú de Ver seleccionas "Opciones de carpeta". En la ventana que sale pulsamos <br />en la solapa "Ver" y nos permite deseleccionar una caja de selección que pone algo como "Ocultar <br />extensiones para los tipos de archivos conocidos". (Así se hace en Win98, puede variar un poco en otras <br />versiones de Windows.) <br /> <br />Con ello conseguiremos que se vea siempre la extensión del archivo con el que estamos trabajando y que el <br />Block de Notas nos haga caso cuando le indicamos que grabe el archivo con otra extensión que no sea .txt <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/07974199425853560669' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/07974199425853560669' rel='author' title='author profile'> <span itemprop='name'>Angelo Cordeviola</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://acordeviola.blogspot.com/2009/03/unidad-1-tu-primera-pagina.html' itemprop='url'/> <a class='timestamp-link' href='http://acordeviola.blogspot.com/2009/03/unidad-1-tu-primera-pagina.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-03-08T15:58:00-03:00'>15:58</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://acordeviola.blogspot.com/2009/03/unidad-1-tu-primera-pagina.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1870210304'> <a href='https://www.blogger.com/post-edit.g?blogID=7500304275134981561&postID=2734104430858476065&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'> </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>sábado, 7 de marzo 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='7500304275134981561' itemprop='blogId'/> <meta content='8601991244695645062' itemprop='postId'/> <a name='8601991244695645062'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://acordeviola.blogspot.com/2009/03/sintaxis-del-html-el-html-es-un.html'>Unidad 1 Introducción</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-8601991244695645062' itemprop='description articleBody'> <b> Sintaxis del HTML </b><br /><br /> El HTML es un lenguaje que basa su sintaxis en un elemento de base al que llamamos etiqueta. La etiqueta presenta frecuentemente dos partes:<br /><br />*Una apertura de forma general < etiqueta ><br />*Un cierre de tipo < / etiqueta ><br /><br /> Todo lo incluido en el interior de esa etiqueta sufrirá las modificaciones que caracterizan a esta etiqueta. Así por ejemplo:<br /><br /> Las etiquetas < b > y < / b > definen un texto en negrita. Si en nuestro documento HTML escribimos una frase con el siguiente código:<br /><br /> < b > Esto esta en negrita < / b > <br /><br /> El resultado Será: <b>Esto esta en negrita</b><br /><br /> Las etiquetas < p > y < / p > definen un párrafo. Si en nuestro documento HTML escribiéramos: <br /> <br /><br />< p > Hola, estamos en el párrafo 1 < / p ><br />< p > Ahora hemos cambiado de párrafo < / p ><br /><br /> El resultado sería:<br /><br />Hola, estamos en el párrafo 1<br /><br />Ahora hemos cambiado de párrafo<br /><br /><br /><b>Partes de un documento HTML</b><br /><br /> Además de todo esto, un documento HTML ha de estar delimitado por la etiqueta < html > y < / html > . Dentro de este documento, podemos asimismo distinguir dos partes principales:<br /><br /> *El encabezado, delimitado por < head > y < / head > donde colocaremos etiquetas de índole informativo como por ejemplo el titulo de nuestra página.<br /><br /> *El cuerpo, flanqueado por las etiquetas < body > y < / body >, que será donde colocaremos nuestro texto e imágenes delimitados a su vez por otras etiquetas como las que hemos visto.<br /><br /> El resultado es un documento con la siguiente estructura:<br /><br />< html><br /><br />< head ><br />Etiquetas y contenidos del encabezado<br />Datos que no aparecen en nuestra página pero que son importantes para catalogarla: Titulo,<br />palabras clave,...<br />< / head ><br /><br />< body ><br />Etiquetas y contenidos del cuerpo<br />Parte del documento que será mostrada por el navegador: Texto e imágenes<br />< / body ><br /><br />< / html ><br /><br /><b>*Las mayúsculas o minúsculas son indiferentes al escribir etiquetas</b><br /><br /> A notar que las etiquetas pueden ser escritas con cualquier tipo de combinación de mayúsculas y minúsculas. < html > , < HTML> o < HtMl > son la misma etiqueta. <b>Resulta sin embargo aconsejable acostumbrarse a escribirlas en minúscula ya que otras tecnologías que pueden convivir con nuestro HTML </b> (XML por ejemplo) no son tan sensibles y nunca viene mal coger buenas costumbres desde el principio para evitar fallos triviales en un futuro. <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/07974199425853560669' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/07974199425853560669' rel='author' title='author profile'> <span itemprop='name'>Angelo Cordeviola</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://acordeviola.blogspot.com/2009/03/sintaxis-del-html-el-html-es-un.html' itemprop='url'/> <a class='timestamp-link' href='http://acordeviola.blogspot.com/2009/03/sintaxis-del-html-el-html-es-un.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-03-07T18:45:00-03:00'>18:45</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://acordeviola.blogspot.com/2009/03/sintaxis-del-html-el-html-es-un.html#comment-form' onclick=''> 1 comentario: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1870210304'> <a href='https://www.blogger.com/post-edit.g?blogID=7500304275134981561&postID=8601991244695645062&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'> </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='7500304275134981561' itemprop='blogId'/> <meta content='5475242099677534465' itemprop='postId'/> <a name='5475242099677534465'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://acordeviola.blogspot.com/2009/03/introduccion-html.html'>Introducción HTML</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5475242099677534465' itemprop='description articleBody'> <div style="text-align: center;"><div style="text-align: center;"><span class="Apple-style-span" style="font-weight: bold; "><span class="Apple-style-span" style="font-size:large;">Introducción HTML</span></span><br /></div></div><div><div style="text-align: center;"><br /></div><span class="Apple-style-span" style="font-size:medium;"><div style="text-align: left;"><span class="Apple-style-span" style=" ;font-family:'lucida grande';">    <span class="Apple-style-span" style="font-size: small;">HTML es el lenguaje con el que se escriben las páginas web. Las páginas web pueden ser vistas por el usuario mediante un tipo de aplicación llamada navegador. Podemos decir por lo tanto que </span><span class="Apple-style-span" style="font-weight: bold; "><span class="Apple-style-span" style="font-size: small;">HTML es el lenguaje usado por los navegadores para mostrar las páginas webs al usuario</span></span><span class="Apple-style-span" style="font-size: small;">, siendo hoy en día la interface más extendida en la red.</span></span><span class="Apple-style-span" style="font-size: small;"><br /></span></div></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;"><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Este lenguaje nos permite adjuntar textos, sonidos e imágenes y combinarlos a nuestro gusto.</span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;"><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Además, y es aquí donde brilla su ventaja con respecto a libros y revistas, el HTML nos permite la introducción de referencias a otras páginas por medio de los enlaces </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">hipertexto</span></span><span class="Apple-style-span" style="font-size: small;">.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    El HTML se creó en un principio con objetivos divulgativos. No se pensó que la web llegara a ser un área de ocio con carácter multimedia, de modo que, el HTML se creó sin dar respuesta a todos los posibles usos que se le iba a dar y a todos los colectivos de gente que lo utilizarían en un futuro.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Sin embargo, pese a esta deficiente planificación, si que se han ido incorporando modificaciones con el tiempo, estos son los estándares del HTML. Numerosos estándares se han presentado ya.El HTML 4.01 es el último estándar a septiembre de 2001.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Esta evolución tan anárquica del HTML ha supuesto toda una seria de inconvenientes y deficiencias que han debido ser superados con la introducción de otras tecnologías accesorias capaces de organizar, optimizar y automatizar el funcionamiento de las webs. Ejemplos que pueden ser reconocidos por uds son las </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">CSS, JavaScript</span></span><span class="Apple-style-span" style="font-size: small;"> u otros. Veremos más adelante en qué consisten algunas de ellas.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Otros de los problemas que han acompañado al HTML es la diversidad de navegadores presentes en el mercado los cuales no son capaces de interpretar un mismo código ( Lenguaje ) de una manera unificada.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Esto obliga al webmáster a, una vez creada su página, comprobar que esta puede ser leída satisfactoriamente por todos los navegadores, o al menos, los más utilizados.</span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;"><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Además del navegador necesario para ver los resultados de nuestro trabajo, necesitamos evidentemente otra herramienta capaz de crear la página en si. </span><span class="Apple-style-span" style="font-weight: bold; "><span class="Apple-style-span" style="font-size: small;">Un archivo HTML (una página) no es más que un texto</span></span><span class="Apple-style-span" style="font-size: small;">. Es por ello que para programar en HTML necesitamos un editor de textos.</span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;"><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Es recomendable usar el </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">Bloc de notas</span></span><span class="Apple-style-span" style="font-size: small;"> que viene con windows, u otro editor de textos sencillo. Hay que tener cuidado con algunos editores más complejos como Wordpad o Microsoft Word, ya que colocan su propio código especial al guardar las páginas y HTML es únicamente texto plano, con lo que podremos tener problemas.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Existen otro tipo de editores específicos para la creación de páginas web los cuales ofrecen muchas facilidades que nos permiten aumentar nuestra productividad. No obstante, es aconsejable en un principio utilizar una herramienta lo más sencilla posible para poder prestar la máxima atención a nuestro código y familiarizarnos lo antes posible con él. Siempre tendremos tiempo más delante de</span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">pasarnos a editores más versátiles con la consiguiente ganancia de tiempo.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Para tener más claro todo el tema de editores y los tipos que existen, visita los artículos:</span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">*Editores de HTML.</span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">*Block de notas.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    También puedes acceder a descripciones editores más complejos que el Block de Notas, pero más potentes como </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">Homesite</span></span><span class="Apple-style-span" style="font-size: small;"> o </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">UltraEdit</span></span><span class="Apple-style-span" style="font-size: small;">.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Es importante tener claro todo ello puesto que en función de nuestros objetivos puede que, más que aprender HTML, resulte más interesante aprender el uso de una aplicación para la creación de páginas.<br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-size: small;">    Como una pequeña conclusión podemos decir que </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">una página es un archivo donde está contenido el código HTML en forma de texto</span></span><span class="Apple-style-span" style="font-size: small;">. Estos archivos tienen extensión .</span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">html</span></span><span class="Apple-style-span" style="font-size: small;"> o .</span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">htm</span></span><span class="Apple-style-span" style="font-size: small;"> (es indiferente cuál utilizar). De modo que cuando programemos en HTML lo haremos con un editor de textos y </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">guardaremos nuestros trabajos con extensión .html</span></span><span class="Apple-style-span" style="font-size: small;">, por </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">ejemplo mipágina.html</span></span><span class="Apple-style-span" style="font-size: small;"><br /><br /></span></span></div><div><span class="Apple-style-span" style="font-family:'lucida grande';"><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">Consejo</span></span><span class="Apple-style-span" style="font-size: small;">: Utiliza siempre la misma extensión en tus archivos HTML. Eso evitará que te confundas al escribir los nombres de tus archivos unas veces con .htm y otras con .html. Si trabajas con un equipo en un proyecto todavía más importante que los pongas todos con la extensión.</span></span></div> <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/07974199425853560669' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/07974199425853560669' rel='author' title='author profile'> <span itemprop='name'>Angelo Cordeviola</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://acordeviola.blogspot.com/2009/03/introduccion-html.html' itemprop='url'/> <a class='timestamp-link' href='http://acordeviola.blogspot.com/2009/03/introduccion-html.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-03-07T01:58:00-03:00'>1:58</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://acordeviola.blogspot.com/2009/03/introduccion-html.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1870210304'> <a href='https://www.blogger.com/post-edit.g?blogID=7500304275134981561&postID=5475242099677534465&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'> </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='7500304275134981561' itemprop='blogId'/> <meta content='5986744203421033933' itemprop='postId'/> <a name='5986744203421033933'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://acordeviola.blogspot.com/2009/03/prologo-al-manual-de-html-primero-que.html'>Prólogo HTML</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5986744203421033933' itemprop='description articleBody'> <div style="text-align: center;"><span class="Apple-style-span" style="font-size:large;"><span class="Apple-style-span" style="font-weight: bold;">Prólogo al manual de HTML</span><br /></span><br /></div><span class="Apple-style-span" style="font-size:small;">    <span class="Apple-style-span" style="font-family:'lucida grande';">Primero que nada darles la bienvenidos a mi blog, desde el comienzo tenia planeado crear un espacio para poder ayudar a gente con intereses parecidos a los mios,  dándoles una mano en sus aficiones para que sus enseñanzas llegen a ser mas gratas.<br /><br />    Ahora les dejo la introduccion y una clase de los conceptos basicos para lograr crear una pagina web. Espero que les guste.<br /><br />    Primero que nada, en estos capitulos le ayudare a descubrir el lenguaje utilizado para la creación de páginas web: el <span class="Apple-style-span" style="font-weight: bold;">Hyper Text Markup Language</span>,más conocido como <span class="Apple-style-span" style="font-weight: bold;">HTML</span>.<br /><br />    Puede que en un principio, el hecho de hablar de un lenguaje informático le llame la atención a mas de uno. Pero no se asusten, el HTML no es  más que una forma peculiar de dar formato a<br />los textos e imágenes que intentamos ver por aquellos navegadores.<br /><br />    Antes de entrar en la materia fuerte del curso, el cual intentare hacer de una forma directa y practica. Quisiera decirles que al publico que va enfocado este manual es para todo aquel que con conocimientos mínimos de informatica, desean hacer mundialmente público un mensaje, para hacerles una idea el metodo mas práctico, económico y actual es el <span class="Apple-style-span" style="font-weight: bold;">Internet</span>.<br /><br />    Los requisitos minimos que se necesitan para poder llegar a entender HTML son los siguientes:<br /><br />*Saber escribir con un teclado<br />*Saber manejar un ratón ( mouse )<br />*Y por sobre todo...</span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-family:'lucida grande';">Tener ganas de aprender</span></span><span class="Apple-style-span" style="font-family:'lucida grande';"><br />  <br />    Esto será lo que lo podrias llegar a aprender si pones todo tu corazón en estos cursos:<br /><br />*Capacidad para crear y publicar nuestro propio sitio web con un mínimo de calidad<br />*Conocimientos de todo tipo sobre las tecnologías y herramientas empleadas en el ámbito de<br />la Red<br />*Posiblemente una afición que puede convertirse en pasión y terminar, en algunos casos,<br />siendo un vicio o un oficio.<br /><br />    Les recuerdo que estare a toda disposición para resolver cualquier tipo de duda ( Siempre y Cuando tenga tiempo =D ). La gran mayoria sabe como contactarme... y para los que no saben, aqui les dejo mi correo: </span><span class="Apple-style-span" style="font-weight: bold;"><span class="Apple-style-span" style="font-family:'lucida grande';">a.cordeviola@gmail.com</span></span><span class="Apple-style-span" style="font-family:'lucida grande';"><br /><br />    Ahora Comenzare con lo esperado por todos ustedes...</span></span> <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/07974199425853560669' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/07974199425853560669' rel='author' title='author profile'> <span itemprop='name'>Angelo Cordeviola</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://acordeviola.blogspot.com/2009/03/prologo-al-manual-de-html-primero-que.html' itemprop='url'/> <a class='timestamp-link' href='http://acordeviola.blogspot.com/2009/03/prologo-al-manual-de-html-primero-que.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-03-07T01:16:00-03:00'>1:16</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://acordeviola.blogspot.com/2009/03/prologo-al-manual-de-html-primero-que.html#comment-form' onclick=''> 1 comentario: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1870210304'> <a href='https://www.blogger.com/post-edit.g?blogID=7500304275134981561&postID=5986744203421033933&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'> </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>viernes, 6 de marzo 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='7500304275134981561' itemprop='blogId'/> <meta content='5543539358452526750' itemprop='postId'/> <a name='5543539358452526750'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://acordeviola.blogspot.com/2009/03/como-ganar-puntos-en-los-diferentes.html'>¡¡¡COMO GANAR PUNTOS EN LOS DIFERENTES JUEGOS DE FACEBOOK SIN INVERTIR UN PESO!!!</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-5543539358452526750' itemprop='description articleBody'> <div class="post-header-line-1"></div><br /><div class="post-body entry-content"><br /><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">La única forma de conseguir puntos SP PARA TODOS LOS JUEGOS DE FACEBOOK es comprándolos con dinero real y pagando con una cuenta en PAYPAL.</span></span><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="lucida grande" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;"><o:p></o:p></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p style="text-align: left;font-family:trebuchet ms;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Si no tienes dinero para comprarlos puedes leer publicidad en Internet y que te depositen las ganancias en tu cuenta de PAYPAL.</span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Que es PAYPAL: </span><b><span class="Apple-style-span" style="font-size: small;">PayPal</span></b><span class="Apple-style-span" style="font-size: small;"> es una empresa perteneciente al sector del comercio electrónico por Internet que permite la transferencia de dinero entre usuarios que tengan correo electrónico, una alternativa al tradicional método en papel como los cheques o giros postales. PayPal también procesa peticiones de pago en comercio eléctonico y otros servicios Web, por los que cobra un porcentaje. La mayor parte de su clientela proviene del sitio de subastas en línea eBay.<br />Si con las ganancias obtenidas no quieres comprar puntos de pandilla, puedes pedir a PayPal que te envie un cheque a tu casa.<br /></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Regístrate en PAYPAL haciendo clic aquí</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><a href="https://www.paypal.com/es"><span class="Apple-style-span" style="font-size: small;">https://www.paypal.com/es</span></a></span><span class="Apple-style-span" style="font-size: small;"> </span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">No es necesario poner los datos de la tarjeta de crédito, cuando te lo pidan en el formulario lo salteas y listo, el único inconveniente que te genera es que no podrás hacer transferencias mayores a 500 dólares.<br />Una vez creada la cuenta en PayPal y luego de tener fondos suficientes necesitas asociarla a Facebook, para eso te diriges a la pestaña "Bonos" y donde dice Buy SP elegir PayPal or Credit Card, luego clickeamos en "Spare Change" y aceptamos, ponemos el importe que queremos y por último nos pregunta si pagamos con visa, master o PayPal, elegimos PayPal y ponen el mail con el que se dieron de alta y la contraseña.<br /></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="lucida grande" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;"><o:p></o:p></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="lucida grande" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">La mayoría de las páginas que pagan por leer publicidad pagan alrededor de 1 centavo de dólar por cada publicidad leída por aproximadamente 30 segundos.</span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">No es mucho, pero lo bueno es que te pagan comisiones por tus “referidos”.<br />Un referido es aquella persona que se registra en una página por recomendación tuya.<br />Tu cobrarás en algunos casos hasta el 100% de lo que esa persona gane leyendo publicidades sin perjudicar sus ganancias.<br />Entonces, cuanto más referidos tengas, tus ganancias se incrementarán exponencialmente con un mínimo de trabajo.<br />Tambien te dan la opción de ser miembro premium pagando una cierta cantidad de dinero, que recuperaras rápidamente por que te pagan en algunos casos hasta un 40% más de tus clics y de tus referidos.</span></span></p><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;"><o:p></o:p></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><h1 face="trebuchet ms" style="text-align: left;"><span><span class="Apple-style-span" style="font-size: small;">Empresas que pagan por leer publicidad:<br /></span></span></h1><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Hay muchas que pagan por leer publicidad, pero en este listado pondré las que ya me han pagado y se ganaron mi confianza, ademas de ser las que más pagan por cada aviso</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /><br /></span></span><span class="textblue" style=";font-family:trebuchet ms;"><span style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">LeePubli </span></span><span class="Apple-style-span" style="font-size: small;"><o:p></o:p></span></span><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span class="textblue"><span class="Apple-style-span" style="font-size: small;"><o:p></o:p></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Pago por cada clic: </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><strong><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong><span class="Apple-style-span" style="font-size: small;"> 0.01</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">(Miembro Premium 40% más )<br />Pago por cada clic de tus referidos:</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">(4 niveles de referidos: 20%, 10%, 5%, 1%)</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">(Miembro Premium 40% más )<br />Al tener 4 niveles de referidos cobras tambien por los referidos que consigan tus referidos.<br />Moneda de pago:</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">Euro<br />Método de pago, Neteller, Transferencia bancaria y Western Union<br />Mínimo para cobrar:</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><strong><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong><span class="Apple-style-span" style="font-size: small;"> 12<br /></span></span><span class="textblue"><b><span class="Apple-style-span" style="font-size: small;">Regalo de bienvenida</span><span style=""><span class="Apple-style-span" style="font-size: small;"> </span></span></b></span><span><strong style="font-family:trebuchet ms;"><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€ 2 !!<br /></span></span></strong></span><span class="textblue"><span class="Apple-style-span" style="font-size: small;">También paga por registrarte en páginas, valorar páginas, poner su web como página de<br />inicio y premios para los más activos.<br />Cantidad de anuncios por día: entre 10 y 15<br /></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Para registrarte </span><a href="http://www.leepubli.com/pages/index.php?refid=kenny686"><span class="Apple-style-span" style="font-size: small;">clikea aquí</span></a></span></p><span class="Apple-style-span" style="font-size: small;"><br /></span><p face="trebuchet ms" style="font-weight: bold; text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Crewbux.org<br /></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="lucida grande" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;"><o:p></o:p></span></span></p><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><div style="font-family: trebuchet ms; text-align: left;"> </div><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Pago por cada clic: </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">U$S 0.007</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">( Miembro Premium U$S 0.01 )<br />Pago por cada clic de tus referidos</span></span><span><span class="Apple-style-span" style="font-size: small;">: </span></span><span><span class="Apple-style-span" style="font-size: small;">U$S 0.005</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">(Miembro Premium U$S 0.007 )<br />Moneda de pago</span></span><span><span class="Apple-style-span" style="font-size: small;">: </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">Dólar<br />Método de pago: PayPal, AlertPay<br />Mínimo para cobrar:</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">U$S 1<br /></span></span><span class="textblue"><span class="Apple-style-span" style="font-size: small;">Cantidad de anuncios por día: entre 6 y 10</span></span><span><span class="Apple-style-span" style="font-size: small;"> (para ver más de 3 anuncios por día deberas referescar la página cada cierto tiempo)<br /><br />Para registrarte</span><a href="http://www.perfectbux.com/index.php?page=home&r=126178"><span class="Apple-style-span" style="font-size: small;"> </span></a><a href="http://www.crewbux.org/index.php?ref=kenny989"><span class="Apple-style-span" style="font-size: small;">clikea aquí</span></a><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span class="textblue"><a href="https://argentina.dineromail.com/DM_PDC/landing_res.asp?r=52405048011202"><span class="Apple-style-span" style="font-size: small;"><br /></span></a></span></p><p style="font-weight: bold; text-align: left;font-family:trebuchet ms;"></p></div><div style="font-family: trebuchet ms; text-align: left;"> </div><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span style="color: rgb(0, 51, 0); font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">NeoBux (Muy recomendada)</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><p face="trebuchet ms" style="text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Pago por cada clic: </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">U$S 0.01 ( Miembro Premium U$S 0.012 )<br />Pago por cada clic de tus referidos</span></span><span><span class="Apple-style-span" style="font-size: small;">: </span></span><span><span class="Apple-style-span" style="font-size: small;">U$S 0.005 ( Miembro Premium U$S 0.006 )<br />Método de pago: PayPal, AlertPay<br />Mínimo para cobrar:</span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;"> </span></span><span><span class="Apple-style-span" style="font-size: small;">U$S 2 </span></span><span style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">(pago en el día, es instantaneo)</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span class="textblue"><span class="Apple-style-span" style="font-size: small;">Cantidad de anuncios por día: entre 4 y 13</span></span><span><span class="Apple-style-span" style="font-size: small;"> (para ver más de 4 anuncios por día deberas referescar la página cada cierto tiempo)<br /><br /></span></span><span class="textblue"><span class="Apple-style-span" style="font-size: small;">Para registrarte </span><a href="http://www.neobux.com/?r=kenny888"><span class="Apple-style-span" style="font-size: small;">clic aquí<br /></span></a></span></p><span style="text-decoration: none;font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Si tienes problemas para entrar a neobux prueba desconectarte y volver a conectarte.<br /></span><span style="font-weight: bold;"><span class="Apple-style-span" style="font-size: small;">Si no funciona con mozilla, prueba con Internet Explorer.<br /><br /></span></span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><p face="trebuchet ms" style="font-weight: bold; text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;">Bienpagado<br /></span></span></p><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Pago por cada clic: </span></span><span><strong style="font-family:trebuchet ms;"><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> 0.003</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> </span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">( Miembro Premium </span></span><span><strong style="font-family:trebuchet ms;"><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> 0.005 )</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Pago por cada clic de tus referidos</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">: </span></span><span><strong style="font-family:trebuchet ms;"><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> 0.003</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> </span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">(Miembro Premium </span></span><span><strong style="font-family:trebuchet ms;"><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> 0.005 )</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Moneda de pago</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">: </span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Euros</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Método de pago</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">: </span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> </span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">PayPal, AlertPay</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Mínimo para cobrar:</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> </span></span><span><strong style="font-family:trebuchet ms;"><span style="color: rgb(66, 49, 20);"><span class="Apple-style-span" style="font-size: small;">€</span></span></strong></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> 20</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /></span></span><span class="textblue" style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Cantidad de anuncios por día: entre 15 y 20</span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> (para ver más de 15 anuncios por día deberas referescar la página cada cierto tiempo)</span></span><span><span class="Apple-style-span" style="font-size: small;"><br /><br /></span></span><span style=";font-family:trebuchet ms;"><span class="Apple-style-span" style="font-size: small;">Para registrarte</span></span><span><a href="http://www.bienpagado.com/pages/index.php?refid=kenny357" style="font-family: trebuchet ms;"><span class="Apple-style-span" style="font-size: small;"> clic aquí</span></a><span class="Apple-style-span" style="font-size: small;"><br /><br /><br /></span></span><p face="trebuchet ms" style="font-weight: bold; text-align: left;" class="MsoNormal"><span><span class="Apple-style-span" style="font-size: small;"><br /><br />A.W.Surveys<br /><br />Es una de las mas fáciles ya que ganas dinero a medida que tus amigos van aceptando tu invitación.<br /></span></span><span class="textblue"><span class="Apple-style-span" style="font-size: small;">Para registrarte </span><a href="http://www.awsurveys.com/HomeMain.cfm?RefID=Chorizo"><span class="Apple-style-span" style="font-size: small;">clic aquí<br /></span></a></span></p><span style="text-decoration: none;font-family:trebuchet ms;"><b><span class="Apple-style-span" style="font-size: small;"> No es Necesario que pongan sus datos reales, solo deben acordarse de las cosas que ponen y listo.<br /><br /></span><b><span class="Apple-style-span" style="font-size: small;"> Cualquier Consulta Deje Su Comentario Por Favor, Todos será Respondido a la Brevedad</span></b></b></span> <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/07974199425853560669' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/07974199425853560669' rel='author' title='author profile'> <span itemprop='name'>Angelo Cordeviola</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://acordeviola.blogspot.com/2009/03/como-ganar-puntos-en-los-diferentes.html' itemprop='url'/> <a class='timestamp-link' href='http://acordeviola.blogspot.com/2009/03/como-ganar-puntos-en-los-diferentes.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-03-06T19:06:00-03:00'>19:06</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://acordeviola.blogspot.com/2009/03/como-ganar-puntos-en-los-diferentes.html#comment-form' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1870210304'> <a href='https://www.blogger.com/post-edit.g?blogID=7500304275134981561&postID=5543539358452526750&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'> </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-newer-link'> <a class='blog-pager-newer-link' href='http://acordeviola.blogspot.com/' id='Blog1_blog-pager-newer-link' title='Entradas más recientes'>Entradas más recientes</a> </span> <a class='home-link' href='http://acordeviola.blogspot.com/'>Inicio</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Suscribirse a: <a class='feed-link' href='http://acordeviola.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 Profile' data-version='1' id='Profile2'> <h2>Datos personales</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/07974199425853560669'><img alt='Mi foto' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjg6dudwFLFlvuRBM5veCGDMSjCCzdb0lx3w5gM3gIMOrDd1aDCiwDUdhns11FTvNn7J4pGwJAhhqoK1JwijCJnS__5xchBqTbPKgFpb1TygKpQmYu_KTd4jm2SXwlJ7g/s220/.....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/07974199425853560669' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Angelo Cordeviola </a> </dt> <dd class='profile-data'>Santiago, Chile</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/07974199425853560669' rel='author'>Ver todo mi perfil</a> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive2'> <h2>Archivo del blog</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive2_ArchiveList'> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://acordeviola.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(5)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://acordeviola.blogspot.com/2009/03/'> marzo </a> <span class='post-count' dir='ltr'>(5)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://acordeviola.blogspot.com/2009_03_08_archive.html'> mar 08 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://acordeviola.blogspot.com/2009/03/unidad-1-tu-primera-pagina.html'>Unidad 1 "Tu Primera Página"</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://acordeviola.blogspot.com/2009_03_07_archive.html'> mar 07 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='posts'> <li><a href='http://acordeviola.blogspot.com/2009/03/sintaxis-del-html-el-html-es-un.html'>Unidad 1 Introducción</a></li> <li><a href='http://acordeviola.blogspot.com/2009/03/introduccion-html.html'>Introducción HTML</a></li> <li><a href='http://acordeviola.blogspot.com/2009/03/prologo-al-manual-de-html-primero-que.html'>Prólogo HTML</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://acordeviola.blogspot.com/2009_03_06_archive.html'> mar 06 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://acordeviola.blogspot.com/2009/03/como-ganar-puntos-en-los-diferentes.html'>¡¡¡COMO GANAR PUNTOS EN LOS DIFERENTES JUEGOS DE F...</a></li> </ul> </li> </ul> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Poll' data-version='1' id='Poll1'> <h2 class='title'>¿ Que te parece el Blog ? </h2> <div class='widget-content'> <iframe allowtransparency='true' frameborder='0' height='160' name='poll-widget-2299686884892552118' style='border:none; width:100%;'></iframe> <div class='clear'></div> </div> </div><div class='widget Followers' data-version='1' id='Followers2'> <h2 class='title'>Seguidores</h2> <div class='widget-content'> <div id='Followers2-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers/frame/7500304275134981561?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM0ODVlNDEiByNjY2NjY2MqByMwMDAwMDAyByMyRDg5MzA6ByM0ODVlNDFCByNjY2NjY2NKByM3Nzc3NzdSByNjY2NjY2NaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3des\x26origin\x3dhttp://acordeviola.blogspot.com"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); } } }); } }); } followersIframeOpen("https://www.blogger.com/followers/frame/7500304275134981561?colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM0ODVlNDEiByNjY2NjY2MqByMwMDAwMDAyByMyRDg5MzA6ByM0ODVlNDFCByNjY2NjY2NKByM3Nzc3NzdSByNjY2NjY2NaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26hl\x3des\x26origin\x3dhttp://acordeviola.blogspot.com"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget LinkList' data-version='1' id='LinkList1'> <h2>Amigos</h2> <div class='widget-content'> <ul> <li><a href='http://www.angeldragons.blogspot.com/'>Angelo Muñoz</a></li> <li><a href='http://www.elfs4de.blogspot.com/'>Elfo</a></li> <li><a href='http://leseras-mias.blogspot.com/'>Fernandita</a></li> <li><a href='http://otigres.blogspot.com/'>Otigres</a></li> </ul> <div class='clear'></div> </div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> </div> <!-- end content-wrapper --> <div id='footer-wrapper'> <div class='footer no-items section' id='footer'></div> </div> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/387437488-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AEUoTZojKdEhI-3wc2jRxi__qgDo:1781216131080';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7500304275134981561','//acordeviola.blogspot.com/2009/','7500304275134981561'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7500304275134981561', 'title': 'Desarrollo Web', 'url': 'http://acordeviola.blogspot.com/2009/', 'canonicalUrl': 'http://acordeviola.blogspot.com/2009/', 'homepageUrl': 'http://acordeviola.blogspot.com/', 'searchUrl': 'http://acordeviola.blogspot.com/search', 'canonicalHomepageUrl': 'http://acordeviola.blogspot.com/', 'blogspotFaviconUrl': 'http://acordeviola.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\x22Desarrollo Web - Atom\x22 href\x3d\x22http://acordeviola.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Desarrollo Web - RSS\x22 href\x3d\x22http://acordeviola.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Desarrollo Web - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7500304275134981561/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'isGoogleEverywhereLinkTooltipEnabled': true, 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/c3a0e6f80bda02cd', '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': 'archive', 'pageName': '2009', 'pageTitle': 'Desarrollo Web: 2009'}}, {'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': 'Desarrollo Web', 'description': 'Creado Especialmente para mis amigos y gente que realmente quiera aprender algunas cosas sencillas del \xc1rea Inform\xe1tica', 'url': 'http://acordeviola.blogspot.com/2009/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2009, 'rangeMessage': 'Mostrando entradas de 2009'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/2355509407-lbx__es.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile2', 'sidebar', document.getElementById('Profile2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive2', 'sidebar', document.getElementById('BlogArchive2'), {'languageDirection': 'ltr', 'loadingMessage': 'Cargando\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PollView', new _WidgetInfo('Poll1', 'sidebar', document.getElementById('Poll1'), {'pollid': '-2299686884892552118', 'iframeurl': '/b/poll-results?pollWidget\x3dPoll1\x26txtclr\x3d%23485e41\x26lnkclr\x3d%23cccccc\x26chrtclr\x3d%23cccccc\x26font\x3dnormal+normal+100%25+\x27Trebuchet+MS\x27,Trebuchet,Verdana,Sans-serif\x26hideq\x3dtrue\x26purl\x3dhttp://acordeviola.blogspot.com/'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers2', 'sidebar', document.getElementById('Followers2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar', document.getElementById('LinkList1'), {}, 'displayModeFull')); </script> </body> </html>