Commanders Post at The Warpath

Commanders Post at The Warpath (http://www.thewarpath.net/forum.php)
-   Locker Room Main Forum (http://www.thewarpath.net/forumdisplay.php?f=2)
-   -   Something to add to the site? A clock! (http://www.thewarpath.net/showthread.php?t=10896)

Warpath 01-29-2006 01:49 AM

Something to add to the site? A clock!
 
How hard is it to add a clock that counts down until either the draft, or until the preseason. I mean I know the schedule hasnt been announced yet, but maybe put up a countdown clock until the draft, and then by that time in April we'll know when mini camp starts, so then that countdown clock could be active, then after thats finished the preseason would be announced then that countdown clock could be updated. Is this a possibility? If not you can delete this thread. Thanks

SmootSmack 01-29-2006 01:51 AM

Re: Something to add to the site? A clock!
 
[QUOTE=Warpath]How hard is it to add a clock that counts down until either the draft, or until the preseason. I mean I know the schedule hasnt been announced yet, but maybe put up a countdown clock until the draft, and then by that time in April we'll know when mini camp starts, so then that countdown clock could be active, then after thats finished the preseason would be annouced then that countdown clock coucld be updated. Is this a possibility? If not you can delete this thread.[/QUOTE]

As we get closer to draft time, we start running the clock. Good thought

BrudLee 01-29-2006 07:24 AM

Re: Something to add to the site? A clock!
 
In the past, we've steered clear of clocks because they were bandwidth intensive for our dialup members. Maybe those of you who are still on dialup should give your opinion on this.

After you're done churning butter, that is.

GoSkins! 01-29-2006 07:33 AM

Re: Something to add to the site? A clock!
 
[QUOTE=BrudLee]In the past, we've steered clear of clocks because they were bandwidth intensive for our dialup members. Maybe those of you who are still on dialup should give your opinion on this.

After you're done churning butter, that is.[/QUOTE]

To eliminate the bandwidth problem, maybe a program could be built to automagically update the database with the appropriate number of days remaining. That way, the homepage could just read the times like it reads the other info.

BrudLee 01-29-2006 07:52 AM

Re: Something to add to the site? A clock!
 
[QUOTE=GoSkins!]To eliminate the bandwidth problem, maybe a program could be built to automagically update the database with the appropriate number of days remaining. That way, the homepage could just read the times like it reads the other info.[/QUOTE]
I'll get the R&D team on that right away. They were going to piss away their time working on a cancer cure, but [u]this[/u] is rewarding. ;)

Schneed10 01-29-2006 09:58 AM

Re: Something to add to the site? A clock!
 
[QUOTE=BrudLee]After you're done churning butter, that is.[/QUOTE]

:laughing2

cpayne5 01-29-2006 11:21 AM

Re: Something to add to the site? A clock!
 
There's no reason why a countdown timer should be bandwidth intensive.

cpayne5 01-29-2006 11:24 AM

Re: Something to add to the site? A clock!
 
[QUOTE=GoSkins!]To eliminate the bandwidth problem, maybe a program could be built to automagically update the database with the appropriate number of days remaining. That way, the homepage could just read the times like it reads the other info.[/QUOTE]
No database needed. A simple time calculation in the php on the page will do the trick.

MTK 01-29-2006 12:28 PM

Re: Something to add to the site? A clock!
 
If someone would like to come up with one feel free.

One that looks like a scoreboard would be pretty cool.

FRPLG 01-29-2006 12:35 PM

Re: Something to add to the site? A clock!
 
[QUOTE=cpayne5]There's no reason why a countdown timer should be bandwidth intensive.[/QUOTE]
Yeah a timer should use very minimal bandwidth. Make it client side and send the current time from the server to keep everyone on the same clock.

Gmanc711 01-29-2006 12:44 PM

Re: Something to add to the site? A clock!
 
[QUOTE=BrudLee]In the past, we've steered clear of clocks because they were bandwidth intensive for our dialup members. Maybe those of you who are still on dialup should give your opinion on this.

After you're done churning butter, that is.[/QUOTE]


Raised a barn on Monday, soon I'll raise anoder
Think you're really righteous? Think you're pure in heart?
Well, I know I'm a million times as humble as thou art
I'm the pious guy the little Amlettes wanna be like
On my knees day and night scorin' points for the afterlife
So don't be vain and don't be whiny
Or else, my brother, I might just have to get medieval on your heinie

cpayne5 01-29-2006 01:15 PM

Re: Something to add to the site? A clock!
 
Here's a quick one I came up with. It's pure javascript, so its easy on bandwidth. As long as the user has the correct time on their computer, it's accurate.
[url="http://www.skinsfan.us/draft"]http://www.skinsfan.us/draft[/url]

FRPLG 01-29-2006 05:18 PM

Re: Something to add to the site? A clock!
 
[QUOTE=cpayne5]Here's a quick one I came up with. It's pure javascript, so its easy on bandwidth. As long as the user has the correct time on their computer, it's accurate.
[url="http://www.skinsfan.us/draft"]http://www.skinsfan.us/draft[/url][/QUOTE]
It could be easily modified to take in a time rather than use the clients system time. This would ensure synced clocks and have little drag on bandwidth. I am too lazy to do it right now. Maybe later.

That Guy 01-29-2006 05:44 PM

Re: Something to add to the site? A clock!
 
[QUOTE=FRPLG]It could be easily modified to take in a time rather than use the clients system time. This would ensure synced clocks and have little drag on bandwidth. I am too lazy to do it right now. Maybe later.[/QUOTE]

yeah, it could reference a national NTP site with an atomic clock... i'm sure one of them has a simple url interface to grab time as a variable.

BrudLee 01-29-2006 07:13 PM

Re: Something to add to the site? A clock!
 
Don't you guys ever just download porn?

GoSkins! 01-29-2006 09:23 PM

Re: Something to add to the site? A clock!
 
[QUOTE=That Guy]yeah, it could reference a national NTP site with an atomic clock... i'm sure one of them has a simple url interface to grab time as a variable.[/QUOTE]

I like the JavaScript idea. I thought about accessing an NTP server, but then you have to consider the pros and cons of accessing another connection... Usually not a problem but it would be nice to minimize calls to anything external to the server or client. Your code would do the trick.

Just have the server access the script function itself before creating the warpath homepage. That way the only time that needs to be kept straight is on that one computer.

Now, back to porn...

MTK 01-29-2006 10:41 PM

Re: Something to add to the site? A clock!
 
I have no idea what you geeks are talking about, but when you get it figured out let me know and I'll put the clock on the main page.

:)

BigSKINBauer 01-29-2006 11:11 PM

Re: Something to add to the site? A clock!
 
YOU SONS OF BITCHES DID IT!! woooooo, i was gonna say how could the members of the warpath be deprived of the one thing we have to look forward to for our Redskins

MTK 01-29-2006 11:14 PM

Re: Something to add to the site? A clock!
 
Let the countdown begin

BigSKINBauer 01-29-2006 11:15 PM

Re: Something to add to the site? A clock!
 
it went away?

:(


Edit

ITS BACK!

FRPLG 01-29-2006 11:32 PM

Re: Something to add to the site? A clock!
 
[QUOTE=Mattyk72]Let the countdown begin[/QUOTE]
Client time based! Bah humbug! I'll fix the thing up in the morning Matty if someone doesn't beat me to it.

MTK 01-29-2006 11:40 PM

Re: Something to add to the site? A clock!
 
[QUOTE=FRPLG]Client time based! Bah humbug! I'll fix the thing up in the morning Matty if someone doesn't beat me to it.[/QUOTE]

be my guest by all means

I just swiped this one off another site

mooby 01-29-2006 11:58 PM

Re: Something to add to the site? A clock!
 
89 days? ewww, i thought it was much shorter than that. oh well. at least the clock is up, good job matty, and anyone else who helped.

saden1 01-30-2006 02:47 AM

Re: Something to add to the site? A clock!
 
3 months? This clock is slow and depressing!

dmek25 01-30-2006 07:05 AM

Re: Something to add to the site? A clock!
 
good idea for the clock!looks good

BigSKINBauer 01-30-2006 09:39 AM

Re: Something to add to the site? A clock!
 
[QUOTE=Mattyk72]be my guest by all means

I just swiped this one off another site[/QUOTE]nfldraftcountdown.com??

MTK 01-30-2006 10:02 AM

Re: Something to add to the site? A clock!
 
[QUOTE=BigSKINBauer]nfldraftcountdown.com??[/QUOTE]

no, but I see they have the same one, must be a common script

davy 01-30-2006 10:54 AM

Re: Something to add to the site? A clock!
 
Now all we need is a countdown to the Taylor trial.

Warpath 01-30-2006 05:21 PM

Re: Something to add to the site? A clock!
 
I must be blind I dont see it. :insane: Ah I was on the Alternative Warpath, what was I thinking switched back to the Original WP. Thanks guys.

Arrows over NFC East 01-30-2006 06:51 PM

Re: Something to add to the site? A clock!
 
That countdown is one of the greatest things ever. THANKS!!!!!!!!!!!

jamf 01-30-2006 06:57 PM

Re: Something to add to the site? A clock!
 
the clock is a bad idea, it reminds me that the draft is far far away.

Btw,
Has anyone seen "Stuffin Young Muffins #13" or "My Daughter is ****ing Blackzilla" yet? im waiting for decent reviews before I start downloading.

BigSKINBauer 01-30-2006 08:04 PM

Re: Something to add to the site? A clock!
 
[QUOTE=Warpath]I must be blind I dont see it. :insane: Ah I was on the Alternative Warpath, what was I thinking switched back to the Original WP. Thanks guys.[/QUOTE]
it is right under the logo and above the box with all the links to like the UserCP and stuff. It is not that big but noticable. Take a look i wonder why you wouldn't have it?

Warpath 01-30-2006 08:22 PM

Re: Something to add to the site? A clock!
 
[QUOTE=BigSKINBauer]it is right under the logo and above the box with all the links to like the UserCP and stuff. It is not that big but noticable. Take a look i wonder why you wouldn't have it?[/QUOTE]
It wasnt there at first, now it is.

BigSKINBauer 01-30-2006 08:47 PM

Re: Something to add to the site? A clock!
 
[QUOTE=Warpath]It wasnt there at first, now it is.[/QUOTE]Yah mine disappeared for a while yesterday.

bigm29 01-30-2006 10:46 PM

Re: Something to add to the site? A clock!
 
i personally think the clock should be for march 1st, free agency. that is the next big event. im more excited about that than the draft right now. just throwin that out there but it doesnt really matter

That Guy 01-30-2006 11:25 PM

Re: Something to add to the site? A clock!
 
[QUOTE=bigm29]i personally think the clock should be for march 1st, free agency. that is the next big event. im more excited about that than the draft right now. just throwin that out there but it doesnt really matter[/QUOTE]

he makes a good point... a 3 month clock IS pretty depressing :(

how about a 2 hour clock for the time until we sign our next assistant's assistant's assistant coach?

SKINSDUDE 01-30-2006 11:38 PM

Re: Something to add to the site? A clock!
 
Thanks for the clock!!

dmek25 01-31-2006 12:37 PM

Re: Something to add to the site? A clock!
 
mine is gone,what happened?

Cooley 350Z 01-31-2006 12:50 PM

Re: Something to add to the site? A clock!
 
Yeah, I'm not seeing it either.

Warpath 01-31-2006 08:16 PM

Re: Something to add to the site? A clock!
 
Did someone take the clock down? Just curious.


All times are GMT -4. The time now is 07:29 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
We have no official affiliation with the Washington Commanders or the NFL.

Page generated in 0.79821 seconds with 9 queries