<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-968006031785464495</id><updated>2024-12-18T21:22:11.433-06:00</updated><category term="Blogger"/><category term="Wordpress"/><category term="HTML5"/><category term="Diseño Web"/><category term="Windows 7"/><category term="Internet"/><category term="Linux"/><category term="Windows xp"/><category term="CSS"/><category term="Realidad Aumentada"/><category term="Seguridad"/><category term="jQuery"/><category term="Blackberry"/><category term="Facebook"/><category term="Gadget"/><category term="Windows"/><category term="Windows Vista"/><category term="Descargas"/><category term="Programación"/><category term="PHP"/><category term="Robotica"/><category term="Bios"/><category term="Feed"/><category term="Software"/><category term="Windows 8"/><category term="Word"/><category term="web"/><category term="ASCII"/><category term="Access"/><category term="BackTrack"/><category term="C++"/><category term="Dreamweaver"/><category term="Excel"/><category term="Festividades"/><category term="Java"/><category term="JavaScript"/><category term="Mantenimiento"/><category term="Office"/><category term="Photoshop"/><category term="Python"/><category term="Seo"/><category term="Twitter"/><category term="Ubuntu"/><category term="Basic"/><category term="CMS"/><category term="Fedora"/><category term="Flash"/><category term="Hacking"/><category term="How-to"/><category term="Mandriva"/><category term="Packet Tracer"/><category term="Parallax"/><category term="Pascal"/><category term="PowerPoint"/><category term="S.O. Linux"/><category term="Themes Wordpress"/><category term="Visual Basic"/><title type='text'>Blogg Ayuda</title><subtitle type='html'>Tutoriales,Trucos Y Mas...</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>157</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-4274113392535369762</id><published>2012-12-20T07:30:00.000-06:00</published><updated>2012-12-20T07:30:02.304-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><category scheme="http://www.blogger.com/atom/ns#" term="Programación"/><title type='text'>Introducción a C++</title><content type='html'>&lt;div class=&quot;&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Dpo2OPzJGQARl05AA4if0J_SJZYA8HQFBulaJDbV8KcvPrjs0iFWzfWTzMo6wbn3ntlshKhdXFR28HpcafzBgvRf9LXnjThUW83yV5nhLqWHLbxJCwqhnWJ2FUe2iwO_qCeJsROx6dI/s1600/c+o+c%252B%252B.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Dpo2OPzJGQARl05AA4if0J_SJZYA8HQFBulaJDbV8KcvPrjs0iFWzfWTzMo6wbn3ntlshKhdXFR28HpcafzBgvRf9LXnjThUW83yV5nhLqWHLbxJCwqhnWJ2FUe2iwO_qCeJsROx6dI/s200/c+o+c%252B%252B.png&quot; height=&quot;199&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Iniciaremos a programar en C++, este es un lenguaje de programación muy completo y base para todo tipo de aplicaciones.&lt;/div&gt;
&lt;strong&gt;&lt;span lang=&quot;ES-TRAD&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;
&lt;strong&gt;&lt;span lang=&quot;ES-TRAD&quot;&gt;Nociones básicas de programación&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span lang=&quot;ES-TRAD&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;
&lt;br /&gt;
&lt;div align=&quot;justify&quot;&gt;
Antes de empezar a programar en un lenguaje determinado hay que conocer una serie de conceptos básicos comunes a todos estos lenguajes.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Para empezar debemos definir que es un programa. Un programa puede entenderse como la forma de expresar la solución a un problema de manera que sea comprensible para el ordenador. En otras palabras, un programa es un conjunto ordenado de instrucciones que se dan a la computadora indicando el conjunto de operaciones o tareas que se desea llevar a cabo.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Una instrucción es un conjunto de símbolos que representa una orden de operación o tratamiento para el ordenador.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
A la hora de crear un programa, hay que tener en cuenta los siguientes pasos:&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;Realizar un análisis del problema definiendo los requisitos a los que se deben dar solución&lt;/li&gt;
&lt;li&gt;Diseñar y verificar el algoritmo que se va a seguir para solucionar el problema&lt;/li&gt;
&lt;li&gt;Se codifica el algoritmo diseñado anteriormente en un lenguaje de programación&lt;/li&gt;
&lt;li&gt;Se traduce el código fuente escrito a código maquina empleando compiladores, generándose de esta manera el programa ejecutable por el ordenador.&lt;/li&gt;
&lt;li&gt;Se comprueba que el programa generado funciona correctamente. En caso de encontrar algún error, se depura el código (solución a los problemas)&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Se realiza la documentación del programa realizado.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;h2 align=&quot;justify&quot;&gt;
&lt;strong&gt;&lt;span lang=&quot;ES-TRAD&quot;&gt;¿Qué es el lenguaje de programación C?&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;div align=&quot;justify&quot;&gt;
El lenguaje de programación C es un lenguaje de alto nivel que se puede caracterizar por los siguientes puntos:&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Es de propósito general, esto significa que puede ser usado tanto para el desarrollo de sistemas operativos como para programas científicos, programas de aplicación o programas de educación y juegos.&lt;/li&gt;
&lt;li&gt;Posee una alta transportabilidad ya que los programas escritos en C pueden ser llevados de un tipo de ordenador a otro y funcionarán. Los cambios que hay que realizar son mínimos.&lt;/li&gt;
&lt;li&gt;Como solo tiene 32 palabras reservadas se dice que es compacto.&lt;/li&gt;
&lt;li&gt;Los compiladores generan ejecutables más pequeños porque por norma general, los programas escritos en lenguaje C poseen menos líneas de código que otros lenguajes de programación de alto nivel.&lt;/li&gt;
&lt;li&gt;El lenguaje de programación C es un lenguaje imperativo o procedimental. Esto significa que indica secuencias de acciones con el fin de llegar a un objetivo. Generalmente los lenguajes imperativos o procedimentales contienen una parte declarativa. El lenguaje C da órdenes a la maquina.&lt;/li&gt;
&lt;li&gt;Es un lenguaje estructurado ya que los programas escritos con él se pueden organizar en módulos.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Su principal desventaja es que un programa puede estar escrito con tal brevedad y concisión que se vuelven casi ilegibles. Esto es debido a su versatilidad.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
El compilador C trata las letras mayúsculas y minúsculas como caracteres diferentes.&lt;/div&gt;
&lt;h2 align=&quot;justify&quot;&gt;
&lt;strong&gt;&lt;span lang=&quot;ES-TRAD&quot;&gt;Estructura básica de un programa en C&lt;/span&gt;&lt;/strong&gt;&lt;/h2&gt;
&lt;div align=&quot;justify&quot;&gt;
Un programa escrito en el lenguaje de programación C está formado siempre por una o más funciones, una de las cuales, obligatoriamente debe ser la que representa al programa principal y se designa la palabra reservada &lt;em&gt;main&lt;/em&gt;. Esta función denominada &lt;em&gt;main,&lt;/em&gt; debe ir acompañada de dos llaves ({}) que determinan el principio y el fin del programa.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Todo programa escrito en el lenguaje C, necesita unos ficheros de cabecera.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
En estos ficheros de cabecera, se incluyen las definiciones de muchas de las funciones que necesitamos para nuestros programas. Muchos ficheros de cabecera son propios del sistema, como es el caso de &lt;em&gt;&quot;stdio.h&quot;, &quot;stdlib.h&quot;, &quot;math.h&quot;, &quot;string.h&quot;, etc&lt;/em&gt;. Tambien se pueden crear ficheros de cabecera propios de nuestro programa. Esto es, se van a crear una serie de funciones que nuestra aplicación necesitara con frecuencia o en diferentes archivos. De esta manera ahorramos líneas de código y tiempo.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Estos ficheros de cabecera se definen con la directriz &lt;em&gt;#include &quot;fichero.h&quot; &lt;/em&gt;si el fichero es propio del proyecto, es decir, si lo hemos creado nosotros, o bien la directriz &lt;em&gt;#include &lt;fichero .h=&quot;.h&quot;&gt;&lt;/fichero&gt;&lt;/em&gt;si la librería es propia del sistema&lt;em&gt;.&lt;/em&gt; Gracias a esta directriz, se le indica al compilador que incluya el fichero especificado en el programa fuente. Además de esta directriz&lt;em&gt;,&lt;/em&gt; existe &lt;em&gt;#define &quot;identificador valor&quot;&lt;/em&gt; le indica al compilador, que cada vez que en nuestro programa aparezca &lt;em&gt;&quot;indicador&quot;,&lt;/em&gt; se sustituirá por &quot;valor2.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Una sentencia es la mínima unidad ejecutable de un programa C. Una sentencia C consta de una palabra clave (&lt;em&gt;if, else, while, for, etc&lt;/em&gt;.), expresiones, declaraciones o llamadas a funciones.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Toda sentencia simple acaba con un punto y coma (;).&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Todo lenguaje de programación permite al programador introducir los comentarios que desee dentro de los ficheros fuente que contienen el código de su programa. La misión de estos comentarios es servir de explicación o aclaración sobre cómo está desarrollado el programa, de forma que pueda ser entendido por cualquier otra persona o por el propio programador un tiempo después. El compilador ignora estos comentarios siempre cuando estén expresados dentro de los símbolos &lt;em&gt;&quot;/*&quot;&lt;/em&gt; para indicar el comienzo del comentario y &lt;em&gt;&quot;*/&quot;&lt;/em&gt; para indicar el final.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Existe además otro tipo de comentario en una sola línea que únicamente va precedido por &quot;//&quot;.&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;justify&quot;&gt;
Para poder entender esto mejor, vamos a crear nuestro primer programa en lenguaje C.&lt;/div&gt;
&lt;h2 align=&quot;justify&quot;&gt;
&lt;/h2&gt;
&lt;div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/4274113392535369762/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/12/introduccion-c.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4274113392535369762'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4274113392535369762'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/12/introduccion-c.html' title='Introducción a C++'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Dpo2OPzJGQARl05AA4if0J_SJZYA8HQFBulaJDbV8KcvPrjs0iFWzfWTzMo6wbn3ntlshKhdXFR28HpcafzBgvRf9LXnjThUW83yV5nhLqWHLbxJCwqhnWJ2FUe2iwO_qCeJsROx6dI/s72-c/c+o+c%252B%252B.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-6740873521699711256</id><published>2012-12-12T06:00:00.001-06:00</published><updated>2012-12-12T06:00:05.128-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blackberry"/><title type='text'>Configurar las notificaciones y alertas en los perfiles de Blackberry</title><content type='html'>Les comparto un excelente tutorial para usuarios novatos en donde podrás ver como configurar las alertas y notificaciones en los perfiles del BlackBerry.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;object height=&quot;360&quot; width=&quot;600&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;https://www.youtube-nocookie.com/v/zm9d0Fe6ZVk?version=3&amp;amp;hl=es_ES&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed src=&quot;https://www.youtube-nocookie.com/v/zm9d0Fe6ZVk?version=3&amp;amp;hl=es_ES&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;600&quot; height=&quot;360&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/6740873521699711256/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/12/configurar-las-notificaciones-y-alertas.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/6740873521699711256'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/6740873521699711256'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/12/configurar-las-notificaciones-y-alertas.html' title='Configurar las notificaciones y alertas en los perfiles de Blackberry'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-3771747109662329293</id><published>2012-12-05T21:02:00.000-06:00</published><updated>2012-12-05T21:02:00.123-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Access"/><category scheme="http://www.blogger.com/atom/ns#" term="Office"/><title type='text'>Crear, abrir y cerrar una base de datos (Parte I)</title><content type='html'>&lt;h2&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: small;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Crear una base de datos en Access&lt;/b&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;b&gt;Para crear una nueva base de datos debemos:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;Hacer clic sobre la opción &lt;b&gt;Nuevo&lt;/b&gt; de la pestaña &lt;b&gt;Archivo&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisA3CjOxMRYp7whiP2x4D1987kumD9r3scjavEx1EYVv5PXBl4088Xq8_B0VkMe8O1Qs7OY0Hg7X-xXR_FoQw8IMzAWjMrDNrr-NrNWuuH1y1W8rRN1kZvqGlrGW8G43tON2Kvi92eGOg/s1600/archivo_nuevo.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisA3CjOxMRYp7whiP2x4D1987kumD9r3scjavEx1EYVv5PXBl4088Xq8_B0VkMe8O1Qs7OY0Hg7X-xXR_FoQw8IMzAWjMrDNrr-NrNWuuH1y1W8rRN1kZvqGlrGW8G43tON2Kvi92eGOg/s1600/archivo_nuevo.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Se mostrarán las distintas opciones para nuevos archivos en la zona de la derecha. La opción &lt;b&gt;Base de datos en blanco&lt;/b&gt; es la que debe estar seleccionada si queremos partir de cero, aunque también podríamos partir de una base existente o de una plantilla.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRGQpNpozTSTnmfKl2ftzP3Z2Oplxl-nBEy5xBysvngOil9bOq5jbXKxrks3enzMraTIkHfUzW3XkPIJBkzgOp_hwooHi78YR7l6ZlXQuMXs7SydJth0dVSeqHQ6Z3j8ms5FuCJeN421w/s1600/base_datos_blanco.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRGQpNpozTSTnmfKl2ftzP3Z2Oplxl-nBEy5xBysvngOil9bOq5jbXKxrks3enzMraTIkHfUzW3XkPIJBkzgOp_hwooHi78YR7l6ZlXQuMXs7SydJth0dVSeqHQ6Z3j8ms5FuCJeN421w/s1600/base_datos_blanco.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Estan simple crear una base de datos dentro de access donde nos da la opción de almacenar distinta información en varias secciones, les comparto un&amp;nbsp;vídeo&amp;nbsp;de youtube de &lt;a href=&quot;http://www.aulaclic.es/&quot; target=&quot;_blank&quot;&gt;AulaClic&lt;/a&gt; donde nos muestra los pasos adecuadamente.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;object height=&quot;360&quot; width=&quot;600&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;https://www.youtube-nocookie.com/v/M7qSdbcgPek?version=3&amp;amp;hl=es_ES&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed src=&quot;https://www.youtube-nocookie.com/v/M7qSdbcgPek?version=3&amp;amp;hl=es_ES&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;600&quot; height=&quot;360&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/3771747109662329293/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/12/crear-abrir-y-cerrar-una-base-de-datos.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3771747109662329293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3771747109662329293'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/12/crear-abrir-y-cerrar-una-base-de-datos.html' title='Crear, abrir y cerrar una base de datos (Parte I)'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisA3CjOxMRYp7whiP2x4D1987kumD9r3scjavEx1EYVv5PXBl4088Xq8_B0VkMe8O1Qs7OY0Hg7X-xXR_FoQw8IMzAWjMrDNrr-NrNWuuH1y1W8rRN1kZvqGlrGW8G43tON2Kvi92eGOg/s72-c/archivo_nuevo.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-4726879002390166317</id><published>2012-11-29T06:30:00.000-06:00</published><updated>2012-11-29T06:30:01.112-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Diseño Web"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><category scheme="http://www.blogger.com/atom/ns#" term="Photoshop"/><title type='text'>5 Editores Online de Fotos &quot;Tipo Photoshop&quot;</title><content type='html'>Cuantas veces hemos tenido al necesidad de editar nuestras fotos que tenemos en la computadora y sin contar con Photoshop y necesitamos hacer unos ajustes&amp;nbsp;rápidos&amp;nbsp;a alguna foto, para no sufrir tanto les comparto las siguientes aplicaciones web.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
1. &lt;a href=&quot;http://picnik.com/&quot; title=&quot;Picnik&quot;&gt;Picnik&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOgbOvssthVlJlnsAd0AVIA-feUDaEnnuF0ijmTxMvyiYd759Cicr55HzVQ2w8Fz7AqSc3zm89ZIVaQYNxogZpXV6Tv4oESVnQLLvHxqflMEK0OPMh0xjUlXc_Ukb_cESNfgUX7Lt1Vhw/s1600/picnik.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;136&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOgbOvssthVlJlnsAd0AVIA-feUDaEnnuF0ijmTxMvyiYd759Cicr55HzVQ2w8Fz7AqSc3zm89ZIVaQYNxogZpXV6Tv4oESVnQLLvHxqflMEK0OPMh0xjUlXc_Ukb_cESNfgUX7Lt1Vhw/s400/picnik.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Picnik es uno de los mas populares y mas grandes editores online. Esta integrado a Flickr como su editor por default de imagenes. A mi parecer tiene las mejores herramientas y mejor usabilidad, no por nada es de las mas grandes.&lt;br /&gt;
&lt;h2&gt;
2. &lt;a href=&quot;https://www.photoshop.com/express/landing.html&quot; title=&quot;Photoshop Express&quot;&gt;Photoshop Express&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwjTOqK3jL6mq8fkhQUGkLSUVbgwhzqcjYFDTQP39DScR8QLf2JflCANbwNMPvsaa8-gSBYH2X7ZCvD5QZZFJEVMZ_YuHvyvK7EiVBS4B-HFcU2jjOGU3Igc_tTMX_BB2kxR8RLNlvJAk/s1600/photoshopexpress.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwjTOqK3jL6mq8fkhQUGkLSUVbgwhzqcjYFDTQP39DScR8QLf2JflCANbwNMPvsaa8-gSBYH2X7ZCvD5QZZFJEVMZ_YuHvyvK7EiVBS4B-HFcU2jjOGU3Igc_tTMX_BB2kxR8RLNlvJAk/s400/photoshopexpress.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Si, Photoshop tiene una version Online, aunque con menos opciones que la version software, como es de esperarse. Tiene excelentes opciones y herramientas, ademas de estar integrado con &lt;a href=&quot;http://photoshop.com/&quot; title=&quot;Photoshop&quot;&gt;Photoshop.com&lt;/a&gt; que te permite guardar fotos y crear galerias.&lt;br /&gt;
&lt;h2&gt;
3. &lt;a href=&quot;http://pixenate.com/&quot; title=&quot;Pixenate&quot;&gt;Pixenate&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3cHuV053nSn5udkJq7xPC6_zIwAzNL4yztcjPaCm-AJMW_jOunKve_cfh9ETFnDO0bdO0Up2g1MKfboUzZtASf9-Dt8-yu6iZ1BTpBdKmi4QiyZbs9_xni9Nd2H6rh2lZN1VLvpYi1wA/s1600/pixenate.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3cHuV053nSn5udkJq7xPC6_zIwAzNL4yztcjPaCm-AJMW_jOunKve_cfh9ETFnDO0bdO0Up2g1MKfboUzZtASf9-Dt8-yu6iZ1BTpBdKmi4QiyZbs9_xni9Nd2H6rh2lZN1VLvpYi1wA/s400/pixenate.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Excelente web para la edicion de fotos rapida, tiene muy buen GUI y una sencilla forma de usarse. Te permite subir tu foto directamente a Flickr y ademas esta en Español y Ingles.&lt;br /&gt;
&lt;h2&gt;
4. &lt;a href=&quot;http://www.pixlr.com/&quot; title=&quot;Pixlr&quot;&gt;Pixlr&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk9vWAZCqPq9gQ8n1wVkzdUUcho-2kKD4fmEyP60m6LRk-0510y6KKKSftG68lDeokWorLSH0L7HHQCF3ttATVkXwuKl_b3SmeqEXsb-eteLqqSG3aXSW2_G069A7sppElL3gz4OsOgwQ/s1600/pixlr.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk9vWAZCqPq9gQ8n1wVkzdUUcho-2kKD4fmEyP60m6LRk-0510y6KKKSftG68lDeokWorLSH0L7HHQCF3ttATVkXwuKl_b3SmeqEXsb-eteLqqSG3aXSW2_G069A7sppElL3gz4OsOgwQ/s400/pixlr.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Su interfaz es parecida a la interfaz de Photoshop, que ya conocemos. Es lo mas parecido que vas a encontrar a Photoshop online.&lt;br /&gt;
&lt;h2&gt;
5. &lt;a href=&quot;http://www.phixr.com/&quot; title=&quot;Phixr&quot;&gt;Phixr&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioVqWU6HRBsCjvO2YlX0q5zRlCMnKYQzGO9DHMBVVwH4rdaZGhVMvKlGJToG1zPBF8liVuecRi7TDDIbaAYoPqFzork_wag6QgxedXjyjs_FDEXXZ1Z8FA8iVVaWjSpOztp_wG9HaV-HE/s1600/phixr.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioVqWU6HRBsCjvO2YlX0q5zRlCMnKYQzGO9DHMBVVwH4rdaZGhVMvKlGJToG1zPBF8liVuecRi7TDDIbaAYoPqFzork_wag6QgxedXjyjs_FDEXXZ1Z8FA8iVVaWjSpOztp_wG9HaV-HE/s400/phixr.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Tiene pocas herrfamientas pero te permite subir tu foto automaticamente a varios servicios en la web como Flickr, Fotolog, Photobucket, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/4726879002390166317/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/5-editores-online-de-fotos-tipo.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4726879002390166317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4726879002390166317'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/5-editores-online-de-fotos-tipo.html' title='5 Editores Online de Fotos &quot;Tipo Photoshop&quot;'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOgbOvssthVlJlnsAd0AVIA-feUDaEnnuF0ijmTxMvyiYd759Cicr55HzVQ2w8Fz7AqSc3zm89ZIVaQYNxogZpXV6Tv4oESVnQLLvHxqflMEK0OPMh0xjUlXc_Ukb_cESNfgUX7Lt1Vhw/s72-c/picnik.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-8812213846582766205</id><published>2012-11-22T07:30:00.000-06:00</published><updated>2012-11-22T07:30:00.737-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Diseño Web"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML5"/><category scheme="http://www.blogger.com/atom/ns#" term="Internet"/><title type='text'>10 herramientas para realizar wireframes online</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy0heb5NloAXT830RQGwUsJJyoyyKnWZ7UUKGhOKrfLxd1qupD7Cu6cBwDrRyHLS_C8_VBgehMY4qgDmPPFJjO88xfuzSarbNxMoRsZLQtQLQqKVg_Ei_h-Ybtqgg8yNCz166iW57rcz4/s1600/wireframe.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;264&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy0heb5NloAXT830RQGwUsJJyoyyKnWZ7UUKGhOKrfLxd1qupD7Cu6cBwDrRyHLS_C8_VBgehMY4qgDmPPFJjO88xfuzSarbNxMoRsZLQtQLQqKVg_Ei_h-Ybtqgg8yNCz166iW57rcz4/s320/wireframe.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Wireframes aplicaciones completas que nos benefician en el momento de trabajar con proyectos previos y ademas en el momento, son bastante utiles ya que se pre-diseña un sitio antes de ser elaborado.Es una muy buena idea el realizar wireframes antes de mockups o diseños de alta fidelidad, para definir estructuras e incluso funcionalidades.&lt;br /&gt;
&amp;nbsp;A continuación podrán ver 10 herramientas gratis online que les permitirán hacer wireframes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
1. &lt;a href=&quot;http://gomockingbird.com/&quot; target=&quot;_blank&quot;&gt;Mockingbird&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQqfLVPcjTVxCuYIyh65hcckzFOUOtYH1triwBSmXIpsvme880pHCjx2sSGeRuwJGDOTqmyL-P4gJIOF5jZhXlCNjaEFWPu4JEDP4K6od40XsrqnJaQsmwE5ycBKYECZjZaVysAuITieQ/s1600/Mockingbird.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQqfLVPcjTVxCuYIyh65hcckzFOUOtYH1triwBSmXIpsvme880pHCjx2sSGeRuwJGDOTqmyL-P4gJIOF5jZhXlCNjaEFWPu4JEDP4K6od40XsrqnJaQsmwE5ycBKYECZjZaVysAuITieQ/s400/Mockingbird.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
2. &lt;a href=&quot;http://lovelycharts.com/&quot; target=&quot;_blank&quot;&gt;Lovely Charts&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMhaUdP3VQvllD7Gcwc4Cx0IH9yz09MHv9MYC5zXMKCPIDH7OVuRSOiI5SjkEY-W6ETtRF6CRVLlDXK4OdrIM95En55C1EzbZ98pOtx_JyL3g8ivlKlzZGn3OoZDLFnngGJiyU9AAtBc8/s1600/LovelyCharts.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMhaUdP3VQvllD7Gcwc4Cx0IH9yz09MHv9MYC5zXMKCPIDH7OVuRSOiI5SjkEY-W6ETtRF6CRVLlDXK4OdrIM95En55C1EzbZ98pOtx_JyL3g8ivlKlzZGn3OoZDLFnngGJiyU9AAtBc8/s400/LovelyCharts.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
3. &lt;a href=&quot;http://cacoo.com/&quot; target=&quot;_blank&quot;&gt;Cacoo&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIWYlCQHgE3-pHNITAGRkTue9Q_cOYrE_iP5FnPOMs62QGdu0uM2NcKrrVjwWQZFWmzDqiT5hssO3MbJQddLO4bT4WqaxUOybt8Mk0Q9_f4IpKsx4dBRxke-1Ol0xo4aKcZsYvcxt0weI/s1600/Cacoo.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIWYlCQHgE3-pHNITAGRkTue9Q_cOYrE_iP5FnPOMs62QGdu0uM2NcKrrVjwWQZFWmzDqiT5hssO3MbJQddLO4bT4WqaxUOybt8Mk0Q9_f4IpKsx4dBRxke-1Ol0xo4aKcZsYvcxt0weI/s400/Cacoo.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;span id=&quot;more-1163&quot;&gt;&lt;/span&gt;

