FreeWorld Forum Guide pc, attualità, economia, giochi, grafica, curiosità e tanto altro ancora ..

richiesta codice per l'orario e la data

  • Messaggi
  • OFFLINE
    world champion
    Post: 2.440
    Post: 34
    Registrato il: 23/06/2005
    Registrato il: 11/08/2005
    Città: GUBBIO
    Età: 31
    Sesso: Maschile
    Occupazione: Newsboarder

    FREEWORLDIANO

    Appena Arrivato

    00 26/08/2005 22:45
    datemelo
  • OFFLINE
    xvalentino
    Post: 16.514
    Post: 11.000
    Registrato il: 09/01/2005
    Registrato il: 09/01/2005
    Sesso: Maschile

    ADMIN

    Supremo

    00 26/08/2005 23:52
    magari se formulassi la rischiesta in un modo più comprensibile e gentile.
  • OFFLINE
    world champion
    Post: 2.440
    Post: 34
    Registrato il: 23/06/2005
    Registrato il: 11/08/2005
    Città: GUBBIO
    Età: 31
    Sesso: Maschile
    Occupazione: Newsboarder

    FREEWORLDIANO

    Appena Arrivato

    00 08/09/2005 16:31
    Va bene allora per favore mi date il codice per orario e data per il forum
  • OFFLINE
    xvalentino
    Post: 16.514
    Post: 11.000
    Registrato il: 09/01/2005
    Registrato il: 09/01/2005
    Sesso: Maschile

    ADMIN

    Supremo

    00 08/09/2005 17:54
    orologio che segue il mouse
    ok, allora......


    <SCRIPT language=JavaScript>

    dCol='000080';//date colour.
    fCol='000000';//face colour.
    sCol='FF0000';//seconds colour.
    mCol='0000FF';//minutes colour.
    hCol='000000';//hours colour.
    ClockHeight=40;
    ClockWidth=40;
    ClockFromMouseY=0;
    ClockFromMouseX=100;

    //Alter nothing below! Alignments will be lost!

    d=new Array("DOMENICA","LUNEDÌ","MARTEDÌ","MERCOLEDÌ","GIOVEDÌ","VENERDÌ","SABATO");
    m=new Array("GENNAIO","FEBBRAIO","MARZO","APRILE","MAGGIO","GIUGNO","LUGLIO","AGOSTO","SETTEMBRE","OTTOBRE","NOVEMBRE","DICEMBRE");
    date=new Date();
    day=date.getDate();
    year=date.getYear();
    if (year < 2000) year=year+1900;
    TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;
    D=TodaysDate.split('');
    H='...';
    H=H.split('');
    M='....';
    M=M.split('');
    S='.....';
    S=S.split('');
    Face='1 2 3 4 5 6 7 8 9 10 11 12';
    font='Arial';
    size=1;
    speed=0.6;
    ns=(document.layers);
    ie=(document.all);
    Face=Face.split(' ');
    n=Face.length;
    a=size*10;
    ymouse=0;
    xmouse=0;
    scrll=0;
    props="<font face="+font+" size="+size+" color="+fCol+"><B>";
    props2="<font face="+font+" size="+size+" color="+dCol+"><B>";
    Split=360/n;
    Dsplit=360/D.length;
    HandHeight=ClockHeight/4.5
    HandWidth=ClockWidth/4.5
    HandY=-7;
    HandX=-2.5;
    scrll=0;
    step=0.04;
    currStep=0;
    y=new Array();x=new Array();Y=new Array();X=new Array();
    for (i=0; i < n; i++){y=0;x=0;Y=0;X=0}
    Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
    for (i=0; i < D.length; i++){Dy=0;Dx=0;DY=0;DX=0}
    if (ns){
    for (i=0; i < D.length; i++)
    document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D+'</font></center></layer>');
    for (i=0; i < n; i++)
    document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face+'</font></center></layer>');
    for (i=0; i < S.length; i++)
    document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S+'</b></center></font></layer>');
    for (i=0; i < M.length; i++)
    document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M+'</b></center></font></layer>');
    for (i=0; i < H.length; i++)
    document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H+'</b></center></font></layer>');
    }
    if (ie){
    document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < D.length; i++)
    document.write('<div id="ieDate" style=" position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D+'</B></font></div>');
    document.write('</div></div>');
    document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < n; i++)
    document.write('<div id="ieFace" style=" position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face+'</B></font></div>');
    document.write('</div></div>');
    document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < H.length; i++)
    document.write('<div id="ieHours" style=" position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H+'</div>');
    document.write('</div></div>');
    document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < M.length; i++)
    document.write('<div id="ieMinutes" style=" position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M+'</div>');
    document.write('</div></div>')
    document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
    for (i=0; i < S.length; i++)
    document.write('<div id="ieSeconds" style=" position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S+'</div>');
    document.write('</div></div>')
    }
    (ns)?window.captureEvents(Event.MOUSEMOVE):0;
    function Mouse(evnt){
    ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;
    xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
    }
    (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
    function ClockAndAssign(){
    time = new Date ();
    secs = time.getSeconds();
    sec = -1.57 + Math.PI * secs/30;
    mins = time.getMinutes();
    min = -1.57 + Math.PI * mins/30;
    hr = time.getHours();
    hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
    if (ie){
    Od.style.top=window.document.body.scrollTop;
    Of.style.top=window.document.body.scrollTop;
    Oh.style.top=window.document.body.scrollTop;
    Om.style.top=window.document.body.scrollTop;
    Os.style.top=window.document.body.scrollTop;
    }
    for (i=0; i < n; i++){
    var F=(ns)?document.layers['nsFace'+i]:ieFace.style;
    F.top=y + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;
    F.left=x + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);
    }
    for (i=0; i < H.length; i++){
    var HL=(ns)?document.layers['nsHours'+i]:ieHours.style;
    HL.top=y+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;
    HL.left=x+HandX+(i*HandWidth)*Math.cos(hrs);
    }
    for (i=0; i < M.length; i++){
    var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes.style;
    ML.top=y+HandY+(i*HandHeight)*Math.sin(min)+scrll;
    ML.left=x+HandX+(i*HandWidth)*Math.cos(min);
    }
    for (i=0; i < S.length; i++){
    var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds.style;
    SL.top=y+HandY+(i*HandHeight)*Math.sin(sec)+scrll;
    SL.left=x+HandX+(i*HandWidth)*Math.cos(sec);
    }
    for (i=0; i < D.length; i++){
    var DL=(ns)?document.layers['nsDate'+i]:ieDate.style;
    DL.top=Dy + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;
    DL.left=Dx + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);
    }
    currStep-=step;
    }
    function Delay(){
    scrll=(ns)?window.pageYOffset:0;
    Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);
    Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);
    for (i=1; i < D.length; i++){
    Dy=Math.round(DY+=(Dy[i-1]-DY)*speed);
    Dx=Math.round(DX+=(Dx[i-1]-DX)*speed);
    }
    y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
    x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
    for (i=1; i < n; i++){
    y=Math.round(Y+=(y[i-1]-Y)*speed);
    x=Math.round(X+=(x[i-1]-X)*speed);
    }
    ClockAndAssign();
    setTimeout('Delay()',20);
    }
    if (ns||ie)window.onload=Delay;
    </SCRIPT>

    Modificato da xvalentino 08/09/2005 17.55
  • OFFLINE
    xvalentino
    Post: 16.514
    Post: 11.000
    Registrato il: 09/01/2005
    Registrato il: 09/01/2005
    Sesso: Maschile

    ADMIN

    Supremo

    00 08/09/2005 18:09
    data e orario
    simile a quello di Freeworld


    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Nuova pagina 2</title>
    </head>

    <body>

    <table border="1" cellspacing="1" width="308" id="AutoNumber3" bgcolor="" height="20" style="font-family: verdana,geneva,sans-serif; font-size: 9pt">
    <tr style="font-family: verdana,geneva,sans-serif; font-size: 9pt">
    <td width="152" align="center" style="font-family: verdana,geneva,sans-serif; font-size: 9pt" bgcolor="#008000">

    <font size="4">

    <font color="#FFFFFF"><span style="background-color: #008000">

    <!-- Giorno della settimana -->

    </span></font>

    </font>

    <font class="WebDate" face="Verdana">
    <font size="4">
    <font color="#FFFFFF"><span style="background-color: #008000">
    <SCRIPT LANGUAGE="JavaScript">
    var days=new Array(8);
    days[1] = "Domenica";
    days[2] = "Lunedì";
    days[3] = "Martedì";
    days[4] = "Mercoledì";
    days[5] = "Giovedì";
    days[6] = "Venerdì";
    days[7] = "Sabato";
    var months=new Array(13);
    months[1] = "Gennaio";
    months[2] = "Febbraio";
    months[3] = "Marzo";
    months[4] = "Aprile";
    months[5] = "Maggio";
    months[6] = "Giugno";
    months[7] = "Luglio";
    months[8] = "Agosto";
    months[9] = "Settembre";
    months[10] = "Ottobre";
    months[11] = "Novembre";
    months[12] = "Dicembre";
    var dateObj=new Date()
    var wday=days[dateObj.getDay() + 1]
    var lmonth=months[dateObj.getMonth() + 1]
    var date=dateObj.getDate()
    document.write(wday + " " + date + " " + lmonth + " " + "2005")
    </SCRIPT></span></font></font></font></td>
    <td width="143" align="center" style="font-family: verdana,geneva,sans-serif; font-size: 9pt" bgcolor="#008000">

    <font size="4" color="#FFFFFF">

    <span style="background-color: #008000">

    <!-- Ora -->
    <script language=JavaScript>
    if (document.all||document.getElementById)
    document.write('<span id="worldclock" style="font: 13.5px Verdana; color:#FFFFFF;"></span><br>')

    zone=0;
    isitlocal=true;
    ampm='';

    function updateclock(z){
    zone=z.options[z.selectedIndex].value;
    isitlocal=(z.options[0].selected)?true:false;
    }

    function WorldClock(){
    now=new Date();
    ofst=now.getTimezoneOffset()/60;
    secs=now.getSeconds();
    sec=-1.57+Math.PI*secs/30;
    mins=now.getMinutes();
    min=-1.57+Math.PI*mins/30;
    hr=(isitlocal)?now.getHours():(now.getHours() + parseInt(ofst)) + parseInt(zone);
    hrs=-1.575+Math.PI*hr/6+Math.PI*parseInt(now.getMinutes())/360;
    if (hr < 0) hr+=24;
    if (hr > 23) hr-=24;
    ampm = (hr > 11)?"":"";
    statusampm = ampm.toLowerCase();

    hr2 = hr;
    if (hr2 == 0) hr2=24;
    (hr2 < 13)?hr2:hr2 %= 24;
    if (hr2<10) hr2="0"+hr2

    var finaltime=hr2+':'+((mins < 10)?"0"+mins:mins)+':'+((secs < 10)?"0"+secs:secs)+' '+statusampm;

    if (document.all)
    worldclock.innerHTML=finaltime
    else if (document.getElementById)
    document.getElementById("worldclock").innerHTML=finaltime
    else if (document.layers){
    document.worldclockns.document.worldclockns2.document.write(finaltime)
    document.worldclockns.document.worldclockns2.document.close()
    }


    setTimeout('WorldClock()',1000);
    }

    window.onload=WorldClock

    </script></span></font></td>

    </tr>
    </table>

    </body>

    </html>
  • Shark91
    00 09/09/2005 17:21
    <SCRIPT language=JavaScript> dCol='000080';//date colour. fCol='000000';//face colour. sCol='FF0000';//seconds colour. mCol='0000FF';//minutes colour. hCol='000000';//hours colour. ClockHeight=40; ClockWidth=40; ClockFromMouseY=0; ClockFromMouseX=100; //Alter nothing below! Alignments will be lost! d=new Array("DOMENICA","LUNEDÌ","MARTEDÌ","MERCOLEDÌ","GIOVEDÌ","VENERDÌ","SABATO"); m=new Array("GENNAIO","FEBBRAIO","MARZO","APRILE","MAGGIO","GIUGNO","LUGLIO","AGOSTO","SETTEMBRE","OTTOBRE","NOVEMBRE","DICEMBRE"); date=new Date(); day=date.getDate(); year=date.getYear(); if (year < 2000) year=year+1900; TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year; D=TodaysDate.split(''); H='...'; H=H.split(''); M='....'; M=M.split(''); S='.....'; S=S.split(''); Face='1 2 3 4 5 6 7 8 9 10 11 12'; font='Arial'; size=1; speed=0.6; ns=(document.layers); ie=(document.all); Face=Face.split(' '); n=Face.length; a=size*10; ymouse=0; xmouse=0; scrll=0; props=""; props2=""; Split=360/n; Dsplit=360/D.length; HandHeight=ClockHeight/4.5 HandWidth=ClockWidth/4.5 HandY=-7; HandX=-2.5; scrll=0; step=0.04; currStep=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < n; i++){y=0;x=0;Y=0;X=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < D.length; i++){Dy=0;Dx=0;DY=0;DX=0} if (ns){ for (i=0; i < D.length; i++) document.write('
    '+props2+D+'
    '); for (i=0; i < n; i++) document.write('
    '+props+Face+'
    '); for (i=0; i < S.length; i++) document.write('
    '+S+'
    '); for (i=0; i < M.length; i++) document.write('
    '+M+'
    '); for (i=0; i < H.length; i++) document.write('
    '+H+'
    '); } if (ie){ document.write('
    '); for (i=0; i < D.length; i++) document.write('
    '+props2+D+'
    '); document.write('
    '); document.write('
    '); for (i=0; i < n; i++) document.write('
    '+props+Face+'
    '); document.write('
    '); document.write('
    '); for (i=0; i < H.length; i++) document.write('
    '+H+'
    '); document.write('
    '); document.write('
    '); for (i=0; i < M.length; i++) document.write('
    '+M+'
    '); document.write('
    ') document.write('
    '); for (i=0; i < S.length; i++) document.write('
    '+S+'
    '); document.write('
    ') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ Od.style.top=window.document.body.scrollTop; Of.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < n; i++){ var F=(ns)?document.layers['nsFace'+i]:ieFace.style; F.top=y + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll; F.left=x + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180); } for (i=0; i < H.length; i++){ var HL=(ns)?document.layers['nsHours'+i]:ieHours.style; HL.top=y+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; HL.left=x+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < M.length; i++){ var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes.style; ML.top=y+HandY+(i*HandHeight)*Math.sin(min)+scrll; ML.left=x+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < S.length; i++){ var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds.style; SL.top=y+HandY+(i*HandHeight)*Math.sin(sec)+scrll; SL.left=x+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < D.length; i++){ var DL=(ns)?document.layers['nsDate'+i]:ieDate.style; DL.top=Dy + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll; DL.left=Dx + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180); } currStep-=step; } function Delay(){ scrll=(ns)?window.pageYOffset:0; Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed); Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed); for (i=1; i < D.length; i++){ Dy=Math.round(DY+=(Dy[i-1]-DY)*speed); Dx=Math.round(DX+=(Dx[i-1]-DX)*speed); } y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < n; i++){ y=Math.round(Y+=(y[i-1]-Y)*speed); x=Math.round(X+=(x[i-1]-X)*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; </SCRIPT>
  • OFFLINE
    v.c 7bello
    Post: 34.465
    Post: 3.862
    Registrato il: 08/01/2005
    Registrato il: 26/08/2005
    Sesso: Maschile

    FREEWORLDIANO

    Piccolo Grande Saggio

    00 10/09/2005 20:11
    complimenti valentino,dove hai imparato tutto questo?smileo
  • OFFLINE
    doublef
    Post: 2.444
    Post: 1.432
    Registrato il: 01/02/2005
    Registrato il: 25/03/2005
    Sesso: Maschile

    FREEWORLDIANO

    Top Master

    00 10/09/2005 20:46
    l'ha preso, sono script che si trovano in rete
  • OFFLINE
    v.c 7bello
    Post: 34.465
    Post: 3.862
    Registrato il: 08/01/2005
    Registrato il: 26/08/2005
    Sesso: Maschile

    FREEWORLDIANO

    Piccolo Grande Saggio

    00 10/09/2005 20:52
    Re:

    Scritto da: doublef 10/09/2005 20.46
    l'ha preso, sono script che si trovano in rete



    forte doublef!!!
    te sei buono a programmare da te?
    molto interessante l'htmlsmile8
  • OFFLINE
    xvalentino
    Post: 16.514
    Post: 11.000
    Registrato il: 09/01/2005
    Registrato il: 09/01/2005
    Sesso: Maschile

    ADMIN

    Supremo

    00 10/09/2005 21:03
    Re: Re:

    Scritto da: v.c 7bello 10/09/2005 20.52


    forte doublef!!!
    te sei buono a programmare da te?
    molto interessante l'htmlsmile8





    sai come si dice.....ha le doti ma non si applica.

    smao9
  • OFFLINE
    doublef
    Post: 2.444
    Post: 1.432
    Registrato il: 01/02/2005
    Registrato il: 25/03/2005
    Sesso: Maschile

    FREEWORLDIANO

    Top Master

    00 11/09/2005 13:28
    smilep
  • OFFLINE
    v.c 7bello
    Post: 34.465
    Post: 3.862
    Registrato il: 08/01/2005
    Registrato il: 26/08/2005
    Sesso: Maschile

    FREEWORLDIANO

    Piccolo Grande Saggio

    00 11/09/2005 17:50
    Re:
    faccina66 smao2

    Scritto da: doublef 11/09/2005 13.28
    smilep

  • OFFLINE
    =VERO21MARY7=
    Post: 1.634
    Post: 10
    Registrato il: 12/11/2005
    Registrato il: 10/01/2006
    Città: MILANO
    Età: 34
    Sesso: Femminile

    FREEWORLDIANO

    Appena Arrivato

    00 29/01/2006 17:08
    prendiamo i 2 codici!!! grazie...ciao ciao
  • OFFLINE
    xvalentino
    Post: 16.514
    Post: 11.000
    Registrato il: 09/01/2005
    Registrato il: 09/01/2005
    Sesso: Maschile

    ADMIN

    Supremo

    00 04/02/2006 14:16
    ok, li metti sul forum?