bal will be back in..... - Fandom Forums
Fandom Forums



Go Back   Fandom Forums > The Trashbin > Spam Zone

Spam Zone Come here to post anything that doesnt fit into the rest of the forum topics.

Closed Thread
 
Thread Tools Display Modes
Old 06-30-2008, 03:51 PM   #1
Hokage4354
SOTW Host
 
Hokage4354's Avatar
 
Join Date: Apr 2008
Location: New Jersey
Posts: 956
Thanks: 8
Thanked 2 Times in 2 Posts
Hokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of lightHokage4354 is a glorious beacon of light
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:
__________________


~~~~~~~~~~

Join Kongregate today!

Last edited by DarkAztek; 06-30-2008 at 05:46 PM.
Hokage4354 is offline  


Old 06-30-2008, 04:04 PM   #2
Miburo
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.
 
Old 06-30-2008, 04:17 PM   #3
DarkAztek
Sand Man
 
DarkAztek's Avatar
 
Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
DarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to all
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.
DarkAztek is offline  
Old 06-30-2008, 04:19 PM   #4
Miburo
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
 
Old 06-30-2008, 04:38 PM   #5
UchihaTaijiya
sublimis ab unda
 
UchihaTaijiya's Avatar
 
Join Date: Feb 2006
Posts: 2,777
Thanks: 7,387
Thanked 3,312 Times in 1,249 Posts
UchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond reputeUchihaTaijiya has a reputation beyond repute
Re: bal will be back in.....

Haha, that's awesome. XD
Sticky it Mibs.
__________________
If the elephants have past lives yet are destined to always remember
It's no wonder how they scream
Like you and I they must have some temper

And I am dreaming of them on the plains
Dirtying up their beds
Watching for some sign of rain to cool their hot heads

And how dare that you send me that card when I'm doing all that I can do
You are forcing me to remember when all I want is to just forget you

If the tiger shall protect her young then tell me how did you slip by
All my instincts have failed me for once
I must have somehow slept the whole night

And I am dreaming of them with their kill
Tearing it all apart
Blood dripping from their lips and teeth sinking into heart

And how dare that you say you'll call
When you know I need some peace of mind
If you have to take sides with the animals
Won't you do it with one who is kind

And if the hawks in the trees need the dead
If you're living you don't stand a chance
For a time though you share the same bed
There are only two ends to this dance

You can flee with your wounds just in time or lie there as he feeds
Watching yourself ripped to shreds and laughing as you bleed

So for those of you falling in love keep it kind
Keep it good
Keep it right
Throw yourself in the midst of danger but keep one eye open at night

UchihaTaijiya is offline  
Old 06-30-2008, 04:39 PM   #6
DarkAztek
Sand Man
 
DarkAztek's Avatar
 
Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
DarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to all
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.
DarkAztek is offline  
Old 06-30-2008, 04:53 PM   #7
Babyface BK
<3===BK
 
Babyface BK's Avatar
 
Join Date: Mar 1988
Location: With My Babeh
Age: 25
Posts: 2,245
Thanks: 0
Thanked 1,856 Times in 844 Posts
Babyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant future
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.
Babyface BK is offline  
Old 06-30-2008, 04:59 PM   #8
DarkAztek
Sand Man
 
DarkAztek's Avatar
 
Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
DarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to all
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]
DarkAztek is offline  
Old 06-30-2008, 05:02 PM   #9
Babyface BK
<3===BK
 
Babyface BK's Avatar
 
Join Date: Mar 1988
Location: With My Babeh
Age: 25
Posts: 2,245
Thanks: 0
Thanked 1,856 Times in 844 Posts
Babyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant future
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. "
Babyface BK is offline  
Old 06-30-2008, 05:08 PM   #10
Miburo
Guest
 
Posts: n/a
Re: bal will be back in.....

Yeah.

Fuck yeah, DA!
 
Old 06-30-2008, 05:34 PM   #11
DarkAztek
Sand Man
 
DarkAztek's Avatar
 
Join Date: Jan 2005
Location: Massachusetts
Age: 30
Posts: 3,324
Thanks: 64
Thanked 583 Times in 190 Posts
DarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to allDarkAztek is a name known to all
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.
DarkAztek is offline  
Old 06-30-2008, 05:40 PM   #12
Miburo
Guest
 
Posts: n/a
Re: bal will be back in.....

DA DELIVERS! .
 
Old 06-30-2008, 05:45 PM   #13
Babyface BK
<3===BK
 
Babyface BK's Avatar
 
Join Date: Mar 1988
Location: With My Babeh
Age: 25
Posts: 2,245
Thanks: 0
Thanked 1,856 Times in 844 Posts
Babyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant futureBabyface BK has a brilliant future
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. "
Babyface BK is offline  
Old 06-30-2008, 06:41 PM   #14
Ninja48
48 Cypherin' Ninjas
 
Ninja48's Avatar
 
Join Date: Feb 2005
Location: 305
Posts: 2,466
Thanks: 182
Thanked 644 Times in 257 Posts
Ninja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to beholdNinja48 is a splendid one to behold
Re: bal will be back in.....

There should be a HUGE PREDOMINANT CLOCK right below the NL banner with this countdown.
__________________
Ninja48 is offline  
Old 06-30-2008, 06:45 PM   #15
G
S-Ranked Negro
 
G's Avatar
 
Join Date: Jul 1999
Location: The Heights
Posts: 2,756
Thanks: 393
Thanked 1,261 Times in 458 Posts
G has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond reputeG has a reputation beyond repute
Re: bal will be back in.....

I don't care.
__________________
G is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -4. The time now is 09:17 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.