Slashdot Mirror


IE8 Will Contain an Accidental Ad Blocker

JagsLive sends in a Washington Post blog post reflecting on one privacy-enhancing feature of the upcoming Internet Explorer 8, the so-called "InPrivate Blocking" that has privacy advocates quietly cheering, and advertisers seriously worrying. Here is Microsoft's description of the feature. From the Post: "The advertising industry is bracing for trouble from the next version of Microsoft's Internet Explorer, details of which were announced today, because it will offer a feature that blocks some ads and other content from third-parties that shows up on Web pages. A Microsoft spokesman said that the feature, to be known as 'InPrivate Blocking,' was never designed to be an ad blocker, though 'there may be ads that get blocked.' Instead, it was designed to stop tracking 'pixels' or pieces of code that could allow third-party sites to track users as they move around the Web."

104 of 437 comments (clear)

  1. They just don't get it do they by QuantumG · · Score: 3, Informative

    The two are one and the same.

    --
    How we know is more important than what we know.
    1. Re:They just don't get it do they by Architect_sasyr · · Score: 3, Insightful

      Doesn't it read a bit more like they're trying to block google analytics? Not that they're taking a direct shot at any particular company of course... maybe I'm just overly paranoid.

      --
      Me failed English...
      FreeBSD over Linux. If my comments seem odd, this may explain...
    2. Re:They just don't get it do they by jd · · Score: 4, Funny

      Paranoid. Microsoft. One of these words is redundant.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    3. Re:They just don't get it do they by the_womble · · Score: 4, Insightful

      Blame web masters who put the Google Analytics javascript in the header, instead of the bottom of the page. Yes, Google did recommend the former years ago, but it was a bad idea and they changed their recommendation years ago.

    4. Re:They just don't get it do they by salmonmoose · · Score: 3, Funny

      Ok, it's not just me that thought that then. Does this mean that when IE8 is released, we'll all see a drop Internet Explorer users, and can stop supporting their browser because it's insignificant?

    5. Re:They just don't get it do they by jaiyen · · Score: 4, Interesting

      Doesn't it read a bit more like they're trying to block google analytics? Not that they're taking a direct shot at any particular company of course... maybe I'm just overly paranoid.

      I don't think so. Google Analytics tracks many visitors to the same site, whereas this seems to be aimed at preventing tracking of the same visitor to many sites. In the MS blog it says it'll prevent the same cookie tracking you across more than 10 sites. I think the implication is that it's bad for Adsense, Doubleclick and the like as they can no longer track you through third-party cookies on dozens of sites and build up an advertising profile of you that way.

      Good for privacy of course, but as so much of the web is ad-funded is this really going to be good for the web as a whole ? I guess we'll have to wait and see on that one.

      I think it's interesting also that this is happening as Microsoft tries to become a bigger player in the internet ad business. They could use IE feature to their advantage here, as it'd be fairly easy for them to implement a scheme where all third-party cookies are limited, except for those of Microsoft and its "selected partners". Would we put it past them to do something along those lines ?

    6. Re:They just don't get it do they by goose-incarnated · · Score: 2, Insightful

      On the contrary, it sounds like they get it perfectly

      --
      I'm a minority race. Save your vitriol for white people.
    7. Re:They just don't get it do they by SerpentMage · · Score: 5, Insightful

      I think the opposite... If IE8 had some really good anti-advertising stuff then I would be REALLY happy.

      I am not against advertising, but I am against adverts that:

      1) Suck up 50% of my CPU.
      2) Make noise even though I don't want them to.
      3) Decide to every now and then pop over my reading or viewing area.

      I do click on adverts, and still want adverts, but I want adverts to behave like newspaper adverts!

      --

      "You can't make a race horse of a pig"
      "No," said Samuel, "but you can make very fast pig"
    8. Re:They just don't get it do they by Anonymous Coward · · Score: 3, Insightful

      I think it's interesting also that this is happening as Microsoft tries to become a bigger player in the internet ad business. They could use IE feature to their advantage here, as it'd be fairly easy for them to implement a scheme where all third-party cookies are limited, except for those of Microsoft and its "selected partners". Would we put it past them to do something along those lines ?

      Know thine enemy. Microsoft have unquestionably had numerous high level meetings about this, obviously they've already decided this will help them push SilverShite to advertisers. What if ad funded sites deliberately break basic functionality to ensure visitors have Microsoft's proprietry garbage installed? Microsoft will probably sell it as "protect your revenue, no way for users to block ads". How to grow a new monopoly from a failing one (IE), think I'll pass!

    9. Re:They just don't get it do they by Vectronic · · Score: 3, Informative

      You have tried adding something like *.google-analytics.com/* and/or http://www.google-analytics.com/urchin.js or maybe *urchin*.js directly...into Opera's 'Blocked Content' right? (as well as http://*.googlesyndication.com/*, etc)

      Or you can set your options for cookies, java, etc using the google-analytics "Site Preferences", just right-click an empty area of a website (or go to Google-Analytics directly?), "Edit Site Preferences" then change the URL from that one, to goo~-anal~ (heh)... then set your prefs...

      Works for me, as much as I need it to, but, as for blocking it outright, you'll have to use your HOSTS (or equivalent) file, router, or firewall, etc... to block it.

    10. Re:They just don't get it do they by Lachlan+Hunt · · Score: 5, Informative

      If by header, you mean , it's probably because that's where Javascript should be kept. All my webpages validate as xhtml strict, and placing the tag in is the only way for it to validate.

      Wrong! The script element can be placed within either the head or body of a page, so placing it near the end is perfectly fine.

      --
      By reading this signature, you hereby agree with the content of the above comment.
    11. Re:They just don't get it do they by houghi · · Score: 4, Interesting

      Good for privacy of course, but as so much of the web is ad-funded is this really going to be good for the web as a whole ?

      Yes. Less advertisement means less people wanting to tell you how to do stuff. It also means less sites that are only there to advertise (like TV is there only to sell soap).

      Instead of the product the sites sells to their customers, the advertisers, the public will become the customer again. It could mean the end of a gazillion sites that basically copy and paste each other information. Instead of quantity, it would mean quality.

      I and all people using some sort of ad-blocking would love to have less advertisement. And I guess plenty of those who don't use them won't be upset if there were less advertisements.

      Are people so much into corporate speech that they think they can not exist except if some company is sponsoring them? Yes, there are exceptions.

      --
      Don't fight for your country, if your country does not fight for you.
    12. Re:They just don't get it do they by Anonymous Coward · · Score: 5, Informative

      All my webpages validate as xhtml strict, and placing the tag in is the only way for it to validate.

      Sorry, but you're incorrect. The applicable block of valid XHTML, with the Google Analytics code where Google advises to put it:

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

      [snip]

      <script type="text/javascript">
      //<![CDATA[
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );
      //]]>
      </script>

      <script type="text/javascript">
      //<![CDATA[
      var pageTracker = _gat._getTracker("UA-3044339-1");
      pageTracker._initData();
      pageTracker._trackPageview();
      //]]>
      </script>
      </body>

      Posting anonymously, because I don't want to waste the moderation points that I've already applied to this thread.

    13. Re:They just don't get it do they by unick · · Score: 2, Informative

      Use Firefox with the NoScript add-on. http://noscript.net/ It blocks/unblocks javascript exactly the way you want it. And makes surfing safer in general.
      Another interesting add-on is CustomizeGoogle. http://www.customizegoogle.com/ It can block cookies being sent to Google Analytics and it can anonymize the Google UID.

    14. Re:They just don't get it do they by Vectronic · · Score: 4, Informative

      Yeah I am aware of those, however, the OP, as well as myself seem to prefer Opera, and dont deem this as worthy of switching browsers entirely. If he had said "In Firefox" then I would have suggested those...

      However, Opera is capable of the same thing, disable JavaScript (or Java entirely if you want) then enable it on a per-site basis, even so far as allowing or disabling specific content/scripts within a certain page via Opera's built in stuff, or using custom (or ones people have made) CSS and JS's, etc etc...

      The easiest is usually just using the "Block Content" (per-site basis on the context menu, different from 'Blocked Content' main settings) option, where it dims the stuff that can't be blocked, then you just click on anything you want to block.

      Plus, there is various plugins and widgets that can do the same, or different (albeit a much smaller userbase/community than Firefox)

    15. Re:They just don't get it do they by Bryansix · · Score: 2, Interesting

      If you need to do "A" to get to "B" and "B" needs to be done to get to "C" but you can put A,B, or C in any order and "A" takes the longest but "B" and "C" is where the content of the page is located then why not put "A" at the end?

    16. Re:They just don't get it do they by Bryansix · · Score: 5, Interesting

      I am not against advertising, but I am against adverts that:

      1) Suck up 50% of my CPU.

      You mean like those Dice ads that Slashdot was displaying forever even though I emailed them repeatedly and told them it was crashing my browser and slowing down my computer?

    17. Re:They just don't get it do they by Demiansmark · · Score: 3, Informative

      Content will delay loading until the analytics JS is processed which is dependent upon the reliability of google's servers.

      I'm as big of a standards junkie as the next but validation is just a pat on the back and validators are good for highlighting something you may have overlooked but it's perfectly fine to ignore errors if you know why you're doing it (and of course have a good reason for doing so).

    18. Re:They just don't get it do they by RupW · · Score: 2, Informative

      As I recall, Google Analytics uses Javascript to do the tracking, I don't think it uses the 1x1 pixel image method... though I could be wrong, it's been almost a year since I last played with it.

      It uses script which inserts a trivial image into the page. All the data is passed back to Google as query string parameters on the image request.

    19. Re:They just don't get it do they by phantomfive · · Score: 3, Insightful

      If you want to be the customer, you have to pay. It's that simple. Websites need to pay bandwidth and administration costs somehow. How much are you willing to pay for the right to be a customer? That is the question. For me, I'm willing to take advertising.

      --
      Qxe4
    20. Re:They just don't get it do they by clone53421 · · Score: 2, Funny

      Let me guess, you posted that anonymously to avoid un-doing the moderation you... oh wait.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    21. Re:They just don't get it do they by Thinboy00 · · Score: 2, Interesting

      Wikipedia has no advertising (paid entirely via donations; I mean the English Wikipedia. The other ones are semi-independent and make their own decisions on these things)

      --
      $ make available
    22. Re:They just don't get it do they by Bryansix · · Score: 3, Informative

      If you and your wife are in cars commuting home and you are both stuck behind a gravel truck wouldn't you get in the fast lane and go around it? The gravel truck will still get to its destination just as fast but now you are home faster too. Google Analytics is like the gravel truck and you and your wife are the content of the page.

    23. Re:They just don't get it do they by phantomfive · · Score: 2, Interesting

      Good point, what you say is very true, however, do you think it is possible for the entire (interesting) internet to exist in a similar manner? For me, I like youtube, and I am willing to look at advertisements to enjoy it, but I am not going to donate to it to keep it alive, and I think a lot of other people will feel similarly.

      --
      Qxe4
  2. Who the hell is drinking this cool-aid? by lecithin · · Score: 4, Insightful

    Anybody that really wants ad blocking can do it now. Most of the people that do want it don't use IE.

    All that this changes is control of the ads that are shown in IE. Instead of some 3rd party ad, you will get an ad that is 'blessed' by microsoft (after the advertiser pays a fee to M$).

    From Microsoft's decription:

    "Have you ever wanted to take your web browsing "off the record"? Perhaps you're using someone else's computer and you don't want them to know which sites you visited. Maybe you need to buy a gift for a loved one without ruining the surprise. Maybe you're at an Internet kiosk and don't want the next person using it to know at which website you bank."

    IE8 is supposed to solve all of that? Bullshit.

    Who the hell is drinking this cool-aid?

    --
    It could be worse, it could be Monday.
    1. Re:Who the hell is drinking this cool-aid? by zzatz · · Score: 4, Insightful

      Microsoft thinks that using an Internet kiosk for banking is OK? Are they really that out of touch?

    2. Re:Who the hell is drinking this cool-aid? by AuMatar · · Score: 5, Interesting

      Actually no. I know plenty of non-computer people who I off hand mentioned ad blocking to. Generally the reaction is a stunned look followed by "you can do that?" and begging me to set it up for them. Most people don't even know it exists.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    3. Re:Who the hell is drinking this cool-aid? by T3Tech · · Score: 5, Funny

      You can do that!?... with a browser?

      And all this time I've been blocking ads to all the machines on my network with a squid proxy... oh wait

      --
      Of course I didn't RTFA... why would I do that? You really are new here aren't you? Don't let my UID fool you.
    4. Re:Who the hell is drinking this cool-aid? by Alumoi · · Score: 5, Funny

      Firefox?

    5. Re:Who the hell is drinking this cool-aid? by Maelwryth · · Score: 2, Interesting
      This is classic from TFA;

      Consider this hypothetical example. You walk into a shopping mall. In the middle of the shopping mall, there is someone in front of a kiosk who asks you if he can record what stores you visit while you're there as part of a survey. In order to do so, he writes down a description of what you look like - not your name - but what you're wearing, your height, etc. In several of the stores throughout the mall, there are people who identify you based on this data, and record whether or not you visit a particular store. When the mall closes, the surveyors in the store report their tallies back to the kiosk. What the surveyor ends up with is a list of some of the stores you visit while you're at the mall."

      How, in dogs name does he think they price mall space. I must admit though, it's a great analogy, they don't ask you on the web either!

      --
      I reserve the write to mangle english.
    6. Re:Who the hell is drinking this cool-aid? by h4rm0ny · · Score: 3, Insightful


      Yes, we can all do this ourselves either with the appropriate browser software and settings or at a network level. But don't you see? If Microsoft are billing this as a feature for the next IE, then it means this sort of stuff is reaching mainstream consciousness. And it's about bloody time. Good for M$, for once!

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    7. Re:Who the hell is drinking this cool-aid? by Anonymous Coward · · Score: 4, Interesting

      That's true. The trick is don't be talking about security, or start talking about security. Or simply recommend ad blocking out of the blue. Keep it off-handed. The classic geek "blah-blah-Lassie-blah-blah" just spooks them. They're happy to learn ads can be blocked. Say "heck yeah" and simply show them how, end of explanation. Continue to build trust like that and they /might/ be able to handle security advice from you after two years.

      But you know, don't. I don't want ad blocking to be commonplace. That'll just cause ads that are harder to block for the rest of us, and it'll make it much less likely that the greater populace will become suprised and outraged enough about uncontrolled user-tracking to demand legislation. And finally start to wonder about the lack of relevant privacy legislation for the modern world in general.

      The BT debacle is kinda the start of that. http://news.bbc.co.uk/2/hi/technology/7438578.stm

    8. Re:Who the hell is drinking this cool-aid? by trashbat · · Score: 4, Insightful

      Last year I spent about 3 months in Peru and internet kiosks were pretty much my only way of checking my account balance. I was running Firefox and ClamWin off a USB stick, and I changed my password constantly. Risky, but necessary.

    9. Re:Who the hell is drinking this cool-aid? by Anonymous Coward · · Score: 2, Insightful

      Unfortunately this is the way to handle beneficial things. Keep them low. Ad blockers are fantastic. However the more people use them, the less effective they will get. Advertisers will fight blockers if the get too well known. As long as there is a large enough user base to support the development of ad blockers, that at the same time is small enough not to draw too much attention, it's perfect.

      It's the same with Firefox. The more attention and big money support it gets, the more it will go down the drain because it has to cater investors and feature hungy masses.

    10. Re:Who the hell is drinking this cool-aid? by Mistshadow2k4 · · Score: 3, Insightful

      In the middle of the shopping mall, there is someone in front of a kiosk who asks you if he can record what stores you visit while you're there as part of a survey.

      Not a great analogy, MS; you should mention that tracking cookies never ask permission.

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    11. Re:Who the hell is drinking this cool-aid? by Vlad_the_Inhaler · · Score: 2, Interesting

      I'd go one further than that. If IE8 blocks this automatically, then this type of cookie will become pretty much obsolete.
      Of course something will spring up to replace it.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    12. Re:Who the hell is drinking this cool-aid? by Phroggy · · Score: 2, Funny

      Hey, are you running my code, by any chance?

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    13. Re:Who the hell is drinking this cool-aid? by Anonymous Coward · · Score: 4, Funny

      Yes you can do that. But first you must learn:
      1. "Paint the fence"
      2. "Wax the car"

      Then you can effectively block ads.

    14. Re:Who the hell is drinking this cool-aid? by phoenixwade · · Score: 2, Funny

      You can do that!? ... but how do you attach the ethernet cable to the tentacles?

      You Don't - they connect by WiFi.

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    15. Re:Who the hell is drinking this cool-aid? by RpiMatty · · Score: 2, Insightful

      Who installed firefox and ABP for em?

    16. Re:Who the hell is drinking this cool-aid? by ikkonoishi · · Score: 2, Informative

      A more accurate analogy would be someone walking up behind you and attaching a tracking chip to your backside without you noticing.

  3. Step right up by icsx · · Score: 3, Interesting

    Get your own accidental ad blocker right now! We will block some of the ads (Google) but our own stay!

  4. Firefox Anyone? by fishyfool · · Score: 5, Informative

    Install Firefox, whack in AdBlock , NoScript, and FlashBlock and you have more privacy and security than with IE.

    --
    Enjoy Every Sandwich
    1. Re:Firefox Anyone? by rm999 · · Score: 5, Informative

      I think you mean Adblock Plus... Adblock hasn't really been updated for about 4 years

      I've found all I need is Adblock Plus with a subscription to "EasyElement+EasyList"

    2. Re:Firefox Anyone? by utnapistim · · Score: 4, Insightful

      That's what I thought also: in other words, IE will provide part of the functionality of NoScript and AdBlockPlus, starting from version 8.

      Of course, they couldn't market it as such: it would be harder to plaster "innovation" all over it.

      Marketing spin aside, this is good news: since most people still use IE, it's good that this should increase the privacy level for everyone (if implemented right, that is).

      --
      Tie two birds together: although they have four wings, they cannot fly. (The blind man)
    3. Re:Firefox Anyone? by Technician · · Score: 2, Insightful

      Install Firefox, whack in AdBlock , NoScript, and FlashBlock and you have more privacy and security than with IE.

      This is in addition to a good DNS and hosts file.

      --
      The truth shall set you free!
    4. Re:Firefox Anyone? by Gewalt · · Score: 2, Informative

      Umm, yeah, and you might find that 60% of your websites don't work.

      Actually its more like 2% of websites stop working right, and even those will work again with 2 simple clicks of the mouse. (most defective behavior is caused by sites that store their static content on a separate domain from their dynamic content, simple allow scripts from that particular domain as well, and BOOM, everything works, including privacy)

      --
      Modding Trolls +1 inciteful since 1999
    5. Re:Firefox Anyone? by Gewalt · · Score: 2, Informative

      Sorry, I should have specified. I allow all first-party scripts, and block all 3rd party scripts. (and flash-block is redundant and useless, so I don't use that)

      --
      Modding Trolls +1 inciteful since 1999
    6. Re:Firefox Anyone? by inviolet · · Score: 3, Informative

      Install Firefox, whack in AdBlock , NoScript, and FlashBlock and you have more privacy and security than with IE.

      Opera 9.52 (the latest version) has popup site preferences that allow you to control whether each site can: set cookies for itself, set cookies for other sites, run java, run javascript, run flash or other plugins, use sound, use animated gifs, etc. And there are popup global settings as well in case you just need to toggle them on for a minute. Combined with the latest HOSTS file from those anti-advertising guys, it is teh lovely internets.

      --
      FATMOUSE + YOU = FATMOUSE
  5. FYI (heads up) Privoxy by blahplusplus · · Score: 4, Informative
    1. Re:FYI (heads up) Privoxy by value_added · · Score: 3, Interesting

      I think this is the first time I've seen someone mention privoxy among the dozens of adblock posts.

      I run privoxy on a separate machine so that it's available to every computer on my network, thereby minimising the need for installing Firefox extras. And while I'd recommend it highly (definitely a plus for over-burdened laptops when it's running elsewhere), it doesn't seem to the same job as adblock when it comes to an ad-free webpage. The Slashdot site, for example, renders with the right column being pushed down quite a distance leaving a gaping whitespace. It can be a tough choice sometimes: soul-sucking advertising, or existential emptiness.

  6. who do advertisers think they are? by timmarhy · · Score: 4, Interesting

    back in the early days of the web, if a website was 500k in TOTAL is was large. now days chewing 10 megs on a single site is nothing, most of it is ads and very little content. all of this is paid for by us, without our permission. so what if a website is offering free content in exchange for banner hits, they don't ask me if i'd like to be tracked and bombarded with ads for the pleasure of it first do they, in fact i'm pretty sure if websites started placing a front page stating you had to unblock ads and allow 50 doubleclick cookies to be placed not many people would visit them. So cry me a fucking river if they go broke from all the ad blocking.

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:who do advertisers think they are? by finity · · Score: 3, Funny

      Stop your whining. Your "10 megs" of ads example is ridiculous. Use lynx if you're just dying for the old days.

      Next you'll be shouting for us to get off your Internet, darn kids.

    2. Re:who do advertisers think they are? by nitroamos · · Score: 4, Insightful

      From the perspective of companies, they consider that your eyeballs on their ads is a fair trade for giving you access to their content. If they provided you with an opt-in model for advertising, we agree, their revenue stream would collapse and they'd cry. Then their content would disappear, and you (average population) would cry.

      It's silly to expect them to give you content and get nothing in return. If your view was purely principled, you wouldn't go to their sites, and then you don't have to worry about it.

  7. Google anylitics killer! by Coolhand2120 · · Score: 4, Insightful

    This has far reaching implications for all browsers. If you can't track a huge portion of the pie using google/yahoo analytics then it makes no since using 3rd party tracking software. The user in me cheers, the site administrator in me cringes.

    1. Re:Google anylitics killer! by dotancohen · · Score: 2, Interesting

      This has far reaching implications for all browsers. If you can't track a huge portion of the pie using google/yahoo analytics then it makes no since using 3rd party tracking software. The user in me cheers, the site administrator in me cringes.

      That's why I've gone back to parsing the Apache logs. It really contains 99% of what you need: the user agent and referer. As I design for 800-1680 width screens, the user screen size does not matter to me. I use the referer to know who's linking to me, what keywords they searched from, and to know if this is a new session or not. If there is no referer then I set a cookie to track session.

      The apache logs are great, and really include most of the info one needs. Tip: if you can host non-html pages (css, js, images) on a subdomain then it makes the parsing a lot easier. You don't want to account for files that were included in another page.

      --
      It is dangerous to be right when the government is wrong.
    2. Re:Google anylitics killer! by Gewalt · · Score: 5, Insightful

      I block google analytics because I see no difference between their spying on me and any other advertiser spying on me. Seriously, how did we get to the point where everyone thinks its A-OK for google to spy, but no other advertiser?

      --
      Modding Trolls +1 inciteful since 1999
    3. Re:Google anylitics killer! by Colonel+Korn · · Score: 5, Funny

      I block google analytics because I see no difference between their spying on me and any other advertiser spying on me. Seriously, how did we get to the point where everyone thinks its A-OK for google to spy, but no other advertiser?

      That point came the moment you joined Slashdot. Evil's motto is "Don't be Google," you know.

      --
      "I zero-index my hamsters" - Willtor (147206)
  8. Really smart browser by suck_burners_rice · · Score: 5, Funny

    This program won't block all ads. It will just block those ads that are geared towards non-Microsoft products! Furthermore, this browser will be smart enough to actually rewrite ads on the fly. So an ad for a Linux cluster will appear as an ad for a cluster running 10,000 licensed copies of Windows Vista Enterprise. I think everyone will be happy about this.

    --
    McCain/Palin '08. Now THAT's hope and change!
  9. But will it block the intrusive, pop-over ads? by AmericanPegasus · · Score: 2, Interesting

    If IE8 either accidentally or purposefully blocks the intrusive pop-over ads that float over a website's content (what scatter brained nut actually looks at a finished product with such an ad and goes, 'yep, our reader base won't be utterly pissed when this happens') then I think I might just be a full convert to IE8's camp. Now I realize that other web browsers may have that functionality now, but super-mainstream-government-institutions (like this here Air Force) will never allow any browser but Internet Explorer on their computers, so I have to silently hope...

  10. Obviously... by KlausBreuer · · Score: 2, Insightful

    ...there will be lots of comments along the lines of "Hey, I use Adblock Plus, it's good!".

    I'll admit that I more or less forgot about advertising on the 'net, and was quite horrified when I saw somebody browsing without an ad blocker. The screen was crammed with idiotic messages, stupid images, blathering animations. The net actually looks completely messed-up, swamped in advertisements (most of them obviously created by waaaay-below-average-IQ people).

    Sheesh, am I glad I found an ad blocker. Blocking some data actually makes the net more useful (as long as it isn't the state defining what is to be blocked).

    --
    Free PC version of ChipWits at http://www.breueronline.de/klaus/chipwits/
  11. I agree by commodoresloat · · Score: 5, Funny

    It's almost as bad as going to the bathroom during commercials when you're watching tv!

  12. I know! I know! by Tawnos · · Score: 5, Funny

    words?

    1. Re:I know! I know! by Negatyfus · · Score: 5, Funny

      redundant?

    2. Re:I know! I know! by goose-incarnated · · Score: 5, Funny

      redundant?

      --
      I'm a minority race. Save your vitriol for white people.
    3. Re:I know! I know! by goose-incarnated · · Score: 4, Funny

      damn mods with no sense of humour

      --
      I'm a minority race. Save your vitriol for white people.
    4. Re:I know! I know! by MrNaz · · Score: 5, Insightful

      I think it's more a case of your humor not having any sense of moderation.

      --
      I hate printers.
    5. Re:I know! I know! by DJProtoss · · Score: 5, Funny

      But his humour has clearly been moderated

      --
      "Success is based on knowing how far to go in going too far"
    6. Re:I know! I know! by goose-incarnated · · Score: 5, Funny

      Thankfully I see that the moderators have been sufficiently humoured

      --
      I'm a minority race. Save your vitriol for white people.
    7. Re:I know! I know! by Kamokazi · · Score: 5, Funny

      I find the massive waste of mod points to be humorous.

      --
      As our way of thanking you for your positive contributions to Slashdot, you are eligible to disable Slashdot 2.0.
    8. Re:I know! I know! by mortonda · · Score: 4, Funny

      damn mods with no sense of humour

      Well, that's a redundant statement too!

    9. Re:I know! I know! by Kingrames · · Score: 4, Insightful

      Is it just me or does this Karma Train not make any sense?

      --
      If you can read this, I forgot to post anonymously.
    10. Re:I know! I know! by street+struttin' · · Score: 2, Insightful

      This is just the same thing over and over.

    11. Re:I know! I know! by op12 · · Score: 5, Funny

      Those responsible for moderating the moderators have been moderated.

    12. Re:I know! I know! by moosesocks · · Score: 4, Funny

      Is it just me or does this Karma Train not make any sense?

      Yes.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    13. Re:I know! I know! by Mix+Master+Nixon · · Score: 2, Funny

      Those responsible for moderating the moderators have been moderated

      --
      Oppressing an entire population is never cheap.
      --Jeckler (/. Beta IS GARBAGE!)
  13. Advertisers: no need to worry. by cheros · · Score: 2, Insightful

    The giveaway is the word "subscription" - Apple got itself a slice to mobile phone revenue by means of the iPhone, MS is trying it again with ad revenue now the Yahoo deal fell through (who do you think will feel ad blocking most? (OK, "selective" ad blocking, I'm willing to bet it won't take long before the "trusted partner" scam will show up)*.

    I suspect that that "possibility" will become mandatory to "maintain browsing security". You're welcome to it. Just a quick reminder: Automatic Updates led to the WGA disaster, so I wouldn't invest *too* much trust in it.

    And remember: these are just tools - they are not an excuse to avoid using your brain.

    *: I may be harsh here, but it's not like we're talking about a sterling track record here. I believe it when I see it.

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  14. Does it bother anyone else? by NoPantsJim · · Score: 2, Interesting

    Not just the new IE8 blocking, but all forms of ad blocking? Seems unfair to destroy the business models of so many websites. Maybe it's just me, but ads on sites like Digg or Slashdot don't even remotely bother me. Who am I to block their ads when I'm receiving free content?

    I admit I do run a site myself and this sort of thing worries me. I have just two ads per page, both google ads, one leaderboard and a wide skyscraper. They aren't even remotely intrusive, and are there just to pay the bandwidth bills. For those complaining about bloated sites, my biggest page is just 10k without the ads. I'm currently a long way away from being affected by this, as 90% of my users are still using IE6, but it does concern me that I might have to shut down a free service because people can't handle two ads.

    I know things like adblock are designed for really intrusive ads like those obnoxious animated overlays, but the problem is reasonable ads get blocked as well.

    I wonder if there is any legal recourse for sites like Digg or companies like Google who are hurt by this sort of thing. Especially Google, as I highly doubt this whole thing is an "accident".

    1. Re:Does it bother anyone else? by MrMr · · Score: 2, Insightful

      Nope.
      The business model of these websites is not much better than theft. They sell my viewing time with a profit to advertisers, who sell it with a profit to manufacturers, who make may pay for the advertising costs by marking up the product price.
      So I've paid for all the parasites already, and now I have to waste my time actually watching their drivel?

    2. Re:Does it bother anyone else? by Sun.Jedi · · Score: 2, Insightful

      Not just the new IE8 blocking, but all forms of ad blocking? Seems unfair to destroy the business models of so many websites.

      As a consumer, I should not be forced to support $business_model, nor should I be concerned if it breaks or gets broken. It is my money, and *I* will decide how I spend it. If sites are worthwhile and reasonable, I'd consider paying for it. If it is not, Sorry Charlie.

      I wonder if there is any legal recourse for sites like Digg or companies like Google who are hurt by this sort of thing.

      So when the collective communities bitch about the RIAA and its failing business model it's OK to shoot them into space (directly into the Sun even!), but when it's more than clear that people don't want to see unsolicited ads or be tracked for marketing we should reverse course and allow that Bad Idea(tm) to continue because some sites can't/won't thrive?

      I will not lose any sleep whatsoever if a few hundred thousand websites go dark as a result of easy, simple and effective ad-blocking. I do not think IE8 "InPrivate" is geared towards 100% ad-blocking (it's surely not), but there are already ways to block really high percentages of unwanted screen-spam. This new feature could provoke the non-technical to WANT to block ads and tracking, once they figure out they really CAN.

      Especially Google, as I highly doubt this whole thing is an "accident".

      Good observation. I saw this as the Extinguish prong of predictable MS behavior as well.

  15. Re:Adblockers = theft by XedLightParticle · · Score: 4, Insightful

    Ads are theft too, with all their flash, sound and graphics, it costs more to watch the ads than the content if you're on a pay per byte subscription.

    So it's fair to place all kinds of heavy and annoying ads, if people are just free to block those that gets too expensive or annoying. Action equals reaction, it's up to the ad-funded to find a profitable business model, including a sensible advertising policy that does not encourage visitors to block. If visitors block your ads, your product was not worth paying for anyway.

    Alright I do know that blockers like ABP simply blocks everything and I gotta admit that may be unfair, but on the other hand, the majority of ads online are excessive, so the ones i feel sorry for are the minority who actually have a sane advertising policy.

    --
    If I was as pragmatic and objective as I claim to be, would I be commenting?
  16. MS are hypocrites by fatphil · · Score: 2, Insightful

    Follow the link to MSDN. Check the images it serves you:

    http://c.microsoft.com/trans_pixel.aspx?TYPE=PV&r=http%3a%2f%2fslashdot.org%2f

    Yes, it's a transparent 1x1 pixel GIF.

    --
    Also FatPhil on SoylentNews, id 863
    1. Re:MS are hypocrites by Your.Master · · Score: 2, Interesting

      It's not hypocrisy. It would be hypocrisy if they said "transparent 1x1 pixel GIFs are evil and we're here to put a stop to them". If you RTFA, they say instead (paraphrased), "we think you normally want to allow transparent 1x1 pixel GIFs to track your data, but for the rare occasion when you don't such as [list that conspicuously does not include porn surfing], here's a mechanism to maintain your privacy.

  17. I see a lot of MS bashing already by bytesex · · Score: 3, Insightful

    But when you read an article about it, it seems perfectly reasonably stuff; 'sandbox' your session against cookie- and form-storage, block annoying trackers - all part of the standard browser ! There's no pretense of 'total security and/or anonymity' here, people, so stop whining.

    --
    Religion is what happens when nature strikes and groupthink goes wrong.
  18. damned if they do, damned if they don't... by magusnet · · Score: 4, Interesting

    I can barely contain the mixed feelings I have over this issue and some of the juvenile responses. Right now I more annoyed with the Linux/Open Source/EFF advocates that can't give a simple acknowledgment to a step forward of the end-users' protection and privacy IE8 may.

    One thing I can say before going back to replaying Halo 2 on my now decommissioned Beowulf cluster is, "Good job Microsoft for trying to protect 75+% of the worlds Internet users".

    I am personally grateful that the users of our 1000+ Linux, Solaris, BSD server farm are better protected.

    Let's remember there is no such thing as a free lunch. Some where, some how, the bill must be paid. Until socialism or communism govern the Internet some level of commercial advertising will need to be tolerated in order to pay the bill in order to keep the "lights and water" running.

    --magus
    (not to be confused with magu$)

  19. Re:Adblockers = theft by Mistshadow2k4 · · Score: 3, Insightful

    No, it's not. They have the right to advertise, but they don't have the right to force me to look at their ads. I'm still free to ignore them all I want.

    --
    I dream of a better world... one in which chickens can cross roads without their motives being questioned.
  20. The Microsoft Website by sekander94 · · Score: 2, Interesting

    Typical Microsoft. IE8's webpage (http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx) has two versions of its banner, just to underline one piece of text. If this is how the product itself works, then this will be one hefty download

    --
    Favorite username: admin'--
  21. That's not really a surprise is it? by uebernoob · · Score: 5, Funny

    A Microsoft Ad Blocker that only works by accident.

  22. Why the bashing? by abigsmurf · · Score: 4, Interesting
    This seems like a pretty good feature.

    Not everyone wishes to pointblank block adverts but few people want the shady and legally quesitonable tracking techniques some ads used gathering their details, especially those that get around strict cookie rules/settings.

    However I find it amusing that people still find ways to bash Microsoft over this. It's a sensible privacy feature. If you want to block ads completely, fine, we all know that firefox can do that amazingly (at least until it's widespread enough for ad providers to start making their clients use an impossible to block local caching system) but this a smart feature for those who don't wish to block ads completely.

  23. Not Ad Blocking, Tracking Blocking... by TheNetAvenger · · Score: 5, Insightful

    There is difference between ad blocking and tracking blocking.

    This identifies 3rd party code that keeps track of users browsing habits, and allows the user to reject being tracked.

    Google would be hurt by this, as Google is NOT just about displaying ads, but displaying 'contextual' ads that it gets from not only the site content but the user viewing the site, based on the user's browsing history stored at Google.

    Check out the Channel9 interview for more information and the intent of this.
    http://channel9.msdn.com/posts/Charles/IE-8-Beta-2-Privacy-is-about-more-than-cookies/

    It would be 'easy' to paint MS as being evil, but in reality, this is a feature that 'exposes' the evil that exists all over the web, from pixel tracking systems to full ad user tracking systems like Google uses.

    If Google or other online advertisers wants to display Ads, and not be affected by this, then display Ads and STOP TRACKING USERS along with the Ads.

    1. Re:Not Ad Blocking, Tracking Blocking... by YttriumOxide · · Score: 3, Interesting

      I'm almost certain I'll get called a Google fanboy (or maybe even a shill) for this comment, but here goes...

      Google's style of advertising is the ONLY advertising I'm interested in seeing, precisely BECAUSE it tracks me and specifically targets me. They offer ads that are RELEVANT to me - things I actually MIGHT be interested in. If I don't want them to track me, I'll tweak the relevant settings in my browser's settings/plugins. I'm quite happy for Google to do so though (just recently, after I received an email about a new card I'm playing with some friends, I was given a nice text ad on the top of my gmail that linked me to an online version of the game - excellent advertising, because it's something I actually wanted!)

      --
      My book about LSD and Self-Discovery
      Also on facebook as: DroppingAcidDaleBewan
    2. Re:Not Ad Blocking, Tracking Blocking... by BasharTeg · · Score: 3, Insightful

      That's great, you can turn that feature off in IE8, don't run IE8, and/or don't run any adblockers / tracking blockers. If you want to be tracked, be tracked! I just think it should be an opt-in choice not an opt-out choice. But that train left the station a long time ago, so we need tools (esp mainstream tools like IE features defaulting to on) to put a hurt on this business model of tracking people for profit.

  24. I'd Like to see some of these features in Firefox by boazarad · · Score: 2, Interesting

    Namely a "private session" tab, and history/cookie that preserves selected sites. Is there a FF plug-in that knows how to do any of this? Usually I'd be the first to bash M$, but it looks like they're actually in the right direction with this feature.

  25. Re:Not me by abigsmurf · · Score: 2, Insightful
    You could argue you're providing content. It would probably be more accurate to describe you as using a provided service though.

    It could seem like a chicken and egg situation where you can't provide content without users but without content you don't get any users but ultimately the balance tips much further towards Slashdot who provide the hosting, wrote the site code, organise the site and keep it up and running.

  26. Re:Adblockers = theft by KrimZon · · Score: 3, Interesting

    You don't even need AdBlock if you have NoScript, and using NoScript is much fairer on individual sites.

    With scripts disabled totally for a domain, you don't see any ads. If you enable javscript for the domain of the site you're visiting, then you still don't get pop-over ads because they always come from an another domain. This way you get the functionality of the site to work and actually help them out by preventing a third party from messing up the user experience of their site (only for you, but it's a start).

    Still, I've no idea why they don't just make static images and count the requests for specific referers, and also count the times that they've been linked through. I still saw ads when they did this kind of thing, though I would've used adblock to kill that damn monkey and anything that made a noise. Nowadays we should have things like per-tab muting and a visual indication of which tab is making sound.

  27. It doesn't block "ads." It blocks snooping. by dpbsmith · · Score: 5, Insightful

    Bravo for Microsoft! The feature doesn't affect honest advertising at all.

    Anyone who wants to put up a straightforward ad, presenting information about a product and letting me decide whether I'm interesting in learning more and buying it, can still do so.

    This only affects companies who are doing more than just advertising.

    The fact that this is being described as an "ad" blocker just shows that advertising practices on the Web have become so debased that writers about the Web simply take it for granted that anything under the guise of advertising is likely to be invested with snooper gadgets that gather information about us without our knowledge.

    That's not advertising. That's spying. "Advertising" is just the cover story.

  28. as long as marketers run sites... by m2bord · · Score: 2, Interesting

    look guys...ms will cave and remove this if advertisers complain loudly enough. there is a reason why many sites are run out of the marketing department. sites are mostly for marketing and the metrics that marketers can get from users are the primary reasons why they run sites.

    it's this simple...if Stalin, Hitler, or Pol Pot had a tool that would allow them to see every book their citizens read, every item their citizens bought, or everything that was done, they would have retained absolute power over their populaces.

    this is what marketers are attempting to do. create a dominance over you that television, newspaper, or any other medium has never been able to do before.

    --
    Is it 5:30 yet?
  29. Re:Adblockers = theft by Pantero+Blanco · · Score: 2, Interesting

    Using AdBlockers is theft anyway. Ever wondered why those internet services are free?

    *yawn* Ridiculous.

    Theft is theft. Advertising is advertising. Adblocking is adblocking. Blocking ads is not theft, advertising is not theft (as a responder to you tried to claim), and asking you if have the time is not theft.

    If I don't want your ads sent down my line, I'm perfectly free to block them. If you don't like the fact that ads can be blocked, you're perfectly free to charge for your content, or take it down.

  30. The problem with ads. by Daryen · · Score: 2, Insightful

    Yes, ads are the business model that many websites rely on, but consider how ads work.

    Every time you buy a product, you're paying a little extra fee to be advertised to. Ads aren't free money that appears out of the air, they don't make things cheaper, they are just a different way of distributing wealth. You are still paying to fund these websites, they are not free, the cost of the ads is paid by YOU every time you buy something.

    Personally, if I am going to pay the same regardless, I'd prefer not to have ads. Maybe the wealth isn't being distributed fairly, but honestly I think my eyeball-hours are worth more than that. To use a wee bit of economist speak: the market will adjust.

    There are tons of free web hosts, and it's easy to set up a website yourself or have your techno-savvy friend do it. (Broadband + $15/mo for static IP + Old PC + LAMP + $6/yr Domain Name). If you're getting enough web traffic that you need more bandwidth than that, consider commercializing your user base in more than one way. (T-shirts, events, subscription benefits, surveys, etc...)

  31. Marketers, eat shit and die by Legion303 · · Score: 4, Insightful

    "'It has the potential to undermine the economies of the Internet,' said Mike Zaneis, vice president of the Interactive Advertising Bureau."

    Go kill yourself, you worthless festering sore on society's anus.

    The advertising industry could have been responsible from the start, but they chose to incur a backlash of end users who got sick of sneaky tactics like popups and pop-unders. Advertisers who whine that end users no longer tolerate ads make me laugh.

    Seriously, choke on your failure and die. You fuck.

  32. Wait wait wait.... by Drakin020 · · Score: 2

    So Microsoft is actually listening to it's customers right?

    But I still think we will have plenty of MS bashing here...

    I for one and glad that they are "attempting" to provide what people want.

    --
    The greatest revenge in life is massive success.
  33. A shot at Google Adwords by EvilIntelligence · · Score: 2, Interesting

    This is a shot at Google Adwords! Marketing agencies put their customers' ads on Adwords, and use tracking pixels to capture ad performance. No tracking pixel means no ad, which means no revenue for Google! Again, Microsoft using its technology position in one area to gain an unfair advantage in another area, and in the end only hurting its customers (yes, small business owners that advertise on Google are probably Microsoft users, too!)

  34. google analytics .. by rs232 · · Score: 2, Insightful

    "Doesn't it read a bit more like they're trying to block google analytics"

    I block Google Analytics because the page seems to hang on it, same with most third party advert sites. The main site seems to hang while downloading from some advert site, waiting on DoubleClick etc. Now if they incorporated this 'stuff' into a static page it would most probably improve my viewing experience and I would haven't to go to the trouble of blocking the adverts .:)

    Downloading thirty elements just to view a 6x4 inch square of text .. where's the INNOVA~1 in that :)

    No, I'm not going to click on that advert on the top of the page .. :)

    --
    davecb5620@gmail.com
  35. Can I have +5 too? by Anonymous Coward · · Score: 3, Insightful

    This post is clearly just as Funny/Insightful/Redundant as its ancestors.