Page 1 of 1
I find your lack of faith disturbing
Posted: Sat Dec 13, 2003 3:03 pm
by Red Squirrel
http://www.ifindyourlackoffaithdisturbing.net/
Archived topic from Iceteks, old topic ID:1771, old post ID:14855
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 12:12 pm
by wldkos
whoa man, that was...
Archived topic from Iceteks, old topic ID:1771, old post ID:14932
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 2:51 pm
by Red Squirrel
Cool I just noticed something, the smaller text is real text! I thought it was just part of the background or something to give it that effect. I wonder how they made the text do that, it's pretty cool.
Archived topic from Iceteks, old topic ID:1771, old post ID:14936
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:00 pm
by wldkos
jeez, I went there in school and didn't hear anything, now at home, that is quite annoying.
Archived topic from Iceteks, old topic ID:1771, old post ID:14944
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:00 pm
by L33T B0T
jeez, I went there in school and didn't hear anything, now at home, that is quite annoying.
Are they exactly the same?
Archived topic from Iceteks, old topic ID:1771, old post ID:14945
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:01 pm
by wldkos
Code: Select all
<BODY bgcolor="000000" background="darthpointsmall.jpg">
<BGSOUND src="lackoffaith.wav" loop=-1 volume=100>
<TABLE align="center" valign="middle">
<TR>
<TD align="center" valign="middle">
<script language="javascript" type="text/javascript">
function hexfromdec(num) {
if (num > 65535) { return ("err!") }
first = Math.round(num/4096 - .5);
temp1 = num - first * 4096;
second = Math.round(temp1/256 -.5);
temp2 = temp1 - second * 256;
third = Math.round(temp2/16 - .5);
fourth = temp2 - third * 16;
return (""+getletter(third)+getletter(fourth));
}
function getletter(num) {
if (num < 10) {
return num;
}
else {
if (num == 10) {
return "A" }
if (num == 11) {
return "B" }
if (num == 12) {
return "C" }
if (num == 13) {
return "D" }
if (num == 14) {
return "E" }
if (num == 15) {
return "F" }
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+i*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">I FIND</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+i*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">I FIND</div>
');
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+110)*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">YOUR LACK</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+110)*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">YOUR LACK</div>
');
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+220)*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">OF FAITH</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+220)*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">OF FAITH</div>
');
}
}
for(var i=1;i<=50;i++) {
if (i == 50) {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+330)*2+'; width: 1000; color: #000000; font-size: '+i*2+'pt;">DISTURBING.NET</div>
');
} else {
document.write('<div style="position:absolute; z-index: auto; left:'+i*2+'; top: '+(i+330)*2+'; width: 1000; color: #' + hexfromdec(i*4) + hexfromdec(i*4) + hexfromdec(i*4) + '; font-size: '+i*2+'pt;">DISTURBING.NET</div>
');
}
}
</script>
[code]
All java script, that's weird.
[color=#888888][size=85]Archived topic from Iceteks, old topic ID:1771, old post ID:14946[/size][/color]
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:07 pm
by Red Squirrel
yeah I did not know there was sound till I decided to check in IE since I figured there might be some IE-only thing in there as well, and sure enough there was.
I don't know why background music does not work in standard browsers though...
Archived topic from Iceteks, old topic ID:1771, old post ID:14948
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:15 pm
by rovingcowboy
bgsound is microsoft only code it only works in IE if you want to make it play in all or almost all other browsers you need to use the embed tags and leave the bgsound out of it.
Archived topic from Iceteks, old topic ID:1771, old post ID:14950
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:23 pm
by Chris Vogel
Red Squirrel wrote: I don't know why background music does not work in standard browsers though...
Thank God it doesn't play in Mozilla!
Background music has to be one of the most annoying things a person could ever put in a Web page.
Archived topic from Iceteks, old topic ID:1771, old post ID:14951
I find your lack of faith disturbing
Posted: Wed Dec 17, 2003 6:45 pm
by rovingcowboy
your right if it is done bad it is terrible.
but if they give the viewer the choice of hearing it or not hearing it. then it can be a good thing to do.
most however just do what this person that made this page did. just stick it in using some wysiwyg edtior and more then likely it was frontpage or front page express. since it stuck in the bgsound.
i would love for everyone that got a computer to get a handbook on how to make a webpage with the computer. so they would not just use the ms only stuff and beable to make a page from using notepad or some other text edtior.
i use some automatic sound on a few of my pages but not the ones that are mostly gone to. no wait i took it off as it was messed up by the host's adds. so now the only sound i use, you have to click the play button.
but that is the best way i believe anyway.
what i could do is go in to a long winded off topic post on this but I wont
Archived topic from Iceteks, old topic ID:1771, old post ID:14952