![]() |
|
|||||||
| Spam Zone Come here to post anything that doesnt fit into the rest of the forum topics. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
SOTW Host
Join Date: Apr 2008
Location: New Jersey
Posts: 956
Thanks: 8
Thanked 2 Times in 2 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
bal will be back in.....
http://www.7is7.com/otto/countdown.html?year=2008&month=7&date=8& hrs=14&ts=12&min=12&sec=0&tz=local&lang= en&show=dhms&mode=t&cdir=down&bgcolor=%2 3CCFFFF&fgcolor=%23000000&title=bal's%20 back%21on%22
Click teh link to find out when Bal comes back. Sorry Mibz, Couldn't get a good one since you have to be an admin for the actually coding to be somewhere on the site. Well....have fun waiting xD DarkAztek's link for now:
Last edited by DarkAztek; 06-30-2008 at 05:46 PM. |
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: bal will be back in.....
Damn, I wanted one that actually ticked down here. = /
I guess that'll do, pig. That'll do. |
|
|
#3 |
|
Sand Man
![]() Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
You mean something like... THIS?
Edit: Fuck, it's a work in progress. I'm trying to make it as gay as possible. Countdown to the spoon drawer being full again
__________________
[CENTER] Nam Myōhō Renge Kyō[/CENTER] [CENTER] [IMG]http://img.photobucket.com/albums/v293/HookerBodyShots/shark.jpg[/IMG][/CENTER] [center][b]Filler content[/b][/center] Last edited by DarkAztek; 06-30-2008 at 04:35 PM. |
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: bal will be back in.....
Ha, I don't care if it's gay. I just want to see it tick down so I know exactly how many seconds till little spoon gets back. <3
|
|
|
#5 |
|
sublimis ab unda
![]() Join Date: Feb 2006
Posts: 2,777
Thanks: 7,387
Thanked 3,312 Times in 1,249 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
Haha, that's awesome. XD
Sticky it Mibs.
__________________
![]() |
|
|
|
|
#6 |
|
Sand Man
![]() Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
//This is all testing to see what I can and can't do here.
HTML Code:
<style style="text/css"> .lcdstyle{ background-color:black; color:yellow; font: bold 18px Arial; padding: 3px; } .lcdstyle sup{ /*LCD countdown import*/ font-size: 80% } </style> <script type="text/javascript"> function cdtime(container, targetdate){ if (!document.getElementById || !document.getElementById(container)) return this.container=document.getElementById(container) this.currentTime=new Date() this.targetdate=new Date(targetdate) this.timesup=false this.updateTime() } cdtime.prototype.updateTime=function(){ var thisobj=this this.currentTime.setSeconds(this.currentTime.getSeconds()+1) setTimeout(function(){thisobj.updateTime()}, 500) //update time every half sec } cdtime.prototype.displaycountdown=function(baseunit, functionref){ this.baseunit=baseunit this.formatresults=functionref this.showresults() } cdtime.prototype.showresults=function(){ var thisobj=this var timediff=(this.targetdate-this.currentTime)/1000 //difference btw target date and current date, in seconds if (timediff<0){ this.timesup=true this.container.innerHTML=this.formatresults() return } //all time is in seconds var oneMinute=60 var oneHour=60*60 var oneDay=60*60*24 var dayfield=Math.floor(timediff/oneDay) var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour) var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute) var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute)) if (this.baseunit=="hours"){ //if base unit is hours, set "hourfield" to be topmost level hourfield=dayfield*24+hourfield dayfield="n/a" } else if (this.baseunit=="minutes"){ minutefield=dayfield*24*60+hourfield*60+minutefield dayfield=hourfield="n/a" } else if (this.baseunit=="seconds"){ var secondfield=timediff dayfield=hourfield=minutefield="n/a" } this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield) setTimeout(function(){thisobj.showresults()}, 500) //update results every half sec } //CUSTOM FORMAT OUTPUT// //function to pass into cdtime.displaycountdown() //arguments[0] to access "Days" left //arguments[1] to access "Hours" left //arguments[2] to access "Minutes" left //arguments[3] to access "Seconds" left function formatresults(){ if (this.timesup==false){//if target date/time not yet met var displaystring=arguments[0]+" days "+arguments[1]+" hours "+arguments[2]+" minutes "+arguments[3]+" seconds left until July 8th, 2008 02:30:00" } else{ //else if target date/time met var displaystring="Future date is here!" } return displaystring } function formatresults2(){ if (this.timesup==false){ //if target date/time not yet met var displaystring="<span class='lcdstyle'>"+arguments[0]+" <sup>days</sup> "+arguments[1]+" <sup>hours</sup> "+arguments[2]+" <sup>minutes</sup> "+arguments[3]+" <sup>seconds</sup></span> left until balmung returns" } else{ //else if target date/time met var displaystring="" //no text alert("The spoon drawer is full again!") //balmung alert } return displaystring } </script> <div id="countdowncontainer"></div> <br /> <div id="countdowncontainer2"></div> <script type="text/javascript"> var futuredate=new cdtime("countdowncontainer", "July 8, 2008 02:30:00") futuredate.displaycountdown("days", formatresults) var currentyear=new Date().getFullYear() var thisbalmungrelease=(new Date().getMonth()>=06 && new Date().getDate()>08)? currentyear+1 : currentyear var balmung=new cdtime("countdowncontainer2", "July 7th, "+thisbalmungrelease+" 0:0:00") balmung.displaycountdown("days", formatresults2) </script> cdtime().displaycountdown()
__________________
[CENTER] Nam Myōhō Renge Kyō[/CENTER] [CENTER] [IMG]http://img.photobucket.com/albums/v293/HookerBodyShots/shark.jpg[/IMG][/CENTER] [center][b]Filler content[/b][/center] Last edited by DarkAztek; 06-30-2008 at 05:23 PM. |
|
|
|
|
#7 |
|
<3===BK
![]() Join Date: Mar 1988
Location: With My Babeh
Age: 25
Posts: 2,245
Thanks: 0
Thanked 1,856 Times in 844 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
lol DA WTF random coding. Try vbulletins they always have useful info on this sort of shit.
http://www.vbadvanced.com/forum/showthread.php?t=1988 If Shino can be bothered he can add that module and we would get a countdown clock feature.
__________________
![]() ![]() ![]() ![]() "The road to success is always under construction. "
Last edited by Babyface BK; 06-30-2008 at 05:00 PM. |
|
|
|
|
#8 |
|
Sand Man
![]() Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
I know they do but I'm hacking this together with my own code... Then I'm going to feed it into a picture so I can just post an IMG tag on here. For now I'm at work so this is going to be really sloppy since I don't have DreamWeaver here.
__________________
[CENTER] Nam Myōhō Renge Kyō[/CENTER] [CENTER] [IMG]http://img.photobucket.com/albums/v293/HookerBodyShots/shark.jpg[/IMG][/CENTER] [center][b]Filler content[/b][/center] |
|
|
|
|
#9 |
|
<3===BK
![]() Join Date: Mar 1988
Location: With My Babeh
Age: 25
Posts: 2,245
Thanks: 0
Thanked 1,856 Times in 844 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
Oh I see what you're doing. Smart man just as I would expect from you DARKAZTEKMAN!!
__________________
![]() ![]() ![]() ![]() "The road to success is always under construction. "
|
|
|
|
|
#10 |
|
Guest
Posts: n/a
|
Re: bal will be back in.....
Yeah.
Fuck yeah, DA! |
|
|
#11 |
|
Sand Man
![]() Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
For now, while I'm figuring it all out... I found a neat little one online.
__________________
[CENTER] Nam Myōhō Renge Kyō[/CENTER] [CENTER] [IMG]http://img.photobucket.com/albums/v293/HookerBodyShots/shark.jpg[/IMG][/CENTER] [center][b]Filler content[/b][/center] Last edited by DarkAztek; 06-30-2008 at 05:45 PM. |
|
|
|
|
#12 |
|
Guest
Posts: n/a
|
Re: bal will be back in.....
DA DELIVERS! .
|
|
|
#13 |
|
<3===BK
![]() Join Date: Mar 1988
Location: With My Babeh
Age: 25
Posts: 2,245
Thanks: 0
Thanked 1,856 Times in 844 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
Damn that's good, if only it was actually ticking down. But I don't think NL has a flash integration.
__________________
![]() ![]() ![]() ![]() "The road to success is always under construction. "
|
|
|
|
|
#14 |
|
48 Cypherin' Ninjas
![]() Join Date: Feb 2005
Location: 305
Posts: 2,466
Thanks: 182
Thanked 644 Times in 257 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
There should be a HUGE PREDOMINANT CLOCK right below the NL banner with this countdown.
|
|
|
|
|
#15 |
|
S-Ranked Negro
![]() Join Date: Jul 1999
Location: The Heights
Posts: 2,756
Thanks: 393
Thanked 1,261 Times in 458 Posts
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: bal will be back in.....
I don't care.
__________________
![]() |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|