The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Hot to put clock on portal?

5 posters

Go down

Hot to put clock on portal? Empty Hot to put clock on portal?

Post by Hindo January 12th 2008, 12:26 pm

As the title goes... How can I put a clock on my portal, analog clock... Or when can I find one to put it there...
Thanx!
Hindo
Hindo
Forumember

Male Posts : 31
Reputation : 0
Language : Croatian, English, Italian
Location : Croatia, Pula

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Koste January 12th 2008, 12:34 pm

http://www.clocklink.com/gallery.php?category=ANALOG

Here is some free flash clocks.

Take the HTML tag and put it in the portal (Create a custom block).
Koste
Koste
Forumember

Male Posts : 83
Reputation : 10
Language : Macedonian

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Naki January 12th 2008, 12:40 pm

http://www.timeanddate.com/worldclock/city.html?n=284
This one is I use and is much more perfect Very Happy
Naki
Naki
Forumember

Male Posts : 175
Reputation : 16
Language : Albanian, English, Croatian, Polish
Location : Kosova

http://naki.albanianforum.net

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Decibel January 12th 2008, 12:46 pm

This script will say "Good Morning", "Good Afternoon", or "Good Evening", based on YOUR time, as well as giving your time and date(realtime)..meaning it runs..not just shows your time at that moment. Enjoy.
Code:
<SCRIPT LANGUAGE="JavaScript">datetoday = new Date();timenow=datetoday.getTime();datetoday.setTime(timenow);thehour = datetoday.getHours();if (thehour > 18) display = "Evening";else if (thehour >12) display = "Afternoon";else display = "Morning";var greeting = ("Good " + display + "!");document.write(greeting);</scripthtml>&nbsp;It is&nbsp;<scripthtml language="Javascript">   function getime() {   var date= new Date();   var h = date.getHours();   var m = date.getMinutes();   var s = date.getSeconds();   var ampm="A.M.";   if (h > 11) { ampm="P.M." }   if (h > 12) { h-=12 }   if(m<10){ m="0"+m }   if(s<10){ s="0"+s }   clock.innerHTML=h+ ":" +m+ ":" +s+ " " +ampm;   setTimeout("getime()",100)   }</scripthtml><title>Clock</title><span id="clock" class="clock"></span><body onload=getime();>&nbsp;<scripthtml language = "JavaScript">var now = new Date();var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");var monNames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");document.write("and today's date is " + dayNames[now.getDay()] + " " + monNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear());</scripthtml>
Good Morning! It is 6:46:29 A.M. and today's date is Saturday January 12, 2008
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Koste January 12th 2008, 1:28 pm

Koste
Koste
Forumember

Male Posts : 83
Reputation : 10
Language : Macedonian

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Decibel January 12th 2008, 1:30 pm

Sorry but thats just an eyesore lol
Decibel
Decibel
Forumember

Male Posts : 201
Reputation : 10
Language : english
Location : Canada

http://decibels.forumsmusic.com

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Koste January 12th 2008, 1:32 pm

Desing in 1 min Smile just for kidding Smile
Koste
Koste
Forumember

Male Posts : 83
Reputation : 10
Language : Macedonian

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Hindo January 12th 2008, 2:27 pm

Thanx guys... Very Happy
Hindo
Hindo
Forumember

Male Posts : 31
Reputation : 0
Language : Croatian, English, Italian
Location : Croatia, Pula

Back to top Go down

Hot to put clock on portal? Empty Re: Hot to put clock on portal?

Post by Ike January 14th 2008, 4:25 am

Can someone make me a clock with this Hot to put clock on portal? Fanta10 backround , numbers,all form 1 to 12.The color of the numbers and arows,make it black.

tnx
Ike
Ike
Forumember

Male Posts : 284
Reputation : 8
Language : Macedonian, English
Location : Macedonia > Veles

http://www.promoviraj.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum