HALLOWEEN

Hola a todos, como ya es Halloween, he decidido añadir una pequeña guía sobre como poner algunos gadgets o efectos:

FANTASMAS EN LAS ESQUINAS SUPERIORES DEL BLOG:

Solo tienes que poner un gadget HTML/JAVASCRIPT y pegar esto:

<!-- ADORNO SUPERIOR IZQUIERDA CPC-->
<script language="JavaScript">
if ((document.getElementById) &&
window.addEventListener || window.attachEvent){
(function(){
var numberOf = 1; /* 0 Inactivo - 1 Activo */
var idx = document.getElementsByTagName('div').length;
for (i = 0; i < numberOf; i++)
{
document.write('<div id="'+(idx+i)+'"'
+' style="position:fixed;top: 5px; left: 0px; z-index: 300;'
+'"><a href="AQUI LA URL DEL ENLACE" target="_blank"><img src="https://lh5.googleusercontent.com/-sYrxr3EJB3I/TqHTFqaRz-I/AAAAAAAAa6Q/Jv-j55nRWiI/s156/32556382.gif";" title="Feliz Hallowen" width="126" height="106"/></a></div>');
}
if (window.addEventListener){
window.addEventListener("resize",win,false);
window.addEventListener("load",init,false);
}
else if (window.attachEvent){
window.attachEvent("onresize",win);
window.attachEvent("onload",init);
}
})();
}//End.
</script>
<!-- ADORNO SUPERIOR IZQUIERDA CPC-->


<!-- ADORNO SUPERIOR DERECHA CPC-->
<script language="JavaScript">
if ((document.getElementById) &&
window.addEventListener || window.attachEvent){
(function(){
var numberOf = 1; /* 0 Inactivo - 1 Activo */
var idx = document.getElementsByTagName('div').length;
for (i = 0; i < numberOf; i++)
{
document.write('<div id="'+(idx+i)+'"'
+' style="position:fixed;top:35px; right: 0px; z-index: 300;'
+'"><a href="AQUI LA URL DEL ENLACE" target="_blank"><img src="https://lh6.googleusercontent.com/-Nph36qV-W9s/TqIhXwEQUrI/AAAAAAAAa64/VLbW7dmGafg/s156/32556382.gif";" title="Feliz Hallowen" width="126" height="106"/></a></div>');
}
if (window.addEventListener){
window.addEventListener("resize",win,false);
window.addEventListener("load",init,false);
}
else if (window.attachEvent){
window.attachEvent("onresize",win);
window.attachEvent("onload",init);
}
})();
}//End.
</script>
<!-- ADORNO SUPERIOR DERECHA CPC-->
RELOJ DE CUENTA ATRÁS PARA HALLOWEEN:

Entra aquí y personaliza el reloj a tu gusto.


VAMPIROS VOLANDO POR EL BLOG:

