![]() |
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 |
the easiest way to save bandwidth on your TGP/CJ is to shut the site down.
delete it format c: rm -rf / period. |
Ahh.. the power of commitment.
|
i thought this was going to be a usefull tip like
quit giving away free porn or maybe even switch to the tgp2 format. |
i just put this in my body tag
onmouseover="(window.status='Done'); return true" works well enough |
use mod_gzip
it saves you 80% or more on text/html BW |
call geico.
a 15 minute call could save you 15% or more on car insurance. |
Quote:
|
Cj's dont give away shit.
|
An easier version is this...
[script] window.defaultStatus=''; [/script] |
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