<?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-507569065203069527</id><updated>2024-11-05T19:05:47.018-08:00</updated><category term="Mis Notas"/><category term="Gnu/Linux"/><category term="Mis Anécdotas"/><category term="ubuntu"/><category term="Trucos Blogger"/><category term="Blogger"/><category term="Featured"/><category term="Mis Opiniones"/><category term="Programas en Ubuntu"/><category term="Blogs"/><category term="Mis Adicciones"/><category term="Tumblr"/><category term="jQuery"/><category term="Aikido"/><category term="Debian"/><category term="Entretenimiento"/><category term="Facebook"/><category term="Herramientas en línea"/><category term="Trucos Facebook"/><category term="¿Qué es Ubuntu?"/><category term="Blogger templates"/><category term="CSS"/><category term="Consejos para Blogs"/><category term="HTML"/><category term="Juegos Infantiles"/><category term="Linux"/><category term="Mi opinion sobre..."/><category term="Películas"/><category term="RSS"/><category term="Temas para Ubuntu"/><category term="Trucos Tumblr"/><category term="Twitter"/><category term="googlewave"/><title type='text'>Adiccion Blogger</title><subtitle type='html'>Ayuda para Blogger y Gnu/Linux.  ah! y una pizca de vida.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://adiccionblogger.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/-/Blogger'/><link rel='alternate' type='text/html' href='http://adiccionblogger.blogspot.com/search/label/Blogger'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><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>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-507569065203069527.post-4904433545474491430</id><published>2010-03-07T22:46:00.001-08:00</published><updated>2010-03-08T00:25:07.493-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Trucos Blogger"/><title type='text'>Botón Subir y Bajar en Blogger con Efecto jQuery</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://rookery5.aviary.com/storagev12/3300000/3300297_2e77_625x625.jpg&quot;&gt;&lt;img style=&quot;display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 224px; height: 194px;&quot; src=&quot;http://rookery5.aviary.com/storagev12/3300000/3300297_2e77_625x625.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Ya antes había publicado una entrada para &lt;a href=&quot;http://adiccionblogger.blogspot.com/2009/09/trucos-para-blogger-boton-ir-arriba-con.html&quot;&gt;agregar un botón que permitía subir dentro del blog&lt;/a&gt;, ahora, y por curiosidad de &quot;ÐŖǻĜǾŊ ÃζЏĿ&quot;, les muestro otra forma que además de darnos el botón de subir, se adiciona el botón para bajar, todo esto con un efecto deslizante en jQuery.&lt;br /&gt;&lt;br /&gt;Los pasos a seguir son muy sencillos, básicamente se trata de lo siguiente:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Libreria jQuery (para hace el efecto).&lt;/li&gt;&lt;li&gt;Elemeto en el Blog (Donde lo vamos a poner dentro del blog).&lt;/li&gt;&lt;li&gt;Css. (para que se vea chulo de bonito!).&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Si quieres ver el demo, da clic &lt;a href=&quot;http://botones-subir-y-bajar-blogger.blogspot.com/&quot;&gt;aquí.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Habiendo dicho esto, comencemos con la implementación.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso 1. Elemento jQuery.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;alert1&quot;&gt;¡Importante! Si ya tienes la librería, omite este paso.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;En nuestra plantilla (Diseño&gt;&gt;Edición HTML) buscamos &lt;span style=&quot;font-weight: bold;&quot;&gt;&amp;lt;/head&amp;gt;&lt;/span&gt; y pegamos el siguiente código:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso. 2 Pegamos el elemento en el blog&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;En la plantilla buscamos &lt;span style=&quot;font-weight: bold;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt; y justo antes pegamos lo siguiente:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;div class=&#39;nav_up&#39; id=&#39;nav_up&#39; style=&#39;display:none;&#39;/&amp;gt;&lt;br /&gt;&amp;lt;div class=&#39;nav_down&#39; id=&#39;nav_down&#39; style=&#39;display:none;&#39;/&amp;gt;    &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script src=&#39;http://isaiasgah.web.officelive.com/Documents/scroll-startstop.events.jquery.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt;&lt;br /&gt; $(function() {&lt;br /&gt;  var $elem = $(&amp;amp;#39;#content&amp;amp;#39;);&lt;br /&gt;&lt;br /&gt;  $(&amp;amp;#39;#nav_up&amp;amp;#39;).fadeIn(&amp;amp;#39;slow&amp;amp;#39;);&lt;br /&gt;  $(&amp;amp;#39;#nav_down&amp;amp;#39;).fadeIn(&amp;amp;#39;slow&amp;amp;#39;);&lt;br /&gt;&lt;br /&gt;  $(window).bind(&amp;amp;#39;scrollstart&amp;amp;#39;, function(){&lt;br /&gt;   $(&amp;amp;#39;#nav_up,#nav_down&amp;amp;#39;).stop().animate({&amp;amp;#39;opacity&amp;amp;#39;:&amp;amp;#39;0.2&amp;amp;#39;});&lt;br /&gt;  });&lt;br /&gt;  $(window).bind(&amp;amp;#39;scrollstop&amp;amp;#39;, function(){&lt;br /&gt;   $(&amp;amp;#39;#nav_up,#nav_down&amp;amp;#39;).stop().animate({&amp;amp;#39;opacity&amp;amp;#39;:&amp;amp;#39;1&amp;amp;#39;});&lt;br /&gt;  });&lt;br /&gt;&lt;br /&gt;  $(&amp;amp;#39;#nav_down&amp;amp;#39;).click(&lt;br /&gt;   function (e) {&lt;br /&gt;    $(&amp;amp;#39;html, body&amp;amp;#39;).animate({scrollTop: $elem.height()}, 800);&lt;br /&gt;   }&lt;br /&gt;  );&lt;br /&gt;  $(&amp;amp;#39;#nav_up&amp;amp;#39;).click(&lt;br /&gt;   function (e) {&lt;br /&gt;    $(&amp;amp;#39;html, body&amp;amp;#39;).animate({scrollTop: &amp;amp;#39;0px&amp;amp;#39;}, 800);&lt;br /&gt;   }&lt;br /&gt;  );&lt;br /&gt;        });&lt;br /&gt;&lt;br /&gt;    &amp;lt;/script&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Ahora buscamos en la plantilla &lt;span style=&quot;font-weight: bold;&quot;&gt;&amp;lt;body&amp;gt;&lt;/span&gt; y justo después pegamos lo siguiente:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;div class=&quot;content&quot; id=&quot;content&quot;&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Ahora volvemos a &lt;span style=&quot;font-weight: bold;&quot;&gt;&amp;lt;/body&amp;gt;&lt;/span&gt; y justo antes pegamos:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso 3. Propiedades Css.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;En la plantilla buscamos &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt; y justo antes pegamos lo siguiente:&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;.nav_up{&lt;br /&gt;padding:7px;&lt;br /&gt;background-color:white;&lt;br /&gt;border:1px solid #CCC;&lt;br /&gt;position:fixed;&lt;br /&gt;background:transparent url(http://i49.tinypic.com/ivwpit.jpg) no-repeat top left;&lt;br /&gt;background-position:50% 50%;&lt;br /&gt;width:20px;&lt;br /&gt;height:20px;&lt;br /&gt;bottom:7px;&lt;br /&gt;opacity:0.7;&lt;br /&gt;left:30px;&lt;br /&gt;white-space:nowrap;&lt;br /&gt;cursor: pointer;&lt;br /&gt;-moz-border-radius: 3px 3px 3px 3px;&lt;br /&gt;-webkit-border-top-left-radius:3px;&lt;br /&gt;-webkit-border-top-right-radius:3px;&lt;br /&gt;-khtml-border-top-left-radius:3px;&lt;br /&gt;-khtml-border-top-right-radius:3px;&lt;br /&gt;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);&lt;br /&gt;}&lt;br /&gt;.nav_down{&lt;br /&gt;padding:7px;&lt;br /&gt;background-color:white;&lt;br /&gt;border:1px solid #CCC;&lt;br /&gt;position:fixed;&lt;br /&gt;background:transparent url(http://i47.tinypic.com/vwpe88.jpg) no-repeat top left;&lt;br /&gt;background-position:50% 50%;&lt;br /&gt;width:20px;&lt;br /&gt;height:20px;&lt;br /&gt;bottom:7px;&lt;br /&gt;opacity:0.7;&lt;br /&gt;left:70px;&lt;br /&gt;white-space:nowrap;&lt;br /&gt;cursor: pointer;&lt;br /&gt;-moz-border-radius: 3px 3px 3px 3px;&lt;br /&gt;-webkit-border-top-left-radius:3px;&lt;br /&gt;-webkit-border-top-right-radius:3px;&lt;br /&gt;-khtml-border-top-left-radius:3px;&lt;br /&gt;-khtml-border-top-right-radius:3px;&lt;br /&gt;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;En esta parte es donde puedes cambiar colores, formas y sabores de los botones ;)&lt;br /&gt;&lt;br /&gt;Y con esto hemos concluido el truco de hoy, para ver el demo, haz clic &lt;a href=&quot;http://botones-subir-y-bajar-blogger.blogspot.com/&quot;&gt;aquí&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Si tienes alguna duda puedes dejar un comentario o mandarme un correo, tratare de responder en breve :)&lt;br /&gt;&lt;br /&gt;Fuente: &lt;a href=&quot;http://tympanus.net/codrops/2010/01/03/scrolling-to-the-top-and-bottom-with-jquery/&quot;&gt;Scrolling to the Top and Bottom with jQuery by Codrops&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://adiccionblogger.blogspot.com/feeds/4904433545474491430/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://adiccionblogger.blogspot.com/2010/03/boton-subir-y-bajar-en-blogger-con.html#comment-form' title='13 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/4904433545474491430'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/4904433545474491430'/><link rel='alternate' type='text/html' href='http://adiccionblogger.blogspot.com/2010/03/boton-subir-y-bajar-en-blogger-con.html' title='Botón Subir y Bajar en Blogger con Efecto jQuery'/><author><name>Unknown</name><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>13</thr:total></entry><entry><id>tag:blogger.com,1999:blog-507569065203069527.post-5619967678855700721</id><published>2010-02-12T21:27:00.000-08:00</published><updated>2010-03-06T12:06:51.431-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Featured"/><category scheme="http://www.blogger.com/atom/ns#" term="jQuery"/><category scheme="http://www.blogger.com/atom/ns#" term="Trucos Blogger"/><title type='text'>Agregar Entradas Recomendadas En Blogger Con Efecto jQuery</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://rookery5.aviary.com/storagev12/3086000/3086440_eba7_625x625.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 397px; height: 206px;&quot; src=&quot;http://rookery5.aviary.com/storagev12/3086000/3086440_eba7_625x625.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Parte importante de un blog desde mi perspectiva, son las sugerencias del cheff, es decir, aquellas entradas que consideramos destacadas y que podrían interesar a gran parte del público que nos visita, estas recomendaciones deben ser visibles y atractivas para motivar a que nuestros lectores den el ansioso &quot;clic&quot;.&lt;br /&gt;&lt;br /&gt;Hoy presentare una manera muy sencilla de agregar a nuestro blog las entradas recomendadas con un bonito efecto de jQuery, que consiste en que cuando se pasa el mouse sobre la imagen, esta se desliza y muestra una descripción breve de la entrada.&lt;br /&gt;&lt;br /&gt;Habiendo dicho todo este choro, procedamos a cocinar nuestro platillo de hoy :) y lo realizaremos en 4 sencillos pasos:&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Intalación del script jQuery (no te espantes, solo es copiar y pegar un código que sirve para dar el efecto deslizante).&lt;/li&gt;&lt;li&gt;Agregar maquillaje CSS... de pond&#39;s (para que se vea chulo!).&lt;/li&gt;&lt;li&gt;Agregar las entradas en donde queremos.&lt;/li&gt;&lt;li&gt;Configuramos los enlaces y las imágenes de las entradas.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Manos a la obra...&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot; class=&quot;alert1&quot;&gt;Mandamiento Blogger: Antes de iniciar guardaré una copia de mi plantilla, Todos: Amén.&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso 1. Instalación del script jQuery.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Decíamos que para dar el efecto que queremos, es necesario instalar el script, que en pocas palabras, es el que hace la magia.&lt;br /&gt;&lt;br /&gt;Para instalarlo sólo tienes que copiar y pegar el siguiente código justo antes de &lt; /head &gt; :&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js&#39; type=&#39;text/javascript&#39;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Si ya lo tienes instalado no es necesario que hagas este paso.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso 2. Efecto y Maquillje CSS&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;En este parte vamos a agregar los colores, formas y sabores de nuestros platillos recomendados y para ello, vamos a copiar y pegar el siguiente códido inmediatamente después del script que acabamos de instalar, es decir, el de jQuery.&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;&lt;br /&gt; $(function() {&lt;br /&gt;  $(&amp;amp;#39;ul.hover_block li&amp;amp;#39;).hover(function(){&lt;br /&gt;   $(this).find(&amp;amp;#39;img&amp;amp;#39;).animate({top:&amp;amp;#39;182px&amp;amp;#39;},{queue:false,duration:500});&lt;br /&gt;  }, function(){&lt;br /&gt;   $(this).find(&amp;amp;#39;img&amp;amp;#39;).animate({top:&amp;amp;#39;0px&amp;amp;#39;},{queue:false,duration:500});&lt;br /&gt;  });&lt;br /&gt;  $(&amp;amp;#39;ul.hover_block2 li&amp;amp;#39;).hover(function(){&lt;br /&gt;   $(this).find(&amp;amp;#39;img&amp;amp;#39;).animate({left:&amp;amp;#39;300px&amp;amp;#39;},{queue:false,duration:500});&lt;br /&gt;  }, function(){&lt;br /&gt;   $(this).find(&amp;amp;#39;img&amp;amp;#39;).animate({left:&amp;amp;#39;0px&amp;amp;#39;},{queue:false,duration:500});&lt;br /&gt;  });&lt;br /&gt; });&lt;br /&gt; &amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style media=&#39;screen&#39;&amp;gt;&lt;br /&gt;body { background: #fff; }&lt;br /&gt;&lt;br /&gt;ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; }&lt;br /&gt;ul.hover_block li, ul.hover_block2 li {&lt;br /&gt;list-style:none;&lt;br /&gt;float:left;&lt;br /&gt;background: #dedfde;&lt;br /&gt;padding: 10px;&lt;br /&gt;width:190px; position: relative;&lt;br /&gt;margin-left: 30px; }&lt;br /&gt;&lt;br /&gt;ul.hover_block li a, ul.hover_block2 li a {&lt;br /&gt;display: block;&lt;br /&gt;position: relative;&lt;br /&gt;overflow: hidden;&lt;br /&gt;height: 100px;&lt;br /&gt;width: 158px;&lt;br /&gt;padding: 16px;&lt;br /&gt;color: #346c8c;&lt;br /&gt;font: 1.6em/1.3 Helvetica, Arial, sans-serif;&lt;br /&gt;font-size:16px;&lt;br /&gt;font-style:normal;&lt;br /&gt;font-weight:bold;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;ul.hover_block li a, ul.hover_block2 li a { text-decoration: none; }&lt;br /&gt;&lt;br /&gt;ul.hover_block li img, ul.hover_block2 li img {&lt;br /&gt;position: absolute;&lt;br /&gt;top: 0;&lt;br /&gt;left: 0;&lt;br /&gt;border: 0;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Y luego buscamos &lt;span style=&quot;font-weight: bold;&quot;&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/span&gt; y justo antes pegamos lo siguiente:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;#recom {&lt;br /&gt;background-image:url(http://sites.google.com/site/bloggertemplateplace/delight/featured_bg.gif);&lt;br /&gt;border:1px solid #dedede;&lt;br /&gt;margin-top:15px;&lt;br /&gt;margin-bottom:15px;&lt;br /&gt;position:relative;&lt;br /&gt;padding-top:10px;&lt;br /&gt;padding-bottom:0px;&lt;br /&gt;overflow:hidden;&lt;br /&gt;background-color:#fcfcfc&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.featuredbg {&lt;br /&gt;background-image:url(http://i45.tinypic.com/2iuewjr.jpg);&lt;br /&gt;background-repeat:no-repeat;&lt;br /&gt;background-position:top left;&lt;br /&gt;width:21px;&lt;br /&gt;height:83px;&lt;br /&gt;position:absolute;top:0px;left:0px&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso 3. Agregar las entradas en la plantilla.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Ahora vamos a colocar las entradas en algún lugar de nuestra plantilla, mi sugerencia es usar el espacio que hay entre las entradas del blog y la barra de menú o cabecera. en esta parte no puedo ser muy especifico en decir que código de la plantilla buscar puesto que cada una es distinta, sin embargo, no creo que les resulte complicado encontrar el espacio si usamos la técnica del ensayo-error ;)&lt;br /&gt;&lt;br /&gt;el código que debemos pegar en donde queremos las entradas es:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;!--featured--&amp;gt;&lt;br /&gt;&amp;lt;b:if cond=&#39;data:blog.pageType != &quot;item&quot;&#39;&amp;gt;&lt;br /&gt;&amp;lt;div id=&#39;recom&#39;&amp;gt;&lt;br /&gt;&amp;lt;div class=&#39;featuredbg&#39;/&amp;gt;&lt;br /&gt;&amp;lt;ul class=&#39;hover_block&#39;&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&#39;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;http://adiccionblogger.blogspot.com/2009/09/plantillas-o-templates-para-blogger-5.html&lt;/span&gt;&#39; &amp;gt;&amp;lt;img alt=&#39;&lt;span style=&quot;color: rgb(0, 153, 0);&quot;&gt;Plantillas Blogger&lt;/span&gt;&#39; src=&#39;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;http://aviary.com/viewfull?fguid=d11f258e-6875-102d-92fe-0030488e168c&lt;/span&gt;&#39;/&amp;gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;Los mejores lugares para descargar plantillas para Blogger&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&#39;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;http://adiccionblogger.blogspot.com/2009/12/cosas-que-hacer-despues-de-instalar.html&lt;/span&gt;&#39;&amp;gt;&amp;lt;img alt=&#39;&lt;span style=&quot;color: rgb(0, 153, 0);&quot;&gt;Instala Debian&lt;/span&gt;&#39; src=&#39;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;http://i49.tinypic.com/2elvxhg.jpg&lt;/span&gt;&#39;/&amp;gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;Cosas que hacer despues de Instalar Debian Lenny 5.0&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&#39;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;http://adiccionblogger.blogspot.com/2009/06/descarga-series-peliculas-y-anime-con.html&lt;/span&gt;&#39;&amp;gt;&amp;lt;img alt=&#39;&lt;span style=&quot;color: rgb(0, 153, 0);&quot;&gt;Series y Películas en HD&lt;/span&gt;&#39; src=&#39;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;http://i46.tinypic.com/n5rec0.jpg&lt;/span&gt;&#39;/&amp;gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;Descarga series y películas con calidad en HD completamente ¡¡Gratis!!&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&#39;&lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;http://adiccionblogger.blogspot.com/2010/01/para-recibir-una-invitacion-googlewave.html&lt;/span&gt;&#39;&amp;gt;&amp;lt;img alt=&#39;&lt;span style=&quot;color: rgb(0, 153, 0);&quot;&gt;Invitaciones Google wave&lt;/span&gt;&#39; src=&#39;&lt;span style=&quot;color: rgb(0, 0, 153);&quot;&gt;http://aviary.com/viewfull?fguid=fe545fc6-6959-102d-92fe-0030488e168c&lt;/span&gt;&#39;/&amp;gt; &lt;span style=&quot;font-weight: bold;&quot;&gt;¿Quieres probar esta nueva herramienta de google? Solícita aquí tu invitación.&lt;/span&gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&amp;lt;!--/featured--&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;Ahora aplicamos vista previa (oramos para que no salga error ¬¬) y ya deben aparecer las entradas igual que en la imagen (al menos cerquita, si esto no ocurre, regresamos y pegamos en otro lado hasta ubicarlo en donde queremos):&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://rookery5.aviary.com/storagev12/3087000/3087265_0efa_625x625.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 508px; height: 195px;&quot; src=&quot;http://rookery5.aviary.com/storagev12/3087000/3087265_0efa_625x625.jpg&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div class=&quot;pen1&quot;&gt;&lt;span style=&quot;font-style: italic;font-size:180%;&quot; &gt;Paso 4. Configurar los enlaces y las imágenes a mostrar.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Cuando agregues esté código, notaras que las imágenes y enlaces son entradas de tu servidor, si quieres puedes dejarlas, así me promocionas :P pero si quieres poner tus enlaces entonces deberás cambiar el código en función de lo siguiente:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Lo que esta en rojo es la URL del enlace, aquí debes poner el tuyo.&lt;/li&gt;&lt;li&gt;Lo que esta en verde es un comentarios que saldrá cuando pongan el  cursor sobre la imagen.&lt;/li&gt;&lt;li&gt;Lo que esta en azul es la URL de la imagen, la cambias por la tuya.&lt;/li&gt;&lt;li&gt;Y lo que esta en negrita es la descripción, es decir, lo que leerán cuando se deslice la imagen al pasar el mouse, trata de que sea muy breve, directa y atractiva.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;¡Listo! Ya tienes las sugerencias del cheff en tu blog, espero que te sirva, si necesitas ayuda adicional, contáctame a través de este &lt;a href=&quot;https://isaiasgah.wufoo.com/forms/contacto/&quot;&gt;enlace&lt;/a&gt; o deja un comentario y en breve me pondré en contacto contigo.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Por último, este truco esta configurado de tal manera que sólo aparece en la pagina principal y desaparece al entrar a leer un post, de esta forma se aprovecha mejor el espacio del blog.&lt;br /&gt;&lt;br /&gt;Entrada basada en la idea de este blog que presenta el efecto hover con jQuery: &lt;a href=&quot;http://www.incg.nl/blog/2008/hover-block-jquery/&quot;&gt;INCG&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://adiccionblogger.blogspot.com/feeds/5619967678855700721/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://adiccionblogger.blogspot.com/2010/02/agregar-entradas-recomendadas-en.html#comment-form' title='16 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/5619967678855700721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/5619967678855700721'/><link rel='alternate' type='text/html' href='http://adiccionblogger.blogspot.com/2010/02/agregar-entradas-recomendadas-en.html' title='Agregar Entradas Recomendadas En Blogger Con Efecto jQuery'/><author><name>Unknown</name><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>16</thr:total></entry><entry><id>tag:blogger.com,1999:blog-507569065203069527.post-1920345414073354947</id><published>2009-09-04T21:39:00.000-07:00</published><updated>2009-09-11T16:22:10.798-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogger templates"/><category scheme="http://www.blogger.com/atom/ns#" term="Trucos Blogger"/><title type='text'>Plantillas o templates para blogger, 5 sitios muy recomendables.</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://es.tinypic.com/&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;width: 128px; height: 128px;&quot; src=&quot;http://i29.tinypic.com/dh3bb5.jpg&quot; alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;Una de las cosas elementales que como bloguero debemos tener, es la plantilla, tema o template de nuestro blog, poéticamente hablado, es algo así como la piel de nuestra esencia. Hoy día hay infinidad de sabores, formas y colores y de verdad que en ocasiones es difícil decidirse por alguna, en mi caso he pasado por varias pieles jejeje quizás 4 o 5 y es  que cuando ya tengo una adaptada y modificada pues.... &quot;alguien&quot; hace una mas atractiva y digo.... ¿la cambio? lo primero que me hace dudar es la cantidad de adecuaciones que ya tiene la actual, pienso el el widget de &quot;los últimos comentarios&quot;, el truco de  &quot;&lt;a href=&quot;http://adiccionblogger.blogspot.com/2009/07/truco-leer-mas-o-readmore-en-blogger.html&quot;&gt;leer mas&lt;/a&gt;&quot;, el siempre fiel &quot;botón para subir&quot; en fin, ya después de los momentos melancólicos finalmente me decido a hacerlo :)  además,  me sirve para ejercitar la aplicación de los truquillos jeje y siento que con cada cambio me vuelvo un poco más hábil en el lenguaje de las plantillas, aún me falta, si me comparo con los masters de la bloggerlaxia pero se que vamos por buen camino, en fin, retomando la idea fundamental de esta entrada, quiero hacer unas cuantas recomendaciones para aquellos que buscan una nueva piel, los sitios que voy a recomendar, son los que a mi parecer presentan propuestas muy buenas y muchas de ellas muy poco vistas en el resto de los blogs (considerando que no queremos que sea igualito al del vecino) así que... sin mas preámbulo, estas son las recomendaciones del cheff:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Nota: el orden en que presento esta exquisita selección, no refiere a importancia, para mi todos son muy buenos.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Cómo 1ra opción tenemos a &lt;a href=&quot;http://btemplates.com/&quot;&gt;btemplates&lt;/a&gt;. quizás el sitio mas completo en cuanto a templates se refiere, de aquí obtuve mis primeras pieles.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href=&quot;http://btemplates.com/&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;width: 158px; height: 54px;&quot; src=&quot;http://i29.tinypic.com/k19aw6.jpg&quot; alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Como 2da alternativa, está &lt;a href=&quot;http://www.deluxetemplates.net/&quot;&gt;deluxetempletes&lt;/a&gt;, que como su nombre anticipa, son plantillas de lujo :)&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.deluxetemplates.net/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i25.tinypic.com/ra9qww.jpg&quot; alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;En 3ra opción tenemos el sitio de &lt;a href=&quot;http://www.dantearaujo.net/&quot;&gt;dantearaujo&lt;/a&gt;, otro grande los templateros.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.dantearaujo.net/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i29.tinypic.com/2qdzd43.jpg&quot; alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;Cómo 4ta recomendación esta &lt;a href=&quot;http://wpbloggerthemes.blogspot.com/&quot;&gt;wpbloggerthemes&lt;/a&gt;, uno de los que más me ha sorprendido y cuyo fin principal, es basarse en platillas de Wordpress.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;http://wpbloggerthemes.blogspot.com/&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;width: 208px; height: 46px;&quot; src=&quot;http://i29.tinypic.com/e63ath.jpg&quot; alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;Y como 5ta sugerencia les presento &lt;a href=&quot;http://www.bloggerstyles.com/&quot;&gt;Bloggerstyle&lt;/a&gt;s un sitio con lo mejor de lo mejor.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;a href=&quot;http://www.bloggerstyles.com/&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;width: 187px; height: 47px;&quot; src=&quot;http://i30.tinypic.com/24viky0.jpg&quot; alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;br /&gt;Espero que esta selección no les cause complicaciones por la gran variedad de plantillas que van a tener, les aseguro que no podrán escoger una de tantas templates geniales. Cómo última recomendación, quiero pasarles el tip que me llevo a descubrir estos sitios maravillosos, se trata de ir simplmente a los creditos del blog que nos gustó, generalmente ahi viene la firma del autor y si exploramos, seguramente encontraremos más templates de ese mismo estilo y calidad.&lt;br /&gt;&lt;br /&gt;Espero que les sirva esta información&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adiccionblogger.blogspot.com/feeds/1920345414073354947/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://adiccionblogger.blogspot.com/2009/09/plantillas-o-templates-para-blogger-5.html#comment-form' title='6 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/1920345414073354947'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/1920345414073354947'/><link rel='alternate' type='text/html' href='http://adiccionblogger.blogspot.com/2009/09/plantillas-o-templates-para-blogger-5.html' title='Plantillas o templates para blogger, 5 sitios muy recomendables.'/><author><name>Unknown</name><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="http://i29.tinypic.com/dh3bb5_th.jpg" height="72" width="72"/><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-507569065203069527.post-4236271803242494271</id><published>2009-09-03T22:06:00.000-07:00</published><updated>2010-01-11T19:29:29.971-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Blogs"/><category scheme="http://www.blogger.com/atom/ns#" term="Consejos para Blogs"/><title type='text'>5 Cosas que debes saber para crear un Blog</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;Si estas pensando en la posibilidad de crear un Blog o simplemente quieres saber un poco mas sobre el tema, esto te interesa.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:250%;&quot;&gt;1. ¿Qué es un Blog?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Un Blog no es mas que una herramienta, mediante la cual podemos expresarnos en Internet de la manera que mejor nos parezca. en Wikipedia lo definen como una bitácora (traducción al español) donde se recopila información de manera cronológica de uno o varios autores.&lt;br /&gt;&lt;br /&gt;En mi experiencia les puedo comentar que a unos cuantos meses de haber creado el mio, se ha convertido en una deliciosa adicción ,  al grado de ver el amanecer al final de la noche, claro que el ritmo de vida que llevo actualmente entre trabajo y escuela me permite el adaptarme perfectamente a estos horarios.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:250%;&quot;&gt;2. ¿Para que sirve un Blog?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Básicamente se crea con la finalidad de compartir cosas, ¿cuales? Las que TU quieras!!! puedes subir fotos, vídeo, poemas, criticas, opiniones, pensamientos, todo lo que te puedas imaginar!! incluso se puede hacer hasta negocio con el, que te parece? y puedes decidir si lo compartes con el mundo, amigos o simplemente para ti, tu determinas la privacidad.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:250%;&quot;&gt;3. ¿Cómo crearlo?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Si ya estas convencido de crear tu espacio en la Blgosfera, debes saber que tienes muchas opciones para crearlo, yo mencionare 4 que he visto operar:&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;&lt;a href=&quot;http://www.hazblog.com/&quot;&gt;HazBlog.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt; &lt;a href=&quot;http://www.obolog.com/&quot;&gt;Obolog.com&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://es.wordpress.com/&quot;&gt;Wordpress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.blogger.com/&quot;&gt;Blogger o Blogspot&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.hazblog.com/rsc/img/logo_blog.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 90px; height: 96px;&quot; src=&quot;http://www.hazblog.com/rsc/img/logo_blog.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;a href=&quot;http://www.hazblog.com/&quot;&gt;HazBlog.com&lt;/a&gt;&lt;/span&gt; es un sitio en el que puedes crear tu sitio muy fácilmente, sólo necesitas tener una cuenta de correo y solo te lleva unos minutos.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Pros.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;El registro es muy rápido.&lt;/li&gt;&lt;li&gt;La pagina es muy intuitiva, lo cual es fantástico para principiantes, pues te lleva paso a paso.&lt;/li&gt;&lt;li&gt;Puedes definir colores y formas de tu pagina a nivel básico.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Contras.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Mucha propaganda en tu pagina.&lt;/li&gt;&lt;li&gt;Te limita en cuanto al estílo especifico que puedes darle a tu sitio.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 255);&quot;&gt;Calificación: 2 estrellas&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://la-plastilina.hazblog.com/&quot;&gt;Para ver pagina muestra clic aquí&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://static.obolog.net/img/obolog-blog-gratis.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 135px; height: 53px;&quot; src=&quot;http://static.obolog.net/img/obolog-blog-gratis.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;a href=&quot;http://www.obolog.com/&quot;&gt;Obolog.com&lt;/a&gt;&lt;/span&gt; En este sitio también puedes crear tu cuenta muy rápido, es muy intuitivo, lo que facilita la integración con el mundo de los Blogs.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Pros.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;El registro es muy rápido.&lt;/li&gt;&lt;li&gt;Cuenta con una página de inicio donde automáticamente se publica lo que escribes.&lt;/li&gt;&lt;li&gt;Su estilo esta orientado hacía una red social como : Facebook, Hi5, Netlog, etc.&lt;/li&gt;&lt;li&gt;Recibí un comentario apenas publiqué mi primera entrada.&lt;/li&gt;&lt;li&gt;Este Blog lo puedes vincular a tu cuenta de Facebook y te sirve para que en el muro se publique lo que escribes.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Puedes definir colores y formas de tu pagina a nivel básico.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Contras.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Te limita en cuanto al estilo especifico que puedes darle a tu sitio.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 255);&quot;&gt;Calificación: 3 estrellas&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://laplastilina.obolog.com/&quot;&gt;Para ver pagina muestra clic aquí&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.cmswire.com/images/wordpress_2009.png&quot;&gt;&lt;img style=&quot;margin: 0px auto; display: block; text-align: center; cursor: pointer; width: 95px; height: 95px;&quot; src=&quot;http://www.cmswire.com/images/wordpress_2009.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;a href=&quot;http://es.wordpress.com/&quot;&gt;Wordpress&lt;/a&gt;&lt;/span&gt; Uno de los sitios mas consentidos por los usuarios, es una herramienta poderosa para quienes se quieren adentrar en este fabuloso mundo del Blog.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Pros.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;El registro es muy rápido.&lt;/li&gt;&lt;li&gt;Cuenta con una pagina de inicio donde puedes ver los Blog mas recientes, mas comentados, así como recomendaciones.&lt;/li&gt;&lt;li&gt;Tiene muchas aplicaciones para integrar a tu Blog y es muy sencillo.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Los temas que maneja Wordpress para darle color a tu pagina son variados y de muy buen gusto, seguro encontraras alguno para ti.&lt;/li&gt;&lt;li&gt;Estadísticas de tu Blog.&lt;/li&gt;&lt;li&gt;Configuración muy fácil.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Contras.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Necesitas pagar para editar mas detalles de tu pagina, aun así, lo que te ofrece es mas que excelente.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Actualización (11/01/10):&lt;/span&gt; Por sugerencia de EsWoOd hago mención de otra característica de wordpress, que refiere a la opción de instalarlo en un servidor, con esta modalidad se obtienen ventajas como el descargar archivos en cualquier servidor y lo más interesante es que ya se abre una gran posibilidad para editar las plantillas que dicho sea de paso, en la red hay muchas muy atractivas y gratis. Esta alternativa la sugiero después de haber probado la versión gratuita.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style=&quot;text-align: justify;&quot;&gt; &lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 255);&quot;&gt;Calificación: 4 estrellas&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://laplastilina.wordpress.com/&quot;&gt;Para ver pagina muestra clic aquí&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://mrvixio.com/wp-content/uploads/2009/03/seo-para-blogger.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 95px; height: 95px;&quot; src=&quot;http://mrvixio.com/wp-content/uploads/2009/03/seo-para-blogger.png&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;a href=&quot;http://www.blogger.com/&quot;&gt;Blogger o Blogspot&lt;/a&gt;&lt;/span&gt; Otro de los consentidos, de hecho es el que estoy usando actualmente.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Pros.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Tiene infinidad de aplicaciones para integrar a tu Blog .&lt;/li&gt;&lt;li&gt;Puedes configurar tu Blog específicamente de la manera que quieres.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Blogger te da &quot;temas&quot;(estilos) básicos por defecto, pero también puedes conseguir muchos más, en varios sitios de internet y sin pagar nada adicional.&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Contras.&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt;Necesitas tener una cuenta con Google (es inconveniente en caso de que no tengas, puesto que habría que crearla.)&lt;/li&gt;&lt;li&gt;Si deseas darle un estilo muy especifico requieres conocimiento en programación nivel basico a intermedio.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;  &lt;span style=&quot;font-weight: bold; color: rgb(51, 51, 255);&quot;&gt;Calificación: 4 estrellas&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:250%;&quot;&gt;4. ¿Que hacer después de crearlo?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Una vez que ya tienes tu Blog, es momento de comenzar a alimentarlo, una de las sugerencias que he visto en muchos sitios, es que uno debe escribir para si mismo, sobre cosas que a uno le gustan, otro punto importante es cuidar la ortografía, actualmente hay muchas herramientas que nos pueden ayudar con dicha tarea  por último, dale varias leidas a tu articulo antes de publicarlo, a fin de ir corrigendo detalles.&lt;br /&gt;&lt;br /&gt;cuando creas el Blog, su conflagración es muy básica, cada uno tiene que ir agregando lo que considere adecuado, por ejemplo: podemos agregar un calendario, una opción para buscar artículos dentro de nuestro Blog, sección de etiquetas, lista de comentarios recientes, lista de entradas recientes y mas visitadas, el numero de personas que visitan tu pagina, enlaces a otros sitios, uff!! creo que no acabaría de mencionar todo lo que se puede agregar, basta con echar una ojo a San Google para ver la cantidad de recursos que podemos agregar.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:250%;&quot;&gt;5. Recomendaciones generales&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Como recomendación particular, puedo mencionar que si lo que quieres es probar algo muy sencillo, la opción 1 y 2 son ideales, como mencione, es rápido el ingreso y te lleva de la mano y si tienes cuenta en Facebook, definitivamente te conviene la opción 2.&lt;br /&gt;&lt;br /&gt;Ahora bien, si lo que quieres es adentrarte de manera mas especializada, tienes la opción 3 y 4, cualquiera que elijas sera buena, yo me decidí por Blogger porque me permite editar la plantilla a placer, claro que necesito saber de programación html, pero bueno, con un poco de tiempo y San google, he podido aprenderlo, si crees que esto se te pudiera complicar, entonces Wordpress es tu mejor opción.&lt;br /&gt;&lt;br /&gt;Espero te sirva esta información, en próximas entradas mencionare las cosas que fui agregando a mi pagina, si alguna les interesa en particular, no dudes en preguntar.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adiccionblogger.blogspot.com/feeds/4236271803242494271/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://adiccionblogger.blogspot.com/2009/06/5-cosas-que-debes-saber-para-crear-un.html#comment-form' title='7 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/4236271803242494271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/4236271803242494271'/><link rel='alternate' type='text/html' href='http://adiccionblogger.blogspot.com/2009/06/5-cosas-que-debes-saber-para-crear-un.html' title='5 Cosas que debes saber para crear un Blog'/><author><name>Unknown</name><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>7</thr:total></entry><entry><id>tag:blogger.com,1999:blog-507569065203069527.post-1845843700913140101</id><published>2009-09-03T10:50:00.000-07:00</published><updated>2009-11-26T13:00:48.152-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Blogger"/><category scheme="http://www.blogger.com/atom/ns#" term="Trucos Blogger"/><title type='text'>Truco Leer más o readmore en blogger</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://es.tinypic.com/&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Image and video hosting by TinyPic&quot; border=&quot;0&quot; src=&quot;http://i29.tinypic.com/dh3bb5.jpg&quot; style=&quot;height: 168px; width: 168px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
Una de las aplicaciones que considero mas importantes en Blogger, sin duda alguna es la de &quot;Leer más&quot; o &quot;Readmore&quot; ya que nos da muchas &lt;span style=&quot;font-size: 130%; font-weight: bold;&quot;&gt;ventajas&lt;/span&gt; como son:&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;ul style=&quot;text-align: justify;&quot;&gt;&lt;li&gt; Mostrar las primeras lineas de cada uno de nuestros post a manera de resumen&lt;/li&gt;
&lt;li&gt; Ayuda a tener un Blog bastante ordenado y presentable&lt;/li&gt;
&lt;li&gt; Nuestros lectores (¬¬) pueden ver más de un post en la pantalla sin tener que bajar con la barra de desplazamiento.&lt;/li&gt;
&lt;/ul&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;
Este truco lo vi en &lt;a href=&quot;http://chicablogger.com/leer-mas-con-thumbnail-para-blogger/&quot;&gt;ChicaBlogger&lt;/a&gt;, sólo que ahora lo presento con algunas modificaciones, ya que le inclui un marco a las imágenes y justificación al texto resumido, para que nos quede todavía más estético.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: 130%; font-weight: bold;&quot;&gt;Instrucciones.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: orange; font-family: verdana; font-size: 130%;&quot;&gt;&lt;span style=&quot;color: orange;&quot;&gt;(recuerda que uno de los mandamientos de todo buen blogger es que guardaras una copia de seguridad de tu plantilla, antes de cualquier experimento).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
1.- Nos vamos a &lt;span style=&quot;font-style: italic; font-weight: bold;&quot;&gt;Diseño &amp;gt;&amp;gt; Edicion de HTML&lt;/span&gt; y en nuestra plantilla buscamos: &lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
(Copia y pega)&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/head&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
y antes de esta etiqueta pegamos el siguiente código:&lt;br /&gt;
(Copia y pega)&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;
&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;
summary_noimg = 430;
summary_img = 360;
img_thumb_height = 125;
img_thumb_width = 125;
&amp;lt;/script&amp;gt;
&amp;lt;script src=&#39;http://sites.google.com/site/isaiasgah/script/summary-post-v20-test.txt?attredirects=0&#39; type=&#39;text/javascript&#39;/&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;2.- Expandimos Plantilla de artilugios, esto lo conseguimos seleccionando la casilla que se encuentra en la parte superior de la plantilla:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZ9r_rO4la_CluvsHQPouoFqH54T6IBBHKnn_PSRaFCFbqeNlvGR8QqLG3gKcox0cCfLEGqQWtu1z4E18FiyeO6a2gyG6C0dKGsIHrIMI7Nc4yiJjphE-7KoZJ73Y-Ie_4eRgNZNK_FgI/s1600-h/Expart.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5374049491834877122&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZ9r_rO4la_CluvsHQPouoFqH54T6IBBHKnn_PSRaFCFbqeNlvGR8QqLG3gKcox0cCfLEGqQWtu1z4E18FiyeO6a2gyG6C0dKGsIHrIMI7Nc4yiJjphE-7KoZJ73Y-Ie_4eRgNZNK_FgI/s400/Expart.JPG&quot; style=&quot;cursor: pointer; display: block; height: 227px; margin: 0px auto 10px; text-align: center; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ahora buscamos:&lt;br /&gt;
(Copia y pega)&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data:post.body/&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Lo borramos y reemplazaremos por el siguiente código:&lt;br /&gt;
(Copia y pega)&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&lt;b&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;p&amp;gt;&amp;lt;b:if cond=&#39;data:blog.pageType != &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&lt;/span&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;div expr:id=&#39;&amp;amp;quot;summary&amp;amp;quot; + data:post.id&#39;&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;script type=&#39;text/javascript&#39;&amp;gt;createSummaryAndThumb(&amp;amp;quot;summary&amp;lt;data:post.id/&amp;gt;&amp;amp;quot;);&amp;lt;/script&amp;gt;&lt;/span&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;span class=&#39;rmlink&#39; style=&#39;float:right&#39;&amp;gt;&amp;lt;a expr:href=&#39;data:post.url&#39;&amp;gt;--&amp;amp;gt; Leer más...&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;b:if cond=&#39;data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;&#39;&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;
&lt;/b&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Damos clic en vista previa y verificamos que funcione perfectamente.&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Con estos sencillos pasos ya tenemos configurada esta aplicación en automático en todos nuestros post, ahora pasemos a la configuración del texto y las imágenes mostradas, esto desde luego es de manera opcional.&lt;/span&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;summary_noimg&lt;/b&gt; = determina el número de caracteres a mostrar en caso de que el post no tenga imágenes .&lt;br /&gt;
&lt;b&gt; summary_img&lt;/b&gt; = determina el número de caracteres a mostrar en caso de que el post tenga imágenes.&lt;br /&gt;
&lt;b&gt; img_thumb_height&lt;/b&gt; = alto de la imagen.&lt;br /&gt;
&lt;b&gt; img_thumb_width&lt;/b&gt; = ancho de la imagen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Ahora, si queremos que las imágenes tengan un marco, buscamos en nuestra plantilla &lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;.post img { &lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;(en caso de que no exista hay que agregarlo)&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;y le agregamos los siguientes valores:&lt;/span&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;
&lt;/b&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;blockquote style=&quot;font-weight: normal;&quot;&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;.post img {&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;padding:4px;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;background-color: #f5f5f5;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;border-bottom: 1px solid #999999;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;border-right: 1px solid #999999;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;} &lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;b&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Y para que el texto esté justificado, vamos a .post-body { (mismo caso que el anterior, si no existe, lo agregamos) y ponemos los siguientes valores:&lt;/span&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span id=&quot;fullpost&quot;&gt;          &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;blockquote&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;.post-body {&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;margin:0 0 .75em;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;text-align: justify;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;line-height:1.6em;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;} &lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/blockquote&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;span id=&quot;fullpost&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Y listo, hemos terminado, puedes dar vista previa para ver los cambios y si es de tu agrado entonces guardamos la plantilla, la siguiente imagen es una muestra de como debe quedar nuestra nueva aplicación:&lt;/span&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsfR3Mbl1HbC6mXihJod8ZF1s5HOfBFMzOnXr5nR1SNLBSpgHJxbBXDGS43TiqCgTPY951eCwoEhQFiFDuM4sK9kmznNflXDkuzuqTtjcjO7BkfnCihXnnAEXLuaFi1xTa4eMNM4sq4Q/s1600-h/leer+mas.JPG&quot; onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5353587707598548498&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsfR3Mbl1HbC6mXihJod8ZF1s5HOfBFMzOnXr5nR1SNLBSpgHJxbBXDGS43TiqCgTPY951eCwoEhQFiFDuM4sK9kmznNflXDkuzuqTtjcjO7BkfnCihXnnAEXLuaFi1xTa4eMNM4sq4Q/s400/leer+mas.JPG&quot; style=&quot;cursor: pointer; display: block; height: 383px; margin: 0px auto 10px; text-align: center; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Espero les sea muy util.&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adiccionblogger.blogspot.com/feeds/1845843700913140101/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://adiccionblogger.blogspot.com/2009/07/truco-leer-mas-o-readmore-en-blogger.html#comment-form' title='16 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/1845843700913140101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/507569065203069527/posts/default/1845843700913140101'/><link rel='alternate' type='text/html' href='http://adiccionblogger.blogspot.com/2009/07/truco-leer-mas-o-readmore-en-blogger.html' title='Truco Leer más o readmore en blogger'/><author><name>Unknown</name><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="http://i29.tinypic.com/dh3bb5_th.jpg" height="72" width="72"/><thr:total>16</thr:total></entry></feed>