GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Heres a tip to save everyone who runs a CJ/TGP a LOT of bandwidth :) (https://gfy.com/showthread.php?t=62989)

michaelw 06-03-2002 11:18 PM

Heres a tip to save everyone who runs a CJ/TGP a LOT of bandwidth :)
 
So you guys all have status bar changes right? when a user moves their mouse over a link you have the onmouseover onmouseout status bar changes that end up becoming very redundant, and add to the size of your pages because each link code is twice as big.

Heres a way you can prevent all that extra BW usage

< script>
function statushide(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=statushide
document.onmouseout=statushide
< /script>

Put that into your <head> section of your html page. If you want the status bar to show nothing, leave it as ''. If you want it to show "Done". put in 'Done' - or change it to anything else you want :). Remember to remove the spaces in < script> and < /script> - I had to post it that way because the board wouldnt show it without the space

X37375787 06-03-2002 11:20 PM

the easiest way to save bandwidth on your TGP/CJ is to shut the site down.

delete it

format c:
rm -rf /

period.

X37375787 06-03-2002 11:22 PM

Ahh.. the power of commitment.

pr0 06-03-2002 11:25 PM

i thought this was going to be a usefull tip like

quit giving away free porn

or maybe even

switch to the tgp2 format.

hyper 06-03-2002 11:31 PM

i just put this in my body tag

onmouseover="(window.status='Done'); return true"

works well enough

Lane 06-03-2002 11:38 PM

use mod_gzip
it saves you 80% or more on text/html BW

Lane 06-03-2002 11:43 PM

call geico.
a 15 minute call could save you 15% or more on car insurance.

FATPad 06-03-2002 11:44 PM

Quote:

Originally posted by Lane
use mod_gzip
it saves you 80% or more on text/html BW

Mod_gzip rocks :thumbsup

Fletch XXX 06-04-2002 01:41 AM

Cj's dont give away shit.

JackFoley 06-04-2002 02:10 AM

An easier version is this...

[script]
window.defaultStatus='';
[/script]

Eric 06-18-2002 03:29 PM

Yeah that is a good one


All times are GMT -7. The time now is 10:34 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123