digibutter.nerr Forum Index
Hey [you]! If you haven't noticed, this is now the old digibutter forums. Go over to the new site!
digibutter.nerr
It's Hi-Technicaaal!

Digibutter Christmas Countdown
Goto page 1, 2  Next  
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    digibutter.nerr Forum Index -> Feedback
Author Message
I don't have a title.
Gold Prognosticus



Joined: 02 Oct 2007
Posts: 2182

HP: 100 MP: 1 Lives: 1



PostPosted: Sun Nov 30, 2008 4:01 pm   Reply with quote

Up on the banner where it says 'It's High Technicaaal!', Francis could add the following code to make a christmas countdown:

Code:
<!--Simply copy and paste into <BODY>  </BODY>
where you want this message to appear.-->

<SCRIPT type="text/javascript">

/*
Count Down - Annual Occasions Script
Visit http://rainbow.arch.scriptmania.com/scripts/
 for this script and many more
*/

var today=new Date()

//Enter the occasion's MONTH (1-12) and DAY (1-31):
var theoccasion=new Date(today.getFullYear(), 12, 25)

//Customize text to show before and on occasion. Follow grammer below:
var beforeOccasionText="left until Christmas"
var onOccasiontext="Merry Christmas!<BR>Have fun"

var monthtext=new Array("Jan","Feb","Mar","April","May","June","July","Aug","Sep","Oct","Nov","Dec")
theoccasion.setMonth(theoccasion.getMonth()-1) //change to 0-11 month format
var showdate="("+monthtext[theoccasion.getMonth()]+" "+theoccasion.getDate()+")" //show date of occasion

var one_day=1000*60*60*24
var calculatediff=""

calculatediff=Math.ceil((theoccasion.getTime()-today.getTime())/(one_day))
if (calculatediff<0){ //if bday already passed
var nextyeartoday=new Date()
nextyeartoday.setFullYear(today.getFullYear()+1)
calculatediff=Math.ceil((nextyeartoday.getTime()-today.getTime())/(one_day)+calculatediff)
}

//Display message accordingly
var pluraldayornot=(calculatediff==1)? "day" : "days"
if (calculatediff>0)
   document.write("<B>"+calculatediff+" "+pluraldayornot+" "+beforeOccasionText+" "+showdate+"</B>")
else if (calculatediff==0)
   document.write("<B>"+onOccasiontext+" "+showdate+"</B>")

</SCRIPT>
Back to top
Gold Prognosticus' Golden Shop    
Crappiest Animator ever.
Chaos-Stev-0



Joined: 17 Jun 2008
Posts: 5728

HP: 100 MP: 0 Lives: 10



PostPosted: Sun Nov 30, 2008 4:09 pm   Reply with quote

Well, I may not know much about script and coding, but this does sound like a good idea. I support this idea.
Back to top
Shop of Stev-0    
Goomba
Vampire


Joined: 21 Apr 2007
Posts: 2287

HP: 95 MP: 1 Lives: 1



PostPosted: Sun Nov 30, 2008 4:46 pm   Reply with quote

I support this. Maybe not for Christmas, but New Years Eve would be perfect for this.
Back to top
Goomba's Goombalicious Goods    
Parabuzzy Queen
Macha



Joined: 18 Jun 2007
Posts: 11083

HP: 10 MP: 5 Lives: 0



PostPosted: Sun Nov 30, 2008 7:19 pm   Reply with quote

Or better yet, have an advent calendar. Not with anything big in, mind--just little stuff, like Poison Shrooms, Super Mushrooms, etc. Coding it would be harder, though, I'm sure. D:
Back to top
Buzzy Mart    
PEPSIMAAAAAAAAAAAAAAAAAN!
Cherry
Vampire


Joined: 30 Apr 2007
Posts: 22614

HP: 65 MP: 6 Lives: 0



PostPosted: Sun Nov 30, 2008 9:02 pm   Reply with quote

Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Back to top
Console Merchandise    
Typhoon
Typhoon™
Dead
Dead


Joined: 13 May 2007
Posts: 17329

HP: 0 MP: 2 Lives: 0



