PDA

View Full Version : Sinister Sainthood's Homepage.



pito189
05-01-2003, 04:57 PM
Well here it is. New and improved. We are waiting on some pictures to get developed to update the team picture. Let me know if you see any errors, and leave me some feedback on what you dislike/like.

Sinister Sainthood's Homepage (http://web.utk.edu/~pchinett/sinistersainthood.html)

cdawg
05-01-2003, 05:02 PM
Nice... I like the FPS to MPH converter. I never realized we shoot close to 200mph!

pito189
05-01-2003, 05:05 PM
It always amazes me too. Think we are getting hit with projectiles that are going just as fast as a Nascar.

Getting bunkered/run over by a Nascar would hurt alittle more though I think.:eek:

pito189
05-02-2003, 12:05 PM
Fixed somethings.:D

datapimp69
05-02-2003, 12:32 PM
you wanted us to find errors.

you converter program has an error

http://www.sluggobodies.com/images/error.JPG

what this says is "285 degrees feet per second is 193.914 degrees miles per hour"

you need to remove the little o that is above the speeds, that means degrees.

i know im pickey, but you wanted to know.

pito189
05-02-2003, 01:36 PM
alert(fps + "\xB0 FPS is " +mph + "\xB0 MPH");

That is the line of code I think that does it. I got this from another guy. I don't really know how to change it. I tried to take away the 0 after the B, but then the script doesn't work. :confused: Can't say I know how to fix it.

datapimp69
05-02-2003, 01:57 PM
try changeing the line

alert(fps + "\xB0 FPS is " +mph + "\xB0 MPH");

to

alert(fps + " FPS is " +mph + " MPH");

try it

pito189
05-02-2003, 01:59 PM
Thanks Data. That worked. :)

How do you like the layout of the site?