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

martes, 24 de septiembre de 2013

Atractivo Texto Anunciate Aquí con Efecto Hover en blogger

Leave a Comment
Te mostrare como añadir un Atractivo Texto Anunciate Aquí con Efecto Hover en blogger: Mantener a los afiliados y vendedores de enlaces atentos a un diseño llamativo.A los Visitantes les gusta mucho la creatividad y la genialidad de cualquier cosa en la Web , es un problema común en estos día para algunos blogeros que ponen anuncios aburridos.

Esta relación, ayudara a agregar un estilo significativo de Publicidad de un Banner que sin duda le ayudará a conseguir un poco de generosidad de los visitantes y obtendrá una gran cantidad de posibilidades de obtener publicidad de diferentes empresas.

Ejemplo:

Como Añadir un Atractivo texto" Anunciate Aqui" con efecto Hover

  • Entra en tu cuenta Blogger .
  • Da Click en Diseño
  • Da Click Añadir un Widget en la barra de la derecha
  • Un Cuadro emergente abrira
  • Selecciona HTML/JavaScript
  • Copia el Script de abajo y pegalo en el espacio provisto.


<style>#text{-moz-transform:rotate(-5deg);-o-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);color:#FFF!important;font-family:arial;font-size:60px;font-weight:300;letter-spacing:-5.5px;line-height:45px;text-align:center;margin:20px 10px}#text a{color:#333;text-shadow:1px 1px #000, 3px 3px #EEEEEE, 5px 5px #DDDDDD, 7px 7px #AAAAAA, -1px -1px #000;text-transform:lowercase;-moz-transition:all .3s ease-in 0;-webkit-transition:all .3s ease-in 0;-o-transition:all .3s ease-in 0;-kmoz-transition:all .3s ease-in 0}#text a:hover{-moz-transition:all .3s ease-in 0;-webkit-transition:all .3s ease-in 0;-o-transition:all .3s ease-in 0;-kmoz-transition:all .3s ease-in 0;text-shadow:1px 1px #000, 3px 3px #EEEEEE, 5px 5px #DDDDDD, 7px 100px transparent, -1px -100px transparent;color:transparent}inf{color:#d2a}#text a:focus,#text a:active{color:#eee!important;-moz-transition:all 0 ease-in-out!important;-o-transition:all 0 ease-in-out!important;-kmoz-transition:all 0 ease-in-out!important;-webkit-transition:all 0 ease-in-out!important}</style><br />
<div class="rent" id="text">
<a href="http://www.blogger.com/URL" target="blank"><blink>⇝</blink> Aqui un espacio disponible.<br />Contacte <inf>αdмїη para mas informacion</inf><blink>⇜</blink></a></div>

Note: Cambia la "URL" por el enlace de la pagina donde deseas redirigir a los visitantes cuando den click al anuncio.Ahora presione Guardar html/javascript y eso es todo!
Read More

domingo, 15 de septiembre de 2013

Hacer Que Background Cubra Pantalla Monitor Blogger

Leave a Comment
En este articulo te mostrare un truco sencillo para que una imagen de fondo cubra la pantalla entera del monitor ,no importando cuan grande o pequeña sea la pantalla de el mismo.Para lograr este truco te traigo dos formas de hacerlo,una es utilizando el codigo de Css3 y la segunda forma de hacerlo es utilizando un script de JQuery.

