Page 1 of 1

And in the finest traditions of my fan-fiction I present...

Posted: Wed Nov 23, 2011 7:21 pm
by drew
...The Finis Promo Poster! :D

Image

Countdown - 23 Days, 00 Hours, 39 Minutes, 31 Seconds. 8)

Cheers,

Drew.

Re: And in the finest traditions of my fan-fiction I present

Posted: Wed Nov 23, 2011 7:42 pm
by JazHaz
drew wrote:
Countdown - 23 Days, 00 Hours, 39 Minutes, 31 Seconds.
Your countdown timer is not working! :lol:

Re: And in the finest traditions of my fan-fiction I present

Posted: Thu Nov 24, 2011 5:00 pm
by drew
Must be one of those tricky quantum uncertainty dubry whatsits...

Cheers,

Drew.

Re: And in the finest traditions of my fan-fiction I present

Posted: Thu Nov 24, 2011 5:07 pm
by ClymAngus
might this be useful?
http://countdown.onlineclock.net/generator/

<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--

dateFuture = new Date(2011,11,16,22,0,0);

function GetCount(){

dateNow = new Date(); //grab current date
amount = dateFuture.getTime() - dateNow.getTime(); //calc milliseconds between dates
delete dateNow;

// time is already past
if(amount < 0){
document.getElementById('countbox').innerHTML="Now!";
}
// date is still good
else{
days=0;hours=0;mins=0;secs=0;out="";

amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs

days=Math.floor(amount/86400);//days
amount=amount%86400;

hours=Math.floor(amount/3600);//hours
amount=amount%3600;

mins=Math.floor(amount/60);//minutes
amount=amount%60;

secs=Math.floor(amount);//seconds

if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";}
if(days != 0 || hours != 0){out += hours +" hour"+((hours!=1)?"s":"")+", ";}
if(days != 0 || hours != 0 || mins != 0){out += mins +" minute"+((mins!=1)?"s":"")+", ";}
out += secs +" seconds";
document.getElementById('countbox').innerHTML=out;

setTimeout("GetCount()", 1000);
}
}

window.onload=function(){GetCount();}//call when everything has loaded

//-->
</script>
<div id="countbox"></div>

Re: And in the finest traditions of my fan-fiction I present

Posted: Thu Nov 24, 2011 5:15 pm
by drew
Works fine on my website, but you can't embed javascript in this forum... :( Probably for very sensible reasons!

Cheers,

Drew.

Re: And in the finest traditions of my fan-fiction I present

Posted: Thu Nov 24, 2011 11:56 pm
by DaddyHoggy
drew wrote:
Works fine on my website, but you can't embed javascript in this forum... :( Probably for very sensible reasons!

Cheers,

Drew.
Perhaps Aegidian could add it as a plug-in! :)

Re: And in the finest traditions of my fan-fiction I present

Posted: Fri Nov 25, 2011 2:47 pm
by Selezen
Yay! The day before my birthday!

Thanks for the present, Mr. Wagar!

Re: And in the finest traditions of my fan-fiction I present

Posted: Fri Nov 25, 2011 2:55 pm
by ClymAngus
Just noticed the background! Thank you!!!

Re: And in the finest traditions of my fan-fiction I present

Posted: Fri Nov 25, 2011 3:24 pm
by drew
ClymAngus wrote:
Just noticed the background! Thank you!!!
I was hoping you'd spot that... :D

@Selezen - Happy Birthday... soon! :lol:

Cheers,

Drew.