Slashdot Mirror


Floaters are the New Pop-Ups

windowpain writes "A prior Slashdot article discussed the ever-increasing ability of pop-up ads to break through adblocking software. Now the New York Times (registration required) is reporting that pop-ups are pooped out, replaced by those annoying "floaters" that are even more resistant to conventional pop-up blocking software. From the article: 'Not to be confused with pop-up ads, which open new windows and clutter virtual desktops, these floaters, or overlays, or popovers (no one can agree on a name), can evade the pop-up blockers that many Web browsers have incorporated. In the last year, according to Nielsen/NetRatings, which collects and analyzes data on Web advertising, the frequency of these ads has risen markedly, by almost 32 percent from December 2003 to December 2004, while pop-ups in that period declined by 41 percent.'"

64 of 613 comments (clear)

  1. Not a problem by Anonymous Coward · · Score: 5, Informative

    With Mozilla/Firefox these new ads are actually not a problem. Just use a userContent.css file to block them.

    For example, I found some that use divs with IDs, so I just added something like:

    div#GF__p_0,
    div#floatpop { display: none !important;}

    And, poof, they're gone. Sometimes it can be difficult to figure out what to block, but the Webdeveloper extension can help quite a bit.

    1. Re:Not a problem by danormsby · · Score: 5, Funny

      Also not a problem with lynx.

      --
      Omnis amans amens
    2. Re:Not a problem by ackthpt · · Score: 3, Informative
      That's helpful, I've been resorting to disabling javascript for some of them, but it screws with some sites i need javascript enabled for.

      There's alwasy some pricks trying to ruin the web for everyone else.

      --

      A feeling of having made the same mistake before: Deja Foobar
    3. Re:Not a problem by suso · · Score: 5, Insightful

      Heh, isn't that the way it goes with almost all technology. New technologies cause new problems that would not be a problem on old technologies. Its as if we are moving in reverse rather than forward.

    4. Re:Not a problem by R.D.Olivaw · · Score: 5, Insightful
      There's alwasy some pricks trying to ruin the web for everyone else.

      I hate pop-ups and floaters as much as the next guy but c'mon, you're on their website! It's not like they're sticking their ads on every website you visit withotut he site's approval. If you don't like their business model, do not visit the sites. simple.

    5. Re:Not a problem by shird · · Score: 4, Informative

      Yeah, until they start using random names for the floats.

      The solution is to not allow layered content like that to cover up the page in the actual browser core.

      This is similar to blocking popups using a *popup.html* filter instead of actual logic in the browser to prevent windows from appearing unless the user has clicked the mouse and requested them.

      --
      I.O.U One Sig.
    6. Re:Not a problem by buro9 · · Score: 5, Interesting

      Not all adverts do have div ID's though, but thankfully we're still well within the realm of being able to use Adblock to nuke them.

      The adverts are usually served up by third party advert servers and thus looking at the adblock list of blockable elements... just block all items that are not on the domain for the site you're looking at.

      That takes care of 99% of floaters, popups, etc.

      The real problem is the next stage of advert evolution, which will be when content providers still use third parties to sell and supply adverts, but start to act as proxies for the adverts.

      When content providers are acting as proxies and adverts appear to come from the same domain and content management system as the content... then adverts will be VERY hard to block.

      The prevalence of adblock is going to increasingly push companies towards such solutions.

      They'll still need to monetise their sites, and whilst it used to be that they didn't care for a minority of people blocking adverts, when that is a fast growing minority and it's affecting their revenues... they will find ways around it.

      Just as the DRM rules state that if you can see and hear it you can bypass DRM and copy it... maybe a rule should be created for adverts: If you can see or hear the content, then advertisers CAN find a way to make you see or hear advertisements.

    7. Re:Not a problem by arkanes · · Score: 5, Insightful

      It's a hard concept for advertisers to grasp, but annoying people doesn't work when they have the power to easily turn you off. A few years ago, pop up blocking was a pretty technical thing and you needed to be a geek to have it. Then it moved into the mainstream. Same will happen here. People don't bother to block adds which are unobtrusive and non-annoying. Use those, and all will be well.

    8. Re:Not a problem by JSBiff · · Score: 4, Informative

      While I agree that it is kind of a band-aid approach, your approach doesn't work either. If you disallow divs to overlap any other content, then you have just disabled a lot of non-offending uses of dhtml. For example, drop down menus that don't use flash (really, I'd rather have dhtml menus than flash menus). Lots of different types of animation effects (like, for example, maybe a web-app would use a 'slide-out' notifier to alert you when you have new messages, like when using a web-forum with private messaging built in).

      Some people use this in a highly annoying way, it's true. But the solution is NOT "to not allow layered content like that to cover up the page in the actual browser core." If you are going to do that, you might as well just turn off javascript, which most browsers will let you do, already.

    9. Re:Not a problem by spun · · Score: 5, Interesting

      Enough people don't want to turn off ads, or don't know how, to make this profitable. I've noticed that many ads on TV seem deliberately designed to irritate through stupidity and repetition. Obviously irritation as an advertising strategy actually works with enough people to make it profitable. Consider that many of the people who read slashdot are (or like to think they are) more intelligent than the average person. I don't think the attitude expressed here is indicative of the attitude of the average web-surfer. A poster further down says his users would happily double click on a land-mine just to see what happens. I think that is more indicative of the general attitude of the average web-surfer. As long as there are stupid people, advertisers will cater to them.

      Obviously, what we need to do is get rid of all the stupid people. I suggest telling them there is a giant space goat coming to eat the planet and putting them all on some kind of space ark.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    10. Re:Not a problem by shird · · Score: 3, Insightful

      Yes thats most definately true. However many sites previously used popups to display such content and yet the world hasnt come to an end with the introduction of popup blockers.

      Menus and dialogs etc are tricky though, as the browser cant detect when the user has requested it or not, and in some cases you may want it even when you don't manually request it.

      Perhaps instead would be a way where you could hold ctrl and click a layer and it would disappear. Too many times Ive seen ads with the little 'x' to close button hidden away, one of these days the ads will start not bothering to even have close buttons. Or the close buttons will count as a click.

      I think theres an extension for Firefox that lets you dismiss elements like this already actually.

      --
      I.O.U One Sig.
    11. Re:Not a problem by JSBiff · · Score: 4, Insightful
      Perhaps instead would be a way where you could hold ctrl and click a layer and it would disappear.


      That is definitely a better solution. You still have to see the ad initially, but it at least returns control to the user. I'm all about user-control when it comes to the web. Control of your browser and your computer should rest with *you*, not some random, untrusted site on the public internet.
    12. Re:Not a problem by josh3736 · · Score: 3, Informative
      For Windows users, it's not a problem at all. The Proxomitron solves every anti-Web annoyance need. It acts as a rewriting HTTP proxy based on regexps that runs on your own machine. If you see an ad that makes it through, just whip up a quick regexp and poof, it's gone, no matter what domain it comes from.

      Advertisers might be able to come up with new ways to make me see or hear their ads, but it will only happen once. It takes me only 2 minutes to ensure I never see their ad again. Honestly, when will Internet advertisers understand that when I've gone out of my way to block your ads, I really don't want to see them? I'm not going to say, "ooh! This guy figured out a way to get around my ad filters, he must make good products!" Get real. I'll never buy anything from X10 just because they were one of the biggest purveyors of popups back in the day.

      Annoying people is not a good way to convince them to buy your product.

    13. Re:Not a problem by JSBiff · · Score: 3, Interesting

      Oh, thought of one more response heh.

      However many sites previously used popups to display such content and yet the world hasnt come to an end with the introduction of popup blockers.

      That is partly because, in the case of popups, you can distinguish between a popup that the user wants (e.g. they clicked a link which opens content in a new window), and automatic popups. Popup blockers still allow new windows when you click a link, typically. They just kill automatic popups.

      Unfortunately, in the case of dhtml layers, it *is* harder, as you said, to distinguish. Maybe someone could think up a solution though, that doesn't throw the baby out with the bathwater, as it were.

    14. Re:Not a problem by CoderBob · · Score: 4, Insightful
      One thing bothers me about your argument:
      If you disallow divs to overlap any other content, then you have just disabled a lot of non-offending uses of dhtml. For example, drop down menus that don't use flash (really, I'd rather have dhtml menus than flash menus). Lots of different types of animation effects (like, for example, maybe a web-app would use a 'slide-out' notifier to alert you when you have new messages, like when using a web-forum with private messaging built in).

      Why do we even need drop-down menus on websites? Whatever happened to decently laid out sites that didn't contact the server every 10 seconds to see if there was an update? Web-forums with private messages? Let them notify me of a new message when I request a new page. Real-time dynamic content does not belong in a browser window.

      Maybe I'm just old fashioned here, but I don't see "the web" as something I want to turn into application software. Not over HTTP. Leave my HTTP alone, let me browse through information, maybe hit some server-side app here and there for quasi-dynamic content. Enough with the client-side stuff. The only thing I can even see running client side is a validation script that just checks to see values are entered into a form. Not that they are right (other than format, like ###-###-#### for a US phone #). Other than that, keep it on your damn server.

    15. Re:Not a problem by snorklewacker · · Score: 3, Interesting

      Irratation on TV works because it grabs your attention, and there isn't much you can do ab--***30-SECOND-SKIP***. Well, ok, but the PVR is not yet completely ubiquitous.

      However, I find myself keeping ad banners unblocked on a site ... _until_ they start flashing, shaking, and being generally obnoxious. If I can't conveniently scroll it off the screen or it appears on every page, out comes adblock, and that banner spot is gone FOREVER. It doesn't pay to cross the line on the web.

      You want to show me "brought to you by", or reserve even half the space on the page for ads, go for it. Just keep it calm. You get in my face like a used car salesman though, I'm gone from your site for the day, and your advertiser is gone from my browser for good.

      --
      I am no longer wasting my time with slashdot
    16. Re:Not a problem by spun · · Score: 4, Interesting

      Perhaps you are right about that. One thing I've noticed though: creative, amusing or artful ads don't work on me. Oh, I admire the ad agency who made the ad, but it still won't make me buy the product or like the company placing the ad.

      I like to think I'm a lot like many other people here. When making purchasing decisions, I decide what I want based on rational criteria such as price, features, customer service and so forth. I tell myself that none of the millions of ads I've seen in my life are shaping my decisions.

      I remember reading a short SF story about consumerisation in the future. People are working ten hour days, six and seven days a week to buy all this useless crap that is specifically designed to break down in three months. Car tires, for instance, must match groove patterns in the roads (which are changed every few months) or the vibrations will destroy the tire and car. People spend all their free time figuring out deals in buying clubs. Finally, ad companies come up with these subliminal mind control antennas. The main character ends up stopping at the store for a carton of cigarettes (which he doesn't smoke) and putting them absentmindedly in the glove compartment with all the other unsmoked cartons of cigarettes.

      Honestly, how do we know we aren't being influenced?

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    17. Re:Not a problem by coopaq · · Score: 3, Insightful
      If you don't like their business model, do not visit the sites. simple.

      This is a tired response. Nothing you can do about new sites you've never been to. You get annoyed when a popover shows up.

      When you've been reading a site for years with interesting content and some new PHB ads popovers to the site you are going to have to find a way to block the popover less you be annoyed.

      I'm sorry, but unplugging the interent and shutting it all down and walking away is a weak response to a new problem that needs to get licked.

      The issue deserves attention.

    18. Re:Not a problem by TheWizardOfCheese · · Score: 5, Interesting

      One thing I've noticed though: creative, amusing or artful ads don't work on me.

      That's what you think.

      Honestly, how do we know we aren't being influenced?

      Now you are on the right track. However, there is no spooky, subliminal hypnosis involved. It's just that we are far more susceptible to advertising than we think. Companies advertise for only one reason: it works. New products have uncertain demand, but in established industries it is fairly easy to predict how sales will respond to advertising. Yet nobody thinks they are influenced by ads. Likewise, it is easy to prove that physically attractive political candidates have a material advantage over uglier ones, but while we may be willing to to believe that other voters could be so superficial, we all know that we ourselves are wiser ... don't we?

      --

      "The good reader is a rarer swan than the good writer."
    19. Re:Not a problem by spun · · Score: 3, Interesting

      Says nothing about stupidity though. Have you ever seen a mentally challenged person working at, say, McDonalds? Do they not work damn hard compared to average worker there?

      I think the brain dead masses would surprise you if we automated everything that could be automated, gave them the option of living in an enclave/commune with $DRUG_OF_CHOICE or bettering themselves and contributing something to the community at large. Personally, I think most people would try to contribute. If contributing to the community weren't a natural drive of most humans, we would never have gotten where we are. I think it's a much more powerful drive than any purely selfish greed-based drive. In most people.

      Again, this is just my opinion, but I think that far more dangerous than the people with no ambition/work ethic are the people with too much ambition and no empathy/community spirit. They are the real blood-suckers, not the passively lazy.

      --
      - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
  2. Solution by dsginter · · Score: 3, Funny

    Solution Here.

    Brand new, from what I hear.

    --
    More
  3. Floaters are not evil. by FTL · · Score: 5, Insightful
    There's no problem with floaters, they are no more evil than with blinking text, bad colour schemes or any other number of ugly special effects. They are simply an attribute of the website. If you don't like them (I hate them), click the back button and go somewhere else.

    The problem with popups is that clicking the back button was not enough, one had to clean up the mess -- sometimes a mess that would keep respawning itself. Floaters look superficially similar to popups, but floaters are completely contained within the window. That makes them just another (usually bad) design feature.

    --
    Slashdot monitor for your Mozilla sidebar or Active Desktop.
    1. Re:Floaters are not evil. by pete6677 · · Score: 5, Interesting

      I'm not saying that these ads are evil, but I question the wisdom of forcing ads on people who have taken steps to block them. What does the advertiser expect to accomplish? If their site is struggling so much that the only way they can keep it online is by forcing obnoxious ads on people, the internet would be a better place without them. Make your ads relevant and not super annoying, and maybe people will actually be interested in them.

    2. Re:Floaters are not evil. by j0e_average · · Score: 5, Funny

      No, they are not evil.

      Actually, they indicate that you're getting enough fiber in your diet!

      My own stool, sir, are perfect. They are gigantic, and have no more odour than a hot biscuit" Dr John Kellogg (Anthony Hopkins)

    3. Re:Floaters are not evil. by Happosai · · Score: 3, Interesting

      That's not true.

      With pop-ups/unders, you can get rid of them by closing the browser window that contains them -- this is something that is under the control of the browser application/OS, not the web page.

      Floaters are integrated into the page content, so there are no standard browser controls available to remove them -- you have to rely on any provision that has been made within the floater/containing web page to remove it.

      I would not trust that clicking on part of a floater will remove it and not just link to an advert page, or even worse, exploit a browser vunerability -- afterall, plenty of pop-ups use underhand techniques (e.g. mimicing OS dialogue boxes) to try and get people to click on them.

      [Happosai]

  4. windows by fideli · · Score: 3, Interesting

    I saw one of those on my OS X screen the other day. It actually looked like a Windows window. Kinda funny, really. Nostalgic for me anyway.

  5. Rate of change correlation by stecoop · · Score: 3, Interesting

    I bet the rate of change for pup-up decline was correlated to the rate of change to Mozilla users until Microsoft SP2 was forced to offer pop up blocking. The floaters can have their day and again Mozy users have a slight advantage. If IE users get tired of it then I imagine the only company in an real danger would be Macromedia from people simply refusing to install advertisement generating software on their own machine.

  6. "Remove this object" by sl8r · · Score: 5, Insightful

    There's a nice lil extension to firefox called "Remove this object" that gets rid of those stupid "floaters" (i call 'em div layers, only cos that's what they are).

    1. Re:"Remove this object" by slavemowgli · · Score: 3, Informative

      Here's a convenient link for those too lazy to Google for it: NukeAnything. Note, however, that this is a one-time nuke only; the object will be back the next time you view the page.

      --
      quidquid latine dictum sit altum videtur.
    2. Re:"Remove this object" by erykjj · · Score: 5, Informative

      Sorry, the link above should be this.

  7. Obviously... by larsoncc · · Score: 3, Interesting

    I think that at this point, it's obvious we need a "block javascript from this domain" extension or a "block javascript from this web folder" extension.

    Same with iFrames (which is already implemented well in AdBlock)...

    It's so obvious I'd be surprised if the functionality doesn't already exist.

    1. Re:Obviously... by davez0r · · Score: 3, Informative

      dude, it's in adblock!

      you can block scripts as well as iframes for the page from the little adblock menu in the lower right.

  8. I wish... by Quasar1999 · · Score: 4, Interesting

    I wish that the pop-over ads would only pop-over when I hovered over them... a bunch of ads from Dell I've seen seem to do that... and I appreciate that... it sits there like a banner, and when I hover over it, it expands and does it's nice flash ad... but the ones that do it 5 seconds after the sight loads (car adverts on CNN anyone?) I really hate... it's annoying and ensures that I will never consider watching it...

    A bit of courtesy from the advertisers and I am willing to watch it if it catches my fancy, but if they throw it in my face, they ain't getting anything but rage from me.

    --

    ---
    Programming is like sex... Make one mistake and support it the rest of your life.
  9. Raise your hands by bigtallmofo · · Score: 5, Funny

    How many internet marketers would, if the technology were available, opt to have a physical hand come out of someone's monitor and slap them in the face until they read your ad?

    I just wonder where some marketers draw the line.

    --
    I'm a big tall mofo.
    1. Re:Raise your hands by Tackhead · · Score: 3, Funny
      > How many internet marketers would, if the technology were available, opt to have a physical hand come out of someone's monitor and slap them in the face until they read your ad?
      >
      >I just wonder where some marketers draw the line.

      "There's a line?"
      - Some marketoon

      I can only say this: Given that marketroids tend to surf with IE, Flash enabled, and Javascript enabled, and I tend to surf with Mozilla, Flash disabled, and Javascript disabled (through the use of the PrefBar extension), and have never seen a "floater" anywhere other than my toilet bowl, I'd very much like to see an over-the-Internet face-slapping technology developed.

  10. Even more annoying ... by cablepokerface · · Score: 5, Insightful

    ... are the 'in-between' pages with advertising. You are reading an article, want to go from page 2 to 3 and boom, you end up on a completely different page.

  11. Article Text by th1ckasabr1ck · · Score: 3, Informative
    If you happened upon nj.com in the last month, you might have noticed a clucking penguin waddling across the computer screen, stumbling over text as it promoted a local utility company.

    On a cricket league chat board in New Zealand, exasperated users have been deluged with floating squares that try to interest them in mattresses, dating services and officially licensed trinkets from the "Lord of the Rings" film trilogy.

    Not to be confused with pop-up ads, which open new windows and clutter virtual desktops, these floaters, or overlays, or popovers (no one can agree on a name), can evade the pop-up blockers that many Web browsers have incorporated.

    In the last year, according to Nielsen/NetRatings, which collects and analyzes data on Web advertising, the frequency of these ads has risen markedly, by almost 32 percent from December 2003 to December 2004, while pop-ups in that period declined by 41 percent.

    The floater ads, often using a computer's Macromedia Flash Player to run, overlay the content of the page rather than spawning new windows. They have been around since 2001, but their rise has been abetted by the growing use of high-speed Internet connections, allowing them to play with greater ease.

    Floaters are one example of a variety of online ads known in the industry as rich media. Some variants include banner ads that expand to show graphics and streaming video when the cursor is waved over them; a tamer version packs the video and graphics into a static, or polite, banner. All have a common characteristic: they cannot be categorically blocked by existing technology.

    To many, they are just as irritating as pop-up ads, if not more so. On the New Zealand cricket chat board, one user declared, "This form of advertising is without a doubt the most ridiculous and offensive form I have ever come across."

    But as with pop-ups (before pop-up blockers), their appeal to advertisers is simple: they get people to click, usually transporting them to the advertiser's site. While static Web ads typically have "click through" rates of 0.5 percent of viewers, according to numerous industry studies, the rate for pop-ups and floaters is 3 percent to 5 percent, though some studies suggest that many of those clicks are attempts to get rid of the ad.

    According to Nielsen/NetRatings, the sites on which such ads were most common in the year ended in December were three Microsoft sites - www.msn.com, www.msnbc.com and Hotmail - followed by espn.com and www.yahoo.com.

    Although most advertisers and the sites where the ads appear seem happy with the use of the floater ads, recent research suggests problems. A study of 2,500 British Internet users released last month by OMD UK found that just as many Web users (44 percent) were annoyed with floaters as they were with pop-ups. Many major sites, like nytimes.com and www.msn.com, limit the number of times a person is shown such an ad. (At nytimes.com, the limit is once per visit to the site.)

    "We want to do something that's informative and entertaining as opposed to being annoying," said Joanne Bradford, vice president and chief media revenue officer for msn.com. "That's our guiding principle." To that end, the company introduced on Feb. 1 a design that limited the number of ads on the main page. (Ms. Bradford would not say by how much.) The action, she noted, did prompt "a little bit of squawking" from advertisers.

    Some are trying to figure out other ways to stop the onslaught. Mozilla, designer of the popular (and free) Web browser Firefox, which offers a pop-up blocker, is trying to block floater ads as well, but has so far been unsuccessful, said Chris Hofmann, director of engineering for the Mozilla Foundation. "It really is an arms race," he said.

    Jarvis Coffin, chief executive of Burst Media, a company that sells advertising for more than 2,000 Web sites, said that even though he is a fan of the "rich media" ads, he warns that advertisers should understand that they cannot deluge people with the technology without consequence. "Just because you can do it doesn't make it a smart thing to do," he said.

  12. Who Clicks On These? by ObsessiveMathsFreak · · Score: 4, Funny

    I believe I speak for many when I say
    "Who the Hell actually clicks on all the popups,popovers,floaters,ads and logos anyway?"

    I can safely say the only time I click on an ad when online, is when my mouse slips?
    I suppose it must be like spam. The percentage of suckers is incredibly low, but if ads are 10% of internet content, then you'll get a few hits.
    Still though, I mean, what kind of person goes around saying "Oh! I do want a cheaper morgage!!" *CLICK*. Do any slashdotters have some amusing tales of such perpetually clueless lusers in their domains?

    --
    May the Maths Be with you!
    1. Re:Who Clicks On These? by Talsin · · Score: 5, Funny

      I support a group of almost 100 20 something women that work in the advertising business doing spot radio buys. I can honestly say any of them would happily double click a landmine just to see what happens.

      There is no sig

  13. CSS + Javascript by rdc_uk · · Score: 5, Insightful

    Ultimately, what is required is for the browser (whichever one) to control what elements of CSS and Javascript sites are allowed to use.

    Ergo; the user can simply dissallow CSS allowing flying elements ("float"-ing is a different thing, you see).

    There needs to be a definite shift from the web-site having "control" unless the browser is patched to snatch it back, towards the web-page being permitted to do its thing within certain boundaries (boundaries that the user is in control of).

    The rush to provide "web applications" runs contary to this; web pages are DATA, not programs and the further we go from that state, the more invasive mal-intentioned pages can be (example; ActiveX)

  14. Flashblock by alnjmshntr · · Score: 3, Informative

    Many of those floaters are created using flash, so use Flashblock to prevent them from showing.
    Flashblock and AdBlock == good surfing experience.

    --
    If I had created the world I wouldn't have messed about with butterflies and daffodils. I would have started with lasers
  15. Not effective anyway by DrinkingIllini · · Score: 4, Interesting

    Don't these people look at any research, or are these just web developers with no actual marketing skills? Simple text based ads have been proven to be more effective than any form of internet advertisement, why do you think Google uses them?

  16. Sollution. by Tetsugaku-San · · Score: 4, Insightful

    Turn off Flash - I've never found a convincing argument to have it other than the odd well made animation - and these are few and far between, turning flash on and off should be a lot easier but aprt from that -it works.

    1. Re:Sollution. by DustMagnet · · Score: 4, Interesting

      I spent years looking for a way to turn off flash. Macromedia doesn't allow you to do it. If you don't install it, you get bugged constantly to install it. Then came Homestar Runner, so I need flash. Recently someone on Slashdot pointed out a Firefox extension called Flashblock. It's perfect. Replaces all flash with a clickable icon and you can easily whitelist a site from a right-click menu.

      --
      'SBEMAIL!' is better than a goat!!
  17. Re:Flash suppression by cswiii · · Score: 5, Informative

    I haven't had it installed lately because my adblock does a pretty good job of blocking flash that I don't want to see, but
    flashblock is what I used to use... it blocks out flash until you click on it to view.

  18. Who does this? Why do they do it? by Mirk · · Score: 4, Insightful
    I just don't get it. What kind of moronic company would pay money to "advertise" its product by irritating the heck out of everyone who sees it? If there is a more cast-iron way of making me hate a product so much that I will never buy it, it's by having it get in my face when I am trying to read something.

    These "floaters" remind me of that childish thing where someone leaps around thrusting their hands in front of your face going, "Not touching! Can't get mad!" Oh, yeah. That behaviour is really going to make me want to buy your product.

    Since "floater" is (in England, anyway) slang for a turd that can't be flushed away, the name is at least appropriate.

    --

    --
    What short sigs we have -
    One hundred and twenty chars!
    Too short for haiku.
  19. With Opera it's not a problem by MrCam · · Score: 3, Interesting

    To fix popover ad's, stupid colors or layers they overlap so I can't read a page, I just click the the little user mode button. The background turns to white, all the text becomes black with the standard font and all the bad CSS crap gets turned off. And if I need it back I just click to turn Author mode back on.
    I don't know if Fire Fox has this option but for those of you more involved with the project it would be a nice added feature.

  20. how do they work? by circletimessquare · · Score: 3, Informative

    dhtml z-index?

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  21. Re:Hey! by FunWithHeadlines · · Score: 5, Informative
    "Would you watch a TV station that played its ads over the show, cutting in at random moments so you miss key dialogue? Me neither. There are ways to host ads on Web sites that don't annoy the hell out of the user."

    It already happens. You're watching a TV show and suddenly a swirling logo appears in a corner and then an ad for another show on that network appears. And then during the closing credits, the network will break in with obnoxious promos that block out anything you can see or hear on screen.

  22. For cripes sakes people, make a HOSTS file. by Yekrats · · Score: 3, Informative

    After using Dan Pollock's hosts file for a few months, virtually all of that monkey business has disappeared. That, Firefox, and Adblock have made the web bearable for me.

    --
    Ceci n'est pas une pipe.
  23. Re:Hey! by Neph · · Score: 4, Insightful
    Would you prefer to have everything like NYTimes.com instead?

    Damn it all to hell, TEXT ADS! In a space on the side of the screen! Google figured this out years ago, how long is it going to take for the penny to drop with the rest of these bozos? How hard is it to understand that maximizing annoyances your potential customer base is not good for business?

    Seriously. Why does this have to be so difficult? The fact that people are developping countermeasures to your advertising should be lighting a bulb, however dim, somewhere in your mind. What could it mean? Whatever could it mean?

  24. Comment removed by account_deleted · · Score: 5, Informative

    Comment removed based on user account deletion

  25. Complain by krgallagher · · Score: 4, Interesting
    Here is an email I sent Foxnews.com:

    "I believe it would be in your companies best interest to institute a policy that your banner advertisments cannot make sounds unless a user is interacting with them.
    You are currently running a banner add on your web site that is extremely anoying. It says "Swat the fly and get a free $250 gift certificate," and has a fly flying around and your mouse turns into a fly swatter when you mouse over it. The anoying thing is that it makes a buzzing sound even if you do not do anything.
    Your web site auto refreshes at regular intervals. I usually leave my browser open on your site durig the day while I work and periodically check the headlines and read the articles. Imagine my surprise when, while I am working with my browser minimized, my computer suddenly begins to buzz. I use firefox for a browser, and usually have at least seven news sites open in tabs at once. It took me quite some time to find which site had an add that was playing the anoying buzzing sound.
    Since I cannot prevent your site from auto refreshing, eventually that banner add will come back up. As a result, I am not going to be able to leave your site open today. That is a real shame because I relly enjoy your web site and read it daily. Unfortunately that annoying sound will drive me nuts and prevent me from getting my work accomplished.
    Thank you for your time. I hope you will take my advice and change your advertising policy.
    "

    This was their response:

    "Thanks for writing. We've been deluged with complaints about this ad. It was served by a third party advertiser, and we're working to track it down and remove it. If it does crop up again in the future, please don't hesitate to email us right away."

    I was really surprised at the response. I guess since they are a legitimate news site (gonna get flamed for that), they cannot afford to have their advertisers driving their readers away from the site. Still I sent a similar email to abcnews.com for a similar ad a couple of months ago and the response was the exact oposite. I did not save the email but they basically told me to screw myself.

    --

    Insert Generic Sig Here:

    1. Re:Complain by barzok · · Score: 4, Informative
      The biggest annoyance isn't even the ad - it's Flash Player. Flash player will NOT let you disable *any* flash animation that is embedded in a webpage. *Some* flash animations seem to allow you to stop them (by right-clicking, and toggling the 'Play' menu option), but it appears to be something that webpages can disable. This is something that has always made me royally angry with Macromedia. It's *my* computer, I should have the final control over it, not the person embedding flash content on the page. I should *always* have the option of stopping the flash animation.

      I would just get rid of flash, but unfortunately, too many sites use it for critical parts of their webpages. *sigh*.
      Get the Flashblock extension for FireFox/Mozilla. It'll let you choose which Flash animations to play, and which sit there idle.
  26. AdBlock = easier by CdBee · · Score: 5, Informative

    Adblock can also kill the floater by preventing it loading. (I prefer "floater" as its alternative meaning in British is that of a turd in water)

    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
  27. games too by norkakn · · Score: 5, Interesting

    I wonder what it would be like if we worked on stories instead of flashy graphics in games. Would it be better to have a text based game where all the characters had personalities and could hold a conversation? Or is it better having lots of dumb things that don't talk to shoot at?

    1. Re:games too by tonsofpcs · · Score: 3, Funny

      Are you trying to say that Wolfenstein 3D didn't have a story line????

  28. Effective marketting through pain by erroneus · · Score: 4, Interesting

    I believe it would be a natural extension of today's marketting techniques to use forms of pain and torture as a means of convincing people to buy your products and services. Clearly, being nice and friendly doesn't work any longer.

    Let's just glance at the trends to see where they are going. With TV, they started with commercial spots which were actually convenient because if gave you the opportunity to get up and get a drink, make a sandwich or go use the bathroom. But lately, with the excessive amounts of commercials you have time to do all three of those things. Now they are corrupting our entertainment with product placement within the entertainment itself. Annoying...but livable since they have only the ability to make sounds and video so it kind of limits what they can do. (Though I make predictions that they will begin adding ear-drum-peircing tones to the beginning and end of each commercial to take advantage of the new pain marketting techniques.)

    The same generally applies to radio where the commercial air time obviously swarfs the amount of entertainment air time. But again, ear-drum shattering tones, not unlike the Emergency Broacast System tests, will mark the beginnings and ends of advertisments on the radio.

    With computers and internet, we have suffered greatly from the creative genius of marketters who clearly illustrate they have no moral boundaries. They spam us, we block them, they find ways around the blocks and keep spamming. Now what marketting genius thinks it is a good idea to skirt what amounts to security measures in order to get your advertisment through? In some places it's a criminal offense to ignore a "No Soliciting" sign. How about climing over a security fence in order to place a handbill on your door? Is it okay? Or what about picking the lock of your back door (a clear invitation since you have a back door, it must mean you want someone to come in through it right?) in order to stick something on your refridgerator (and then count all the items in your food storage to see what you've been eating and buying)? Would this be acceptable? No, guess not. Marketters would think it's equally ridiculous...or would they..? (Do you think I just gave them a bad idea? D'oh!)

    I have proposed this idea in the past and I believe I got some support for the idea at the time but now I'm almost ready to start the push myself. Let's make a "mark" in the minds of the consumers out there.

    I think we should hire some people to go around and beat up random strangers on the street. The advertising comes in when you script the ass-kickin' with commercial messages. Timing is crucial. For example, if I were advertising Viagra, a kick in the crotch should happen at exactly the moment the product name is mentioned. This works directly as the word "Viagra" will be stuck in the mind of the recipient for a LONG LONG time. And indirectly, as you see people holding their damaged "goods" and you ask them what happened, they can simply answer "Viagra" and the message will be clear.

    I have considered many ways in which pain would be an effective marketting tool and the scenario above is just one example.

    Popups are for wimps.

  29. Re:Hey! by Chris+Burke · · Score: 3, Interesting

    They get it. The advertisers are at war with us over posession of our eyeballs. We will see advertisements and we will be forced to look at them because they'll obscure something we want to see. The browser is both how they attack us and our defense. Popup blocking, the FlashBlock NukeAnything extension are just steps in the escalating arms race.

    Man, I hate advertising. I'm with Bill Hicks on this: If you're in marketing, just kill yourself. Please.

    --

    The enemies of Democracy are
  30. The new ESTP protocol! by cpghost · · Score: 4, Funny

    [...] I'd very much like to see an over-the-Internet face-slapping technology developed.

    Easy, if you replace face-slapping with electro-shocking.

    • Sell new keyboards and mice that deliver electric shocks of varying intensity (ever seen Never Say Never Again?).
    • Have the W3C implement the new ESTP protocol (Electric Shock Transport Protocol) specification and associated (XML-like?) tags.
    • Marketers can now "shock" users that don't click on the ads.
    • ...
    • Profit!

    If you thought that you could get away with using rubber gloves, you are dead wrong: this is a circumvention, and you'll be hit by the DMCA!

    --
    cpghost at Cordula's Web.
  31. Just avoid these sites by Toy+G · · Score: 3, Insightful

    Ads too annoying? Change your information sources. This has already happened: remember that we used to love Altavista, then everybody switched over to Google because it was ad-free... We used to love portals, then they went ad-crazy, and we switched to a number of different tools (aggregators, google, etc). Sometimes down the line, one has to think "Is the information on this site worth all the hassle?". The more they push ads down our throat, the more we will look for (or build) alternatives... just think about RIAA's "success" against p2p.

    --
    -- Let's go Viridian.
  32. Maxthon can stamp out most of these ads. by MtViewGuy · · Score: 3, Informative

    These new "floater" ads can be stamped out if you have the right functionality in the web browser itself.

    I'm currently running MySoft Technology's Maxthon (formerly MyIE2) shell program for Internet Explorer 5.x and later, which has a very powerful function called AD Hunter. AD Hunter not only blocks mostly pop-up windows, but also the vast majority of "floating" ads, Flash animated ads, a large number of online static ads and even allows you to block ActiveX objects! :-) I wonder why Mozilla 1.7.x and Firefox 1.x doesn't offer this level of blocking control without having to do a lot of manual configuration with third-party add-ons.

  33. The next level of blocking by Animats · · Score: 4, Insightful
    Browsers need some work to deal with this. Firefox has some real opportunities here.

    First, we need to get Flash under user control. This may require implementing an open-source Flash player, or beating hard on Macromedia. Flash animations need to respond to a "block all images from this site" right-click. All animations should come up static, dimmed, and silent, requiring user action to activate them. This keeps the annoyance level down.

    Then we need to make page ownership hierarchical. If a page opens another window, the new window is considered a child of the parent window. When the parent window closes, so must the child.

    Further, child windows should be restricted to the area of the parent window. They must be in front of the parent, and they must have some minimal overlap. (Restricting them to the parent window frame is probably too restrictive, but requiring some overlap means they can't move freely around the screen.)