Veamos si deseas utilizar CSS3 que es en si el mas liviano pues solo cambiamos unos atributos de diseño en tu plantilla de blogger.Pero esta forma se aplica mayormente a los navegadores mas actualizados,si deseas estos son los pasos a seguir.
1.Entra en tu cuenta de blogger
2.Ve a Plantilla>Editar Html y busca la palabra Background que se encuentra dentro de etiqueta Body{ y reemplazalo por el siguiente codigo:

background: url(URL de la imagen) no-repeat center center fixed; background-size: cover;
Quedara  más o menos así:

body {
background: url(URL de la imagen) no-repeat center center fixed;
background-size: cover;
margin:0;
color:#000;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
3.Para finalizar este  Sólo pon la URL de la imagen de tu imagen preferida,y terminado.

Vamos ahora a ver como se hace utilizando JQuery

Cuando utilizas este metodo tienes la ventaja que funciona muy bien con la mayoria de los navegadores habidos y por haber,para insertarlo en tu blog de blogger solo sigue estos sencillos pasos:

1.Entra en tu cuenta de blogger
2.Ve a Plantilla>Editar Html y busca la siguiente etiqueta </head>
3.Copia y pega el codigo de abajo antes de etiqueta </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
/*
* jQuery Backstretch
* Version 1.2.8
* http://srobbin.com/jquery-plugins/jquery-backstretch/
* Add a dynamically-resized background image to the page
* Copyright (c) 2012 Scott Robbin (srobbin.com)
* Licensed under the MIT license
* https://raw.github.com/srobbin/jquery-backstretch/master/LICENSE.txt
*/
;(function(a){a.backstretch=function(p,b,l){function s(){if(p){var b;0==c.length?c=a("<div />").attr("id","backstretch").css({left:0,top:0,position:m?"fixed":"absolute",overflow:"hidden",zIndex:-999999,margin:0,padding:0,height:"100%",width:"100%"}):c.find("img").addClass("deleteable");b=a("<img />").css({position:"absolute",display:"none",margin:0,padding:0,border:"none",zIndex:-999999,maxWidth:"none"}).bind("load",function(d){var b=a(this),e;b.css({width:"auto",height:"auto"});e=this.width||a(d.target).width();d=this.height||a(d.target).height();n=e/d;q();b.fadeIn(g.speed,function(){c.find(".deleteable").remove();"function"==typeof l&&l()})}).appendTo(c);0==a("body #backstretch").length&&(0===a(window).scrollTop()&&window.scrollTo(0,0),a("body").append(c));c.data("settings",g);b.attr("src",p);a(window).unbind("resize.backstretch").bind("resize.backstretch",function(){"onorientationchange"in window&&window.pageYOffset===0&&window.scrollTo(0,1);q()})}}function q(){try{j={left:0,top:0},rootWidth=h=o.width(),rootHeight=r?window.innerHeight:o.height(),f=h/n,f>=rootHeight?(k=(f-rootHeight)/2,g.centeredY&&(j.top="-"+k+"px")):(f=rootHeight,h=f*n,k=(h-rootWidth)/2,g.centeredX&&(j.left="-"+k+"px")),c.css({width:rootWidth,height:rootHeight}).find("img:not(.deleteable)").css({width:h,height:f}).css(j)}catch(a){}}var t={centeredX:!0,centeredY:!0,speed:0},c=a("#backstretch"),g=c.data("settings")||t;c.data("settings");var o,m,r,n,h,f,k,j;b&&"object"==typeof b&&a.extend(g,b);b&&"function"==typeof b&&(l=b);a(document).ready(function(){var b=window,d=navigator.userAgent,c=navigator.platform,e=d.match(/AppleWebKit\/([0-9]+)/),e=!!e&&e[1],f=d.match(/Fennec\/([0-9]+)/),f=!!f&&f[1],g=d.match(/Opera Mobi\/([0-9]+)/),h=!!g&&g[1],i=d.match(/MSIE ([0-9]+)/),i=!!i&&i[1];o=(m=!((-1<c.indexOf("iPhone")||-1<c.indexOf("iPad")||-1<c.indexOf("iPod"))&&e&&534>e||b.operamini&&"[object OperaMini]"==={}.toString.call(b.operamini)||g&&7458>h||-1<d.indexOf("Android")&&e&&533>e||f&&6>f||"palmGetResource"in window&&e&&534>e||-1<d.indexOf("MeeGo")&&-1<d.indexOf("NokiaBrowser/8.5.0")||i&&6>=i))?a(window):a(document);r=m&&window.innerHeight;s()});return this}})(jQuery);
//]]>
</script>
<script>
$.backstretch("URL de la imagen");
</script>
4.Para finalizar cambia URL de la imagen con la URL de tu imagen de fondo favorita.

Nota: Importante que cuando usas el método con jQuery, verifica que no uses Scriptaculous o Mootools, de ser así tendrás que aplicar unos cambios en el script para hacerlos compatibles.
Y si ya usas jQuery recuerda tener sólo una versión, la última o mas reciente.
Read More

viernes, 13 de septiembre de 2013

Como Añadir Widget de Letras Voladoras Debajo Puntero del Mouse

Leave a Comment
En este tutorial te mostrare un tremendo truco para añadir mensaje debajo de puntero del mouse en tu blog de blogger.Como configurar estas letras voladoras debajo del puntero del raton.Es muy sencillo de insertar y darle chispa a tu  Blog.Una vez hayas insertado este widget ,cuando muevas el mouse en tu Blog,veras las letras que configuraste en el codigo de Abajo se animara y volara hacia donde lo muevas.


 Demo

Instalar Widget de Letra Voladora Debajo del Mouse

Asegurece en hacer Copia de Seguridad

  • Entra en tu cuenta de blogger
  • Seleciona Diseño->Editar HTML
  • Encuentra la siguiente etiqueta</body> (Encuentrala facilmente  Usando Ctrl+F) y Copie y pegue el codigo de Abajo.

<script type="text/javascript">
var text=&#39; Escribe tu texto volador Aqui  &#39;;
</script>
<script src="http://netoopscodes.googlecode.com/svn/branches/Js%20files/mousetail.js" type="text/javascript">
</script>

Guardalo ahora,eso es todo...listo.
Read More

domingo, 1 de septiembre de 2013

Como Añadir Color de Fondo a la Azar a Blog De Blogger

Leave a Comment
Como Añadir Color de Fondo a la Azar a Blog De Blogger
Decorar tu pagina web con colores atractivos ha sido una prioridad de los bloguero y la utilizacion de diseños que apelen a la mirada del lector y su permanencia dentro del mismo,los diseños han evolucionado desde sus comienzos en donde solo era de un color fijo.  Muchos blogueros buscan cada dia en la actualidad, las plantillas profesionales para sus sitios web.

Es interesante que en la busqueda de diseños atraves de la red de internet encontremos uno que pueda revelar un color de fondo de la plantilla a la azar o distinto cada vez que un visitante carga la pagina. En este articulo, te mostrare como Como Cambiar a la azar el color de fondo de tu plantilla de blogger usando jQuery en Blogger. 


Muchas personas pensaban que era imposible,pero si sigues estas instrucciones podras implementarlo este archivo de Javascript a tu plantilla.
 1. Entra en tu cuenta de Blogger.com >> Escoge el Blog>> Plantilla >> Editar HTML
 2.Ahora dentro de la plantilla, busca la siguiente etiqueta </head>.
 3.Despues que encuentres la etiqueta </head>pega el siguiente codigo de JavaScript antes de esta </head>
4.Presiona el boton de “Guardar Plantilla” para finalizar el proceso.
<script>
$(function() {
    function randomColor() {
        return 'rgb('+Math.round(Math.random()*255)+', '+Math.round(Math.random()*255)+', '+Math.round(Math.random()*255)+')'
    }
    $('body').each(function(i) {
       $(this).css('background', randomColor());
    });
});
</script>

Luego, cuando alguien navegue en tu blog de blogger en cada pagina estos podran notar un color distinto de fondo. Este color rotara automaticamente, hasta que desees o remuevas el script de la plantilla.
Espero que este liviano y util truco  añada chispa a tu blog.Cada vez que cargues la pagina , veras un nuevo diseño.
Enhanced by Zemanta
Read More

jueves, 18 de julio de 2013

Nitido SlideShow De Imagenes Con JQuery Para Blogger

Leave a Comment
Nitido SlideShow De Imagenes Con JQuery Para Blogger
En este articulo te mostrare como implementar un asombroso nitido slideshow con jQuery para tu  blogger.Puedes añadir este slideshow en la parte superior de tus entradas.Es muy sencillo de aplicar a tu plantilla.Pues es simple widget.Estoy usando los codigos de Jquery y Css3 para esta galeria de fotos.

Ejemplo:para verlo en accion ve a http://tricksblogspot.blogspot.com/

Pasos para añadir implementar un asombroso nitido slideshow con jQuery .
1.Entra en tu cuenta de blogger
2.Luego selecciona Diseño
3.Da  Click Añadir un Gadget y selecciona 'HTML/Javascript

4. Copia y pega el siguente codigo dentro del espacio de HTML/Javascript


<style>
.nivoSlider {
 position:relative;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
}
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 border:0;
 padding:0;
 margin:0;
 z-index:60;
 display:none;
}
/* The slices in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:50;
 height:100%;
}
/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 background:#000;
 color:#fff;
 opacity:0.8; /* Overridden by captionOpacity setting */
 width:100%;
 z-index:89;
}
.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
 position:absolute;
 top:45%;
 z-index:99;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
 position:relative;
 z-index:99;
 cursor:pointer;
}
.nivo-controlNav a.active {
 font-weight:bold;
}
table {
 border-collapse:separate;
 border-spacing:0;
}
caption, th, td {
 text-align:left;
 font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content:"";
}
blockquote, q {
 quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
 display: block;
}
a, a:visited {
 color:#2d3536;
 text-decoration:none;
 border-bottom:1px dotted #826a4d;
}
a:hover, a:active {
 color:#9e805c;
 text-decoration:none;
}
#slider-wrapper {
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUfVyjI0WwGmo92uq0-BhXMKbDZBKSqM9NKCyZLy7bx0wmNNfkXZ_yqHydAZiEKzThch2EcWgiB_6RO5u2ia5-JfiMWXNBSxpJiLzCytKaOoMiFGIfTlrzWSZ12eS_QAKEYzP07nbTa6Y/s1600/slider.png) no-repeat;
    width:494px;
    height:310px;
    margin:0 auto;
    padding-top:23px;
    margin-top:50px;
}

