Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje06-07-2008, 22:59 (UTC)    
Título del mensaje: Unos trucos nesesarios para tu wed

Atenciiiiiiiiiion miren he visto que hay pocas paginas donde dan trucos sobre desarroloo de la wed aca les va una pagina ideal para todos los que quieren que se pagina se reconocida y agradable pero primero unos cuantos trucos:

1.Codigos en la barra de estado:

Mensaje en la barra Inferior




Código:
<script language="JavaScript">
<!--
var yourwords = "Wedmaster te ayuda en tu Web";
var speed = 150;
var control = 1;
function flash()
{
if (control == 1)
{
window.status=yourwords;
control=0;
}
else
{
window.status="";
control=1;
}
setTimeout("flash();",speed);
}
// -->
</script>


Mensaje parpadiando en la barra inferior del texto


Código:
<script language="JavaScript">
var CC_msg = "Wedmaster  te ayuda...............";
var speed = 150;
var control = 1;
function flash()
{
if (control == 1)
{
window.status=CC_msg;
control=0;
}
else
{
window.status="";
control=1;
}
setTimeout("flash();",speed);
}
</script>



Mensaje con movimiento en la parte superior



Código:

    <script LANGUAGE="JavaScript">
var txt="Wedmaster  te ayuda.";
var espera=30;
var refresco=null;
function rotulo_title() {
document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
refresco=setTimeout("rotulo_title()",espera);}
rotulo_title();
</script>


Codigos de efectos:


Mensaje cambia de color

Código:

<SCRIPT language=JavaScript>
<!--
function cambiaColor(colorfg){
document.fgColor = colorfg
}
function tiempo(){
setTimeout("cambiaColor('aqua')",1);
setTimeout("cambiaColor('silver')", 1000);



Efecto super estraudinario ¨copialo en el HTLM¨


Código:

<SCRIPT>
/*wedmasterayuda.es.tl.*/
// Set your messages. Add as many as you like
var text=new Array()
text[0]=" >>>> ...............Juan camilo"
text[1]=" >>>> SALUDOS"
text[2]=" >>>> CÓDIGOS"
text[3]=" >>>> TRUCOS"
text[4]=" >>>> WEBMASTER"
text[5]=" >>>> HTML"
// Set the font
var textfont="Arial"
// Set the font-size
var textfontsize=16
// Set the font-color
var textfontcolor="#ff0000"
// Set the font-weight (values from 100 to 900)
var textweight="900"
//YoMaster.com
var textitalic="0"
var message=new Array()
var x_textposition=0
var y_textposition=0
var i_segments=Math.round(360/text.length)
var i_grad=0
var grad=0
var colorrgbred
var colorrgbgreen
var colorrgbblue
var windowwidth
var windowheight
var ns4=document.layers?1:0
var ns6=document.getElementById&&!document.all?1:0
var ie=document.all?1:0
if (textweight=="bold") {textweight=900}
if (textweight=="normal") {textweight=100}
if (textitalic=="italic") {textitalic=1}
if (textitalic=="normal") {textitalic=0}
for (i=0;i<=text.length-1;i++) {
message[i]=text[i].replace(/'/g,"`")
}
translateintorgb()
function translateintorgb() {
var hexanewred=textfontcolor.substring(1,3)
var hexanewgreen=textfontcolor.substring(3,5)
var hexanewblue=textfontcolor.substring(5,7)
colorrgbred=parseInt("0x"+hexanewred)
colorrgbgreen=parseInt("0x"+hexanewgreen)
colorrgbblue=parseInt("0x"+hexanewblue)
}
function initiate() {
windowheight=parseInt(document.body.clientHeight)/2
windowwidth=parseInt(document.body.clientWidth)-40
for (i=0;i<text.length;i++) {
var thisspan=eval("document.all.rotationstyle"+i)
thisspan.style.posLeft=20
thisspan.style.posTop=0
}
settexts()
}
function settexts() {
for (i=0;i<text.length;i++) {
var thisid="rotationobj"+i
var thisspan=eval("rotationstyle"+i)
thisspan.innerHTML=
'<OBJECT ID="'+thisid+'" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+windowwidth+'px;height:'+2*windowheight+'px">'+
'<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
'<PARAM NAME="Line0002" VALUE="SetLineColor(0,0,0)">'+
'<PARAM NAME="Line0003" VALUE="SetFillColor('+colorrgbred+','+colorrgbgreen+','+colorrgbblue+')">'+
'<PARAM NAME="Line0004" VALUE="SetFont(''+textfont+'', '+textfontsize+', '+textweight+', '+textitalic+', 0, 0)">'+
'<PARAM NAME="Line0005" VALUE="Text(''+message[i]+'',0, 2, 0)">'+
'</OBJECT>'
}
for (i=0;i<text.length;i++) {
var thisobj=eval("rotationobj"+i)
thisobj.Rotate(0,i_grad,0)
i_grad+=i_segments
}
startscroll()
}
function startscroll() {
for (i=0;i<text.length;i++) {
var thisobj=eval("rotationobj"+i)
thisobj.Rotate(1,2,0)
}
timer=setTimeout("startscroll()",20)
}
if (ie) {
for (i=0;i<text.length;i++) {
var thisid="rotationstyle"+i
var thisobjid="rotationobj"+i
document.write("<SPAN ID='"+thisid+"' STYLE='position:absolute'>")
document.write("<OBJECT ID='"+thisobjid+"' CLASSID='CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6'>")
document.write("</OBJECT>")
document.write("</SPAN>")
onload=initiate
}
}
</SCRIPT>
<p align="center"><b><font face="Verdana" size="2">Wedmaster</font></b></p>



Codigos de acciones:



Mensaje al entrar a tu pagina


Código:

<BODY onLoad="alert('Bienvenido a mi web');" onUnLoad="confirm('Gracias por tu visita, espero ke no sea la última');">



Botones de Navegacion


Código:
<table border="0" bgcolor="#FFCC66">
<tr>
<td align="center">
<input type="button" value=" << " onclick="javascript:window.history.go(-1);">
<input type="button" value="Top" onclick="document.location='#top';">
<input type="button" value=" >> " onclick="javascript:window.history.go(1);"></td>
</tr>
</table>
<!-- End Navigation -->



Mensaje de cargado pagina


Código:
<body onLoad="esconde();">
<script language="JavaScript">
if(ie || ns) document.write('<div id="precarga" align="center"><br>Esperen a que termine de cargar la página, por favor...</div>');
</script>




Estos son algunos de los muchos trucos que tengo para ustedes si quieren ver mas entren alas siguientes paginas

http://wedmasterayuda.es.tl/
http://desparchemusical.es.tl

Estas dos son mis paginas de ayuda y de ejemplos para los demas usuarios

........Entren y descubre mas codigos y consejos de tutoriales wed....
Mensaje06-07-2008, 23:13 (UTC)    
Título del mensaje:

dos post iguales!??
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group