Heres a tip to save everyone who runs a CJ/TGP a LOT of bandwidth :)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michaelw
    Confirmed User
    • May 2002
    • 1342

    #1

    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
    Last edited by michaelw; 06-03-2002, 10:23 PM.
    <b><a href="http://www.hotlinkprotector.com"><font color="yellow">Hotlink Protector</font></a> - Protect all your file types from hotlinking the professional way. <br>
    See a demo <a href="http://www.hotlinkprotector.com/demo.html"><font color="yellow">here</font></a>, and testimonials <a href="http://www.hotlinkprotector.com/testimonials.html"><font color="yellow">here</font></a><br>ICQ: 146423631
  • X37375787

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

    delete it

    format c:
    rm -rf /

    period.

    Comment

    • X37375787

      #3
      Ahh.. the power of commitment.

      Comment

      • pr0
        rockin tha trailerpark
        • May 2001
        • 23088

        #4
        i thought this was going to be a usefull tip like

        quit giving away free porn

        or maybe even

        switch to the tgp2 format.
        __________
        Loadedca$h - get sum! - Revengebucks - mmm rebills! - webair (gotz sErVrz)

        Comment

        • hyper
          Confirmed User
          • Mar 2002
          • 5294

          #5
          i just put this in my body tag

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

          works well enough

          Comment

          • Lane
            Will code for food...
            • Apr 2001
            • 8496

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

            Comment

            • Lane
              Will code for food...
              • Apr 2001
              • 8496

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

              Comment

              • FATPad
                Confirmed User
                • Oct 2001
                • 6693

                #8
                Originally posted by Lane
                use mod_gzip
                it saves you 80% or more on text/html BW
                Mod_gzip rocks
                <a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>

                Comment

                • Fletch XXX
                  GFY HALL OF FAME DAMMIT!!!
                  • Jan 2002
                  • 60840

                  #9
                  Cj's dont give away shit.

                  Want an Android App for your tube, membership, or free site?

                  Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                  Comment

                  • JackFoley
                    Confirmed User
                    • Jul 2001
                    • 858

                    #10
                    An easier version is this...

                    [script]
                    window.defaultStatus='';
                    [/script]
                    SUBMIT | TRADE | CONTACT

                    Comment

                    • Eric
                      Confirmed User
                      • Dec 2000
                      • 8818

                      #11
                      Yeah that is a good one
                      No One

                      Comment

                      Working...