31 Μάιος 2022

Αρθρα σχετικα με την Χημεία

test

1 Οκτώβριος 2008

πληροφορικη

time

1 Οκτώβριος 2008

/***********************************************
* Local Time script- © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/

var weekdaystxt=[“Sun”, “Mon”, “Tues”, “Wed”, “Thurs”, “Fri”, “Sat”]

function showLocalTime(container, servermode, offsetMinutes, displayversion){
if (!document.getElementById || !document.getElementById(container)) return
this.container=document.getElementById(container)
this.displayversion=displayversion
var servertimestring=(servermode==”server-php”)? ” : (servermode==”server-ssi”)? ‘‘ : ”
this.localtime=this.serverdate=new Date(servertimestring)
this.localtime.setTime(this.serverdate.getTime()+offsetMinutes*60*1000) //add user offset to server time
this.updateTime()
this.updateContainer()
}

showLocalTime.prototype.updateTime=function(){
var thisobj=this
this.localtime.setSeconds(this.localtime.getSeconds()+1)
setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second
}

showLocalTime.prototype.updateContainer=function(){
var thisobj=this
if (this.displayversion==”long”)
this.container.innerHTML=this.localtime.toLocaleString()
else{
var hour=this.localtime.getHours()
var minutes=this.localtime.getMinutes()
var seconds=this.localtime.getSeconds()
var ampm=(hour>=12)? “PM” : “AM”
var dayofweek=weekdaystxt[this.localtime.getDay()]
this.container.innerHTML=formatField(hour, 1)+”:”+formatField(minutes)+”:”+formatField(seconds)+” “+ampm+” (“+dayofweek+”)”
}
setTimeout(function(){thisobj.updateContainer()}, 1000) //update container every second
}

function formatField(num, isHour){
if (typeof isHour!=”undefined”){ //if this is the hour field
var hour=(num>12)? num-12 : num
return (hour==0)? 12 : hour
}
return (num<=9)? “0”+num : num//if this is minute or sec field
}

javascript

1 Οκτώβριος 2008

/***********************************************
* Basic Calendar-By Brian Gosselin at http://scriptasylum.com/bgaudiodr/
* Script featured on Dynamic Drive (http://www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

αυτο ειναι ενα ημερολογιο

var todaydate=new Date()
var curmonth=todaydate.getMonth()+1 //get current month (1-12)
var curyear=todaydate.getFullYear() //get current year

document.write(buildCal(curmonth ,curyear, “main”, “month”, “daysofweek”, “days”, 1));

ΓΑΒΑΛΑ ΕΙΡΗΝΗ

10 Σεπτέμβριος 2008

ΑΥΤΗ ΕΙΝΑΙ ΜΙΑ ΠΡΟΣΠΑΘΕΙΑ ΣΥΓΓΡΑΦΗΣ ΔΗΜΟΣΙΕΥΣΗΣ

ΓΑΒΑΛΑ ΕΙΡΗΝΗ

10 Σεπτέμβριος 2008

HELLO!!!!!!

ΓΓΓΓ

10 Σεπτέμβριος 2008

ΜΜΜΜΜ

ΓΑΒΑΛΑ ΕΙΡΗΝΗ

10 Σεπτέμβριος 2008

ΑΥΤΗ ΕΙΝΑΙ ΜΙΑ ΠΡΟΣΠΑΘΕΙΑ ΣΥΝΤΑΞΗΣ ΠΡΟΣΩΠΙΚΗΣ ΣΕΛΙΔΑΣ

Γειά σου Κόσμε!

10 Σεπτέμβριος 2008

Καλωσήρθατε στο Blogs.sch.gr. Αυτή είναι η πρώτη σας δημοσίευση. Αλλάξτε την ή διαγράψτε την και αρχίστε το “Ιστολογείν”!

Σύνδεσμοι

Διαχείριση

Άνοιγμα μενού
Αλλαγή μεγέθους γραμματοσειράς
Αντίθεση