PostPosted: Sun Nov 30, 2008 9:17 pm   Reply with quote

Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Back to top
Ornaments    
PEPSIMAAAAAAAAAAAAAAAAAN!
Cherry
Vampire


Joined: 30 Apr 2007
Posts: 22614

HP: 65 MP: 6 Lives: 0



PostPosted: Sun Nov 30, 2008 9:34 pm   Reply with quote

SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.
Back to top
Console Merchandise    
cool
Lord Bob
Vampire


Joined: 05 May 2007
Posts: 21056

HP: 61 MP: 8 Lives: 5



PostPosted: Sun Nov 30, 2008 9:40 pm   Reply with quote

Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Back to top
NON BANNER    
Tails Doll



Joined: 04 Jun 2007
Posts: 30513

HP: 100 MP: 3 Lives: 0



PostPosted: Sun Nov 30, 2008 9:49 pm   Reply with quote

Lord Bob wrote:
Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Yup. And Christmas Day is my Birthday, so, well...
Back to top
Hell    
Psst...
Die4Less
Vampire


Joined: 02 Jul 2008
Posts: 3681

HP: 95 MP: 0 Lives: 2



PostPosted: Sun Nov 30, 2008 9:52 pm   Reply with quote

Tails Doll wrote:
Lord Bob wrote:
Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Yup. And Christmas Day is my Birthday, so, well...


You get double the presents... That must be cool if it happens.
Back to top
Die4Less Corp.    
Tails Doll



Joined: 04 Jun 2007
Posts: 30513

HP: 100 MP: 3 Lives: 0



PostPosted: Tue Dec 02, 2008 8:04 pm   Reply with quote

Casual gamer wrote:
Tails Doll wrote:
Lord Bob wrote:
Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Yup. And Christmas Day is my Birthday, so, well...


You get double the presents... That must be cool if it happens.
Double the presents? Heck no. I don't celebrate my Birthday. I celebrate Christmas.
Back to top
Hell    
Fat Tuper
lovegod703



Joined: 06 May 2008
Posts: 5515

HP: 10 MP: 6 Lives: 0



PostPosted: Tue Dec 02, 2008 8:30 pm   Reply with quote

Casual gamer wrote:
You get double the presents... That must be cool if it happens.
No, double presents sucks. I have a birthday really soon after Christmas, and 2x presents is horrible, You end up getting so many you don't know what to do with them all, so it sucks
Back to top
Milton Games    
PEPSIMAAAAAAAAAAAAAAAAAN!
Cherry
Vampire


Joined: 30 Apr 2007
Posts: 22614

HP: 65 MP: 6 Lives: 0



PostPosted: Tue Dec 02, 2008 8:34 pm   Reply with quote

Lord Bob wrote:
Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Some people are still religious about it. Does that mean we shouldn't do it at all?
Back to top
Console Merchandise    
~A color is just a color~
Frozenwinters



Joined: 30 Aug 2007
Posts: 25292

HP: 1 MP: 0 Lives: 4



PostPosted: Tue Dec 02, 2008 9:12 pm   Reply with quote

Cherry wrote:
Lord Bob wrote:
Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Some people are still religious about it. Does that mean we shouldn't do it at all?
wtf last year we had a christmas event, why are you complaining now?
Back to top
The Carmadox Party    
Alice
MILF with a gun
Burning


Joined: 14 Oct 2007
Posts: 12888

HP: 57 MP: 0 Lives: 0



PostPosted: Tue Dec 02, 2008 9:37 pm   Reply with quote

Cherry wrote:
Lord Bob wrote:
Cherry wrote:
SilverSoda wrote:
Cherry wrote:
Or, like, a notable dates calender for different religions and groups.

I dunno, I think that'd be neat.
Religion

should not be

on a forum

like this.
Christmas is.


Christmas has diverted from the observing of Jesus' birth into a day of presents.
Some people are still religious about it. Does that mean we shouldn't do it at all?
"Jesus" wasn't even born in December.
Lol. :c
Back to top
Teru Shouten    
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    digibutter.nerr Forum Index -> Feedback
All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 of 2

 


Powered by phpBB © 2001, 2005 phpBB Group