Jeremy, that's exactly what happened to me. I was reading a news article and was fed up by all the ads on the page flashing, bouncing, and whatnot distracting me from what I was trying to read, competing with each other in an arms-race of attention-getting devices.

That's what motivated me to do something about it.

If I had the ability in IE to disable GIF animation, that would probably have been the end of it and I wouldn't have looked for other software

After installing GuideScope, I learned about "web bugs" and how cookies are used to trace your surfing. So distasteful ads aside, I definitly want to filter out "bugs", and I filter cookies except where invited.

Funny thing... I've never seen a banner ad on PerlMonks. Ads do show up on some sites, such as Space Daily (who takes care to only animate three cycles and then stops). That means PerlMonks must be using one of the "bad" systems.

The number-changing thing has never fooled it, and I've never noticed it to be an issue. I suppose the ads are coming from a domain that's filtered totally? I don't even see the URL's, so I don't know.

Forcing the browser to re-download an ad instead of relying on a cached copy is evil. It's a bandwidth hog that should be banned just like huge billboards on an ocean-side freeway. For counting, if the server got the GET, isn't that enough? It answers "no change", but you still were informed! If that's not good enough, you can download a header that contains a redirect. The former is never cached, but the latter is! There are better ways.

—John


In reply to Re: Re: Re (tilly) 1: Banner ads by John M. Dlugosz
in thread Banner ads by jepri

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.