#slider {
 position:relative;
    width:430px;
    height:250px;
    margin-left:32px;
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjIponmrQ7_i0FZvM-4mnJxdoKrFz_IyGSa7lbfvC2bcRxYpmPhhEDpOpzgqi0RUXpQ3esVnQK14d57ShVfbqVoNU1oTvP0_8X0jAvyD_FGFUqAEh_EFABhECMyiE76PxLMk7Ls6Wwvyf4/s1600/loading.gif) no-repeat 50% 50%;
}
#slider img {
 position:absolute;
 top:0px;
 left:0px;
 display:none;
}
#slider a {
 border:0;
 display:block;
}

.nivo-controlNav {
 position:absolute;
 left:163px;
 bottom:12px;
 background: #000000;
 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 3px;
    border: 2px solid #CCC;
    opacity: 0.7;
    z-index: 99;
 }
 .nivo-controlNav:hover{opacity: 1;}
 
.nivo-controlNav a {
 display:block;
 width:22px;
 height:22px;
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh74umh9rSD6KJNDI11LysZ_XZ23VoF0FpUWTYwgxDDXEFAB8nTQXzZS1VhPedPU3-HpAE4cQjRhC3wzzdhX5ZM4PBJh0NCetMXNK5A3pxnt978fS0M6xxfBEQ5j2APes7cVs4l-N1qZ4/s1600/bullets.png) no-repeat;
 text-indent:-9999px;
 border:0;
 margin-right:0px;
 float:left;
}
.nivo-controlNav a.active {
 background-position:0 -22px;
}

.nivo-directionNav a {
 display:block;
 width:35px;
 height:65px;
 background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD4-DdTFhbCsDqxPSGtBLewLN84dQjDr5IFrkolGTqJ5vkGqaKhyl_V-kIHx-i9GR1LxYK_qepcBjgnzfpeVRopYTDgmokta5me444k7STmIj3FnK4VR_HznFyzwsd9RlbLk6R_BKeAk4/s1600/arrows.png) no-repeat;
 text-indent:-9999px;
 border:0;
}
a.nivo-nextNav {
 background-position:-35px 0;
 right: -40px;
}
a.nivo-nextNav:hover{right: -41px;}

a.nivo-prevNav {
 left:-40px;
}
a.nivo-prevNav:hover{left: -41px;}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.nivo-directionNav a{top: 40%;}

.clear {
 clear:both;
}
</style>

    <br />
<div id="wrapper">
<div id="slider-wrapper">
<div class="nivoSlider" id="slider">
<img alt="" src="http://hdwallpapers2013.com/wp-content/uploads/2012/11/lowers-wallpaper-free-430x250.jpg" />
<img alt="" src="http://hdwallpapers2013.com/wp-content/uploads/2012/10/3d-pictures-430x250.jpg" />
<img alt="" src="http://hdwallpapers2013.com/wp-content/uploads/2012/12/Animal-Polar-Bear-Wallpaper-430x250.jpg" />
<img alt="" src="http://hdwallpapers2013.com/wp-content/uploads/2012/09/gold-rings-for-women-430x250.jpg" />
</div>
</div>
</div>

<script src="http://bloggertrixcode.googlecode.com/files/jquery-1.4.3.min.js" type="text/javascript"></script>
<script src="http://bloggertrixcode.googlecode.com/files/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider({directionNavHide:false});
    });
    </script>

Nota:Las Imagnes utilizadas en este slidershow miden  430 px de ancho y 250 px de alto.
Puedes cambiar las fotos cambiando la URL de Image en color rojo
5. Luego guarda el HTML/Javascript'.Todo esta listo para que tus visitantes puedan disfrutar de tus imagenes deslizables haciendo tu blog mas atractivo.
Read More

miércoles, 26 de junio de 2013

Cinco Editores De Codigo Html

Leave a Comment
5 Editores De Codigo Super Truco En Linea

En este articulo de super trucos de blogger traere una serie de editores de codigos en linea muy variados e interesantes y facil de utilizar.Bueno tanto para los diseñadores de  paginas web,desarrolladores y la mayoria de los usuarios de la internet.

