TEXTOS CON MOVIMIENTOS
En mas de una ocasión abras visto que cuando añades una pagina a favoritos sale un icono, tu también podras hacerlo, basta con que tengas un icono pequeñito del tamaño 16x16 y en formato de imagen .ico este deberas ponerlo en la raíz del sitio y añadir lo siguiente en tus paginas.
Icono de favoritos
<link rel="SHORTCUT ICON" href="http://nombredeweb.com/favicon.ico">
y listo, cuando alguien guarde tu pagina a sus favoritos le saldrá el icono, tanto en sus favoritos, como el el cuadro de búsqueda superior, donde muestra la url.
Código para poner un flash a una pagina web
Añadir un flash a una pagina web es tarea muy fácil con programas con Frontpage o Dreamweaver entre otros, en ellos tan solo tenéis que elegir el flash pulsáis con derecho elegís copiar y lo pegas en la misma pagina que estes creando, este es el método mas sencillo.
De todos modos aquí ponemos el código.
<param name="movie" value="ruta del flash.swf">
<param name="quality" value="high">
<embed src="ruta del flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="216"></embed>
</object>
Ya luego tan solo tienes que cambiar lo que aqui en rojo pusimos que es la anchura, altura y la dirección de donde se encuentra el flash.
<HEAD>
<TITLE>Redireccionado por www.CheNico.com</TITLE>
<SCRIPT LANGUAGE="JavaScript">
location.href='http://www.CheNico.com';
</SCRIPT>
</HEAD>
<BODY>
<!-- Begin
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// End -->
</script>
<p>El reloj...</p>
<form name="Reloj">
<input type="text" size="7" name="tiempo" value="mm:hh:ss" title="Tiempo restante para finalizar el día">
<script language="JavaScript">
<!--
var tiempoAtras;
updateReloj();
function updateReloj() {
var tiempo = new Date();
var hora = 23-tiempo.getHours();
var minutos = 59-tiempo.getMinutes();
var segundos = 59-tiempo.getSeconds();
tiempoAtras= (hora < 10) ? hora :hora;
tiempoAtras+= ((minutos < 10) ? ":0" : ":") + minutos;
tiempoAtras+= ((segundos < 10) ? ":0" : ":") + segundos;
document.Reloj.tiempo.value = tiempoAtras;
setTimeout("updateReloj()",1000);
}
//-->
</script>
</form>
</body>
Con este código podemos hacer que si a un visitante le gustó nuestra Web, la recomiende a un amigo escribiendo su dirección de correo electrónico en la casilla, al hacer click en "Recomendar esta Web" se envía un mensaje de correo con el asunto "Pienso que te puede interesar esta página..." y en el cuerpo del mensaje aparece la dirección completa donde se encuentra el código y el título de la misma.
ENVÍA ESTA PÁGINA A UN AMIGO
<br>
Indica su e-mail:
<br>
<input type="text" name="address" size="25">
<br>
<input type="button" value="Recomendá esta Web!" onClick="mailThisUrl();">
</form>
<script language="JavaScript1.2">
var good;
function checkEmailAddress(field) {
// the following expression must be all on one line...
var goodEmail = field.value.match(/b(^(S+@).+((.com)|(.net)|
(.edu)|(.mil)|(.gov)|(.org)|(..{2,2}))$)b/gi);
if (goodEmail){
good = true
} else {
alert('Por favor introduce un e-mail valido')
field.focus()
field.select()
good = false
}
}
u = window.location;
m = "Pienso que te puede interesar esta página...";
function mailThisUrl(){
good = false
checkEmailAddress(document.eMailer.address)
if (good){
// the following expression must be all on one line...
window.location = "mailto:"+document.eMailer.address.value+"?subject="+m+"&body="+document.title+" "+u;
}
}
</script>
<FORM ACTION="mailto:tunombre@tuservidor.com" METHOD="post">
<TABLE>
<TD ALIGN=RIGHT>Nombre:</TD>
<TD><INPUT type="text" size=36 name="nombre"></TD>
<TR><TD ALIGN=RIGHT>Direccion E-mail:</TD>
<TD><INPUT type="text" size=36 name="direccion"></TD>
<TR><TD ALIGN=RIGHT>como llegaste hasta esta pagina?</TD>
<TD><INPUT type="text" size=36 name="procedencia"></TD>
<TR><TD ALIGN=RIGHT>Tus comentatios:</TD>
<TD><TEXTAREA rows=5 cols=30 name="comentarios"></TEXTAREA></TD>
</TABLE>
<INPUT type="reset" value="Borrar todo"> <INPUT type="submit" value="Enviar">
</FORM>
<script language="JavaScript"><!--
function escribe(frase){document.desplaza.cuadro.value=frase; }
// --></script>
</p>
<table border="0">
<tr>
<td width="200"><p align="center"><strong>Opciones.</strong></p>
<p><a href="http://www.CheNico.com"
onmouseover="escribe(' Página principaln ----------------nn Cuando hagas Click en este enlace irás directamente a la página de inicio de mi web');">Página
principal</a><br>
<a href="http://usuarios.lycos.es/pauluk/trucosprin.htm"
onmouseover="escribe(' Trucos PCn -----------nn Este enlace te llevará a la página de Trucos PC en la que podés encontrar muchos más trucos interesantes para realizar e incluir en tus páginas web');">Trucos PC</a><br>
<a href="http://usuarios.lycos.es/pauluk/GLOSARIO.HTM"
onmouseover="escribe(' Glosarion -------------- nn Diccionario de Términos Informáticos. Enterate el significado de esas palabras de computación que decís todos los días pero que no sabés exactamente qué significa.');">Glosario</a><br>
</p>
</td>
<td><form name="desplaza">
<p><textarea name="cuadro" rows="8" cols="30"
wrap="physical"></textarea></p>
</form>
</td>
</tr>
</table>
<WIDTH=200 HEIGHT=55 AUTOSTART="true" LOOP="false" HIDDEN="true">
<!--
A:link {COLOR: red; TEXT-DECORATION: none}
A:visited {COLOR: gray; TEXT-DECORATION: none}
A:active {TEXT-DECORATION: none}
A:hover {COLOR: blue; TEXT-DECORATION: underline} -->
</STYLE>
</p>
<p><a href="l1.htm">El texto que quieras.</a><br>
<a href="l2.htm">otro texto.</a><br>
<a href="l3.htm">Otro texto.</a><br>
</p>
<!--
body { cursor: crosshair}
-->
</style>
onmouseout="window.status=''"
onmouseover="window.status='Acá aparece el mensaje que quieras';return true">
Pauluk Computación</a>
function right(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert("Coloca el mensaje aquí.");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("Coloca el mensaje aquí.");
return false;
}
return true;
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
</script>
COLOR: #004080;" onclick=
"this.style.behavior='url(#default#homepage)';
this.setHomePage('http://www.CheNico.com');">
<FONT color=#000000 size=-2><U>
Establecer como página de inicio</U></FONT></A>
CODIGO PARA TU HI5
Centrar Imgenes,texto,aplicaciones,flash
Insertar Espacio(s) entre imagenes,texto,aplicaciones,flash
Insertar Imegenes con o sin link en cualquier lugar
<img src="AQUI RUTA DONDE SE ENCUENTRA LA IMAGEN" border=0>
</a>
Pueden usar la imagen sin link tambien
Cambiar la imagen de tus estadisticas
.vanity-bar div div img,
.vanity-bar div img {display:none;}
.vanity-bar div {background:url(AQUI LA RUTA DE TU IMAGEN QUE IRA COMO ESTADISTICAS QUE AUN NO TIENES) !important;
background-repeat: no-repeat !important;}
.vanity-bar div div {background:url(AQUI LA RUTA DE TU IMAGEN QUE IRA COMO LAS ESTADISTICAS QUE LLEVAS) !important;
background-repeat: no-repeat !important;}
Quitar Regalos hi5 (nadie los puede ver)
#gifts {display:none;}
</style>
Quitar Marco transparente de tu informacion (edad,ubicacion etc)
#info,#contact {border:none}
#info-topmid {filter:none !important;background:none !important}
#info-topleft,#info-topright,#info-botleft,#info-botmid,#info-botright {display:none}
</style>
Cambiar tus iconos de navegacion (agregar amigo,mensaje etc)
#user-links img {display: none}
#user-links a {list-style:url(AQUI EL CODE DE SU IMAGEN RECOMIENDO 15px x 15px) inside;display:list-item}
</style>
<br />
<style>
#online-now-icon {
background: url(AQUI LA RUTA DE LA IMAGEN RECOMIENDO TAMAÑO MAXIMO 15px15px); HEIGHT: 40px; WIDTH: 100px; filter:none;} </style>
Cubrir los fives
#user-fives .listitem-separator{display:none;}
#user-fives img {opacity:0.0;filter:alpha(opacity=0);-moz-opacity:0.0;}
#user-fives .subsection{padding-left:110px; padding-right:110px;background-image:url(AQUI LA RUTA DE LA IMAGEN);}
</style>
Caja de comentarios personalizada
.commentEditor form input {
background: transparent url(AQUI RUTA DE LA IMAGEN QUE VA A IR COMO BOTON ENVIAR) center center no-repeat;
color: #fff;
overflow: hidden;
width: 322px;
height: 17px;
padding: 0; margin: 0; border: 0;
text-indent: 9999px;
line-height: 9999px;
cursorointer;
}
textarea {background: transparent url(AKI LA IMAGEN QUE VA A IR COMO FONDO DE LA CJA DE COMENTARIOS);
border:none;
color:#ffffff;
width: 322px;
height: 98px;
font-size:20;
font-weight:bold;
border:none;overflow: hidden;
}
</style>
Todos los valores de color y tamaño de letra se pueden cambiar.
Codigo para quitar la seccion de juegos
#gamesModule {display:none;}
</style>
Codigo para centrar su nombre de perfil
#profile-nav {
text-align:center;
}
</style>*Codigo para quitar la palabra "MI PERFIL"
<style> #profile-name .section-name { display: none; } </style>
Codigo para quitar las visitas del titulo de tu perfil
Codigo para quitar "BLOQUEAR USUARIO DE TU PERFIL
#abuse-links {display:none !important}
</style>
Codigo para dejar mensaje personalizado cuando te ponen un comentario
#pageMessages div {display: none}
#pageMessages {filter:alpha(opacity=60); opacity: 0.6}
#pageMessages:hover {filter:alpha(opacity=100); opacity: 1.0}
#message-success {background:transparent !important; background-image: none !important;}
#message-success #message-content h1 {color: #FFFFFF !important;background:url(AQUI LA RUTA DE LA IMAGEN RECOMIENDO 60X100) no-repeat 5% 90%;text-indent:-9000px;height:100px}
#message-success #message-content {height:100px; background:url(h;
background-repeat:no-repeat;
padding-left: 100px;
padding-bottom: 10px;
border: 5px #FFFFFF dashed;
background-color:transparent;
float: none !important;
background-position: 5% 50%;filter:alpha(opacity=60)}
#message-success #message-content:hover {filter:none }
#message-success, #message-content, #message-error {display: block !important}
</style>
****ESTO DEBE DE IR EN INTERESES****
QUITAR PUBLICIDAD hi5 y Google
<style>
#xabout-right {visibility:hidden;}
#vanity-bars {visibility:visible !important;}
</style>
<br>
<br>
<table width="100%" cellpadding="0px" cellspacing="0px"><tr><td>
<div class="box_profile_info_small_content">
<style type="text/css">
GK-TM{sitio-web:http://*********.net;}
iframe {display:none;}#search_table {display:none;}.scrollable {display:none;}.box_profile_connections
{display:none;}#p_nav_header {display:none;}#footer {display:none;}
</style>
<style type="text/css">
GK-TM{sitio-web:http://*********.net;} .bg_content, .heading_profile { background-color: transparent !important;
</b>
</div>
</td></tr></table>
Nota: Hay codigos que de alguna manera habilitan la publicidad de nuevo, por decir un ejemplo:
#gropups{display:none;}
</style>
DECORA TU HI5 ENTRANDO EN EL SIGUIENTE LINK
http://www.pympy.com/