&lt;br /&gt;
&lt;h2&gt;
4. &lt;a href=&quot;http://www.gliffy.com/wireframe-software/&quot; target=&quot;_blank&quot;&gt;Gliffy&lt;/a&gt;&lt;span class=&quot;blippr-nobr&quot;&gt;&lt;a class=&quot;blippr-inline-smiley blippr-inline-smiley-05&quot; href=&quot;http://www.blippr.com/apps/395610-gliffy&quot; rel=&quot;http://www.blippr.com/apps/395610-gliffy.whtml&quot; target=&quot;_blank&quot;&gt; (&lt;img alt=&quot;gliffy&quot; class=&quot;wp-smiley&quot; height=&quot;14&quot; src=&quot;http://www.uxgeek.co/wp-content/uploads/HLIC/netdna.blippr.com/images/0700ade1d187d0ea08d72f672d3cd5b1.png&quot; style=&quot;display: none;&quot; width=&quot;14&quot; /&gt;)&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQgQOJm7niEPWWAUDqp7h3YjiRuZLtGURluoWw08IgfsZf3OzQSfjmB4QbInvGn5mfH8Phkx20FcoyZxmUiXgaki9riE-REPDiD2K2I4z_nRt3fQ9dBvQNR9fhQGiekLftEh0eNEtrOKQ/s1600/Gliffy.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQgQOJm7niEPWWAUDqp7h3YjiRuZLtGURluoWw08IgfsZf3OzQSfjmB4QbInvGn5mfH8Phkx20FcoyZxmUiXgaki9riE-REPDiD2K2I4z_nRt3fQ9dBvQNR9fhQGiekLftEh0eNEtrOKQ/s400/Gliffy.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
5. &lt;a href=&quot;http://www.lumzy.com/&quot; target=&quot;_blank&quot;&gt;Lumzy&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixGg7n_w_xIF6w5-IZj_6cqhEU_CChAkBCVyZHjSWBIB7Y20TlQcd8uo1STOwv-NnLlQFTdyF0Q4LrTVn8bH6v63IGDJe15FL5vhWLwfmxXyCK17U66rQXlr7BjXNhGTOwx9qEsIu2yLM/s1600/Lumzy.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixGg7n_w_xIF6w5-IZj_6cqhEU_CChAkBCVyZHjSWBIB7Y20TlQcd8uo1STOwv-NnLlQFTdyF0Q4LrTVn8bH6v63IGDJe15FL5vhWLwfmxXyCK17U66rQXlr7BjXNhGTOwx9qEsIu2yLM/s400/Lumzy.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
6. &lt;a href=&quot;http://www.mockflow.com/&quot; target=&quot;_blank&quot;&gt;Mockflow&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeWDFYo_D_FSrK4mmK2QaxkMGv3DxR-8m1WXI8JGvttbFFhB8Km8RlwEhoB7gGrVvQui2jLh-OVZwgd0M_VumrcLa2dm1p6UbEwu8romXWasmBL7fqUO2rX2jVLKT8LblvIEqOg3ZsHmc/s1600/Mockflow.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeWDFYo_D_FSrK4mmK2QaxkMGv3DxR-8m1WXI8JGvttbFFhB8Km8RlwEhoB7gGrVvQui2jLh-OVZwgd0M_VumrcLa2dm1p6UbEwu8romXWasmBL7fqUO2rX2jVLKT8LblvIEqOg3ZsHmc/s400/Mockflow.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
7. &lt;a href=&quot;http://www.evolus.vn/Pencil/&quot; target=&quot;_blank&quot;&gt;Pencil Project&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgHWKFG9YvH1hlTliDqKMnrjgjENJcItlx5AbDH87QqZmu-g0oGD5-Hs-uLdPw9GzpBDEIN5fdxbEQZ607-oL_iDip_QOYVKDuL_EBPchwNoob_PtbrI_6h9mvxUqf1YIbvHu1RT_Y-Dw/s1600/Pencil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgHWKFG9YvH1hlTliDqKMnrjgjENJcItlx5AbDH87QqZmu-g0oGD5-Hs-uLdPw9GzpBDEIN5fdxbEQZ607-oL_iDip_QOYVKDuL_EBPchwNoob_PtbrI_6h9mvxUqf1YIbvHu1RT_Y-Dw/s400/Pencil.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
8. &lt;a href=&quot;http://www.simplediagrams.com/&quot; target=&quot;_blank&quot;&gt;SimpleDiagrams&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilXq9ZVompqC-wnCMsLcq2cyo62469xn_n3Wf4KYR6oI6hCmWfam2S8nfdvGTut8gP_qeDsDKukRvlbIWJf18Z0goPGShr_ju_7T-AlcazjL2myme7zmlWsujVLkwKS2aSO_KQ9VHrj6U/s1600/SimpleDiagrams.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilXq9ZVompqC-wnCMsLcq2cyo62469xn_n3Wf4KYR6oI6hCmWfam2S8nfdvGTut8gP_qeDsDKukRvlbIWJf18Z0goPGShr_ju_7T-AlcazjL2myme7zmlWsujVLkwKS2aSO_KQ9VHrj6U/s400/SimpleDiagrams.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
9. &lt;a href=&quot;http://dub.washington.edu:2007/denim/&quot; target=&quot;_blank&quot;&gt;Denim&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs03pZmDCpptK1NFWfWn2H-pvPeAqZiAIcQ9gcOhb9rd1leLu7iqstJylqdxmQ8zlHVLZpQC76wCgrst-Sbqchk5yyInoUIji3CpmzVADnvRzSOKx5fOBDU0jZV0x11fz6qKx77Xvblks/s1600/Denim.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs03pZmDCpptK1NFWfWn2H-pvPeAqZiAIcQ9gcOhb9rd1leLu7iqstJylqdxmQ8zlHVLZpQC76wCgrst-Sbqchk5yyInoUIji3CpmzVADnvRzSOKx5fOBDU0jZV0x11fz6qKx77Xvblks/s400/Denim.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;h2&gt;
10. &lt;a href=&quot;http://wireframe.talltree.us/default.asp&quot; target=&quot;_blank&quot;&gt;Website Wireframe&lt;/a&gt;&lt;/h2&gt;
&lt;hr /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDKRKpHU9MRV1wRwyI6HCcPR4iKEF8CMD5wzP2MnF-G9g7KCzwZ0q7gz9HtHu3SYzOwQ19zyYSFtbZeEqbSSb_6mAT539kZqqxl4nSuoUbd9cqasf30-_Hw0PMZl3oB_QSRNxtZVVYWU8/s1600/WebsiteWireframe.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDKRKpHU9MRV1wRwyI6HCcPR4iKEF8CMD5wzP2MnF-G9g7KCzwZ0q7gz9HtHu3SYzOwQ19zyYSFtbZeEqbSSb_6mAT539kZqqxl4nSuoUbd9cqasf30-_Hw0PMZl3oB_QSRNxtZVVYWU8/s400/WebsiteWireframe.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;zemanta-pixie&quot;&gt;
&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;http://www.uxgeek.co/wp-content/uploads/HLIC/img.zemanta.com/3be765f3839eb2031da28bdf07a07de2.gif&quot; /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/8812213846582766205/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/10-herramientas-para-realizar.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8812213846582766205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8812213846582766205'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/10-herramientas-para-realizar.html' title='10 herramientas para realizar wireframes online'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy0heb5NloAXT830RQGwUsJJyoyyKnWZ7UUKGhOKrfLxd1qupD7Cu6cBwDrRyHLS_C8_VBgehMY4qgDmPPFJjO88xfuzSarbNxMoRsZLQtQLQqKVg_Ei_h-Ybtqgg8yNCz166iW57rcz4/s72-c/wireframe.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-3357029277188487114</id><published>2012-11-18T07:00:00.000-06:00</published><updated>2012-11-18T07:00:03.920-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BackTrack"/><title type='text'>Ataque de Ingeniería Social  &quot;Clonando Sitios Web&quot;</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQuvPoXFOaoBz4uEA-gyAXusbA_cJ4A6cp-517dBUKnPIxUeZOgu7KL1T_VYQ9xQPwAFV-AVtRbV4SIGBMCSoq2pEwrhr4TQvbvTj5L9uYDBok0vnwZ2KK8VzO0uXgRCfSRS97Im20kt8/s1600/social.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;206&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQuvPoXFOaoBz4uEA-gyAXusbA_cJ4A6cp-517dBUKnPIxUeZOgu7KL1T_VYQ9xQPwAFV-AVtRbV4SIGBMCSoq2pEwrhr4TQvbvTj5L9uYDBok0vnwZ2KK8VzO0uXgRCfSRS97Im20kt8/s400/social.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Vamos a trabajar con una demostración de un ataque de Ingeniería Social, este ataque lo realizaremos desde el kit de social enginer de backtrack, para realizar un ataque de Phishing (suplantación de identidad) lo que haremos será &lt;b&gt;“suplantar”&lt;/b&gt; una página original de Facebook &amp;nbsp;por una falsa, para que la persona que la vea introduzca sus datos, nos los envié.&lt;br /&gt;
&lt;b&gt;Nota: &lt;/b&gt;se puede utilizar diferentes sitios de redes sociales.&lt;br /&gt;
&lt;br /&gt;
Para empezar a trabajar les recuerdo que deben contar con la instalación de Backtrack y&amp;nbsp;también&amp;nbsp;recuerden que este material que se explica es educativo no para&amp;nbsp;ningún&amp;nbsp;fin malicioso.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Utilizaremos la herramienta SET que ya viene por defecto en Backtrack 5 &amp;nbsp;y seguiremos los &amp;nbsp;siguientes pasos de acuerdo a lo que trabajaremos:&lt;br /&gt;
&lt;br /&gt;
1) Social-Engineering Attacks&lt;br /&gt;
2) Website Attack Vectors&lt;br /&gt;
3) Credential Harvester Attack Method&lt;br /&gt;
2) Site Cloner&lt;br /&gt;
&lt;br /&gt;
Si&amp;nbsp;están&amp;nbsp;empezando a utilizar el set les&amp;nbsp;aparecerá&amp;nbsp;una pantalla&amp;nbsp;similar&amp;nbsp;a esta:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3AJx7IRWFo-xLZLqQK7nndpJMwb5YCqppFl50yBWQdTWg_ZCqu-52mOAvlYUZT9e0Q8DSw6y4hE50jlsZPFyX-0B0M-pMnBTttSTnI3Tle44JOKN-1sqWylPPWCWwJZQQsGKW4giUru8/s1600/2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;275&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3AJx7IRWFo-xLZLqQK7nndpJMwb5YCqppFl50yBWQdTWg_ZCqu-52mOAvlYUZT9e0Q8DSw6y4hE50jlsZPFyX-0B0M-pMnBTttSTnI3Tle44JOKN-1sqWylPPWCWwJZQQsGKW4giUru8/s400/2.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Para comenzar nuestro proceso seleccionen &quot;Y&quot; y se instalara.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Para continuar les comparto un video tutorial de &lt;a href=&quot;http://www.xora.org/&quot; target=&quot;_blank&quot;&gt;Xora&lt;/a&gt; con la explicación mas detalla.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;object height=&quot;360&quot; width=&quot;480&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;https://www.youtube-nocookie.com/v/0ePHFKaiVY4?version=3&amp;amp;hl=es_MX&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed src=&quot;https://www.youtube-nocookie.com/v/0ePHFKaiVY4?version=3&amp;amp;hl=es_MX&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;480&quot; height=&quot;360&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/3357029277188487114/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/ataque-de-ingenieria-social-clonando.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3357029277188487114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3357029277188487114'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/ataque-de-ingenieria-social-clonando.html' title='Ataque de Ingeniería Social  &quot;Clonando Sitios Web&quot;'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQuvPoXFOaoBz4uEA-gyAXusbA_cJ4A6cp-517dBUKnPIxUeZOgu7KL1T_VYQ9xQPwAFV-AVtRbV4SIGBMCSoq2pEwrhr4TQvbvTj5L9uYDBok0vnwZ2KK8VzO0uXgRCfSRS97Im20kt8/s72-c/social.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-1048100428692017904</id><published>2012-11-14T07:00:00.000-06:00</published><updated>2012-11-14T07:00:00.065-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Diseño Web"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML5"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Parallax"/><title type='text'>Parallax Introducción</title><content type='html'>El uso de parallax scrolling está en la línea de sustituir Flash por otras tecnologías que permitan incluir efectos visuales. Se trata de un efecto que genera la ilusión de estar visualizando un espacio en tres dimensiones utilizando imágenes distribuidas en capas que se mueven a un ritmo diferente.&lt;br /&gt;
Para implementarlo se pueden recurrir a trucos CSS o utilizar plugins jQuery como Spritely. Su utilización puede ser más efectiva incluyéndolo como un elemento secundario en nuestro diseño , por ejemplo, como un encabezado o pie de página o como fondo de la misma.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoGSRKLkliAqMf8GgQr8sgl771vQy012UH2RxZm1saMW_Oo4mrInUZZ9vkHE3ILviFz4x1DkZziQov-BMMrefTBaGH19nI9k6zGEfw50jg2WQeRtvUm2HvnuLW69Xs7-ylyltPXIMBVK0/s1600/parallax-600x208.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;219&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoGSRKLkliAqMf8GgQr8sgl771vQy012UH2RxZm1saMW_Oo4mrInUZZ9vkHE3ILviFz4x1DkZziQov-BMMrefTBaGH19nI9k6zGEfw50jg2WQeRtvUm2HvnuLW69Xs7-ylyltPXIMBVK0/s640/parallax-600x208.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
Parallax es un plugin para jQuery que te permite crear imágenes en perspectiva usando varias imágenes ubicadas en elementos &lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;li /&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;ul id=&quot;parallax&quot;&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;   &amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;   &amp;lt;li&amp;gt;&amp;lt;/li&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;/ul&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;
Mediante el uso del ratón, movemos las imágenes provocando una sensación 3D muy impresionante…. creo que así y todo es mejor que veas un par de ejemplos.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://stephband.info/jparallax/demos/index.html&quot; target=&quot;_blank&quot;&gt;demos/index.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stephband.info/jparallax/demos/stalkbuttons.html&quot; target=&quot;_blank&quot;&gt;demos/stalkbuttons.html - multiple parallax.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stephband.info/jparallax/demos/remotecontrol.html&quot; target=&quot;_blank&quot;&gt;demos/remotecontrol.html - parallax by remote control.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://stephband.info/jparallax/demos/thumbnails.html&quot; target=&quot;_blank&quot;&gt;demos/thumbnails.html - beautiful interactive thumbnails.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://demos/target.html%20-%20demonstrates%20how%20smoothly%20jParallax%20handles%20window%20resizing.&quot; target=&quot;_blank&quot;&gt;demos/target.html - demonstrates how smoothly jParallax handles window resizing.&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
Instalación&lt;/h3&gt;
Para instalar parallax, deberemos tener informar, mediante tags &lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;script /&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt; en nuestro&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;&lt;/code&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;code&gt;&amp;lt;head /&amp;gt;&lt;/code&gt; el fichero de &lt;code&gt;jquery-x.y.z.min.js&lt;/code&gt; y el de &lt;code&gt;jquery.jparallax.js&lt;/code&gt;&lt;/i&gt;&lt;/b&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery-1.2.6.min.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.dimensions.pack.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.jparallax.js&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h3&gt;
Funcionamiento&lt;/h3&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;code&gt;&lt;b&gt;&lt;i&gt;jQuery(&#39;#parallax&#39;).jparallax(options);&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;/blockquote&gt;
&lt;pre style=&quot;text-align: center;&quot;&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;
Como casi todos los plugins de jQuery, podemos indicar que elemento será sobrecargado con la nueva funcionalidad, para ello lo indicaremos mediante el selecto &lt;code&gt;jQuery()&lt;/code&gt; y encadenamos el método &lt;code&gt;jparallax()&lt;/code&gt; al que le podemos pasar una serie de parámetros.&lt;br /&gt;
&lt;h3&gt;
Descargar&lt;/h3&gt;
Actualmente es una versión BETA, la 0.3, por lo que puede dar algún problema en algún navegador. Lo podemos descargar directamente de &lt;a href=&quot;http://webdev.stephband.info/parallax.html&quot;&gt;la página del proyecto&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;!-- You can start editing here. --&gt;

&lt;div class=&quot;separator&quot;&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/1048100428692017904/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/parallax-introduccion.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1048100428692017904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1048100428692017904'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/parallax-introduccion.html' title='Parallax Introducción'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoGSRKLkliAqMf8GgQr8sgl771vQy012UH2RxZm1saMW_Oo4mrInUZZ9vkHE3ILviFz4x1DkZziQov-BMMrefTBaGH19nI9k6zGEfw50jg2WQeRtvUm2HvnuLW69Xs7-ylyltPXIMBVK0/s72-c/parallax-600x208.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-5529821072179551976</id><published>2012-11-10T07:00:00.000-06:00</published><updated>2012-11-10T07:00:04.175-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Diseño Web"/><category scheme="http://www.blogger.com/atom/ns#" term="Feed"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>12 Alternativas a Feedburner</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXB8e0ggfR6IwDax1snEPUV5-w6rM73A2sCf36Qz5hrSMrdHN3oC-M-TLxVFLSOiEiRb6I_CF-BLWVPBXC4p-X1PdAA99lHoteIK6TU18AgzOLJhWbDLYc55Pt73vPRRl_QM9wZZHc23o/s1600/feedburner.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;160&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXB8e0ggfR6IwDax1snEPUV5-w6rM73A2sCf36Qz5hrSMrdHN3oC-M-TLxVFLSOiEiRb6I_CF-BLWVPBXC4p-X1PdAA99lHoteIK6TU18AgzOLJhWbDLYc55Pt73vPRRl_QM9wZZHc23o/s200/feedburner.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Lo primero de todo, aunque te guste alguna de estos servicios alternativos, es que ni se te ocurra cerrar ya tu cuenta de Feedburner, pues como poco la necesitarás para hacer redirecciones temporales hasta que compruebes que el nuevo servicio funciona como deseas.&lt;br /&gt;
Hecha esta puntualización vamos a ver posibles alternativas, algunas muy interesantes:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://ayudawordpress.com/feedstats-alternativa-a-feedburner/&quot; target=&quot;_blank&quot; title=&quot;FeedStats, alternativa a Feedburner&quot;&gt;FeedStats&lt;/a&gt; – Veterano plugin WordPress que he usado en más de una ocasión. Utiliza el feed por defecto de WordPress y es muy completo. Su única pega es el enorme almacenamiento de información en la base de datos que hace, pero es gratis y muy bueno.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.aweber.com/&quot; target=&quot;_blank&quot;&gt;Aweber&lt;/a&gt; – Herramienta para gestionar listas de correo. No es gratis, cuesta desde 19$ al mes por 500 suscriptores. Algo que me gusta es que puedes crear una distribución por email desde tu feed RSS sin pagar más.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.feedblitz.com/rssfaq.asp&quot; target=&quot;_blank&quot;&gt;Feedblitz&lt;/a&gt; – Quizás el más parecido a Feedburner, pues ofrece herramientas de optimización y mejora de los feeds, que es para lo que está diseñado. Por 1,49$ al mes tienes lo mismo prácticamente que Feedburner, excepto la gestión de suscripciones por email, que cuesta unos 9,98$ al mes por 500 suscriptores.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ayudawordpress.com/knews-newsletter-multilenguaje-con-editor-personalizables-y-totalmente-gratis/&quot; target=&quot;_blank&quot; title=&quot;plugin newsletter gratis&quot;&gt;Knews&lt;/a&gt; – fantástico plugin para gestionar listas de correo, completísimo y gratis.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.feedcat.net/&quot; target=&quot;_blank&quot;&gt;FeedCat&lt;/a&gt;  – Muy similar a Feedblitz y Feedburner, en este caso totalmente gratis, muy buena opción.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.rapidfeeds.com/&quot; target=&quot;_blank&quot;&gt;RapidFeeds&lt;/a&gt; – Servicio completísimo, no le falta de nada, ni podcasting ni estadísticas. Para hasta 3 feeds cuesta 4,49$ al mes, si quieres gestión ilimitada te toca aforar 13,95$ cada mes. Buenísimo.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://feedity.com/&quot;&gt;Feedity&lt;/a&gt; - Si solo tienes 5 feeds es gratis, y es muy completo. Eso si, para tener estadísticas y quitar publicidad de tus feeds hay que pagar a razón de 6$ al mes.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ayudawordpress.com/jetpack-sustituto-feedburner/&quot; target=&quot;_blank&quot; title=&quot;JetPack como sustituto de Feedburner para suscripciones por email&quot;&gt;JetPack&lt;/a&gt; - Ya lo sabes, con JetPack puedes gestionar suscripciones por email de manera gratuita, es limitado pero funciona.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://mailchimp.com/&quot;&gt;MailChimp&lt;/a&gt; -  Veterana herramienta de gestión de suscripciones por email, gratis hasta los 2000 suscriptores y 12.000 emails por mes. Puedes enviar tu RSS por email también. Si quieres más ya hay que pagar 10$ al mes.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.revresponse.com/frustrated-feedburner-switch-to-revresponse-rss-to-email-tool&quot;&gt;RevResponse&lt;/a&gt; – Este si es gratis, y permite gestionar suscripciones por email&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/subscribe2/&quot;&gt;Subscribe2&lt;/a&gt; – Plugin WordPress que envía avisos a los suscriptores de tu sitio cuando se publica algo nuevo. Gratis.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://premium.wpmudev.org/project/subscribe-by-email/&quot;&gt;Subscribe by Email&lt;/a&gt; – Este es otro plugin WordPress que tiene la misma funcionalidad que Subscribe2. Es cuestión de gustos la elección de uno u otro pero yo he usado más Subscribe2.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;b&gt;Cómo migrar Feedburner a otro servicio&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
El método, como puedes imaginar, variará dependiendo de si solo migras feeds, o también listas por email, incluso podcasts, pero hay unas reglas básicas que no debes dejar pasar.&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Exporta tus suscriptores&lt;/strong&gt; – En la sección “Publicize”, apartado “Suscripciones por email”, tienes al final del todo la lista de suscriptores, que puedes exportar en formato CSV para luego importar en el nuevo servicio.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cambia los enlaces&lt;/strong&gt; – Que no se te olvide cambiar los enlaces que tengas a Feedburner hacia el nuevo servicio y cuenta. Acuérdate también de los iconos sociales, que a veces también ofrecen icono a tu cuenta de Feedburner. También revisa tu tema WordPress si modificaste los enlaces al feed por defecto para poner el enlace a Feedburner.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cambia las redirecciones&lt;/strong&gt; – Ya sea mediante servicios externos o plugins WordPress, cambia cualquier redirección del feed por defecto de WordPress al de Feedburner, sustituyéndolo por la dirección obtenida en el nuevo servicio.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Avisa a tus lectores&lt;/strong&gt; – Nunca está de más avisar a tus lectores y suscriptores del cambio, para que pueda actualizar sus suscripciones al nuevo servicio o dirección.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No borres tu cuenta de Feedburner aún&lt;/strong&gt; – Usa la posibilidad que ofrece Feedburner de redirigir durante 30 días el feed a otra dirección, haciendo así transparente y sencilla la migración para tus suscriptores.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Usa la redirección permanente de Feedburner&lt;/strong&gt; – Mientras no cierren el servicio un truco muy apañado que puedes hacer, tras los 30 días de redirección, es borrar el feed previo, crear uno nuevo y, en vez de darle la URL del feed por defecto de WordPress, poner la del nuevo servicio. Lo denominas igual (para que los que no actualizaron sigan recibiendo los feeds bien) y guardas.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cambia el feed para los podcasts&lt;/strong&gt; – Ya sea que uses un &lt;a href=&quot;http://www.podcastfaq.com/syndicating-your-podcast/changing-your-podcast-rss-feed-address-url/&quot; target=&quot;_blank&quot; title=&quot;cambiar url podcast rss&quot;&gt;plugin&lt;/a&gt; o &lt;a href=&quot;http://podcastanswerman.com/itunesredirect/&quot; target=&quot;_blank&quot; title=&quot;cambiar dirección podcast en iTunes&quot;&gt;iTunes&lt;/a&gt;, cambia la dirección del RSS para tus podcasts.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Gracias a : &lt;a href=&quot;http://ayudawordpress.com/&quot; target=&quot;_blank&quot;&gt;AyudaWordpress&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/5529821072179551976/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/12-alternativas-feedburner.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/5529821072179551976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/5529821072179551976'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/12-alternativas-feedburner.html' title='12 Alternativas a Feedburner'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXB8e0ggfR6IwDax1snEPUV5-w6rM73A2sCf36Qz5hrSMrdHN3oC-M-TLxVFLSOiEiRb6I_CF-BLWVPBXC4p-X1PdAA99lHoteIK6TU18AgzOLJhWbDLYc55Pt73vPRRl_QM9wZZHc23o/s72-c/feedburner.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-5277038738687594611</id><published>2012-11-06T13:38:00.000-06:00</published><updated>2012-11-06T13:38:00.340-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>Traducción Wordpress</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihS1bX6TDyZLWiAl4DW4Pf5NyRNqUe8OqE0FPconG__LOIJeaY3DTzL51hNQLWW_G45JJX58XQmFp5cUxsvaN9_O1ZAR5bLMn1zK1NYiceZakQILeNYp3Sx0_cBCVWmmPzimY5lqGX9Og/s1600/WordpressEspa%C3%B1ol.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;154&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihS1bX6TDyZLWiAl4DW4Pf5NyRNqUe8OqE0FPconG__LOIJeaY3DTzL51hNQLWW_G45JJX58XQmFp5cUxsvaN9_O1ZAR5bLMn1zK1NYiceZakQILeNYp3Sx0_cBCVWmmPzimY5lqGX9Og/s320/WordpressEspa%C3%B1ol.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;h2&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;El equipo de traducciones de &lt;a href=&quot;http://www.todowordpress.com/&quot; target=&quot;_blank&quot;&gt;TodoWordPress&lt;/a&gt; ofrece desde su portal una traducción integra propia. Su traducción está pensada en un español de España y no una versión del castellano más internacional al contrario que con la mayoría de traducciones al español.&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
Además su traducción&amp;nbsp;podrá&amp;nbsp;evitar&amp;nbsp;&lt;b&gt;los problemas de incompatibilidad&lt;/b&gt; que genera la traducción “oficial” de WordPress España con algunos plugins.&lt;br /&gt;
&lt;br /&gt;
Más abajo encontrarás el &amp;nbsp;histórico de traducciones junto con unas instrucciones para que puedas instalar la traducción sin problemas. Si tienes alguna consulta o problema sobre la traducción puedes escribir un correo electrónico a &lt;b&gt;traducciones@todowp.org&lt;/b&gt;&lt;br /&gt;
&lt;h2&gt;
Histórico de versiones&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/31/&quot;&gt;WordPress 3.0.3&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/30/&quot;&gt;WordPress 3.0.2&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/29/&quot;&gt;WordPress 3.0.1&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/28/&quot;&gt;WordPress 3.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/21/&quot;&gt;WordPress 2.9.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/20/&quot;&gt;WordPress 2.9.1&lt;/a&gt; &lt;span style=&quot;font-size: x-small;&quot;&gt;(Última actualización el 05/01/10)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/19/&quot;&gt;WordPress 2.9&lt;/a&gt; &lt;span style=&quot;font-size: x-small;&quot;&gt;(Última actualización el 21/12/09)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/17/&quot;&gt;WordPress 2.8.6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/15/&quot;&gt;WordPress 2.8.4 y 2.8.5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/14/&quot;&gt;WordPress 2.8.3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/13/&quot;&gt;WordPress 2.8.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/12/&quot;&gt;WordPress 2.8.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/11/&quot;&gt;WordPress 2.8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/7/&quot;&gt;WordPress 2.7.1&lt;/a&gt; &lt;span style=&quot;font-size: x-small;&quot;&gt;(Última actualización el 23/03/09)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;vt-p&quot; href=&quot;http://www.todowp.org/download/1/&quot;&gt;WordPress 2.7&lt;/a&gt; &lt;span style=&quot;font-size: x-small;&quot;&gt;(Última actualización el 23/03/09)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
Instalación&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Descárgate el archivo de traducción según la versión de WordPress que uses&lt;/li&gt;
&lt;li&gt;Descomprímelo&lt;/li&gt;
&lt;li&gt;Dentro de la carpeta &lt;strong&gt;wp-content&lt;/strong&gt; crea un directorio llamado &lt;strong&gt;languages&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Sube los archivos &lt;strong&gt;es_ES.mo&lt;/strong&gt;, &lt;strong&gt;ms-es_ES.mo&lt;/strong&gt;&amp;nbsp;y &lt;strong&gt;continents-cities-es_ES.mo&lt;/strong&gt;&amp;nbsp;a la carpeta languages que acabas de crear&lt;/li&gt;
&lt;li&gt;En &lt;strong&gt;wp-config.php&lt;/strong&gt; busca la línea:&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;define (&#39;WPLANG&#39;, &#39;&#39;);&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
&lt;ol&gt;
&lt;li&gt;y sustitúyela por esta:&lt;/li&gt;
&lt;/ol&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;&lt;b&gt;&lt;i&gt;define (&#39;WPLANG&#39;, &#39;es_ES&#39;);&lt;/i&gt;&lt;/b&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/5277038738687594611/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/traduccion-wordpress.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/5277038738687594611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/5277038738687594611'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/traduccion-wordpress.html' title='Traducción Wordpress'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEihS1bX6TDyZLWiAl4DW4Pf5NyRNqUe8OqE0FPconG__LOIJeaY3DTzL51hNQLWW_G45JJX58XQmFp5cUxsvaN9_O1ZAR5bLMn1zK1NYiceZakQILeNYp3Sx0_cBCVWmmPzimY5lqGX9Og/s72-c/WordpressEspa%C3%B1ol.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-2436377983276713029</id><published>2012-11-03T07:30:00.000-06:00</published><updated>2012-11-03T07:30:00.525-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>Wordpress en modo Mantenimiento</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGDKXT8Uxk8vYSAAzMcF4FpbY_jZxgLHicyakdPMIkAy-lhVdc5i4Klk5GWm0xndJ5fgxP7VmZ7VSNJ2VB-J428Gi9e0cQEaQ7zb2DFiCyj3A2nwkIDVHuE0WDrxoGA1l4-M-ebRx6tuw/s1600/Wordpress-Modo-Mantenimiento.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;202&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGDKXT8Uxk8vYSAAzMcF4FpbY_jZxgLHicyakdPMIkAy-lhVdc5i4Klk5GWm0xndJ5fgxP7VmZ7VSNJ2VB-J428Gi9e0cQEaQ7zb2DFiCyj3A2nwkIDVHuE0WDrxoGA1l4-M-ebRx6tuw/s320/Wordpress-Modo-Mantenimiento.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;postContent&quot;&gt;
Muchas veces tenemos que hacer mantenimiento en nuestro sitio web. En ocasiones, ese mantenimiento implica retoques de portada que nuestros usuarios tendrán que sufrir. Otras, se trata de cambiar varias veces cosas hasta que queden bien en el sitio, ajustar imágenes, etc.&lt;br /&gt;
&lt;strong&gt;voy a enseñar un método&lt;/strong&gt; para que podamos enseñar en portada &lt;strong&gt;un mensaje de “modo mantenimiento”&lt;/strong&gt; a nuestros visitantes y así hacer las acciones de mantenimiento mas cómodamente sin enseñar nada.&lt;br /&gt;
&lt;span id=&quot;more-4396&quot;&gt;&lt;/span&gt;&lt;br /&gt;
Para poner nuestro WordPress en modo mantenimiento ya existen plugins, pero siempre es mejor y más liviano para el sitio usar nuestro propio código. Así pues, basta con copiar el siguiente código en el archivo functions.php de nuestro theme y de esta manera mostrará a los usuarios el mensaje que quieras:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;i&gt;&lt;b&gt;function wpr_maintenance_mode() {&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;    if ( !current_user_can( &#39;edit_themes&#39; ) || !is_user_logged_in() ) {&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;        wp_die(&#39;En Mantenimiento, vuelva pronto.&#39;);&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;    }&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;}&lt;/b&gt;&lt;/i&gt;&lt;i&gt;&lt;b&gt;add_action(&#39;get_header&#39;, &#39;wpr_maintenance_mode&#39;);&lt;/b&gt;&lt;/i&gt;&lt;/blockquote&gt;
&lt;pre&gt;
&lt;/pre&gt;
Una vez que hayas terminado de hacer el mantenimiento a tu sitio web, &lt;strong&gt;acuérdate de volver a borrar&lt;/strong&gt; o comentar &lt;strong&gt;(/*  */) &lt;/strong&gt;este código, ya que mientras esté en funcionamiento no se mostrará otra cosa en tu blog.&lt;br /&gt;
Obviamente, en este código puedes modificar a tu gusto lo que está en negrita o incluso añadirle imágenes y CSS para una mejor visualización. Todo a gusto de cada persona.&lt;br /&gt;
Ahora tus visitantes no tendrán que ver las tareas de mantenimiento que a veces quedan feas a la vista.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/2436377983276713029/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/wordpress-en-modo-mantenimiento.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/2436377983276713029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/2436377983276713029'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/11/wordpress-en-modo-mantenimiento.html' title='Wordpress en modo Mantenimiento'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGDKXT8Uxk8vYSAAzMcF4FpbY_jZxgLHicyakdPMIkAy-lhVdc5i4Klk5GWm0xndJ5fgxP7VmZ7VSNJ2VB-J428Gi9e0cQEaQ7zb2DFiCyj3A2nwkIDVHuE0WDrxoGA1l4-M-ebRx6tuw/s72-c/Wordpress-Modo-Mantenimiento.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-1599057660505558429</id><published>2012-10-30T13:57:00.001-06:00</published><updated>2012-10-30T13:57:47.189-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Festividades"/><title type='text'>Primer Aniversario Blogg Ayuda</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM-a6QvlNFURB2ix9rktt6aAbJjDtYZ9MGmUh_UrP8klPRHfsZ2FPU1qfILs2r8F-2sSmX-5ReuEIgI2DSUA8Ibzjzv15ZpZ1-JJlqr2wNI049DarsjmsCvojwnlbDQcEf8SciCLohOF0/s1600/aniversario.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM-a6QvlNFURB2ix9rktt6aAbJjDtYZ9MGmUh_UrP8klPRHfsZ2FPU1qfILs2r8F-2sSmX-5ReuEIgI2DSUA8Ibzjzv15ZpZ1-JJlqr2wNI049DarsjmsCvojwnlbDQcEf8SciCLohOF0/s1600/aniversario.jpg&quot; height=&quot;320&quot; width=&quot;303&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Tenía tantas cosas que decir, que comentarles y que al final he preferido decir sólo lo más importante:&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #b45f06; font-size: x-large;&quot;&gt;¡GRACIAS!&lt;/span&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
Mil gracias a cada uno de ustedes por ser parte de &lt;b&gt;Blogg Ayuda&lt;/b&gt; en nuestro 1 año.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/1599057660505558429/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/primer-aniversario-blogg-ayuda.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1599057660505558429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1599057660505558429'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/primer-aniversario-blogg-ayuda.html' title='Primer Aniversario Blogg Ayuda'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM-a6QvlNFURB2ix9rktt6aAbJjDtYZ9MGmUh_UrP8klPRHfsZ2FPU1qfILs2r8F-2sSmX-5ReuEIgI2DSUA8Ibzjzv15ZpZ1-JJlqr2wNI049DarsjmsCvojwnlbDQcEf8SciCLohOF0/s72-c/aniversario.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-1665347984438764273</id><published>2012-10-30T07:00:00.000-06:00</published><updated>2012-10-30T07:00:04.554-06:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Robotica"/><title type='text'>¿Qué son los robots?¿De dónde Vienen?¿Dónde estan?</title><content type='html'>Una de las mejores maneras de saber que es un robot, es conociendo a fondo cómo&amp;nbsp;nació&amp;nbsp;la Róbotica, pero en el siguiente&amp;nbsp;vídeo&amp;nbsp;que es algo explicativo veremos un poco de lo que es.&lt;br /&gt;
Como son en realidad los robots, su uso y los lugares donde se pueden encontrar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;object height=&quot;400&quot; width=&quot;580&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;https://www.youtube-nocookie.com/v/KHOnUKIZFCA?version=3&amp;amp;hl=es_ES&amp;amp;rel=0&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed src=&quot;https://www.youtube-nocookie.com/v/KHOnUKIZFCA?version=3&amp;amp;hl=es_ES&amp;amp;rel=0&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;580&quot; height=&quot;400&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/1665347984438764273/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/que-son-los-robotsde-donde-vienendonde.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1665347984438764273'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1665347984438764273'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/que-son-los-robotsde-donde-vienendonde.html' title='¿Qué son los robots?¿De dónde Vienen?¿Dónde estan?'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-4893684606881258561</id><published>2012-10-26T06:30:00.000-05:00</published><updated>2012-10-26T06:30:01.920-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Diseño Web"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>Zombies por el blog</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC36egkJQQo_jo3tuDKXkfH6ravxfOJe9MH-4e3oIfveOXmeet2puuvbMk85Nsl_OgUaCowumCdCQkEdutaytgkMj3KFqvZuQWamnCChMo3wotSa2Xc57Ohk3xGo4AdK2GCtql8o1sRro/s1600/zombies.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC36egkJQQo_jo3tuDKXkfH6ravxfOJe9MH-4e3oIfveOXmeet2puuvbMk85Nsl_OgUaCowumCdCQkEdutaytgkMj3KFqvZuQWamnCChMo3wotSa2Xc57Ohk3xGo4AdK2GCtql8o1sRro/s400/zombies.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;En estas fechas muchos comienzan a &lt;/span&gt;&lt;strong style=&quot;text-align: justify;&quot;&gt;decorar el blog para Halloween&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, así que por qué no ponemos un &lt;/span&gt;&lt;strong style=&quot;text-align: justify;&quot;&gt;zombie caminando en el blog&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;, y mejor aun, sin nada de scripts. Usaremos la etiqueta &lt;/span&gt;&lt;strong style=&quot;text-align: justify;&quot;&gt;MARQUEE&lt;/strong&gt;&lt;span style=&quot;text-align: justify;&quot;&gt; que harán que estos tenebrosos muertos vivientes caminen abajo del blog, y al no usar scripts no afectaremos la velocidad de carga del blog.&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;br /&gt;
Tan prácticos son hasta para su instalación, sólo ingresa en &lt;b&gt;Plantilla | Edición de HTML&lt;/b&gt; y antes de &lt;b&gt;&amp;lt;/body&amp;gt;&lt;/b&gt; pega el código del zombie que más te guste.&lt;/div&gt;
&lt;br /&gt;
&lt;marquee direction=&quot;right&quot; scrolldelay=&quot;190&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvcUZpEJNjH5-aZhvYZuNLs14sdqvyiYNYEiD3Ifr_Y_ny1Ir1SxPSjyhoIEGjal3U5UWQsTIZQ1FuhQbLwOXsjAbGEkYtqAxbZvwuupyI4E-SSAoPjRB4O7kiqYFf-jRaiIoHg0vi_j0/s120/zombie-1.gif&quot; tyle=&quot;border:0; background:none; padding:0; box-shadow: none;&quot; /&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;!-- Inicio zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;marquee direction=&#39;right&#39; scrolldelay=&#39;160&#39; style=&#39;position:fixed; bottom:10px; left:0; width:100%;&#39;&amp;gt;&amp;lt;img src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvcUZpEJNjH5-aZhvYZuNLs14sdqvyiYNYEiD3Ifr_Y_ny1Ir1SxPSjyhoIEGjal3U5UWQsTIZQ1FuhQbLwOXsjAbGEkYtqAxbZvwuupyI4E-SSAoPjRB4O7kiqYFf-jRaiIoHg0vi_j0/s120/zombie-1.gif&#39; tyle=&quot;border:0; background:none; padding:0; box-shadow: none;&quot;/&amp;gt;&amp;lt;/marquee&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;!-- Fin zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;marquee direction=&quot;right&quot; scrolldelay=&quot;190&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY_eTgWT6xVA1kFFy2jQyMzfKX3J4lXjzigTE_iFEYhIQRnKAwQR6P3GqpqwlaF7AxLByi8Ie2FR1feqN-lk20jeSY8ODaL4bSz317w1u9eIrJD-RtMdRwTD6dYoLACTVUg04DmodDHK0/s100/zombie-2.gif&quot; style=&quot;background: none; border: 0; box-shadow: none; padding: 0; width: 80px;&quot; /&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;!-- Inicio zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;marquee direction=&#39;right&#39; scrolldelay=&#39;160&#39; style=&#39;position:fixed; bottom:10px; left:0; width:100%;&#39;&amp;gt;&amp;lt;img src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhY_eTgWT6xVA1kFFy2jQyMzfKX3J4lXjzigTE_iFEYhIQRnKAwQR6P3GqpqwlaF7AxLByi8Ie2FR1feqN-lk20jeSY8ODaL4bSz317w1u9eIrJD-RtMdRwTD6dYoLACTVUg04DmodDHK0/s100/zombie-2.gif&#39; style=&#39;border:0; background:none; padding:0; box-shadow: none; width:80px;&#39;/&amp;gt;&amp;lt;/marquee&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;!-- Fin zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;marquee direction=&quot;right&quot; scrolldelay=&quot;190&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGP0LQgd99IqscDVM91W2BlwAJpf3nIEJ7aGv4Z9XZjPiDk4mOJVAssD8LfUMFDa7KR-vqqH0c_pVBfGa7nabg4fkCHiP_6x0a4VrjfR3IEG-VFufL5LTPx-mwXM0zbT1UKQxd6UU-v8M/s117/zombie-3.gif&quot; style=&quot;background: none; border: 0; box-shadow: none; padding: 0;&quot; /&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;!-- Inicio zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;marquee direction=&#39;right&#39; scrolldelay=&#39;160&#39; style=&#39;position:fixed; bottom:10px; left:0; width:100%;&#39;&amp;gt;&amp;lt;img src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGP0LQgd99IqscDVM91W2BlwAJpf3nIEJ7aGv4Z9XZjPiDk4mOJVAssD8LfUMFDa7KR-vqqH0c_pVBfGa7nabg4fkCHiP_6x0a4VrjfR3IEG-VFufL5LTPx-mwXM0zbT1UKQxd6UU-v8M/s117/zombie-3.gif&#39; style=&#39;border:0; background:none; padding:0; box-shadow: none;&#39;/&amp;gt;&amp;lt;/marquee&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;!-- Fin zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;marquee direction=&quot;right&quot; scrolldelay=&quot;190&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMe63B3m3sh8MMq6xM94_QfBKDMo8nZRrBw6ndJX91b2Dh4vYK5B9V-uUgOO3UiP6FymxlFBFnRm9HKDJMIKIFn-H-4eC5I6WLsQjYiNeWUFIHDpjmfP67knJAG39f7tQTmsf0AxfJxw8/s138/zombie-4.gif&quot; style=&quot;background: none; border: 0; box-shadow: none; padding: 0; width: 80px;&quot; /&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;!-- Inicio zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;marquee direction=&#39;right&#39; scrolldelay=&#39;160&#39; style=&#39;position:fixed; bottom:10px; left:0; width:100%;&#39;&amp;gt;&amp;lt;img src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMe63B3m3sh8MMq6xM94_QfBKDMo8nZRrBw6ndJX91b2Dh4vYK5B9V-uUgOO3UiP6FymxlFBFnRm9HKDJMIKIFn-H-4eC5I6WLsQjYiNeWUFIHDpjmfP67knJAG39f7tQTmsf0AxfJxw8/s138/zombie-4.gif&#39; style=&#39;border:0; background:none; padding:0; box-shadow: none; width:80px;&#39;/&amp;gt;&amp;lt;/marquee&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;!-- Fin zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;marquee direction=&quot;right&quot; scrolldelay=&quot;190&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0VhaqzupZar0xwQgOOM5KF_rBrsVE34Ys8L64JxF4CtCbIHsYVTPIRjw1Yq0-h_j9goMsYQOxx2rgvAU6L56ezW204bwEUpN6exaTqe4mSxGe1-Z2B4dTVMviWiCUW6gu7uOEtCRJjEg/s148/zombie-5.gif&quot; style=&quot;background: none; border: 0; box-shadow: none; padding: 0; width: 70px;&quot; /&gt;&lt;/marquee&gt;&lt;br /&gt;
&lt;blockquote&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;!-- Inicio zombie en el blog --&amp;gt;&lt;br /&gt;&amp;lt;marquee direction=&#39;right&#39; scrolldelay=&#39;260&#39; style=&#39;position:fixed; bottom:10px; left:0; width:100%;&#39;&amp;gt;&amp;lt;img src=&#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0VhaqzupZar0xwQgOOM5KF_rBrsVE34Ys8L64JxF4CtCbIHsYVTPIRjw1Yq0-h_j9goMsYQOxx2rgvAU6L56ezW204bwEUpN6exaTqe4mSxGe1-Z2B4dTVMviWiCUW6gu7uOEtCRJjEg/s148/zombie-5.gif&#39; style=&#39;border:0; background:none; padding:0; box-shadow: none; width:70px;&#39;/&amp;gt;&amp;lt;/marquee&amp;gt;&lt;br /&gt;&amp;lt;!-- Fin zombie en el blog --&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
El zombie que elijas saldrá de la parte inferior izquierda, llegará hasta el final y aparecerá de nuevo.&lt;br /&gt;
Si quisieras modificar la velocidad con la que se desplaza entonces cambia el valor dentro de &lt;strong&gt;scrolldelay&lt;/strong&gt;, con un valor más alto se hará más lento y viceversa.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Gracias a : &lt;a href=&quot;http://ciudadblogger.com/&quot; target=&quot;_blank&quot;&gt;Potro&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/4893684606881258561/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/zombies-por-el-blog.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4893684606881258561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4893684606881258561'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/zombies-por-el-blog.html' title='Zombies por el blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC36egkJQQo_jo3tuDKXkfH6ravxfOJe9MH-4e3oIfveOXmeet2puuvbMk85Nsl_OgUaCowumCdCQkEdutaytgkMj3KFqvZuQWamnCChMo3wotSa2Xc57Ohk3xGo4AdK2GCtql8o1sRro/s72-c/zombies.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-2926222583887110253</id><published>2012-10-23T07:00:00.000-05:00</published><updated>2012-10-23T07:00:10.313-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Pascal"/><category scheme="http://www.blogger.com/atom/ns#" term="Programación"/><title type='text'>Introducción a Pascal</title><content type='html'>&lt;br /&gt;
Curso de Pascal por Nacho Cabanes. Tema 0: Introducción.&lt;br /&gt;
&lt;br /&gt;
Hay distintos &lt;b&gt;lenguajes&lt;/b&gt; que nos permiten dar instrucciones a un ordenador (un&lt;b&gt; programa&lt;/b&gt; de ordenador es básicamente eso: un conjunto de órdenes para un ordenador).&lt;br /&gt;
&lt;br /&gt;
El lenguaje más directo es el propio del ordenador, llamado &lt;b&gt;&quot;lenguaje de máquina&quot;&lt;/b&gt; o &lt;b&gt;&quot;código máquina&quot;&lt;/b&gt;, formado por secuencias de ceros y unos. Este lenguaje es muy poco intuitivo para nosotros, y difícil de usar. Por ello se recurre a otros lenguajes más avanzados, más cercanos al propio lenguaje humano (lenguajes de alto nivel), y es entonces el mismo ordenador el que se encarga de convertirlo a algo que pueda manejar directamente.&lt;br /&gt;
&lt;br /&gt;
Se puede distinguir dos &lt;b&gt;tipos&lt;/b&gt; de lenguajes, según se realice esta conversión:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;En los &lt;b&gt;intérpretes&lt;/b&gt;, cada instrucción que contiene el programa se va convirtiendo a código máquina antes de ejecutarla, lo que hace que sean más lentos (a cambio, los intérpretes suelen ser más fáciles de crear, lo que permite que sean baratos y que puedan funcionar en ordenadores con menor potencia).&lt;/li&gt;
&lt;li&gt;En los &lt;b&gt;compiladores&lt;/b&gt;, se convierte todo el programa en bloque a código máquina y después se ejecuta. Así, hay que esperar más que en un intérprete para comenzar a ver trabajar el programa, pero después éste funciona mucho más rápido (a cambio, los compiladores son más caros y suelen requerir ordenadores más potentes).&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
Hay lenguajes para los que sólo hay disponibles intérpretes, otros para los que sólo existen compiladores, y otros en los que se puede elegir entre ambos. La mayoría de los lenguajes actuales son compilados, y el entorno de desarrollo suele incluir:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Un &lt;b&gt;editor&lt;/b&gt; para escribir o revisar los programas.&lt;/li&gt;
&lt;li&gt;El &lt;b&gt;compilador&lt;/b&gt; propiamente dicho, que los convierte a código máquina.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Otros&lt;/b&gt; módulos auxiliares, como enlazadores (linkers) para unir distintos subprogramas, y depuradores (debuggers) para ayudar a descubrir errores.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;br /&gt;
Es cada vez más frecuente que todos estos pasos se puedan dar desde un único “entorno integrado”. Por ejemplo, el entorno de Turbo Pascal 7 tiene la siguiente apariencia:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwiU4wk4FVawksahwnlJ0vxyFQkwBwIstbbz1igYT8MywJPeLAco4aYCa_u-spGFbOrghFdmaFWqdxUow-Knnz67BHQW59G12vcIilUbZFLmpWNZmmLk5OhwwRn05iJHex6jB_YL4zqlQ/s1600/tp72.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;167&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwiU4wk4FVawksahwnlJ0vxyFQkwBwIstbbz1igYT8MywJPeLAco4aYCa_u-spGFbOrghFdmaFWqdxUow-Knnz67BHQW59G12vcIilUbZFLmpWNZmmLk5OhwwRn05iJHex6jB_YL4zqlQ/s400/tp72.gif&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Algunos de los lenguajes más difundidos son:&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;BASIC&lt;/b&gt;, que durante mucho tiempo se ha considerado un buen lenguaje para comenzar a aprender, por su sencillez, aunque se podía tender a crear programas poco legibles. A pesar de esta &quot;sencillez&quot; hay versiones muy potentes, incluso para programar en entornos gráficos como Windows.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;COBOL&lt;/b&gt;, que fue muy utilizado para negocios (para crear software de gestión, que tuviese que manipular grandes cantidades de datos), aunque últimamente está bastante en desuso.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;FORTRAN&lt;/b&gt;, concebido para ingeniería, operaciones matemáticas, etc. También va quedando desplazado.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Ensamblador&lt;/b&gt;, muy cercano al código máquina (es un lenguaje de &quot;bajo nivel&quot;), pero sustituye las secuencias de ceros y unos (bits) por palabras más fáciles de recordar, como MOV, ADD, CALL o JMP.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;C&lt;/b&gt;, uno de los mejor considerados actualmente (junto con C++ y Java, que mencionaremos a continuación), porque no es demasiado difícil de aprender y permite un grado de control del ordenador muy alto, combinando características de lenguajes de alto y bajo nivel. Además, es muy transportable: existe un estándar, el ANSI C, lo que asegura que se pueden convertir programas en C de un ordenador a otro o de un sistema operativo a otro con bastante menos esfuerzo que en otros lenguajes.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;C++&lt;/b&gt;, un lenguaje desarrollado a partir de C, que permite Programación Orientada a Objetos, por lo que resulta más adecuado para proyectos de una cierta envergadura.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Java&lt;/b&gt;, desarrollado a su vez a partir de C++, que elimina algunos de sus inconvenientes, y ha alcanzado una gran difusión gracias a su empleo en Internet.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;PASCAL&lt;/b&gt;, el lenguaje estructurado por excelencia (ya se irá viendo qué es esto más adelante), y que en algunas versiones tiene una potencia comparable a la del lenguaje C, como es el caso de Turbo Pascal en programación para DOS y de Delphi en la programación para Windows. Frente al C tiene el inconveniente de que es menos portable, y la ventaja de que en el caso concreto de la programación para DOS, Turbo Pascal no tiene nada que envidiar la mayoría de versiones del lenguaje C en cuanto a potencia, y además resulta más fácil de aprender, es muy rápido, crea ficheros EXE más pequeños, etc., mientras que en la programación para Windows, Delphi es una muy buena herramienta para crear aplicaciones de calidad en un tiempo razonablemente breve.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Dos conceptos que se mencionan mucho al hablar de programación son &quot;programación estructurada&quot; y &quot;programación orientada a objetos&quot;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
La &lt;b&gt;programación estructurada&lt;/b&gt; consiste en dotar al programa de un cierto orden, dividiéndolo en bloques independientes unos de otros, que se encargan de cada una de las tareas necesarias. Esto hace un programa más fácil de leer y modificar.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
La &lt;b&gt;programación orientada a objetos&lt;/b&gt; se tratará más adelante, cuando ya se tenga una buena base de programación &quot;convencional&quot;. Como simple comentario, para que vayan sonando las cosas a conocidas, diré que &lt;b&gt;&quot;Objects Pascal&quot;&lt;/b&gt; es el nombre que se suele dar a un lenguaje Pascal que permita programación orientada a objetos (como es el caso de Turbo Pascal), y que &lt;b&gt;&quot;C++&quot; &lt;/b&gt;es una ampliación del lenguaje C, que también soporta P.O.O.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
En lo que sigue vamos a ver los&lt;b&gt; fundamentos&lt;/b&gt; de la programación en Pascal, primero intentando ceñirnos al Pascal estándar, y luego ampliando con las mejoras que incluye Turbo Pascal, la versión más difundida.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Los primeros programas, los más sencillos, se podrán compilar con cualquier versión del lenguaje Pascal (o casi), aunque la mayoría de los más avanzados (los que incluyan manejo de gráficos, por ejemplo) estarán creados pensando en el que posiblemente sea en estos momentos el compilador de Pascal más usado: Free Pascal, o bien en el clásico Turbo Pascal 7.0 para Dos.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/2926222583887110253/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/introduccion-pascal.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/2926222583887110253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/2926222583887110253'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/introduccion-pascal.html' title='Introducción a Pascal'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwiU4wk4FVawksahwnlJ0vxyFQkwBwIstbbz1igYT8MywJPeLAco4aYCa_u-spGFbOrghFdmaFWqdxUow-Knnz67BHQW59G12vcIilUbZFLmpWNZmmLk5OhwwRn05iJHex6jB_YL4zqlQ/s72-c/tp72.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-1579901233010362178</id><published>2012-10-20T06:30:00.000-05:00</published><updated>2012-10-20T06:30:03.538-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Basic"/><category scheme="http://www.blogger.com/atom/ns#" term="Programación"/><title type='text'>Introducción a la programación en Basic </title><content type='html'>&lt;br /&gt;
1. Introducción a la programación en Basic.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6jSXCAxzSjlC7xl0Y2BANGj5bEJ7vvm_82iOhtdMvHPSnaIXe-ZQybconUNvVKGs0DzT0CU-mJBT5ptRtnUkTl4JD1edGDcFIgXKnudXfWwYeIdgoE5q__gvV_XC-hXHSb-eFOTJEgbk/s1600/255px-AtariBasicExample.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6jSXCAxzSjlC7xl0Y2BANGj5bEJ7vvm_82iOhtdMvHPSnaIXe-ZQybconUNvVKGs0DzT0CU-mJBT5ptRtnUkTl4JD1edGDcFIgXKnudXfWwYeIdgoE5q__gvV_XC-hXHSb-eFOTJEgbk/s400/255px-AtariBasicExample.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;background-color: #f9f9f9; font-family: sans-serif; font-size: 11px; line-height: 14.833333015441895px; text-align: left;&quot;&gt;Captura de pantalla mostrando&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://es.wikipedia.org/wiki/Atari_BASIC&quot; style=&quot;background-color: #f9f9f9; background-image: none; color: #0b0080; font-family: sans-serif; font-size: 11px; line-height: 14.833333015441895px; text-align: left; text-decoration: none;&quot; title=&quot;Atari BASIC&quot;&gt;Atari BASIC&lt;/a&gt;&lt;span style=&quot;background-color: #f9f9f9; font-family: sans-serif; font-size: 11px; line-height: 14.833333015441895px; text-align: left;&quot;&gt;, un temprano lenguaje BASIC para pequeños computadores&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Vamos a ver una introducción a la programación de ordenadores. Para ello, vamos a centrarnos en el &lt;a href=&quot;http://es.wikipedia.org/wiki/BASIC&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;lenguaje Basic&lt;/b&gt;&lt;/a&gt;. Es un lenguaje que durante mucho tiempo se consideró como muy apropiado para comenzar en la programación de ordenadores, y que posteriormente fue desbancado para este propósito por otros lenguajes más estructurados como Pascal. Hoy en día existen versiones de Basic lo suficientemente estructuradas como para resultar adecuadas para aprender correctamente los principios básicos, y versiones lo suficientemente potentes como para realizar aplicaciones &quot;serias&quot; en entornos como Windows.&lt;br /&gt;
&lt;br /&gt;
Nosotros comenzaremos centrándonos en los Basic &quot;convencionales&quot;, viendo cómo se realizan programas sencillos en modo texto, y después iremos aplicándolo a otros Basic &quot;más modernos&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Veremos las nociones básicas a lo largo de varios temas:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Nociones elementales sobre los programas y Basic.&lt;br /&gt;
&lt;br /&gt;
3. Escribir en pantalla. PRINT, Operaciones matemáticas.&lt;br /&gt;
&lt;br /&gt;
4. Introducción a las variables. LET.&lt;br /&gt;
&lt;br /&gt;
5. Los comentarios: REM. Varias líneas en una. Mayúsculas y minúsculas.&lt;br /&gt;
&lt;br /&gt;
6. Los bucles. FOR.&lt;br /&gt;
&lt;br /&gt;
7. Saltos: GOTO y GOSUB.&lt;br /&gt;
&lt;br /&gt;
8. Comprobación de condiciones: IF.&lt;br /&gt;
&lt;br /&gt;
9. Guardar y recuperar programas. Borrar el programa en memoria. SAVE, LOAD, NEW.&lt;br /&gt;
&lt;br /&gt;
10. Funciones predefinidas en Basic.&lt;br /&gt;
&lt;br /&gt;
11. Otros bucles: WHILE, LOOP.&lt;br /&gt;
&lt;br /&gt;
12. Más sobre la orden PRINT.&lt;br /&gt;
&lt;br /&gt;
13. Más control de la pantalla.&lt;br /&gt;
&lt;br /&gt;
14. Más control del teclado.&lt;br /&gt;
&lt;br /&gt;
15. Control de programas en Basic &quot;antiguos&quot;: auto, renum, edit, trace...&lt;br /&gt;
&lt;br /&gt;
16. Gráficos desde Basic.&lt;br /&gt;
&lt;br /&gt;
17. Condiciones mejoradas: CASE.&lt;br /&gt;
&lt;br /&gt;
18. Declaración de variables y de tipos.&lt;br /&gt;
&lt;br /&gt;
19. Ficheros en Basic.&lt;br /&gt;
&lt;br /&gt;
20. Procedimientos y funciones con Basic.&lt;br /&gt;
&lt;br /&gt;
21. Programación modular y Basic.&lt;br /&gt;
&lt;br /&gt;
22. La impresora desde Basic.&lt;br /&gt;
&lt;br /&gt;
23. Sonidos sencillos desde Basic.&lt;br /&gt;
&lt;br /&gt;
24. Ensamblador y código máquina desde Basic. (*)&lt;br /&gt;
&lt;br /&gt;
25. Temporizadores, control de errores y otras características avanzadas. (*)&lt;br /&gt;
&lt;br /&gt;
26. Ejercicios de ejemplo. (*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introducción a VBA (Visual Basic for Applications).&lt;br /&gt;
&lt;br /&gt;
VBA (2): Tres primeros ejemplos con Word 97.&lt;br /&gt;
&lt;br /&gt;
VBA (3): Tres primeros ejemplos con Excel 97. (*)&lt;br /&gt;
&lt;br /&gt;
VBA (4): Un ejemplo más avanzado con Word 97. (*)&lt;br /&gt;
&lt;br /&gt;
VBA (5): ... (*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (1): El entorno.&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (2): Formularios, botones y etiquetas.&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (3): Toma de contacto con los eventos.&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (4): Cuadros de texto.&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (5): Paneles, casillas de verificación y de opción.&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (6): Creando gráficos sencillos.&lt;br /&gt;
&lt;br /&gt;
Introducción a Visual Basic (7): Ficheros desde Visual Basic.&lt;br /&gt;
&lt;br /&gt;
(...)&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/1579901233010362178/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/introduccion-la-programacion-en-basic.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1579901233010362178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1579901233010362178'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/introduccion-la-programacion-en-basic.html' title='Introducción a la programación en Basic '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6jSXCAxzSjlC7xl0Y2BANGj5bEJ7vvm_82iOhtdMvHPSnaIXe-ZQybconUNvVKGs0DzT0CU-mJBT5ptRtnUkTl4JD1edGDcFIgXKnudXfWwYeIdgoE5q__gvV_XC-hXHSb-eFOTJEgbk/s72-c/255px-AtariBasicExample.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-7562767671922748005</id><published>2012-10-15T07:30:00.000-05:00</published><updated>2012-10-15T07:30:03.193-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><title type='text'>Versión Imprimible en tu web</title><content type='html'>&lt;br /&gt;
Una adecuada versión imprimible para nuestros sitios web o blogs, debe brindan la opción de imprimir los contenidos con la menor cantidad de colores e imágenes posibles, ofreciendo una página sin los elementos de navegación.&lt;br /&gt;
&lt;br /&gt;
Es importante ofrecer a los usuarios, una versión de nuestros contenidos de forma limpia de todo lo que lo rodea. El documento generado para impresión, puede contener un logotipo e incorporar la ruta del documento, para que este sea encontrado fácilmente.&lt;br /&gt;
&lt;br /&gt;
Hay algunos tips que debes tomar en cuenta, para crear una versión adecuada de impresión de los contenido de tu sitio web o blog:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;No es recomendable el uso de columnas.&lt;/li&gt;
&lt;li&gt;Las tablas e imágenes deben tener un tamaño menor de 750 píxeles de ancho o usar tamaños en %.&lt;/li&gt;
&lt;li&gt;No usar frames.&lt;/li&gt;
&lt;li&gt;Procurar que las tablas no contengan color de fondo.&lt;/li&gt;
&lt;li&gt;Usar fuentes tamaño “normal” 12 puntos.&lt;/li&gt;
&lt;li&gt;Los objetos animados como gif, flash, videos, suelen dar problemas en la impresión, es recomendable si se quiere imprimir una demostración, ofrecer una versión con imágenes paso a paso con pie de imagen explicando cada una.&lt;/li&gt;
&lt;li&gt;El navegador Internet Explorer corta las imágenes si estas se encuentran entre 2 páginas.&lt;/li&gt;
&lt;li&gt;Eliminar los banners que contenga el sitio.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;h3&gt;
&lt;b&gt;WP-PRINT, PLUGIN PARA IMPRIMIR DESDE WORDPRESS&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
El WP-Print es un plugin creado por Lester ‘GaMerZ’ Chan, el cual se puede utilizar para instalarlo en nuestro blog de WordPress. Para usarlo debemos descargarlo y descomprimir el paquete “print” hacia el directorio “wp-content\plugins\”.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
El plugin debe activarse, para ello debemos acceder al menú “Plugins” ubicado en el panel de administración del blog. Luego acceder a la opción “Print” en la pestaña “Opciones”. Allí podremos realizar configuraciones básicas del mismo, por ejemplo: contenido a imprimir, comentarios, imágenes, vínculos, seleccionar una imagen que identificará esta opción y el texto.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Si deseamos que la opción imprimir aparezca en cada post debemos acceder al directorio de nuestra plantilla dentro de “wp-content\themes\”, editar el archivo “index.php” buscar el siguiente código:&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;nbsp;&amp;lt;?php while (have_posts()) : the_post(); ?&amp;gt;&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;y agregar debajo:&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;?php if(function_exists(&#39;wp_print&#39;)) { print_link(); } ?&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;Quedando de la siguiente manera:&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;?php while (have_posts()) : the_post(); ?&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&amp;lt;?php if(function_exists(&#39;wp_print&#39;)) { print_link(); } ?&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Si deseamos que aparezca la opción de imprimir en un lugar determinado, al escribir o editar un Post debemos insertar “[print_link]” donde la deseemos mostrar.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Descargar: &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-print/&quot; target=&quot;_blank&quot;&gt;Plugin WP-Print&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;
&lt;b&gt;GENERAR ARCHIVO PDF&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
Otra de las opciones al momento de manejar contenidos es la versión imprimible generando un PDF. Esta opción puede utilizarse para imprimir pero también puede descargarse como documento.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Las librerías FPDF creadas en PHP freeware, tiene como objetivo generar archivos en PDF con contenido específico. El siguiente código debe insertarse en un archivo PHP. Este archivo puede vincularse con una base de datos, realizando consultas y obteniendo el contenido a imprimir.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;?php&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;require(&#39;fpdf/fpdf.php&#39;); // Librería FPDF&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;$pdf=new FPDF(); &amp;nbsp;// Creación de una instancia de la Clase “PDF_HTML”&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;$pdf-&amp;gt;AddPage(); // Método de la clase&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;$pdf-&amp;gt;SetFont(&#39;Arial&#39;,&#39;B&#39;,16); // Método de la clase, definir fuente, estilo, tamaño&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;$pdf-&amp;gt;Cell(40,10,&#39;Maestros del Web&#39;); // Método de la clase, posición a imprimir&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;$pdf-&amp;gt;Output(); &amp;nbsp;// Método de la clase, salida al archivo PDF&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;?&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Descargar: &lt;a href=&quot;http://www.fpdf.org/&quot; target=&quot;_blank&quot;&gt;Librerías FPDF&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h3&gt;
&lt;b&gt;VERSIÓN PARA IMPRESIÓN USANDO HOJAS DE ESTILOS CSS&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
El uso de los archivos CSS nos permite diseñar un estilo determinado para mostrar en la pantalla diferentes opciones de la impresión. Vinculando una hoja de estilo con el sitio.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
En atributo “Media” identifica el uso de “screen/pantalla” y “print/impresora“. Al utilizar Dreamweaver como editor se facilita la selección de la opción, de lo contrario debemos buscar la línea de código y agregarlo.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYAbFYVxIr6vpyJzXoVlfLNgphSpnlunfcIN7HQthIBvEef2Ro60LUllNF_37NCeejmIf82jCyEd9Bd1LK82cW6iZ4ddI-DRrkjz_6-0mhWE7-nvNyhKbMym3Xl_Pqb-XVxZk7JDTTqMg/s1600/ventana_css.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;208&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYAbFYVxIr6vpyJzXoVlfLNgphSpnlunfcIN7HQthIBvEef2Ro60LUllNF_37NCeejmIf82jCyEd9Bd1LK82cW6iZ4ddI-DRrkjz_6-0mhWE7-nvNyhKbMym3Xl_Pqb-XVxZk7JDTTqMg/s400/ventana_css.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
El siguiente código es el que debe agregarse para el atributo print/impresora:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;link href=&quot;print.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
El siguiente código es el que debe agregarse para el atributo screen/pantalla:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;link href=&quot;screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
El siguiente código pertenece a una hoja de estilo la cual se mostrará en pantalla, se puede ver el uso de colores fuertes como el rojo y fuentes grandes. Este archivo puede llamarse &lt;b&gt;screen.css&lt;/b&gt; (el nombre del archivo no afecta la función del atributo):&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;fondo {&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;font-family: Arial, Helvetica, sans-serif;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;font-size: 18px;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;color: #FF0000;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;border: thin solid #000000;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;}&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Para la versión que será impresa utiliza pocos colores y puede nombrarse &lt;b&gt;print.css&lt;/b&gt; (el nombre del archivo no afecta la función del atributo):&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;i&gt;.fondo {&lt;/i&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;font-family: Arial, Helvetica, sans-serif;&lt;/i&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;font-size: 12px;&lt;/i&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;font-weight: bold;&lt;/i&gt;&lt;i&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;text-decoration: underline;&lt;/i&gt;&lt;i&gt;}&lt;/i&gt;&lt;/blockquote&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
La siguiente página HTML vinculará estas hojas de estilo:&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;html&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;head&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;title&amp;gt;Prueba&amp;lt;/title&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;link href=&quot;screen.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;link href=&quot;print.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print&quot; /&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;/head&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;body class=&quot;fondo&quot;&amp;gt;Maestros del Web&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;/body&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt;&amp;lt;/html&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;/blockquote&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Descargar: &lt;a href=&quot;http://www.maestrosdelweb.com/util/css.zip&quot; target=&quot;_blank&quot;&gt;código CSS ejemplo&lt;/a&gt;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Debemos tener en cuenta que los estilos de ambos archivos deben tener el mismo nombre “fondo”, para cuando necesite seleccionar el archivo CSS que será usado para mostrar en “pantalla” e “impresora”.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;FUNCIÓN DE LOS ATRIBUTOS&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Para entender el funcionamiento de esta opción, podemos decir que cuando se carga una página en el navegador, esta importará la hoja de estilo con la opción “screen”, la cual puede contener imágenes de fondo, cargado de colores fuertes y demás.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Cuando vamos a ver una vista previa de impresión o a imprimir, esta importa la hoja de estilo con la opción “print” que hayamos creado, la cual debemos procurar que contenga la menor cantidad de colores, imágenes y estilos posibles, definir un tamaño de letra adecuado.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
Finalmente, recordemos que la versión imprimible en nuestro sitio o blog, es una opción fundamental para los usuarios que les gusta tener acceso a la información de forma impresa. Esto es un valor agregado para el buen manejo de nuestros contenidos.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;vía: &lt;a href=&quot;http://www.maestrosdelweb.com/&quot; target=&quot;_blank&quot;&gt;Maestrosdelweb&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/7562767671922748005/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/version-imprimible-en-tu-web.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/7562767671922748005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/7562767671922748005'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/version-imprimible-en-tu-web.html' title='Versión Imprimible en tu web'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYAbFYVxIr6vpyJzXoVlfLNgphSpnlunfcIN7HQthIBvEef2Ro60LUllNF_37NCeejmIf82jCyEd9Bd1LK82cW6iZ4ddI-DRrkjz_6-0mhWE7-nvNyhKbMym3Xl_Pqb-XVxZk7JDTTqMg/s72-c/ventana_css.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-6293400860159033984</id><published>2012-10-10T08:00:00.000-05:00</published><updated>2012-10-10T08:00:03.710-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Robotica"/><title type='text'>¿Qué es un róbot?, De dónde viene la palara</title><content type='html'>&lt;br /&gt;
La palabra robot fue usada por primera vez en el año 1921, cuando el escritor checo &lt;b&gt;&lt;a href=&quot;http://es.wikipedia.org/wiki/Karel_%C4%8Capek&quot; target=&quot;_blank&quot;&gt;Karel Capek&lt;/a&gt; &lt;/b&gt;(1890 - 1938) estrena en el teatro nacional de Praga su obra Rossum&#39;s Universal Robot (R.U.R.). Su origen es de la palabra eslava &lt;b&gt;robota&lt;/b&gt;, que se refiere al trabajo realizado de manera forzada. La trama era sencilla: el hombre fabrica un robot, luego el robot mata al hombre.&lt;br /&gt;
&lt;br /&gt;
Muchas películas han seguido mostrando a los robots como máquinas dañinas y amenazadoras. Sin embargo, películas más recientes, como la saga de &quot;La Guerra de las Galaxias&quot; desde 1977, retratan a robots como &lt;a href=&quot;http://es.wikipedia.org/wiki/C-3PO&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;&quot;C3PO&quot;&lt;/b&gt;&lt;/a&gt; y&lt;a href=&quot;http://es.wikipedia.org/wiki/R2D2&quot; target=&quot;_blank&quot;&gt;&lt;b&gt; &quot;R2D2&lt;/b&gt;&quot;&lt;/a&gt; como ayudantes del hombre. &quot;Número 5&quot; de &quot;Cortocircuito&quot; y &quot;C3PO&quot; realmente tienen apariencia humana. Estos robots que se fabrican con look humano se llaman ‘androides’.&lt;br /&gt;
&lt;br /&gt;
La mayoría de los expertos en Robótica afirmaría que es complicado dar una definición universalmente aceptada. Las definiciones son tan dispares como se demuestra en la siguiente relación:&lt;br /&gt;
&lt;br /&gt;
Ingenio mecánico controlado electrónicamente, capaz de moverse y ejecutar de forma automática acciones diversas, siguiendo un programa establecido.&lt;br /&gt;
Máquina que en apariencia o comportamiento imita a las personas o a sus acciones como, por ejemplo, en el movimiento de sus extremidades&lt;br /&gt;
Un robot es una máquina que hace algo automáticamente en respuesta a su entorno.&lt;br /&gt;
Un robot es un puñado de motores controlados por un programa de ordenador.&lt;br /&gt;
Un robot es un ordenador con músculos.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
Es cierto, como acabamos de observar, que los robots son difíciles de definir. Sin embargo, no es necesariamente un problema el que no esté todo el mundo de acuerdo sobre su definición. Quizás, &lt;a href=&quot;http://es.wikipedia.org/wiki/Joseph_Engelberger&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Joseph Engelberg&lt;/b&gt;&lt;/a&gt; (padre de la robótica industrial) lo resumió inmejorablemente cuando dijo:&lt;i&gt;&lt;b&gt; &quot;Puede que no se capaz de definirlo, pero sé cuándo veo uno&quot;&lt;/b&gt;&lt;/i&gt;.&lt;/blockquote&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH1XlyZV57Ha4o2dHXiGbqiuoJHk6LjriUIdxXaawp06RBmqwT3Gv69wPAxcazmVJWXFF0epJ8OienPVhWlLPCatzR8SCKOtAH7IrrK8gWVYnz-2RuoTwVm2awvpRm64wA4ck9NLox9nE/s1600/robo.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH1XlyZV57Ha4o2dHXiGbqiuoJHk6LjriUIdxXaawp06RBmqwT3Gv69wPAxcazmVJWXFF0epJ8OienPVhWlLPCatzR8SCKOtAH7IrrK8gWVYnz-2RuoTwVm2awvpRm64wA4ck9NLox9nE/s320/robo.jpg&quot; title=&quot;Róbot&quot; width=&quot;160&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
La imagen del robot como una máquina a semejanza del ser humano, subyace en el hombre desde hace muchos siglos, existiendo diversas realizaciones con este fin.&lt;br /&gt;
&lt;br /&gt;
El ciudadano industrializado que vive a caballo entre el siglo XX y el XXI se ha visto en la necesidad de emprender, en escasos 25 años, el significado de un buen número de nuevos términos marcados por su alto contenido tecnológico. De ellos sin duda el más relevante haya sido el ordenador (computador).&lt;br /&gt;
&lt;br /&gt;
Éste, está introducido hoy en día en su versión personal en multitud de hogares, y el ciudadano medio va conociendo en creciente proporción, además de su existencia, su modo de uso y buena parte de sus posibilidades.&lt;br /&gt;
Pero dejando de lado esta verdadera revolución social, existen otros conceptos procedentes del desarrollo tecnológico que han superado las barreras impuestas por las industrias y centros de investigación, incorporándose en cierta medida al lenguaje coloquial. Es llamativo como entre éstas destaca el concepto &lt;b&gt;robot&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieHAimfPuYBt6PusnNLAFu2j3ipkGYMqLASaQ4net7VEZAED3hSLww3dpBkbjBPV-ubp9avyuxw1gHfRx8IGsxh3dOqeG7dk4opecpfdRtQr_2Jm_Dc4s6wmmlBNx5lUkhgqyoJPibVtU/s1600/brazo-robot.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieHAimfPuYBt6PusnNLAFu2j3ipkGYMqLASaQ4net7VEZAED3hSLww3dpBkbjBPV-ubp9avyuxw1gHfRx8IGsxh3dOqeG7dk4opecpfdRtQr_2Jm_Dc4s6wmmlBNx5lUkhgqyoJPibVtU/s1600/brazo-robot.jpg&quot; title=&quot;Róbot Industrial&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Pero el &lt;a href=&quot;http://es.wikipedia.org/wiki/Robot_industrial&quot; target=&quot;_blank&quot;&gt;robot industrial&lt;/a&gt;, que se conoce y emplea en nuestros días, no surge como consecuencia de la tendencia o afición de reproducir seres vivientes, sino de la necesidad. Fue la necesidad la que dio origen a la agricultura, el pastoreo, la caza, la pesca, etc. Más adelante, la necesidad provoca la primera revolución industrial con el descubrimiento de la máquina de vapor de Watt y, actualmente, la necesidad ha cubierto de ordenadores la faz de la tierra.&lt;br /&gt;
&lt;br /&gt;
Inmersos en la era de la informatización, la imperiosa necesidad de aumentar la productividad y mejorar la calidad de los productos, ha hecho insuficiente la automatización industrial rígida, dominante en las primeras décadas del siglo XX, que estaba destinada a la fabricación de grandes series de una restringida gama de productos. Hoy día, más de la mitad de los productos que se fabrican corresponden a lotes de pocas unidades.&lt;br /&gt;
&lt;br /&gt;
Al enfocarse la producción industrial moderna hacia la automatización global y flexible, han quedado en desuso las herramientas, que hasta hace poco eran habituales:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Forja, prensa y fundición&lt;/li&gt;
&lt;li&gt;Esmaltado&lt;/li&gt;
&lt;li&gt;Corte&lt;/li&gt;
&lt;li&gt;Encolado&lt;/li&gt;
&lt;li&gt;Desbardado&lt;/li&gt;
&lt;li&gt;Pulido.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Finalmente, el resto de los robots instalados en 1979 se dedicaban al montaje y labores de inspección. En dicho año, la industria del automóvil ocupaba el 58% del parque mundial, siguiendo en importancia las empresas constructoras de maquinaria eléctrica y electrónica. En 1997 el parque mundial de robots alcanzó la cifra de aproximadamente 830.000 unidades, de los cuales la mitad se localizaba en Japón.</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/6293400860159033984/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/que-es-un-robot-de-donde-viene-la-palara.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/6293400860159033984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/6293400860159033984'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/que-es-un-robot-de-donde-viene-la-palara.html' title='¿Qué es un róbot?, De dónde viene la palara'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH1XlyZV57Ha4o2dHXiGbqiuoJHk6LjriUIdxXaawp06RBmqwT3Gv69wPAxcazmVJWXFF0epJ8OienPVhWlLPCatzR8SCKOtAH7IrrK8gWVYnz-2RuoTwVm2awvpRm64wA4ck9NLox9nE/s72-c/robo.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-8432281294462601846</id><published>2012-10-06T07:00:00.000-05:00</published><updated>2012-10-06T07:00:10.710-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="CSS"/><title type='text'>Imagen Estilo &quot;Vintage&quot; con CSS</title><content type='html'>Instagram ha hecho que muchos tomen el gusto por las fotos estilo vintage, así que es muy común ver por todas partes este tipo de fotos que dan un aspecto de ser algo viejas.&lt;br /&gt;
&lt;br /&gt;
Si no quieres usar un programa para tener tus fotos tipo vintage, puedes usar CSS y obtener un resultado similar. En sí lo que haremos será aplicarle una sombra difuminada al interior de la imagen, le añadiremos un borde, le pondremos un color encima (que será la que le dará ese efecto tipo Instagram), y encima de la imagen otra imagen semitransparente estilo grunge que le dará el toque viejo.&lt;br /&gt;
Puedes ver el ejemplo en esta imagen de abajo, al pasar el cursor cambia a su estado normal aunque conserva el borde.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;vintage&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHqlLY4Og41dMv6xjOK4PELBCfmKLAmctVYesgB8OQod1H5tV1UvL9U1TmBoHKRgIuor6sPKvN1LFZsdJwRctrNJKOfhMj0vfv5JPe97efCMYrBjrInFiyIpP46YeLeybTKQ-LwOoAmUk/h120/arte.jpg&quot; width=&quot;292&quot; /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
Obviamente habrá imágenes a las que les quede mejor este tipo de efectos que a otras, pero independientemente de eso sí hay que hacer unas observaciones:&lt;br /&gt;
Está hecho con estilos CSS así que como ya sabemos habrá navegadores que no los reconocerá, específicamente Internet Explorer, así que en ese navegador no se verá ningún efecto.&lt;br /&gt;
Al pasar el cursor por la imagen cambia con un efecto de transición, pero éste sólo se ve en Firefox.&lt;br /&gt;
Las imágenes no estarán centradas, podrás alinearlas a la izquierda (por defecto), o a la derecha.&lt;br /&gt;
&lt;br /&gt;
Habiendo aclarado lo anterior empecemos. Lo primero es entrar en la Edición de HTML y pegar antes de ]]&amp;gt;&amp;lt;/b:skin&amp;gt; los estilos:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;/* Imágenes Vintage&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;----------------------------------------------- */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;.vintage img {&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;padding:0;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;float:left;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;}&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;.vintage {&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;border:10px solid #000;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;position: relative;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;float: left; /* Cambiar por right si quieres que las imágenes se alineen a la derecha */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;margin-right: 20px;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;margin-bottom: 20px;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;}&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;.vintage:before {&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;content: &quot;&quot;;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;display: block;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;position: absolute;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;top: 0;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;bottom: 0;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;left: 0;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;right: 0;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(255,0,0, 0.5); /* rojo */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhAGiVrY7TNX85jvBX2ghzWD6kCK2a6LDgo37xq5PUu8ueYp8XLTH6eANRC1ZSogFKd7kCg_RhJh4oNdPQtwwiTQwFPecFypuNQRuZ0-dAKwhpmyRk3X3yN4Zlt7tEZyBmjGcnd8Rf-Vl4/s0/grunge.png);&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-size: cover;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;box-shadow: inset 0 0 50px #000, inset 0 0 50px #000, inset 0 0 50px #000;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-moz-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-webkit-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-o-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;transition: all .1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;}&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;.vintage:hover:before {&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background: none;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;box-shadow:none;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-moz-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-webkit-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-o-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;transition: all .1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;}&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
Por último usa este código en tus entradas o donde quieras mostrar la imagen:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;div class=&quot;vintage&quot;&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;img border=&quot;0&quot; src=&quot;URL de la imagen&quot; /&amp;gt;&amp;lt;/div&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&amp;lt;div style=&quot;clear: both;&quot;/&amp;gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
Agrega la URL de la imagen donde se indica y listo.&lt;br /&gt;
Si quisieras que el texto de la entrada rodee la imagen entonces elimina la etiqueta en color azul.&lt;br /&gt;
En el primer código verás en negrita la línea que corresponde al color de la imagen, puedes modificarla por algún otro color, estos son algunos ejemplos de lo tradicional en vintage:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(0,0,255, 0.5); /* azul */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(0,255,255, 0.5); /* aqua */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(0,255,0, 0.5); /* verde */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(255,0,240, 0.5); /* violeta */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(255,102,0, 0.6); /* sepia */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background-color: rgba(0,0,0, 0.6); /* colores más oscuros */&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
Si quisieras que la imagen permanezca siempre así sin que regrese a su estado original al pasar el cursor entonces elimina esta perte del primer código:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;.vintage:hover:before {&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;background: none;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;box-shadow:none;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-moz-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-webkit-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;-o-transition: all 1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;transition: all .1s;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;}&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/b&gt;
Y eso es todo, con este pequeño experimento podrás tener tus imágenes al estilo vintage usando sólo CSS.&lt;br /&gt;
&lt;br /&gt;
Gracias a &lt;a href=&quot;http://www.ciudadblogger.com/&quot; target=&quot;_blank&quot;&gt;Potro&lt;/a&gt; por compartirlo&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/8432281294462601846/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/imagen-estilo-vintage-con-css.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8432281294462601846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8432281294462601846'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/imagen-estilo-vintage-con-css.html' title='Imagen Estilo &quot;Vintage&quot; con CSS'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHqlLY4Og41dMv6xjOK4PELBCfmKLAmctVYesgB8OQod1H5tV1UvL9U1TmBoHKRgIuor6sPKvN1LFZsdJwRctrNJKOfhMj0vfv5JPe97efCMYrBjrInFiyIpP46YeLeybTKQ-LwOoAmUk/s72-h120-c/arte.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-1028345270535425660</id><published>2012-10-01T08:00:00.000-05:00</published><updated>2012-10-01T08:00:17.059-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Realidad Aumentada"/><title type='text'>Aumentaty Author</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYk8b4-4Vfrst6n89tU-PCd13qdWhFdGQw2DakVN7H5SDkKE8YVAM8kILu5LrXYdnKl-DZ_mWNiAUiDEyZbYUQ4Y-WVYpSo9oX9wR6rnQswZ3iG6poKn1hyphenhypheng5t9tOfELhe27hUi4fgzSY/s1600/aumentaty-logo.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYk8b4-4Vfrst6n89tU-PCd13qdWhFdGQw2DakVN7H5SDkKE8YVAM8kILu5LrXYdnKl-DZ_mWNiAUiDEyZbYUQ4Y-WVYpSo9oX9wR6rnQswZ3iG6poKn1hyphenhypheng5t9tOfELhe27hUi4fgzSY/s1600/aumentaty-logo.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Nuestro tema explicara lo que es la realidad aumentada en la manera de trabajar en proyectos 3D sin necesidad de programar, algo tan simple verdad solo de escuchar&lt;b&gt;&lt;i&gt; &quot;No Programar&quot;&lt;/i&gt;&lt;/b&gt;&amp;nbsp; &lt;a href=&quot;http://www.aumentaty.com/&quot; target=&quot;_blank&quot;&gt;Aumentaty Author&lt;/a&gt; es un producto&amp;nbsp;bastante&amp;nbsp;intuitivo ya que su&amp;nbsp;característica&amp;nbsp;es arrastrar y soltar, pero les dejo las&amp;nbsp;características&amp;nbsp;completas y un&amp;nbsp;vídeo&amp;nbsp;de su funcionamiento.&lt;br /&gt;
&lt;br /&gt;
Sus características generales son:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Aumentaty dispone de un conjunto de herramientas para generar contenidos de Realidad Aumentada de forma rápida y sencilla.&lt;/li&gt;
&lt;li&gt;La suite de Authoring de Aumentaty consta de 2 aplicaciones: la herramienta de autor con la que generar los contenidos (Aumentaty Author) y el visualizador de contenidos (Aumentaty Viewer).&lt;/li&gt;
&lt;li&gt;Aumentaty Author utiliza tecnología de marcas fiduciales para reconocer el espacio tridimensional mostrado por la webcam y posicionar el contenido generado.&lt;/li&gt;
&lt;li&gt;Aumentaty Author ha sido diseñado teniendo en cuenta por encima de todo la facilidad de uso, que permite a personas sin ningún conocimiento de programación realizar contenidos en 1 minuto.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Una vez exportada la escena o contenido realizado podemos visualizarlo instalando el visualizador Aumentaty Viewer. Si además quieres compartirlo, lo podrás hacer de manera independiente a Aumentaty Author.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFW8-XIJ5GtAlaaA6s65AQcKlOAO9GOLZakyn8JoxjV2CCC8MUwgrovbAbUyKVYlJ-cXm0bNR4z_MBb-7BCroq5zjAoxdFH972YwHXye3v7SbbNdfCfKF2atTWgKdqZnag2l_seB_HI6A/s1600/autor1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFW8-XIJ5GtAlaaA6s65AQcKlOAO9GOLZakyn8JoxjV2CCC8MUwgrovbAbUyKVYlJ-cXm0bNR4z_MBb-7BCroq5zjAoxdFH972YwHXye3v7SbbNdfCfKF2atTWgKdqZnag2l_seB_HI6A/s400/autor1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
En este video nos muestra parte del uso dado a este programa.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;object height=&quot;360&quot; width=&quot;600&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;https://www.youtube-nocookie.com/v/rq6mIXq-SXo?version=3&amp;amp;hl=es_ES&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed src=&quot;https://www.youtube-nocookie.com/v/rq6mIXq-SXo?version=3&amp;amp;hl=es_ES&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;600&quot; height=&quot;360&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/1028345270535425660/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/aumentaty-author.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1028345270535425660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1028345270535425660'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/10/aumentaty-author.html' title='Aumentaty Author'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYk8b4-4Vfrst6n89tU-PCd13qdWhFdGQw2DakVN7H5SDkKE8YVAM8kILu5LrXYdnKl-DZ_mWNiAUiDEyZbYUQ4Y-WVYpSo9oX9wR6rnQswZ3iG6poKn1hyphenhypheng5t9tOfELhe27hUi4fgzSY/s72-c/aumentaty-logo.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-1390204881733960648</id><published>2012-09-27T07:00:00.000-05:00</published><updated>2012-09-27T07:00:10.034-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="HTML5"/><category scheme="http://www.blogger.com/atom/ns#" term="JavaScript"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Wordpress"/><title type='text'>Mouseover sobre botón con efecto fade y jQuery</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEip816iDF45VHmMgwnyXd9KGHk93DmtXeIzSnLO6GigNlhMmfV4nqDT5OmajKZkfJzr8t282BEJ0levlXOxjCEmTQoNGTMUvD-z8A2yaunKKx4_TPFD018Qqg-FUSQlrXYsV7HOcLsPSCs/s1600/mouseover-sobre-boton-con-efecto-fade-y-jquery.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;157&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEip816iDF45VHmMgwnyXd9KGHk93DmtXeIzSnLO6GigNlhMmfV4nqDT5OmajKZkfJzr8t282BEJ0levlXOxjCEmTQoNGTMUvD-z8A2yaunKKx4_TPFD018Qqg-FUSQlrXYsV7HOcLsPSCs/s400/mouseover-sobre-boton-con-efecto-fade-y-jquery.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Este tutorial básicamente se trata de animar un botón con efecto fade al pasar el ratón por encima utilizando,jQuery para la animación.&lt;br /&gt;
&lt;br /&gt;
Lo que necesitamos para empezar es una imagen tal como se ve en la foto aquí arriba, donde estarán todos los botones en fila con el estado normal y en la fila de abajo, todos los botones con el efecto final.&lt;br /&gt;
&lt;br /&gt;
Para ello, tengo hecha una imagen con todos los iconos a la vez (así ahorramos código y peso de carga en la web) de 265px de ancho por 96px de alto. Es decir, que si son 5 iconos, cada icono tendrá 53px de ancho por 48px de alto (por cierto, estos iconos se consiguen en &lt;a href=&quot;http://iconspedia.com/&quot;&gt;iconspedia.com&lt;/a&gt;, menos el de G+).&lt;br /&gt;
&lt;br /&gt;
Pues bien, la idea viene a ser lo siguiente, declararemos una función en javascript para que jQuery haga las animaciones (ver código 1), escribiremos nuestros enlaces, en este caso 5 (ver código 2) y mediante CSS, le diremos a jQuery cuál es la imagen base y cual es la final para que haga la animación.&lt;br /&gt;
&lt;br /&gt;
Nota: el texto que ves en el SPAN en los enlaces, es muy importante y no se verá.&lt;br /&gt;
&lt;br /&gt;
Lo importante está en adaptar tus posiciones de background en el css a la imagen que prepares. En mi caso, como cada icono tiene 53px de ancho, voy moviendo la posición -53px (es decir, hacia la izquierda) y -48px (hacia arriba) para que se vea el icono en color. Al ponerlo en 0 se verá el icono en blanco y negro.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;lenguaje&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;Código JAVASCRIPT&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt; &amp;lt;!--&lt;br /&gt;
$(document).ready(function() {&lt;br /&gt;
$(&#39;.fade&#39;).hover(function() {$(this).children(&#39;span&#39;).fadeOut(&#39;250&#39;);},function() {$(this).children(&#39;span&#39;).fadeIn(&#39;250&#39;);})&lt;br /&gt;
});&lt;br /&gt;
//--&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;
&lt;pre class=&quot;prettyprint lang-javascript&quot;&gt;&lt;b&gt;&lt;i&gt;
&lt;/i&gt;&lt;/b&gt;&lt;/pre&gt;
&lt;div class=&quot;lenguaje&quot;&gt;
&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&lt;i&gt;Código XHTML&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
&amp;lt;div id=&quot;social&quot;&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;#&quot; title=&quot;&quot; class=&quot;fade facebook&quot; target=&quot;_blank&quot;&amp;gt;&amp;lt;span&amp;gt;facebook&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;#&quot; title=&quot;&quot; class=&quot;fade googleplus&quot; target=&quot;_blank&quot;&amp;gt;&amp;lt;span&amp;gt;googleplus&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;#&quot; title=&quot;&quot; class=&quot;fade twitter&quot; target=&quot;_blank&quot;&amp;gt;&amp;lt;span&amp;gt;twitter&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;#&quot; title=&quot;&quot; class=&quot;fade linkedin&quot; target=&quot;_blank&quot;&amp;gt;&amp;lt;span&amp;gt;linkedin&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a href=&quot;#&quot; title=&quot;&quot; class=&quot;fade feedburner&quot; target=&quot;_blank&quot;&amp;gt;&amp;lt;span&amp;gt;feedburner&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/blockquote&gt;
&lt;pre class=&quot;prettyprint lang-xhtml&quot;&gt;&lt;/pre&gt;
&lt;div class=&quot;lenguaje&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;Código CSS&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;blockquote class=&quot;tr_bq&quot;&gt;
#social{float:right;display:inline;margin:20px 0 0 0} /* NO NECESARIO */&lt;br /&gt;
#social a,#social a span{width:53px;height:48px;display:block;border:0;margin:0 10px 0 0;text-decoration:none;float:left;text-indent: -1000em;background-image: url(/images/social.png);background-repeat: no-repeat;background-position: 0px 0px;}&lt;br /&gt;
#social a.facebook{background-position:0 -48px;}&lt;br /&gt;
#social a.facebook span{background-position:0px 0px;}&lt;br /&gt;
#social a.googleplus{background-position:-53px -48px;}&lt;br /&gt;
#social a.googleplus span{background-position:-53px 0px;}&lt;br /&gt;
#social a.twitter{background-position:-106px -48px;}&lt;br /&gt;
#social a.twitter span{background-position:-106px 0px;}&lt;br /&gt;
#social a.linkedin{background-position:-159px -48px;}&lt;br /&gt;
#social a.linkedin span{background-position:-159px 0px;}&lt;br /&gt;
#social a.feedburner {background-position:-212px -48px;}&lt;br /&gt;
#social a.feedburner span{background-position:-212px 0px;}&lt;/blockquote&gt;
&lt;div class=&quot;fecha&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/1390204881733960648/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/mouseover-sobre-boton-con-efecto-fade-y.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1390204881733960648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/1390204881733960648'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/mouseover-sobre-boton-con-efecto-fade-y.html' title='Mouseover sobre botón con efecto fade y jQuery'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEip816iDF45VHmMgwnyXd9KGHk93DmtXeIzSnLO6GigNlhMmfV4nqDT5OmajKZkfJzr8t282BEJ0levlXOxjCEmTQoNGTMUvD-z8A2yaunKKx4_TPFD018Qqg-FUSQlrXYsV7HOcLsPSCs/s72-c/mouseover-sobre-boton-con-efecto-fade-y-jquery.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-3363266952074204421</id><published>2012-09-22T09:00:00.000-05:00</published><updated>2012-09-22T09:00:04.287-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Programación"/><title type='text'>Herramientas de Programación para Niños</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ55TaceReJTyTrdXljWBV91IunDJhvxwr-cNomPJ7deaeKyh-kwc4SY89cZCO30b_rmV3sM-FbIdVCgGrP-KEgzHqkny9HYkkoUXTfIo7Y11UW6e8AHmqzgFnByHTqRHxz-vlag5-Zeg/s1600/programming.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ55TaceReJTyTrdXljWBV91IunDJhvxwr-cNomPJ7deaeKyh-kwc4SY89cZCO30b_rmV3sM-FbIdVCgGrP-KEgzHqkny9HYkkoUXTfIo7Y11UW6e8AHmqzgFnByHTqRHxz-vlag5-Zeg/s320/programming.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
La programación es arte y ciencia, me&amp;nbsp;quedaría&amp;nbsp;corto con lo que realmente es y las grandes utilidades que se le dan a los diversos lenguajes que existen cada uno con grandes logros y&amp;nbsp;éxitos&amp;nbsp;en el mundo actual.&lt;br /&gt;
como programadores siempre&amp;nbsp;debemos&amp;nbsp;contar a la mano con nuestras propios algoritmos y nuestras estructuras de datos.&lt;br /&gt;
Como lo comentan mis amigos de &lt;a href=&quot;http://alt1040.com/&quot; target=&quot;_blank&quot;&gt;ALT1040&lt;/a&gt;, que tan&amp;nbsp;difícil&amp;nbsp;es enseñar a un niño a programar?, sobre todo contemplar la edad y la astucia que el niño represente, uno de los&amp;nbsp;métodos&amp;nbsp;es empezar por lo&amp;nbsp;básico&amp;nbsp;que es la&amp;nbsp;construcción&amp;nbsp;de lego el cual fomenta la creatividad,&amp;nbsp;después&amp;nbsp;utilizar otros prototipos de robots de construcción pero ya con programación, en este articulo mostraremos algunas herramientas para niños los cuales son de&amp;nbsp;aprendizaje&amp;nbsp;básico&amp;nbsp;les dejo una lista y sus&amp;nbsp;vídeos.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;
1. &lt;a href=&quot;http://www.alice.org/&quot;&gt;Alice&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Código abierto. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
Ambiente de programación creado en Carnegie Mellon University, donde los niños pueden contar historias animadas con bloques 3D: “para la próxima generación de científicos de la programación.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/Nm7bv4wduTI&quot; width=&quot;600&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;h3&gt;
2. &lt;a href=&quot;http://code.google.com/p/swfk-es/&quot;&gt;Doma de Serpientes para Niños&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Código abierto. Inglés y español.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Basado en el famoso “Snake Wrangling for Kids”, es un libro electrónico para enseñar programación a niños mayores de 8 años mediante el lenguaje de programación Python, disponible en cualquier sistemas operativo. Éste lenguaje, cabe mencionar, es sencillo, flexible y poderoso: soy un acérrimo fan.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH5VJUMkVQ1TWP4HV3SthH5l6O9xzoI2Yt26O7ZtTdpOjjEC75p_iwzKft0MjNGNzbH9rB_Gtt0lYHYUwf8EpkJAwidd6Fs2puaQi2DF1F3lyw421gGLR6lRLvoDhY_D_VPusGecCDcK4/s1600/cover-windows-tn.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgH5VJUMkVQ1TWP4HV3SthH5l6O9xzoI2Yt26O7ZtTdpOjjEC75p_iwzKft0MjNGNzbH9rB_Gtt0lYHYUwf8EpkJAwidd6Fs2puaQi2DF1F3lyw421gGLR6lRLvoDhY_D_VPusGecCDcK4/s320/cover-windows-tn.png&quot; width=&quot;224&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
3. &lt;a href=&quot;http://kidsruby.com/&quot;&gt;Kids with Ruby&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Código abierto. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Es un software interactivo para aprender programación con el lenguaje Ruby: unos de los más bellos lenguajes, si me permiten decirlo, que podrán encontrar. Como dijo Yukihiro Matsumoto, creador de Ruby, “espero ayudar a que cada programador en el mundo sea productivo, disfrute y sea feliz programando. Este es el principal propósito del lenguaje Ruby”.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1MwdFxmJzbVPW68-rvSp9Utvf0bQqF2Rr-4sKgu955rifWtaSY8AK__he_abiO7Fvbp-oYh8YeiWdcmQFv1V6h9yY-HqqUlxATCHW8dr9DgIffuNVT675XCkDTQlSL7DGHX1p5QIJ0ow/s1600/ruby-for-kids.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;252&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1MwdFxmJzbVPW68-rvSp9Utvf0bQqF2Rr-4sKgu955rifWtaSY8AK__he_abiO7Fvbp-oYh8YeiWdcmQFv1V6h9yY-HqqUlxATCHW8dr9DgIffuNVT675XCkDTQlSL7DGHX1p5QIJ0ow/s400/ruby-for-kids.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
4. &lt;a href=&quot;http://www.kodugamelab.com/&quot;&gt;Kodu&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Comercial. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Con Kodu lo niños pueden crear juegos de manera visual desde la PC y XBox. Fue diseñado para enseñar a programar con tres conceptos eje: creatividad, resolución de problemas y narrativa.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/LYHpxTs3gX4&quot; width=&quot;600&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;h3&gt;
5. &lt;a href=&quot;http://mindstorms.lego.com/&quot;&gt;LEGO MindStorms NXT&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Comercial. Inglés, español.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Son robots programables, ya sea con el &lt;strong&gt;NXT Intelligent Brick&lt;/strong&gt; para programas relativamente sencillos, o con alguno de entre cincuenta lenguajes de programación disponibles.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;400&quot; src=&quot;http://www.youtube.com/embed/jDu6Eq6Ll-k&quot; width=&quot;600&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;h3&gt;
6. &lt;a href=&quot;http://hackety.com/&quot;&gt;Hackety Hack&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Código abierto. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Sin experiencia previa en programación, por supuesto, Hackety Hack es un software ya clásico para enseñar a programar con Ruby, una lección a la vez. Creado por el no menos famoso hacker &lt;strong&gt;_why&lt;/strong&gt;, Hackety Hack incluso obedece a un manifesto que en una de sus últimas líneas dice que “es libre y se mantendrá así en adelante”.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKKkKShJVQy9DbIE0fZGZ43K4W2IXylL4hW7EzbJm5HA7yI-g6iBNB_-RJx5vYsjbA1hmEBdsDLlYtUnKXzBZvzu5SsfOFKVVog8rYyhfQ_RiuUb0uUAWtbPKbLIfRvTFMI0KMsHnlUug/s1600/hacketyhack2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;343&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKKkKShJVQy9DbIE0fZGZ43K4W2IXylL4hW7EzbJm5HA7yI-g6iBNB_-RJx5vYsjbA1hmEBdsDLlYtUnKXzBZvzu5SsfOFKVVog8rYyhfQ_RiuUb0uUAWtbPKbLIfRvTFMI0KMsHnlUug/s400/hacketyhack2.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
7. &lt;a href=&quot;http://www.petitcomputer.com/&quot;&gt;Petit Computer&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Comercial. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Si sentarse a programar no es opción, tal vez sí lo sea usar un Nintendo 3DS o DSi con Petit Computer, que permite crear programas en BASIC. No es que BASIC sea la mejor opción, sin embargo puede ser atractivo hacerlo desde la consola portátil.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/Z_wBLUAUYO8&quot; width=&quot;600&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;h3&gt;
8. &lt;a href=&quot;http://alt1040.com/2012/03/raspberry-pi-otro-triunfo-de-la-cultura-libre&quot;&gt;Raspberry Pi&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Comercial/Código abierto. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Este ha sido uno de los mayores éxitos de la comunidad del software y hardware libres en los últimos años. Se trata de una pequeña placa que puede costar entre 25 y 35 dólares, donde cabe Linux, y está diseñado expresamente para la enseñanza de programación básica. Además de ser un gadget fabuloso para un hacker, su portabilidad y precio permiten montar talleres móviles de programación para niños con poco acceso a la tecnología.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsnzETED0zRKg0d4I33mFXpnbKRBhdA5rKItMamOd2bpHOOpw5cpuwFhXI9NsQU4vyn18wkBQ-tSEPdwM5XSdJR3Yag-pBL6CTx12otvmoZ56piou5qSZN8dH8V08sgJ5RQB8UiH09RKI/s1600/raspberry-pi-logo.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;280&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsnzETED0zRKg0d4I33mFXpnbKRBhdA5rKItMamOd2bpHOOpw5cpuwFhXI9NsQU4vyn18wkBQ-tSEPdwM5XSdJR3Yag-pBL6CTx12otvmoZ56piou5qSZN8dH8V08sgJ5RQB8UiH09RKI/s400/raspberry-pi-logo.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
9. &lt;a href=&quot;http://www.robomind.net/&quot;&gt;RoboMind&lt;/a&gt;&lt;/h3&gt;
&lt;b&gt;&lt;i&gt;Gratuito. Inglés.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Tenemos ante nosotros un proyecto similar a LEGO Mindstorms, pero en software: un ambiente de programación básica aplicada a un robot virtual, con la posibilidad de profundizar en temas de robótica e inteligencia artificial. Utiliza su propio lenguaje, ROBO, diseñado con una sintaxis simple.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiyKTc3OqPrQZdrCCW6QPhYCufuIU0Q0lj3g8IkI5fT2ghcCrHKYtyeakA5MPYHN9XuV2mVeYY3vemK6x83zb7IRQoV3CGId8D4wN7Zk-wXItDBLz8qDzjFtWWKYzfXbFocmOCehy1M8w/s1600/robomind.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;312&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiyKTc3OqPrQZdrCCW6QPhYCufuIU0Q0lj3g8IkI5fT2ghcCrHKYtyeakA5MPYHN9XuV2mVeYY3vemK6x83zb7IRQoV3CGId8D4wN7Zk-wXItDBLz8qDzjFtWWKYzfXbFocmOCehy1M8w/s400/robomind.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h3&gt;
10. &lt;a href=&quot;http://scratch.mit.edu/&quot;&gt;Scratch&lt;/a&gt;&lt;/h3&gt;
&lt;i&gt;&lt;b&gt;Código abierto (salvo algunas partes). Inglés.&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Este proyecto ya es un clásico. Comenzó en el MIT en 2006 y hoy en día tiene una comunidad vibrante de usuarios que comparten proyectos y experiencias. Scratch se conforma de un entorno de programación visual orientada a la creación de juegos y animaciones para iniciar a los niños en los bloques básicos de la programación.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;allowfullscreen&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/6JyBCx6WGJQ&quot; width=&quot;600&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Via: ALT1040&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;!-- google_ad_section_end --&gt;
 </content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/3363266952074204421/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/herramientas-de-programacion-para-ninos.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3363266952074204421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3363266952074204421'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/herramientas-de-programacion-para-ninos.html' title='Herramientas de Programación para Niños'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhJ55TaceReJTyTrdXljWBV91IunDJhvxwr-cNomPJ7deaeKyh-kwc4SY89cZCO30b_rmV3sM-FbIdVCgGrP-KEgzHqkny9HYkkoUXTfIo7Y11UW6e8AHmqzgFnByHTqRHxz-vlag5-Zeg/s72-c/programming.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-8273409707271883612</id><published>2012-09-17T08:00:00.000-05:00</published><updated>2012-09-17T08:00:02.853-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Mantenimiento"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows xp"/><title type='text'>Archivos Ocultos en las Memorias</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQmPhch2VzI4hSi-dCKU-rl-PfhqPPtSCpOHuEitOYiHeViNJ_0NIUrKIep5xYIjDiVC0olkUgUZxui0RaYdhBT1a8W1_Yh_EQ48pjN1f2UDZyA56_Oq1N3lMShc4eBJIYL7FaT5EdWbI/s1600/memorias.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQmPhch2VzI4hSi-dCKU-rl-PfhqPPtSCpOHuEitOYiHeViNJ_0NIUrKIep5xYIjDiVC0olkUgUZxui0RaYdhBT1a8W1_Yh_EQ48pjN1f2UDZyA56_Oq1N3lMShc4eBJIYL7FaT5EdWbI/s320/memorias.jpg&quot; title=&quot;Memorias&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Este pequeño minitutorial sobre los archivos ocultos en las memorias, es bueno, sobre todo cuando nos urge recuperar información que es valiosa y por que si existen programas como &lt;a href=&quot;http://www.recuva.com/&quot; target=&quot;_blank&quot;&gt;Recuva&lt;/a&gt;&amp;nbsp;este programa nos es de mucha utilidad a la hora de recuperar todo tipo de datos ya que soporta medios con sistemas de archivos FAT12/16/32,NTFS/NTFS5, existen algunos otros que&amp;nbsp;también&amp;nbsp;nos ayuda en el proceso.&lt;br /&gt;
Hay ocasiones que nos hemos topado con que nuestra memoria no es reconocida por nuestra PC,Netbook,etc. y lo primero que nos preguntamos es, ¿quien&amp;nbsp;podrá&amp;nbsp;ayudarnos? y entra la desesperación por encontrar una solución, en este tutorial les explico como lograr recuperar los archivos ocultos que&amp;nbsp;están&amp;nbsp;en nuestra memoria por medio de nuestra consola, esta probado con windows 7 y XP en caso contrario avisar, y si es probado en&amp;nbsp;algún&amp;nbsp;otro sistema no esta&amp;nbsp;demás&amp;nbsp;tambien hacerlo,&amp;nbsp;veamos como:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Ingresamos la memoria que tiene el problema&lt;/li&gt;
&lt;li&gt;La ubicamos en &lt;b&gt;(Inicio/Equipo/ Y el nombre de la unidad: F/,H/,D/, etc.)&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Abrimos la consola&lt;b&gt; (Inicio/Buscar programas y archivos/CMD).&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Les aparece la pantalla del cmd donde indica : &amp;nbsp;&lt;b&gt;c:/users/miequipo&amp;gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Ya dentro de la consola haremos lo siguiente:&amp;nbsp;
c:/users/miequipo&amp;gt;&lt;b&gt; &quot;H,D o F&quot;&lt;/b&gt;, dentro de las comillas colocaremos la letra de nuestra unidad que tiene el daño, como nota no colocar las comillas.&lt;/li&gt;
&lt;li&gt;Nos&amp;nbsp;aparecerá&amp;nbsp;una serie de&amp;nbsp;código la que esperamos termine.&lt;/li&gt;
&lt;li&gt;Ahora escribimos lo siguiente:&amp;nbsp;&lt;b&gt;Attrib -s -r -h /s /d&amp;nbsp;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Esperan a que termine y con esto quedara listo la memoria y ahora si a recuperar los datos que se ocultaron.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
Si tienen alguna duda no olviden en dejar sus comentarios.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/8273409707271883612/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/archivos-ocultos-en-las-memorias.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8273409707271883612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8273409707271883612'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/archivos-ocultos-en-las-memorias.html' title='Archivos Ocultos en las Memorias'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQmPhch2VzI4hSi-dCKU-rl-PfhqPPtSCpOHuEitOYiHeViNJ_0NIUrKIep5xYIjDiVC0olkUgUZxui0RaYdhBT1a8W1_Yh_EQ48pjN1f2UDZyA56_Oq1N3lMShc4eBJIYL7FaT5EdWbI/s72-c/memorias.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-3305431433570816678</id><published>2012-09-12T08:30:00.000-05:00</published><updated>2012-09-12T08:30:04.848-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="CMS"/><title type='text'>nibbleblog, un CMS para crear blogs [opensource]</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEStlj0xKR2MdXbvYipbTA6tkE7d0t5MBFJvti7FIm_IqLSolpmY_sJse-QGYE4MKTJKvSSvUjbMcSY1WH3ZbUZWu-Hff44_JYh9y9mFSzVFAGNWAGsFGhuMUz5TI0JgReOYXHQk84Vag/s1600/niblebloog.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; cms=&quot;cms&quot; height=&quot;301&quot; nibleblogg=&quot;nibleblogg&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEStlj0xKR2MdXbvYipbTA6tkE7d0t5MBFJvti7FIm_IqLSolpmY_sJse-QGYE4MKTJKvSSvUjbMcSY1WH3ZbUZWu-Hff44_JYh9y9mFSzVFAGNWAGsFGhuMUz5TI0JgReOYXHQk84Vag/s400/niblebloog.jpg title=&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Hace unos dias nos dimos a la tarea de investigar sobre un CMS opensource en la web y sin mediar en mucho tocamos &lt;a href=&quot;http://nibbleblog.com/&quot; target=&quot;_blank&quot;&gt;nibbleblog.com&lt;/a&gt;, un nuevo proyecto de código libre que nos permite crear un blog y administrarlo de forma sencilla.&lt;br /&gt;
&lt;br /&gt;
Nibbleblog es una plataforma de blogs que utiliza bases de datos XML en lugar de MySQL y otros. Es pequeño, con un peso de menos de medio megabyte y fácil de instalar con un instalador sencillo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Algunas de las principales características de este motor de blogs incluyen:&lt;br /&gt;
&lt;br /&gt;
Vídeo publicación (para los blogs de vídeo)&lt;br /&gt;
Soporte multilenguaje&lt;br /&gt;
Base de datos XML, MySQL no o similar DBMS necesario&lt;br /&gt;
Plug-in de apoyo&lt;br /&gt;
Plantilla y apoyar los temas&lt;br /&gt;
Editor WYSIWYG (elRTE &lt;a href=&quot;http://elrte.org/&quot; target=&quot;_blank&quot;&gt;http://elrte.org&lt;/a&gt;)&lt;br /&gt;
Administrador de archivos simple (elFinder &lt;a href=&quot;http://elrte.org/elfinder&quot; target=&quot;_blank&quot;&gt;http://elrte.org/elfinder&lt;/a&gt;)&lt;br /&gt;
SEO optimizado&lt;br /&gt;
Open Source. Libre bajo la licencia GPL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Suena bastante interesante, claro no intenta igualar la magnitud que tienen otros cms pero su funcionalidad la hace bastante util y simple que nos produce una vibra de no dejar de probarlo y para ello lo pueden hacer por medio de sus enlaces de prueba a la demo y al admin.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Prueba&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
nombre de usuario: admin&lt;br /&gt;
contraseña: demo&lt;br /&gt;
Página de demostración principal: &lt;a href=&quot;http://demo.nibbleblog.com/&quot; target=&quot;_blank&quot;&gt;http://demo.nibbleblog.com&lt;/a&gt;&lt;br /&gt;
Demostración Página Admin:&lt;a href=&quot;http://demo.nibbleblog.com/admin.php&quot; target=&quot;_blank&quot;&gt; http://demo.nibbleblog.com/admin.php&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;instalación&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Descargar el código fuente Nibbleblog a su PC. Por ejemplo nibbleblogvXX.zip&lt;/li&gt;
&lt;li&gt;Unzip / Descomprima&lt;/li&gt;
&lt;li&gt;Copia todo el contenido de tu hosting, a través de FTP o cualquier otro método de carga de archivos.&lt;/li&gt;
&lt;li&gt;Introduzca la URL donde has copiado el contenido siga install.php, &lt;a href=&quot;http://www.domain.com/install.php&quot; target=&quot;_blank&quot;&gt;http://www.domain.com/install.php&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Se le pedirá para completar la información necesaria para inicializar el sistema.&lt;/li&gt;
&lt;li&gt;Usted tiene su propio blog ahora!&lt;/li&gt;
&lt;/ol&gt;
&lt;b&gt;Nota :&lt;/b&gt; Usted debe configurar el servidor para usar PHP 5.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Vídeo&amp;nbsp;de instalación&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;object height=&quot;360&quot; width=&quot;480&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;https://www.youtube-nocookie.com/v/ylfKWVpp3uo?version=3&amp;amp;hl=es_ES&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
&lt;embed src=&quot;https://www.youtube-nocookie.com/v/ylfKWVpp3uo?version=3&amp;amp;hl=es_ES&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;480&quot; height=&quot;360&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/3305431433570816678/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/nibbleblog-un-cms-para-crear-blogs.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3305431433570816678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/3305431433570816678'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/nibbleblog-un-cms-para-crear-blogs.html' title='nibbleblog, un CMS para crear blogs [opensource]'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-4393494163689123690</id><published>2012-09-08T06:30:00.000-05:00</published><updated>2012-09-08T06:30:01.771-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><title type='text'>7 Plugins de jQuery para Desarrolladores Web</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH8Sa3JKxeNsbtZMB8rko9yHoJLyABeTLy7bSkl8Ak_ABKf3JKlH2ZowBJBxN7SKp06WIoPVM6U7ooHvciFnh6AO1XtDCgcWp-T_Y1qloFdXVPS-Wo-u7W31z8JkJiAwD2v9T_aJ9GE-U/s1600/JQuery.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH8Sa3JKxeNsbtZMB8rko9yHoJLyABeTLy7bSkl8Ak_ABKf3JKlH2ZowBJBxN7SKp06WIoPVM6U7ooHvciFnh6AO1XtDCgcWp-T_Y1qloFdXVPS-Wo-u7W31z8JkJiAwD2v9T_aJ9GE-U/s1600/JQuery.png&quot; title=&quot;jQuery&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
jQuery es sin duda alguna, una revolución ya que ermite aprovechar &amp;nbsp;JavaScript, llevando a otro nivel la forma en que los usuarios interactuan con sitios y aplicaciones web. &amp;nbsp;Todos los desarrolladores web se han puesto en marcha en aventurarse a escribir código para dotar sus proyectos y hacerlos que sean bastante espectaculares y se&amp;nbsp;habrán&amp;nbsp;dado cuenta que lograr algo realmente asombroso con jQuery no siempre es una tarea simple.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Muchas veces queremos resolver por nosotros mismos todos los problemas, y que todo el código en el proyecto sea de nuestra propia cosecha, sin embargo, hay ocasiones en las que no contamos con el tiempo suficiente y se hace necesario recurrir a código de terceros, y así, evitar reinventar la rueda.&lt;br /&gt;
Trabajar con jQuery es un trabajo arduo y más, si queremos lograr efectos sorprendentes en todos los proyectos que tenemos en mente, claro! es posible pero no dejemos aun lado el tiempo de estimación para su desarrollo.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;Existen miles de plugins &amp;nbsp;regados en Internet, pero solo colocamos estos 7 por su gran calidad y sus particulares características que, además de darle un toque extra de genialidad a tu proyecto, te harán el trabajo mucho más simple.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.greepit.com/notify/#&quot; target=&quot;_blank&quot;&gt;Notify&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFwIvcrnuBU9CQ9Hs-I-nHjN96U6NLdmXpSSC_VxIKpo79OrN9YCICC6u8U5Kn4AGcnOPyIYZPkpkFLxUq2aoO63eNeJkruBmesRIobCL2yB3p7B30OhVHXmt3LB0UZEPoqkEhpaUYS58/s1600/jquery.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;256&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFwIvcrnuBU9CQ9Hs-I-nHjN96U6NLdmXpSSC_VxIKpo79OrN9YCICC6u8U5Kn4AGcnOPyIYZPkpkFLxUq2aoO63eNeJkruBmesRIobCL2yB3p7B30OhVHXmt3LB0UZEPoqkEhpaUYS58/s400/jquery.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Notify! nos ofrece la posibilidad de agregar barras de notificación para interactuar con el usuario mientras utiliza nuestro sitio o aplicación web, además son totalmente configurables y se pueden adaptar sin ningún problema a nuestro diseño actual. Si necesitas brindar notificaciones en tu proyecto sin complicaciones en el proceso, esta es la solución.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://dbushell.github.com/Nestable/&quot; target=&quot;_blank&quot;&gt;Nestable&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXYP1HBgqbO3wmCKQabWYddF68dghSmjxXh09830rM8Hi2VcL9I3R399luTp-4hQ3j9cRoMbJYxdlnz7PTQ0Es86nM_Xz6OAJWQYpPCfT7RuL-y25gLa9uoAi1ujvSIOPZ7iFwA7KsK-s/s1600/nestable-800x436.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXYP1HBgqbO3wmCKQabWYddF68dghSmjxXh09830rM8Hi2VcL9I3R399luTp-4hQ3j9cRoMbJYxdlnz7PTQ0Es86nM_Xz6OAJWQYpPCfT7RuL-y25gLa9uoAi1ujvSIOPZ7iFwA7KsK-s/s400/nestable-800x436.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Si necesitas implementar listas jerárquicas que se puedan reordenar con un simple “arrastrar y soltar”, Nestable es el plugin que te alegrará el día. Utilizarlo es realmente simple y el resultado es genial.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://www.egrappler.com/jquery-clean-and-simple-tooltips-gips/&quot; target=&quot;_blank&quot;&gt;Gips&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB80HymQKingyCzCjnSpOA3XDeXIGRqj8QE6h1d8Ul6XGd8aQwGjaeUBvm-R4jVCZZoFu2QnDV3wpBhzEEIZUDoeummd7AqQQzCI5VTlTNWRJWPZijCsPlyMIJHdXKdYhEwIJC6qsRieQ/s1600/gips-800x436.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB80HymQKingyCzCjnSpOA3XDeXIGRqj8QE6h1d8Ul6XGd8aQwGjaeUBvm-R4jVCZZoFu2QnDV3wpBhzEEIZUDoeummd7AqQQzCI5VTlTNWRJWPZijCsPlyMIJHdXKdYhEwIJC6qsRieQ/s400/gips-800x436.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Gips también nos permite agregar tooltips, pero en este caso, a los campos de texto de nuestros formularios. Además de generar mensajes de ayuda en llamativos colores (que podemos cambiar con CSS), nos deja configurar el tiempo de espera o delay, opción para “auto-ocultar”, velocidad de animación y tiempo que estará el tooltip visible.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://ipicture.justmybit.com/&quot; target=&quot;_blank&quot;&gt;iPicture&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNWeJlORQ9PzNbAI-Uki81QJ2ZRUCPa8g-R4e3WT9ePECO5sXlO_bRNUytjyd8SwhUyeJcaCe0uCqM3QuPReKwC3lj9Xuwg0aE_DeHAOm6lkW_9LBPditMuUy52nGI5VqMpcEQm_jZ6BA/s1600/iPicture-800x436.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNWeJlORQ9PzNbAI-Uki81QJ2ZRUCPa8g-R4e3WT9ePECO5sXlO_bRNUytjyd8SwhUyeJcaCe0uCqM3QuPReKwC3lj9Xuwg0aE_DeHAOm6lkW_9LBPditMuUy52nGI5VqMpcEQm_jZ6BA/s400/iPicture-800x436.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
iPicture es un sencillo plugin que permite agregar tooltips a nuestras imágenes, muy útiles para señalar puntos específicos en una fotografía y brindar detalles adicionales sobre estos. Al igual que la mayoría de estos plugins, es muy fácil de utilizar y personaliza.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://eightmedia.github.com/hammer.js/&quot;&gt;Hammer.js&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAPIMxHPK1x88a27mBxz7vttci1QoxkwOXGn6C5ZKrHcV9VGMt_t5ESGn5m6NRT4QfO1vQGxfyRbKe_7s3sOFHO_y7p_ORF_HJ2Ozy8ALJL9m7s2Lyd8R8NaEWejqdlAJpEHe4lJ0SDo0/s1600/hammer-js-800x436.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAPIMxHPK1x88a27mBxz7vttci1QoxkwOXGn6C5ZKrHcV9VGMt_t5ESGn5m6NRT4QfO1vQGxfyRbKe_7s3sOFHO_y7p_ORF_HJ2Ozy8ALJL9m7s2Lyd8R8NaEWejqdlAJpEHe4lJ0SDo0/s400/hammer-js-800x436.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Con Hammer.js es posible darle a nuestro proyecto la capacidad de reconocer gestos Multi-touch: tap, doble tap, deslizar, mantener, transformar y arrastrar, son soportados por la librería que, además, solo pesa 2kb.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://blurjs.com/&quot;&gt;blur.js&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigqZZpmbHPPGNj3QJ41rwj9ZbddSKnikgwb3_lVFgeFzwngZqYvNxY10uBG-62dTbQZJECRS93ZEzNvo7AkaaMnO9VqTNzKteE1upZ7dr2_GvpkA9YjEkIvLw64JCZltPAhN-T2YRKkmo/s1600/blur-js-800x436.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;217&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigqZZpmbHPPGNj3QJ41rwj9ZbddSKnikgwb3_lVFgeFzwngZqYvNxY10uBG-62dTbQZJECRS93ZEzNvo7AkaaMnO9VqTNzKteE1upZ7dr2_GvpkA9YjEkIvLw64JCZltPAhN-T2YRKkmo/s400/blur-js-800x436.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Con blur.js podemos agregar transparencias y difuminados a diferentes elementos superpuestos. Su implementación y configuración es bastante simple. Si decides utilizarlo no dejes de echar un vistazo al apartado “Formalities/Issues”, ubicado al final de la página del plugin.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://jobyj.in/adipoli/&quot;&gt;Adipoli&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS6PrmIgAvMSMHFbkIlt5IjyCUNynZ2nXJlNVd6EwIrXl-x7NKmyNX5DVyuaEDo5lU7zdARJRY2gCgaGbFv8wrSPrlD62g-fklyHdBPF03VYhxy6CMXJR6f3IRGephY1OAN41cWyMjhVQ/s1600/adipoli-800x436.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;216&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS6PrmIgAvMSMHFbkIlt5IjyCUNynZ2nXJlNVd6EwIrXl-x7NKmyNX5DVyuaEDo5lU7zdARJRY2gCgaGbFv8wrSPrlD62g-fklyHdBPF03VYhxy6CMXJR6f3IRGephY1OAN41cWyMjhVQ/s400/adipoli-800x436.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Adipoli permite aplicar diferentes efectos, de gran calidad, a las imágenes cuando se desplaza el puntero del ratón sobre ellas. Además de los -casi- 20 efectos y transiciones, ofrece múltiples opciones configurables cómo: opacidad, velocidad de animación, color de relleno, margenes, sombras y más.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Fuente: Bitelia&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/4393494163689123690/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/7-plugins-de-jquery-para.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4393494163689123690'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/4393494163689123690'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/7-plugins-de-jquery-para.html' title='7 Plugins de jQuery para Desarrolladores Web'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhH8Sa3JKxeNsbtZMB8rko9yHoJLyABeTLy7bSkl8Ak_ABKf3JKlH2ZowBJBxN7SKp06WIoPVM6U7ooHvciFnh6AO1XtDCgcWp-T_Y1qloFdXVPS-Wo-u7W31z8JkJiAwD2v9T_aJ9GE-U/s72-c/JQuery.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-968006031785464495.post-8796441585402709358</id><published>2012-09-05T07:30:00.000-05:00</published><updated>2012-09-05T07:30:03.039-05:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><title type='text'>Barra de notificaciones con Notify</title><content type='html'>&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFwIvcrnuBU9CQ9Hs-I-nHjN96U6NLdmXpSSC_VxIKpo79OrN9YCICC6u8U5Kn4AGcnOPyIYZPkpkFLxUq2aoO63eNeJkruBmesRIobCL2yB3p7B30OhVHXmt3LB0UZEPoqkEhpaUYS58/s1600/jquery.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;205&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFwIvcrnuBU9CQ9Hs-I-nHjN96U6NLdmXpSSC_VxIKpo79OrN9YCICC6u8U5Kn4AGcnOPyIYZPkpkFLxUq2aoO63eNeJkruBmesRIobCL2yB3p7B30OhVHXmt3LB0UZEPoqkEhpaUYS58/s320/jquery.jpg&quot; title=&quot;Notify&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Notify es un plugin de jQuery que te permite diseñar barras de notificación simples que son ideales para el diseño de sitios web o aplicaciones web.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Sus principales características son:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Cuenta con un uso muy sencillo.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Estas barras ayudan a los usuarios mientras se navega por el sitio, completa formularios o al interactuar con la interfaz.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Te permite conectar este plugin con cualquier sitio o aplicación web.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Te ofrece una gran variedad de herramientas de personalización como ser color, estilo, mensaje, comportamiento, mensaje, entre muchos más.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Además se combina perfectamente con el diseño pre.existente, integrando muy bien el color y el diseño.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;background-color: white;&quot;&gt;Se recomienda que sepas manejar JavaScript y jQuery pero si no cuentas con conocimientos, no tendrás dificultades para utilizarlo.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Además puedes implementar estas barras para usarlas en diversas formas como ser:&lt;br /&gt;
&lt;br /&gt;
Sticky Bar: Estará siempre visible incluso si el usuario se desplaza por la página.&lt;br /&gt;
Floated Bar: La barra quedará flotando en la página en la que se incluye una animación agradable.&lt;br /&gt;
Fixed Bar: Este tipo de barra permanecerá siempre en la parte superior del sitio.&lt;br /&gt;
On-Demand Bar: Se mostrará la barra a petición del usuario.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Descarga: &lt;a href=&quot;http://www.greepit.com/notify/download.html&quot; target=&quot;_blank&quot;&gt;Notify Plugin&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Fuente: Notify&lt;/span&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://bloggayuda.blogspot.com/feeds/8796441585402709358/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/barra-de-notificaciones-con-notify.html#comment-form' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8796441585402709358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/968006031785464495/posts/default/8796441585402709358'/><link rel='alternate' type='text/html' href='http://bloggayuda.blogspot.com/2012/09/barra-de-notificaciones-con-notify.html' title='Barra de notificaciones con Notify'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05485677533698639366</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFwIvcrnuBU9CQ9Hs-I-nHjN96U6NLdmXpSSC_VxIKpo79OrN9YCICC6u8U5Kn4AGcnOPyIYZPkpkFLxUq2aoO63eNeJkruBmesRIobCL2yB3p7B30OhVHXmt3LB0UZEPoqkEhpaUYS58/s72-c/jquery.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>