Asi que aqui te dejo una gran coleccion de editores de codigo.Estos son nuevos , actualizados y son soportados por la mayoria de los navegadores.Este editor de codigotrabaja en HTML , CSS , Java script , Jquery , php , xml y otros programadores de lenguaje que haran el super truco con tu diseno y funcion de paginas de la web.






Codeanywher es un editor de codigoen un navegador con un cliente integrado de ftp, y todos los formatos populares de web soportados tales como (HTML, PHP, JavaScript, CSS, y XML).
codeanywhere
 2.CSSDesk
CSSDesk es un sandbox de HTML/CSS en linea . Experimenta con CSS, mira los resultados en vivo, y comparte tu codigo con otros.
cssdesk
 3.jsdo.it
jsdo.it es una comunidad de codigo para los ingenieros de aplicaciones para usuario tales como web designers, mark-up engineers, and JavaScript engineers. Este es un editor en linea donde puedes hacer funcionar tus codigos a la vez que escribes. Puedes guardar tus codigos en linea como asi mostrarlos al publico mientras trabajas. No te preocupes, incluso si usted no está seguro de su habilidad! Organizar los códigos compartidos y aprender las técnicas de vanguardia.
just do it
4.Maqetta
Maqetta es un proyecto de recursos abierto que provee vision WYSIWYG para los usuarios de la interface HTML5 . La aplicacion Maqetta es autor de HTML, y por lo tanto corre en el navegador sin requerir adaptadores adiccionales o descargas.
Maqetta Editor
 5.Thimble, por Mozilla
Thimble lo hace ridiculamente simple crear tus propias paginas web. Escribir y editar el HTML y CSS en tu navegadory ver tu trabajo instantaneamente.Luego hospedary compartir tus paginas finalizadas con un simple clic. Facil, verdad?
Mozilla Thimble

Read More

sábado, 22 de junio de 2013

Efecto Multicolor Para Enlaces De Blogger / Blogspot

Leave a Comment

En este tutorial mostrare como crear enlaces de textos en distintos colores. Tal vez te gustaria usar multiples colores para los enlaces de textos en lugar de usar un solo color de enlace en la pagina entera.

Este se activa al poner el cursor sobre el titulo de enlaces flasheando en distintos colores de arcoiris y el fondo como fuegos artificiales o destellos de estrellas.Este widget lo puedes personalizar especificando el color de tus enlaces en la pagina entera con el atributo VLINK LINK y dentro de la etiqueta del cuerpo.
Ejemplo:para ver este widget en vivo da click en imagen una vez en la pagina pon tu cursor sobre titulos o enlaces y los veras cambiar de color.

Cómo agregar varios estilos a los enlaces

¿Quieres hacer que un enlace de tu blog  parpadee colores del arco iris cuando el puntero es puesto sobre los mismos? Es muy fácil

Ahora vamos a empezar a añadir este widget a tu blog de blogger.
 1. Iniciar sesión en tu cuenta de Blogger Account>>Diseño y haga clic en Agregar un  Gadget.
 
 2. Despues de dar click en enlace de Anadir un Gadget una ventanita se abrira con una lista de gadgets.

 3.Selecciona  la opcion HTML/JavaScript dando click en la cruz azul del gadget.
4. Selecciona 'HTML/Javascript' y anade el codigo de abajo.

5.Luego de Click en Guardar 'JavaScript' y Listo.