Para poner estos murciélagos volando en el blog, entra en la Edición de HTML y antes de</head> pega este script:
<script type='text/javascript'> //<![CDATA[ /*********************************************** * Murciélagos volando por el blog * Script original de Virtual_Max * Adaptado por ciudadblogger.com ***********************************************/ var vmin=2; var vmax=5; var vr=2; var timer1; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function Chip(chipname,width,height){ this.named=chipname; this.vx=vmin+vmax*Math.random(); this.vy=vmin+vmax*Math.random(); this.w=width+20; this.h=height; this.xx=0; this.yy=0; this.timer1=null; } function movechip(chipname){ if (document.getElementById){ eval("chip="+chipname); if (window.innerWidth || window.opera){ pageX=window.pageXOffset; pageW=window.innerWidth-40; pageY=window.pageYOffset; pageH=window.innerHeight-20; } else if (document.body){ pageX=iecompattest().scrollLeft; pageW=iecompattest().offsetWidth-40; pageY=iecompattest().scrollTop; pageH=iecompattest().offsetHeight-20; }  chip.xx=chip.xx+chip.vx; chip.yy=chip.yy+chip.vy; chip.vx+=vr*(Math.random()-0.5); chip.vy+=vr*(Math.random()-0.5); if(chip.vx>(vmax+vmin)) chip.vx=(vmax+vmin)*2-chip.vx; if(chip.vx<(-vmax-vmin)) chip.vx=(-vmax-vmin)*2-chip.vx; if(chip.vy>(vmax+vmin)) chip.vy=(vmax+vmin)*2-chip.vy; if(chip.vy<(-vmax-vmin)) chip.vy=(-vmax-vmin)*2-chip.vy; if(chip.xx<=pageX){ chip.xx=pageX; chip.vx=vmin+vmax*Math.random(); } if(chip.xx>=pageX+pageW-chip.w){ chip.xx=pageX+pageW-chip.w; chip.vx=-vmin-vmax*Math.random(); } if(chip.yy<=pageY) {chip.yy=pageY; chip.vy=vmin+vmax*Math.random(); } if(chip.yy>=pageY+pageH-chip.h) {chip.yy=pageY+pageH-chip.h; chip.vy=-vmin-vmax*Math.random(); } document.getElementById(chip.named).style.left=chip.xx+"px"; document.getElementById(chip.named).style.top=chip.yy+"px"; chip.timer1=setTimeout("movechip('"+chip.named+"')",100); } } function pagestart(){ murcielago1=new Chip("murcielago1",147,168); murcielago2=new Chip("murcielago2",47,68); murcielago3=new Chip("murcielago3",47,68); murcielago4=new Chip("murcielago4",47,68); movechip("murcielago1"); movechip("murcielago2"); movechip("murcielago3"); movechip("murcielago4"); } if (window.addEventListener) window.addEventListener("load", pagestart, false) else if (window.attachEvent) window.attachEvent("onload", pagestart) else if (document.getElementById) window.onload=pagestart //]]> </script>
Ahora antes de </body> pega este código:
<!-- Murciélagos volando --> <div id='murcielago1' style='position:absolute; z-index:80; left: -500px; width:125px; height:108px;'> <img border='0' src='https://lh6.googleusercontent.com/-crcD3PVdlIk/TqdR8xGrIII/AAAAAAAAB0M/cOvpScApOEY/s125/murcielago1.gif'/></div> <div id='murcielago2' style='position:absolute; z-index:81; left: -600px; width:120px; height:99px;'> <img border='0' src='https://lh4.googleusercontent.com/-DyHfLK-WVLA/TqdR80ftNVI/AAAAAAAAB0Y/jMtZ02K9d_s/s120/murcielago2.gif'/></div> <div id='murcielago3' style='position:absolute; z-index:82; left: -700px; width:160px; height:120px;'> <img border='0' src='https://lh4.googleusercontent.com/-n2SC0wbbKwg/TqdR8-iJAsI/AAAAAAAAB0Q/RjmdPLRs6OQ/s160/murcielago3.gif'/></div> <div id='murcielago4' style='position:absolute; z-index:83; left: -800px; width:106px; height:85px;'> <img border='0' src='https://lh5.googleusercontent.com/-2DdYLWXwyiA/TqdR9Ch1DYI/AAAAAAAAB0k/RbZ-RB8s6Q0/s106/murcielago4.gif'/></div> <!-- Fin de los murciélagos -->
Eso es todo; es una forma sencilla de decorar el blog para la próxima noche de brujas. 

FUENTE: Ciudad Blogger



SONIDOS TERRORÍFICOS AL ENTRAR AL BLOG:

Puedes ver el ejemplo en este blog de pruebas. Al entrar te recibirá un escalofriante sonido, si recargas la página se reproducirá otro sonido al azar.
Son 13 sonidos diferentes... ¿coincidencia? No  Los sonidos son variados, hay risas de brujas, lamentos de fantasmas, aullidos de lobos, gritos, y hasta el famoso tema de Bach (Tocata y fuga) que seguro le dará un ambiente apropiado a estas fechas. Para poner estos sonidos de Halloween en el blog sólo entra en la Edición de HTML y antes de </body> agrega lo siguiente:
<script type='text/javascript'> //<![CDATA[ // Sonidos de Halloween // ciudadblogger.com var mp3 = [  "https://sites.google.com/site/ciudadbloggerfiles/Home/Aullido1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Aullido2.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Bach1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Campanas1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Canto-Nina1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Fantasma1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Fantasma2.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Grito1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Grito2.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Monstruo1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Risa-Aullido1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Risa1.mp3", "https://sites.google.com/site/ciudadbloggerfiles/Home/Risa2.mp3", ]; var ran_unrounded = Math.random()*mp3.length; var ran_number = Math.floor(ran_unrounded); document.write('<object width="0" height="0"><param name="movie" value="http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl='+mp3[ran_number]+'&autoPlay=true"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.google.com/reader/ui/3523697345-audio-player.swf?audioUrl='+mp3[ran_number]+'&autoPlay=true" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="0" height="0"></embed></object>'); //]]> </script>
Guarda los cambios y listo, a asustar a tus lectores.
Puedes quitar o poner más sonidos, sólo hay que eliminar o agregar una línea como esta:
"URL del sonido MP3",
 FUENTE: Ciudad Blogger