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.'"
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.
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).
... 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.
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)
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.
My Portfolio
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.
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?
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.
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.
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.
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.
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.
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.)