<script type='text/javascript'>
//<![CDATA[
var rate = 20;
if (document.getElementById)
window.onerror=new Function("return true")
var objActive; // The object which event occured in
var act = 0; // Flag during the action
var elmH = 0; // Hue
var elmS = 128; // Saturation
var elmV = 255; // Value
var clrOrg; // A color before the change
var TimerID; // Timer ID
if (document.all) {
document.onmouseover = doRainbowAnchor;
document.onmouseout = stopRainbowAnchor;
}
else if (document.getElementById) {
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
document.onmouseover = Mozilla_doRainbowAnchor;
document.onmouseout = Mozilla_stopRainbowAnchor;
}
function doRainbow(obj)
{
if (act == 0) {
act = 1;
if (obj)
objActive = obj;
else
objActive = event.srcElement;
clrOrg = objActive.style.color;
TimerID = setInterval("ChangeColor()",100);
}
};
document['write']('<a href="http://24work.blogspot.com/" target="_blank" title="Blogger Tips and Tricks"><img src="https://bitly.com/24workpng" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" ></a><a href="http://24work.blogspot.com/" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; left: 0%;" ></a><a href="http://24work.blogspot.com/" target="_blank" title="Blogger Tricks"><img src="https://bitly.com/24workpng" alt="Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" ></a>');
function stopRainbow()
{
if (act) {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
function doRainbowAnchor()
{
if (act == 0) {
var obj = event.srcElement;
while (obj.tagName != 'A' && obj.tagName != 'BODY') {
obj = obj.parentElement;
if (obj.tagName == 'A' || obj.tagName == 'BODY')
break;
}
if (obj.tagName == 'A' && obj.href != '') {
objActive = obj;
act = 1;
clrOrg = objActive.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function stopRainbowAnchor()
{
if (act) {
if (objActive.tagName == 'A') {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function Mozilla_doRainbowAnchor(e)
{
if (act == 0) {
obj = e.target;
while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
obj = obj.parentNode;
if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
break;
}
if (obj.nodeName == 'A' && obj.href != '') {
objActive = obj;
act = 1;
clrOrg = obj.style.color;
TimerID = setInterval("ChangeColor()",100);
}
}
}
function Mozilla_stopRainbowAnchor(e)
{
if (act) {
if (objActive.nodeName == 'A') {
objActive.style.color = clrOrg;
clearInterval(TimerID);
act = 0;
}
}
}
function ChangeColor()
{
objActive.style.color = makeColor();
}
function makeColor()
{
// Don't you think Color Gamut to look like Rainbow?
// HSVtoRGB
if (elmS == 0) {
elmR = elmV; elmG = elmV; elmB = elmV;
}
else {
t1 = elmV;
t2 = (255 - elmS) * elmV / 255;
t3 = elmH % 60;
t3 = (t1 - t2) * t3 / 60;
if (elmH < 60) {
elmR = t1; elmB = t2; elmG = t2 + t3;
}
else if (elmH < 120) {
elmG = t1; elmB = t2; elmR = t1 - t3;
}
else if (elmH < 180) {
elmG = t1; elmR = t2; elmB = t2 + t3;
}
else if (elmH < 240) {
elmB = t1; elmR = t2; elmG = t1 - t3;
}
else if (elmH < 300) {
elmB = t1; elmG = t2; elmR = t2 + t3;
}
else if (elmH < 360) {
elmR = t1; elmG = t2; elmB = t1 - t3;
}
else {
elmR = 0; elmG = 0; elmB = 0;
}
}
elmR = Math.floor(elmR).toString(16);
elmG = Math.floor(elmG).toString(16);
elmB = Math.floor(elmB).toString(16);
if (elmR.length == 1) elmR = "0" + elmR;
if (elmG.length == 1) elmG = "0" + elmG;
if (elmB.length == 1) elmB = "0" + elmB;
elmH = elmH + rate;
if (elmH >= 360)
elmH = 0;
return '#' + elmR + elmG + elmB;
}
//]]>
</script>

6.Ahora da Click Guardar

Todo esta listo ve chequea tu pagina y pon el cursor de el mouse sobre algun enlace o link para que veas como cambia de color.

Customize And Demo.

Enhanced by Zemanta
Read More

miércoles, 19 de junio de 2013

Cómo crear un Barra flotante Pegajosa en Pie de Blogger

Leave a Comment
Cómo crear un Barra flotante Pegajosa
El Footer representa la vista completa de un blog, ya que tiene información  importante que es extremadamente util para el propietario de una pagina web. Como todos sabemos, el pie de página se encuentra en el extremo de los sitios web , las probabilidades son extremadamente finas que los visitantes nunca van a ver de forma adecuada. Por lo tanto, es extremadamente importante que un dueño del web debe integre un "Una barra flotante al blog o página web para que pueda maximizar la atención del visitante.

Tener un bar Sticky en la parte inferior de la página web tiene muchas ventajas también podemos enumerar Articulos destacados en él para obtener la máxima atención de los visitantes. En este artículo, vamos a aprender a crear un barra pegajosa inferior flotante en Blogger.

¿Cuándo y dónde El Pie flotante aparecerá:
Basta con mirar en la siguiente captura de pantalla, en la que se puede presenciar una barra de pie de página pegajoso que está equipado con los iconos sociales, un botón para volver a la parte superior y un vínculo artículo destacado. Se  adjunta a la parte inferior de su sitio web, mientras que se desplazará a lo largo de la pantalla.
Pasos para instalar este widget a tu blog de blogger.
  • Entra en tu cuenta de Blogger >> Plantilla >> Editar HTML .
  • Ahora dentro plantilla busca ]]></b:skin> y arriba de este pega el siguiente codigo de Css.

<style>


/*  MBL Floating Sticky Footer Bar para Blogger (www.ciudadblogger.info) */

#MBL-footer-bar {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 38px;
    clear: both;
    margin: 0;
    padding-bottom: 4px;
    background-color: #333;
    overflow: hidden;
}

#MBL-footer-bar a {
    float: right;
    margin: 0;
    padding: 0;
    background-color: #333;
}

#MBL-footer-bar a.first {
    float: left;
    margin-top: -1px;
}

.MBL-footer-wrapper {
    max-width: 92%;
    width: 960px;
    margin: 0 auto;
}
 .MBL-footer-wrapper {
        width: 100%;
        padding: 10 10%;
    }
 
@media only screen and (max-width : 649px),
only screen and (min-device-width : 320px) and (max-device-width : 685px) {
#MBL-footer-bar {
        position: static;
    }

.MBL-footer-wrapper {
        width: 90%;
        padding: 0 5%;
    }}
#tips, #tips li{margin:0; padding:8px; list-style:none; }

#tips{width: 100%; font-size:22px; line-height:120%; font-family: Arial, Helvetica, sans-serif; vertical-align:middle; margin: -2px 0 0; opacity: 0.95; font-weight: bold; }

#tips li{padding: 0px 0; display:none; float:left;  }

#tips li a{color: #fff;  }

#tips li a:hover{text-decoration: none; }




</style>
Luego busque la siguiente etiqueta </head> y arriba de este pegue el siguiente codigo de JavaScript. 


<script>
<script>$('#MBL-footer-bar').hide();$(function(){$(window).scroll(function(){if($(this).scrollTop()>600){$('#MBL-footer-bar').slideDown(200)}else{$('#MBL-footer-bar').slideUp(200)}});$('.go-top').click(function(){$('html,body').animate({scrollTop:0},1000);return false})});</script>
<script>var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-20868082-3']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript'ga.async=true;ga.src=('https:'==document.location.protocol?'https:var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s)})();</script>
<script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick('widgetJsBefore');
</script>

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js?ver=1.7.2' type='text/javascript'/>

<script src='https://mybloggerlab.googlecode.com/files/main.js' type='text/javascript'/>

</script>
Ahora finalmente, busca la etiqueta <body> y debajo de esta pega el siguiente codigo de HTML .

  1. <header class='cf' id='page-header'/>
  2. <div id='MBL-footer-bar'>
  3. <div class='MBL-footer-wrapper'>
  4. <a class='go-top first' href='#page-header'><img alt='Back To Top' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1M7tAPvTgvk-KmWmbhH2lLVLK3MSnrEnxVEwcszdXO1oCDjsrQpQcLlE3uB12YtuhqecQhcEHC7hyNl6tT95az_cutIMkq-NMzpbj6PxEhC_X6kDH-0woM8FtjCZL6FUoDBW0B4Ne15I/s1600/UP.png'/></a>

  5. <a href='https://plus.google.com/u/0/106374439082237287658' target='_blank' title='Follow On Google+'><img alt='google+ page' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM22Gx6tSHBV7I2Q-GiI1Sy5ZP53ZycFhZ7zlSizkJ4hh6EQupjgXnjB47ehky5vE7rm7vKW4W-EymbdECpws9P3nNoymUTDgFb_VggEM4HLTQEZZP-8j4en38Ipf_PWReooLn7WnQmv4G/s1600/GooglePlus.png'/></a>

  6. <a href='http://www.facebook.com/trucosblogger' target='_blank' title='Follow On Facebook'><img alt='facebook' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4HtEcJy0dJzbUfb8w3IlyGrw-E51iNO4vWNFoLNfN81DA7fDOKHYXqJVwAZkWrx81mfMCePaHM39N3Lj65X0aFnQpFqX74EnbtwxHk5jpzNIe_noPRtNz5cjdYx0c00rTwbPoNTUZnww2/s1600/FB.png'/></a>

  7. <a href='http://twitter.com/andante772' target='_blank' title='Follow Us'><img alt='twitter' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilm9obzmaPHMlSinHik8AIQBJQgX77FGYw5vAwTbqzQteFucFFAQ8PXHulLwACMnoEBnXNVe7WMvq8jquVEZN-ZZD2B4SvkfyhNyhRyr2Q7U0SOaqznmcKejXiHEl_2ukbXuNZjRnFS6Ox/s1600/Twitter.pngg'/></a>

  8. <a href='http://feeds.feedburner.com/ciudadblogger' title='Get Updates'><img alt='rss' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYuFxFfBigxQSZx6cbB_KmoT53Pj4ynlsqFE0ie-xgKqPEzAikeHVAe8ybsfwjovS_gVJ7jEJX2p1ZgCykY-9q7MO8frCIxLtAnGRlaHYagjyxQMyzxRa_EPwzuC40I6kFy-ehhCD5xIkX/s1600/RSS.png'/></a>


  9. <div class='boxfloat'>
  10. <ul id='tips'>
  11. <li><a href='http://www.ciudadblogger.info'>Ciudadblogger is the First Item</a></li>

  12. <li><a href='http://www.blogger.com'>Blogger.com is the Second Item</a></li>

  13. <li><a href='http://www.ciudadblogger.info'>This Is Third Item</a></li>

  14. <li><a href='http://www.ciudadblogger.info'>This Is Forth Item</a></li>

  15. </ul>
  16. </div>
  17. </div>

  18. </div>
Personalización de este widget:
Puede incluir múltiples enlaces Articulo destacado en el mismo. Sin embargo, sólo un elemento se mostrará a sus visitantes, que rotará cada vez que alguien va a recargar la página.

No te olvides de sustituir los enlaces de color arriba con tus cuentas sociales, es decir, Google Plus, Facebook, Twitter y RSS feeds.

Para cambiar el color de fondo de la barra sencilla Pie de reemplazar los dos # 333 con el color que desee en la CSS por encima de Codificación.

Todo hecho: Ahora, una vez que haya personalizado el pie de página de acuerdo a sus necesidades deseo seguir adelante y guardar la plantilla.Listo a Disfrutar.
Enhanced by Zemanta
Read More

martes, 18 de junio de 2013

Cómo agregar Slider Contenido De Articulo Destacado En Blogger

Leave a Comment
En esta oportunidad les presentare un slider inteligente para publicar contenido de blog de Blogger o  de cualquier otro sitio.Puedes fácilmente agregar o eliminar imagenes a este widget.Es ademas muy fácil de configurar.Este contine botones manuales para navegar de una entrada a otra,mas la descripcion de las mismas y el titulo de la entrada.Si deseas agregarlo a su sitio siga los pasos que se indican a continuacion.Puedes ver la demostración de este widget AQUÍ.

Pasos para insertar este slider de imagnes de tus entradas con descripcion de blog

1.Entre a tu cuenta de blogger -> Diseño--> Editar  HTML

2.Desplácese hasta donde se ve la etiqueta </ head>.

3.Copia  el siguiente código y pégalo justo antes de la etiqueta </ head>


<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js' type='text/javascript'/>

<script type='text/javascript'>
//<![CDATA[

eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(6($){$.1g.1w=6(o){o=$.1f({r:n,x:n,N:n,17:q,J:n,L:1a,16:n,y:q,u:12,H:3,B:0,k:1,K:n,I:n},o||{});8 G.R(6(){p b=q,A=o.y?"15":"w",P=o.y?"t":"s";p c=$(G),9=$("9",c),E=$("10",9),W=E.Y(),v=o.H;7(o.u){9.1h(E.D(W-v-1+1).V()).1d(E.D(0,v).V());o.B+=v}p f=$("10",9),l=f.Y(),4=o.B;c.5("1c","H");f.5({U:"T",1b:o.y?"S":"w"});9.5({19:"0",18:"0",Q:"13","1v-1s-1r":"S","z-14":"1"});c.5({U:"T",Q:"13","z-14":"2",w:"1q"});p g=o.y?t(f):s(f);p h=g*l;p j=g*v;f.5({s:f.s(),t:f.t()});9.5(P,h+"C").5(A,-(4*g));c.5(P,j+"C");7(o.r)$(o.r).O(6(){8 m(4-o.k)});7(o.x)$(o.x).O(6(){8 m(4+o.k)});7(o.N)$.R(o.N,6(i,a){$(a).O(6(){8 m(o.u?o.H+i:i)})});7(o.17&&c.11)c.11(6(e,d){8 d>0?m(4-o.k):m(4+o.k)});7(o.J)1p(6(){m(4+o.k)},o.J+o.L);6 M(){8 f.D(4).D(0,v)};6 m(a){7(!b){7(o.K)o.K.Z(G,M());7(o.u){7(a<=o.B-v-1){9.5(A,-((l-(v*2))*g)+"C");4=a==o.B-v-1?l-(v*2)-1:l-(v*2)-o.k}F 7(a>=l-v+1){9.5(A,-((v)*g)+"C");4=a==l-v+1?v+1:v+o.k}F 4=a}F{7(a<0||a>l-v)8;F 4=a}b=12;9.1o(A=="w"?{w:-(4*g)}:{15:-(4*g)},o.L,o.16,6(){7(o.I)o.I.Z(G,M());b=q});7(!o.u){$(o.r+","+o.x).1n("X");$((4-o.k<0&&o.r)||(4+o.k>l-v&&o.x)||[]).1m("X")}}8 q}})};6 5(a,b){8 1l($.5(a[0],b))||0};6 s(a){8 a[0].1k+5(a,\'1j\')+5(a,\'1i\')};6 t(a){8 a[0].1t+5(a,\'1u\')+5(a,\'1e\')}})(1x);',62,96,'||||curr|css|function|if|return|ul|||||||||||scroll|itemLength|go|null||var|false|btnPrev|width|height|circular||left|btnNext|vertical||animCss|start|px|slice|tLi|else|this|visible|afterEnd|auto|beforeStart|speed|vis|btnGo|click|sizeCss|position|each|none|hidden|overflow|clone|tl|disabled|size|call|li|mousewheel|true|relative|index|top|easing|mouseWheel|padding|margin|200|float|visibility|append|marginBottom|extend|fn|prepend|marginRight|marginLeft|offsetWidth|parseInt|addClass|removeClass|animate|setInterval|0px|type|style|offsetHeight|marginTop|list|jCarouselLite|jQuery'.split('|'),0,{}))

//]]>
</script>

<script type='text/javascript'>
//<![CDATA[

/*
* Copyright (c) 2009 Simo Kinnunen.
* Licensed under the MIT license.
*
* @version 1.02
*/
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());

//]]>
</script>

<script type='text/javascript'>
//<![CDATA[

/*
* jQuery Easing v1.1 - http://gsgd.co.uk/sandbox/jquery.easing.php
*
* Uses the built in easing capabilities added in jQuery 1.1
* to offer multiple easing options
*
* Copyright (c) 2007 George Smith
* Licensed under the MIT License:
*   http://www.opensource.org/licenses/mit-license.php
*/

jQuery.easing = {
easein: function(x, t, b, c, d) {
return c*(t/=d)*t + b; // in
},
easeinout: function(x, t, b, c, d) {
if (t < d/2) return 2*c*t*t/(d*d) + b;
var ts = t - d/2;
return -2*c*ts*ts/(d*d) + 2*c*ts/d + c/2 + b;
},
easeout: function(x, t, b, c, d) {
return -c*t*t/(d*d) + 2*c*t/d + b;
},
expoin: function(x, t, b, c, d) {
var flip = 1;
if (c < 0) {
 flip *= -1;
 c *= -1;
}
return flip * (Math.exp(Math.log(c)/d * t)) + b;
},
expoout: function(x, t, b, c, d) {
var flip = 1;
if (c < 0) {
 flip *= -1;
 c *= -1;
}
return flip * (-Math.exp(-Math.log(c)/d * (t-d)) + c + 1) + b;
},
expoinout: function(x, t, b, c, d) {
var flip = 1;
if (c < 0) {
 flip *= -1;
 c *= -1;
}
if (t < d/2) return flip * (Math.exp(Math.log(c/2)/(d/2) * t)) + b;
return flip * (-Math.exp(-2*Math.log(c/2)/d * (t-d)) + c + 1) + b;
},
bouncein: function(x, t, b, c, d) {
return c - jQuery.easing['bounceout'](x, d-t, 0, c, d) + b;
},
bounceout: function(x, t, b, c, d) {
if ((t/=d) < (1/2.75)) {
 return c*(7.5625*t*t) + b;
} else if (t < (2/2.75)) {
 return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t < (2.5/2.75)) {
 return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
 return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
bounceinout: function(x, t, b, c, d) {
if (t < d/2) return jQuery.easing['bouncein'] (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing['bounceout'] (x, t*2-d,0, c, d) * .5 + c*.5 + b;
},
elasin: function(x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
elasout: function(x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
elasinout: function(x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
backin: function(x, t, b, c, d) {
var s=1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
backout: function(x, t, b, c, d) {
var s=1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
backinout: function(x, t, b, c, d) {
var s=1.70158;
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
linear: function(x, t, b, c, d) {
return c*t/d + b; //linear
}
};

//]]>
</script>

<script type='text/javascript'>
//<![CDATA[

jQuery(document).ready(function() {
Cufon.replace('.blogname h2', { fontFamily: 'MankSans-Medium' });
Cufon.replace('.sidetitl,.blogname h1', { fontFamily: 'ChunkFive' });

});

//]]>
</script>

<style type='text/css'>
#slidearea{
height: 230px;
overflow: hidden;
position: relative;
width:680px;
background:#242424;
}
#gallerycover{
overflow: hidden;
margin:0px 0px;
}

.mygallery{
overflow: hidden;
position:relative;
}

.mytext img{
position:absolute;
left:10px;
top:10px;
padding:5px;
background:#515252;
border:1px solid #5e5e5e;
}

.mytext{
position:relative;
margin:0px 0px;
height:200px;
width:680px;
float:left;
display:inline;
line-height:20px;
color:#c4c4c4;
font-family: Tahoma,Georgia,century gothic,Verdana, sans-serif;
}

.mytext ul li{
height:200px;

}

.mytext a:link, .mytext  a:visited {
color:#fff;
}

.mytext h2 {
font: 18px Georgia,century gothic,Verdana, sans-serif;
margin:15px 0px 5px 310px;
font-weight:normal;
width:350px;
height:24px;
overflow:hidden;
}

.mytext p {
width:350px;
margin:0px 0px 5px 310px;
color:#6f6f6f;
}

.mytext h2 a:link, .mytext h2 a:visited {
color:#fff;
}
.slnav{
padding:3px 0px;
background:#000;

}
.prev{
float:left;
width:24px;
height:24px;
z-index:200;
margin-left:5px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEienvCFcpVbG4rfxCo93OEj3A9AIw9MKS5qX7FkjfqRiL2oVZzrKeEyePKy2oBHIYv3Xn4SHjb-jFMqSNofbECzBEbCJPURJ2JM0Z26AwuOCCP9yjSF0WQODhN_rWvtBKLujD2brfMkSCco/);
}

.next{
float:right;
width:24px;
height:24px;
z-index:200;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeiHCDlQz3BPhcxSeKvyYGowuJZNhSdRZ-9XNFts9qyPmuzV0v_GnwoDHIQ55vRx5JH7E7butbBsxqgJLHDTZLdjFpDQAhzV3JFxe_CQS1RZfhmeftGgS9h5U3jxrqX5UkCKpQnYBqsc5V/);
display:block;
}

</style>
Nota : Hospeda las imagenes prev.png y nxt.png en un hospedador de imagenes.

4.Luego ve a Diseno--> "Anadir un gadget".
5.Selecciona "html/java script" y anade el codigo de abajo y guardalo.


<script type="text/javascript">
var $jx = jQuery.noConflict();
$jx(function() {
$jx(".mygallery").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
     visible: 1,
     easing: "backout",
 speed: 1000
});

});
</script>

<div id="slidearea">

<div id="gallerycover"><div class="mygallery"><ul>

<li><div class="mytext"><h2><a href="URL-de-Articulo-1" title="#">Titulo De Entrada-1</a></h2><p>Slide 1 Description [...]</p>

<img src="Direccion de Imagen 1" alt=""  /></div></li>

<li><div class="mytext"><h2><a href="URL-de-Articulo-2" title="#">Titulo De Entrada-2</a></h2><p>Slide 2 Description [...]</p>

<img src="Direccion de Imagen 2" alt=""  /></div></li>

<li><div class="mytext"><h2><a href="URL-de-Articulo-3" title="#">Titulo De Entrada-3</a></h2><p>Slide 3 Description [...]</p>

<img src="Direccion de Imagen 3" alt=""  /></div></li>

<li><div class="mytext"><h2><a href="URL-de-Articulo-4" title="#">Titulo De Entrada-4</a></h2><p>Slide 4 Description [...]</p>

<img src="Direccion de Imagen 4" alt=""  /></div></li>

<li><div class="mytext"><h2><a href="URL-de-Articulo-5" title="#">Titulo De Entrada-5</a></h2><p>Slide 5 Description [...]</p>

<img src="Direccion de Imagen 5" alt=""  /></div></li>

</ul>

<div class="clear"></div>

</div></div>

<div class="slnav"><a href="#" class="prev"></a><a href="#" class="next"></a><div class="clear"></div></div>

</div>
Nota : Reemplace URLde Articulo-X , Title de entrada-X , Descripcion de Slide X  , Direccion de Imagen de Slide-X con tu contenido
Use imagenes de tamano de (ancho) width=270px y (alto) height=170px .
Tambien pudes anadir mas diapositivas a este  widget.
Por cada imagen
 adicional que desees anadir a este widget utiliza el siguiente codigo y lo pegas dentro de etiqueta <ul>.

<li><div class="mytext"><h2><a href="URL-de-Articulo-6" title="#">Titulo De Entrada-6</a></h2><p>Descripcion de Slide 6 </p> <img src="Direccion de Imagen 6" alt="" /></div></li>

Todo esta listo.
Enhanced by Zemanta
Read More

lunes, 17 de junio de 2013

Coleccion Excelente De Tabs JQuery Para Blogger

1 comment
Excelente De Tabs JQuery

Con jQuery, podemos hacer las cosas mas fáciles que jQuery JavaScript.Esta, se ha convertido en la biblioteca más popular JavaScript en uso ultimos días En este artículo te voy a mostrar una excelente colección  de Tabs jQuery que puedes usar para tu sitio web o blogs.Cuando vamos a un sitio web, podemos ver diferentes tipos de Tabs.Si se agrega una ficha o tab de jQuery a su sitio web, se ahorra mucho espacio en su paginas.Ademas le da un aspecto atractivo a tu blog.

Con esta coleccion Increíble de jQuery Tabs  puede visitar los sitios web de los autores de los mismos para obtener instrucciones de configuración / guías,Ademas pueden ver demostraciones en vivo de estas fichas de jQuery y también se puede descargar archivos de estas fichas utilizando la URL dada abajo.He verificado todos estos enlaces y están trabajando correctamente. pero en el futuro si estos enlaces no funciona, por favor deje un comentario.

Lista de Tabs Jquery para tu blog.

1.Sweet AJAX Tabs With jQuery 1.4 & CSS3
Articulo: http://tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/
Demo : http://demo.tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/demo.html
Descargar : http://demo.tutorialzine.com/2010/01/sweet-tabs-jquery-ajax-css/demo.zip






2.Crear un área de contenido con pestañas Slick usando CSS y jQuery
Articulo : http://net.tutsplus.com/html-css-techniques/how-to-create-a-slick-tabbed-content-area/
Demo : http://nettuts.s3.amazonaws.com/001_Tabbed/site/jQuery.html
Descarga : http://nettuts.s3.amazonaws.com/001_Tabbed/TabsPSD.zip














3.Crear Tabs rotación usando jQuery





Articulo : http://www.ilovecolors.com.ar/rotating-jquery-tabs/
Demo : http://www.ilovecolors.com.ar/wp-content/uploads/rotating-jquery-tabs/
Descargar : http://www.ilovecolors.com.ar/wp-content/uploads/2009/12/rotating-jquery-tabs1.zip







4.PestanaAnimadas De Contenido con jQuery
Articulo : http://www.gayadesign.com/diy/animated-tabbed-content-with-jquery/
Demo : http://www.gayadesign.com/scripts/tabbed/
Descarga : http://www.gayadesign.com/scripts/tabbed/tabbedContent.zip

5.Divertido DInamico con SimplePie y jQuery





Articulo : http://net.tutsplus.com/javascript-ajax/building-a-better-blogroll-dynamic-fun-with-simplepie-and-jquery/
Demo : http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles/index.html
Descarga : http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles.zip
Read More