Slashdot Mirror


Google Cans Comment Spam

fthiess writes "Comment spam is in many ways even more annoying than regular email spam, since you generally have to do more than just hit the delete button to get rid of it. Its defining characteristic is that spammers abuse websites where the public can add content (blogs, wikis, forums, and even top referrer lists) to increase their own ranking in search engines. It seems, however, that the days of content spam are numbered: today Google announced that, in partnership with MSN Search and Yahoo!, that they have implemented a way to block content spam." (More below.)

"Briefly, you just change your blogging/wiki/forum/etc. software so that any hyperlinks in publicly-contributed text have a new rel=nofollow attribute added to any anchor tags. Google, MSN, and Yahoo! will now no longer index any such links, so the motive for content spamming disappears. Especially hopeful is the fact that a slew of makers of blogging software, including Six Apart, have announced they are supporting the new attribute."

63 of 434 comments (clear)

  1. Cooperation is a good thing by It+doesn't+come+easy · · Score: 5, Insightful

    It's nice to see Google, MSN, and Yahoo cooperating on this effort.

    --
    The NSA: The only part of the US government that actually listens.
  2. and of course... by Ckwop · · Score: 4, Insightful

    Don't forget to put that attribute in your track-back links either :)

    Simon.

  3. It's one way... by freitasm · · Score: 4, Interesting

    It certainly will help filtering some of the spam sites out of Google rank and so on, but the links will still be there in blog comments, bulletin boards, etc. The Googlebot will not follow the links, but human readers won't see the NOFOLLOW tag - and they'll click. It means that moderators still have manual work to do.

    1. Re:It's one way... by the_pooh_experience · · Score: 4, Informative

      It is not a solution meant to change the content on a website (that would be tantamount to censorship). It only changes how the search engines handle the links (note: the supporters/developers of such a standard are search engine companies).

      The best question raised in this post is if such a tag is standards acceptable.

    2. Re:It's one way... by Erik+Hensema · · Score: 5, Insightful

      The comment spam is mostly used to get a better searchengine ranking. A blog which uses this attibute on link tags is far less interesting to comment spammers, so chances are the moderaters have to delete less spam.

      --

      This is your sig. There are thousands more, but this one is yours.

    3. Re:It's one way... by jbrw · · Score: 5, Funny

      Censorship? Are you saying that's a bad thing.

      How's that old saying go? Your right to free speech ends at my rights to kick you in the nuts when you spam me.

      Something like that, anyway...

    4. Re:It's one way... by LordNightwalker · · Score: 3, Insightful

      True, it's a long term solution which is not gonna do any good in the short run. The short term solution is to make it impossible for the spammers to attack your blog in the first place. Change the names of the files that handle comment posting etc... (and of course change the code that points to such pages) and most automated spam bots are lost. If you really want to be secure, implement an intermediate page where it asks explicit permission before posting (tick a checkbox and click "yes, submit") and you can be pretty sure you're safe from comment spam.

      Right now I'm testing with the first and easier of the two solutions: just change the names of the scripts around and change the code pointing to them. So far no spam, but then again, this test has only been running for a week or so.

      --
      Install windows on my workstation? You crazy? Got any idea how much I paid for the damn thing?
    5. Re:It's one way... by vagabond_gr · · Score: 2

      Interesting idea, but I doubt that such an extension would be useful. The nofollow tag will be added automatically by the blog system to ALL links submited by visitors. It can't help to distinguish spam messages. Nofollow doesn't mean "this is spam" but "this is a user-added link, so it might be spam". It is useless information for humans who can judge the link by its context.

      Of course, one could try creating such an extension to see if it works. That's the power of open source!

    6. Re:It's one way... by CortoMaltese · · Score: 5, Insightful
      Eventually, this might reduce the amount of comment spam.

      But somehow I don't think spammers really care if a blog uses this system or not. It's probably easier to just spam all blogs than to figure out which are useless. Just like email spammers don't care much if an address is valid or not.

      Some people think that adding spam filters to an email account reduces the spam sent, while it only reduces the amount of spam received. This solution does neither.

      However, all efforts to fight spam should be welcomed and supported. Despite my pessimism, it will be interesting to see how it turns out.

    7. Re:It's one way... by HTH+NE1 · · Score: 2, Informative
      but human readers won't see the NOFOLLOW tag - and they'll click.

      They will if they put
      a[rel=nofollow]:after { content: " [NOFOLLOW]"; }
      in their client-side stylesheet, or the blog owner puts it in the site's stylesheet. I do similar things to put "[PDF]" after PDF links and "[reg]" after nytimes.com links.
      --
      Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
    8. Re:It's one way... by HTH+NE1 · · Score: 2, Informative
      Or even
      a[rel]:after { content:" [rel=" attr(rel) "]" }
      if you're generally curious for what/if people use the rel attribute on anchor tags.

      There's lots of power you can exert over the appearance of web pages through your client-side stylesheet.

      If only there were a way to restrict a set a rules to particular sites, or that you could trust sites to put ID attributes on their BODY tags to uniquely identify their pages to the world, even just the domain name (substituting some other character for the dots).
      --
      Oh, say does that Star-Spangled Banner entwine / The myrtle of Venus with Bacchus's vine?
  4. Re:A gift to Microsoft by ch3 · · Score: 4, Interesting

    Well, since MSN Search seems to apply the same policy as Google it would do them no good either.

  5. Is the result valid HTML/XHTML? by maxwell+demon · · Score: 5, Interesting

    Does HTML/XHTML allow "rel" attributes on links? And if so, is "nofollow" an allowed value for that tag?

    --
    The Tao of math: The numbers you can count are not the real numbers.
    1. Re:Is the result valid HTML/XHTML? by essreenim · · Score: 3, Funny

      In related News:
      IE have proposed introducting simlar measures to IE6 using ActiveX and DHTML.

    2. Re:Is the result valid HTML/XHTML? by darkpurpleblob · · Score: 5, Informative

      Yes and yes.

      From the W3C:

      Links in HTML documents - The A element:
      rel = link-types [CI]
      This attribute describes the relationship from the current document to the anchor specified by the href attribute. The value of this attribute is a space-separated list of link types.
      Basic HTML data types - Link types:
      Authors may use the following recognized link types, listed here with their conventional interpretations. In the DTD, %LinkTypes refers to a space-separated list of link types. White space characters are not permitted within link types.

      These link types are case-insensitive, i.e., "Alternate" has the same meaning as "alternate".

      User agents, search engines, etc. may interpret these link types in a variety of ways. For example, user agents may provide access to linked documents through a navigation bar.

      ...

      Authors may wish to define additional link types not described in this specification. If they do so, they should use a profile to cite the conventions used to define the link types. Please see the profile attribute of the HEAD element for more details.
    3. Re:Is the result valid HTML/XHTML? by leoboiko · · Score: 2, Informative

      Too lazy to search, huh? Ok, I'll give up moderation and search for you :)

      And the answer, of course, is yes. "rel" attribute, valid for "a" and "link" element types. Take a look at the source of any Wordpress weblog and you'll see it being used for many things already.

      The caveat is that you should define a profile about the valid keywords you'll be using in "rel"; I don't know if Google is using a profile, but it's not mandatory.

      --
      Prescriptive grammar:linguistics :: alchemy:chemistry. Stop being a nazi and learn some science.
    4. Re:Is the result valid HTML/XHTML? by joeljkp · · Score: 2, Interesting

      Yes, this appears to be valid. I can't find the part of the actual spec, but w3schools' XHTML reference lists it as an acceptible attribute to <a>.

      "rel" is short for "relationship" - it can contain values like "previous", "next", "contents", "index", etc.

      --
      WeRelate.org - wiki-based genealogy
    5. Re:Is the result valid HTML/XHTML? by Milo+Fungus · · Score: 4, Insightful

      Authors may wish to define additional link types not described in this specification. If they do so, they should use a profile to cite the conventions used to define the link types. Please see the profile attribute of the HEAD element for more details.

      I think this last paragraph is important. "nofollow" is not on the official list of link-types. If blog authors wish to use this attribute in anchor elements, they need to define it properly (or at least properly reference a definition).

      Remember back in the 90's when Netscape and MS were breaking standards right and left so that their browsers would have an edge on the competition? That was the wrong way to do it, and it created the mess we're in now with sloppy HTML spewed all over the web and designers unable to use compliant designs because the most popular browser doesn't even try to support standards (an example here). Google is doing this the right way. They went back and read the HTML specification to see if it was already capable of doing what they needed. It does? Great! Let's utilize the standard!

      Granted, HTML these days has a much better design than it did in the pre-4.0 specifications. Back when Netscape and MS were at each other's throats the document format was actually incapable of doing a lot of things that designers wanted to do on the web. But HTML is a very mature format these days.

  6. Now if only... by deltwalrus · · Score: 4, Interesting

    Slashdot could implement something like this, it would make article comments meaningful again.

    --
    --- "When I think back on all the crap I learned in high school, it's a wonder I can think at all..."
    1. Re:Now if only... by PetiePooo · · Score: 5, Interesting

      Slashdot could implement something like this, it would make article comments meaningful again.

      They could even selectively add or omit it based on the comment's moderation. Include the nofollow tag by default, but if a comment with a link in it is moderated highly, remove the tag so search engines can use it. Sounds like the best of both worlds..

  7. Miserable Failure? by epsalon · · Score: 2, Funny

    But what will happen then with the miserable failure and weapons of mass destruction? Can't anyone efficiently bomb google anymore?

  8. Band aid by eddy · · Score: 4, Interesting

    I'm not really into blogging so I don't know how big of a problem this is. I get some spam in my guestbook, which I promptly remove. The spam iteself is what's really irritaing, not the potential "elevating" of the spamvertised site in search-engines, where I've never personally run across one that I can remember.

    Am I correct in assuming that these sites pops up and down relatively often? Maybe it'd be possible to use temporal component to the rating. Say if the link points to a site which was just registered two days ago, it's given a very very low weight, and then you ramp up as time goes by. As spam gets deleted from blogs and guestbooks, time would work against these spammers. Or? I dunno.

    --
    Belief is the currency of delusion.
    1. Re:Band aid by arthurs_sidekick · · Score: 2, Informative

      The point is that the motivation to spam blogs rests on the assumption that posting links to one's site on blogs elevates the Google (Yahoo, MSN Search) rank for the sites linked to. Once that assumption is invalidated, the incentive to spam goes away. It should actually help quite a bit.

      --
      "Oh, I hope he doesn't give us halyatchkies," said Heinrich.
    2. Re:Band aid by eddy · · Score: 2, Interesting

      the incentive to spam goes away.

      For a sane rational person maybe, but that's not how spammers work.

      A quick example: For the last four years I've been getting spam to the account "stef" at my domain.

      There is no account "stef" on my domain, and there haven't been for at least four years (previous owner I guess). So mail is rejected at RCPT TO.

      ... still they keep coming, year after year after year. Tell me that's rational.

      Not every opportunity will disappear with this new link-attribute, and so there's still reason for spammers to spam. After all, it's really no effort on their part.

      --
      Belief is the currency of delusion.
    3. Re:Band aid by Threni · · Score: 2, Informative

      > still they keep coming, year after year after year. Tell me that's rational.

      It's rational because removing the account from their spam lists won't make them any less profitable, but removing even 1 live address might, so all things being equal (no limit on the number of addresses being spammed, not much cost difference in a list of email addresses which is this rather than that big) you might as well leave them in.

  9. New denial of service attack... by It+doesn't+come+easy · · Score: 3, Insightful

    Hmmm...if a malicious program adds the tag to links served by a compromised html server, you could have an interesting and different sort of denial of service attack, although it would be slow to take effect.

    --
    The NSA: The only part of the US government that actually listens.
    1. Re:New denial of service attack... by GeorgeH · · Score: 2, Insightful

      How? Google simply ignores PageRank for the nofollow rel attribute. It doesn't vote against the linked site or remove it from the index. Hell, Google still follows the link, it just doesn't count the linking site when calculating PageRank.

      So again I ask, how?

      --
      Why can't I moderate something "Wrong" or at least "Grossly Misinformed"?
  10. It's a pagerank question, not indexing by Underholdning · · Score: 2, Interesting

    Google, MSN, and Yahoo! will now no longer index any such links
    Not quite. What happens is, that the link wont add anything to the site in question. As you probably all know, most search engines rank pages by incoming links - it's not just google. By adding this tag, the incoming link wont count.
    I think this is a great idea. It will probably break the w3c compliance, but hey - anything to piss off a spammer.

  11. Useful links by Simon+(S2) · · Score: 4, Insightful

    Forums and Blogs often contain very useful links. What about them? What about all those sites that are *only* linked to from blogs and forums, and that actually are great and useful sites?

    --
    I just don't trust anything that bleeds for five days and doesn't die.
    1. Re:Useful links by BohemianCoast · · Score: 5, Informative

      Links in the main body of the blog post will be fine. Blogs of course, have high page rank because bloggers comment on each other's blogs. This tag may have a side effect of generally reducing the page rank of blogs.

      As for useful links in comments; if they're really good sites, people are bound to blog about them more generally. And my poor blog gets few enough hits that it will be no problem for me to manually edit genuine comments to remove nofollow tags.

  12. Opportunity for Firefox (plugin) by Schweg · · Score: 4, Interesting
    Why not modify Firefox (or provide a plugin) that allows such links to be grayed out or otherwise marked specially?

    Actually, are there any plugins already in existence that modify the appearance of a link based on a regexp match?

    1. Re:Opportunity for Firefox (plugin) by Anonymous Coward · · Score: 5, Informative

      Why not modify Firefox (or provide a plugin) that allows such links to be grayed out or otherwise marked specially?

      Actually, are there any plugins already in existence that modify the appearance of a link based on a regexp match?

      Let me introduce you to the wondeful world of userContent.css.

      Something like this should work:

      a[rel="nofollow"] {
      text-decoration: line-through ! important;
      border-bottom: dotted thin gray ! important;
      color: gray ! important
      }
    2. Re:Opportunity for Firefox (plugin) by Catiline · · Score: 3, Interesting
      Actually, you probably want to use
      a[rel~="nofollow"]
      instead of just an equals. There are other defined values for the rel attribute and you don't want to have your CSS miss this just because it contains more than just the "nofollow" tag.
  13. rel="nofollow" on Slashdot based on karma? by Anonymous+Cowherd+X · · Score: 2, Interesting

    Will this be implemented on Slashdot as well? Perhaps those with karma lower than neutral would get a rel="nofollow" tag added to the URLs they post?

  14. But what if I need to search by antifoidulus · · Score: 4, Funny

    for ch3aP Can.adi n v31g.r a?

  15. Re:A gift to Microsoft by jellomizer · · Score: 4, Funny

    You are assuming that Microsoft talks to Microsoft. With so many divisions and levels of middle management. It is possible for something like this to happen. Because they know they are competing with google but they never got the memo that the MSN Search is blocking these sites.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  16. Re:Could work the other way too ;) by Erik+Hensema · · Score: 5, Insightful

    RTFA. Slashdot could modify slashcode to automatically add the attribute to all links posted in comments. Comment spammers can't do anything about it, so they'll move away to other sites.

    No normal links (i.e. not in visitor contributed content) should have the attribute. So slashdot will still be full of normal links; only the links in the comments will have the attribute.

    --

    This is your sig. There are thousands more, but this one is yours.

  17. Yes, if you use quotes by Anonymous Coward · · Score: 2, Informative
    Yes, the attribute rel is allowed in anchor elements in HTML. The value "nofollow" is not on the list of recognized types, but that's not so important since the value of rel can be anything.

    It's an interesting idea, but it's probably a matter of short order before MS starts to use this to cut out non-MS sites.

  18. Re:But this doesn't actually can spam by dJOEK · · Score: 2, Insightful

    well, it does, kinda

    people spam comment boards on sites with high pageranks.
    Goolge's logic here is: If a high-ranked site links to site X, X's ranking also gets higher. If your site is spam/ad-ridden, this is step 3. Profit!

    With rel=nofollow in place, this tactic no longer works.
    No Revenues -> No reason to spam

    QED

    --
    Exercise caution when modding this message up: the author acts like a jerk when his karma is excellent.
  19. Wikipedia by wikinerd · · Score: 4, Informative

    Wikipedia already implemented this feature. See here.

  20. Just Remove The Sites by theNote · · Score: 4, Insightful

    This is not a solution as far as I'm concerned.

    Why stop the indexing of relative links from blogs to make google's life easier?
    99% of the links posted in comments are relavent and would be beneficial to index. Why stop this for the 1% of jackasses out there?

    The domains contained in the links from blogspam are well known, and there are plenty of blacklists out there. Why doesn't googleyahoomsn just remove these sites from its database? Its such an easy solution. I believe they already do this in some circumstances for link trading systems whose only goal is to get higher pagerank.

    1. Re:Just Remove The Sites by zorglubxx · · Score: 2, Insightful

      It's not to make Google's life easier, it's to make your search results more relevant.

      Spammers have been using 2 methods to increase their search ranks :

      - link farms. Dunno if Google can identify these already

      - posting to blogs. Now this is taken care of.

  21. Re:Only one problem. by miu · · Score: 2, Interesting
    There is something of an incentive here though, spammers seeking to elevate their pagerank will focus on sites that give them the best return. When large ISPs shut down open relays the spammers went after small ISPs, because of the increased attention from spammers the small ISPs shut down their open relays.

    So if the big blogs use the attribute then spammers will go after the slow to upgrade folks, in self defense most of them will upgrade eventually.

    Really even for a custom designed visitor book or blog it is not that hard to add the attribute to every hyperlink in user comments. Most such programs already do mangling and vetting of submitted html.

    --

    [Set Cain on fire and steal his lute.]
  22. Re:A gift to Microsoft by jellomizer · · Score: 3, Insightful

    For the largest company in the world having the flattest organizational structure can still be big. I am sure most employees don't report to Balmer or Gates. I don't know how flat it is. But say for There is MSN Search team belongs to the MSN team who reports to Gates. Then there is the Front Page team that works for the Office Team that belongs to the software development team which reports to Gates. For a company that size the structure is very flat. But still there are middle management involved and Information may not spread across.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  23. This solves only 1/2 of the problem by PeeAitchPee · · Score: 3, Informative

    While this will prevent spammers from bumping up their sites' Page Rank (probably their primary motivation for comment spam anyway), it doesn't prevent their bots from spamming targeted blogs etc. in the first place. That is still best handled by the blog software providers.

    For example, WordPress has a variety of different plugins for handling comment spam. The best one I've seen renders a series of characters graphically (a la TicketBastard) which the user (a human, of course) has to type into a text field on the comment form before their comment is accepted. Blogs implementing this type of mechanism typically have spam coming from bots drop down to zero.

    1. Re:This solves only 1/2 of the problem by CaptainBaz · · Score: 3, Insightful
      The best one I've seen renders a series of characters graphically (a la TicketBastard) which the user (a human, of course) has to type into a text field on the comment form before their comment is accepted.

      Sure, that's great for humans using a graphical browser, with images turned on, and 20/20 vision. But that doesn't cover all internet users. What about text browsers? What about screen readers?

      This is the age of internet accessibility folks, and it's exactly why I refuse to use Captcha tests on my own blog - instead, I currently filter all comments and trackbacks through wp-spamassassin. Haven't had a single problem yet, although it's early days.

      The rel="nofollow" trick sounds promising for killing off the PageRank cheats, but it won't stop humans clicking the links...

  24. Attribute name by eddy · · Score: 2, Insightful

    If it's merely a question of "rank", shouldn't the attribute be norank instead of nofollow? I expect a link tagged "nofollow" to, well, not get followed.

    --
    Belief is the currency of delusion.
  25. This is open to severe abuse by Peter+Cooper · · Score: 4, Insightful

    There are a lot of people out there who understand the PageRank system, and complain that if they add outgoing links on their site then their previous PageRank will be "leaked" to other sites, rather than their own internal pages.

    Well, luckily Google has now released a way for people to link to each other without leaking PageRank. Yes, the nofollow relation. So, now everyone can link to each other, and no-one gets any benefit out of it whatsoever.

    This tag is not a bad idea, but I think the good things it could stamp out weren't considered anywhere near as much as the few bad things it can stamp out..

    1. Re:This is open to severe abuse by jaydonnell · · Score: 2, Interesting

      and if you trade links you now have to check that people aren't using nofollow links

  26. Re:Good by godlikenerddotcom · · Score: 2, Interesting

    There is plugin for WordPress. However, the problem is that now even legitimate comment links won't have an effect, which is going to skew Google's results to favor only story links. I'm not sure we appreciate the full ramifications of this quite yet.

  27. Re:A gift to Microsoft by Lifereaper0 · · Score: 2

    It makes me curious. Are people against Microsoft beacause of their business practices, their product, or just because they are a large company who did extremely well?

  28. Re:perhaps they should fix the pagerank algorithm by Anonymous Coward · · Score: 2, Insightful

    If only it was so simple. Links are the basis of the pagerank algorithm. This isn't just seom random coding task, but at the very forefront of computer science. Anyone can code some random condition for a good page, but the trick is to invent something that is feasible to compute for billions of pages and that gives even remotely good results for a good proportion of them.
    It was a real advance when the google founders invented the pagerank algorithm. Before then, the state of the art was based on counting the words appearing on a page, and you had to go through several pages of search engine results to get something even approximately relevant (remember when AltaVista was the hot stuff?)
    Right now every major search engine uses some variation of the pagerank algorithm -- the google founders were generous enough to publish the theory behind its operation, back when they were just graduate students at Stanford. Even AltaVista uses a related algorithm now. This is why it wasn't just google that was working on this rel=nofollow stuff, but other search engine people too.
    In brief, it takes a lot of genius, luck, and experimentation to find a better algorithm. I'm sure people at google are working on it, but we're talking about real research-level stuff here, it's not something you can guarantee your success at.

  29. Much better solution - spamassassin by EJB · · Score: 2, Interesting
    Why doesn't Google use spamassassin or another spam filtering tool? One based on Bayesian analysis - to determine if a page is just spam, and give it a lower score.
    This can be done whether it is linked in a blog or not, and will improve the overall quality of the search database.

    - Erwin

  30. Re:This could be abused by colinleroy · · Score: 2, Insightful

    What about not linking to people such jackasses would want to annoy ? Same result (no extra pagerank), just simpler.
    Your abuse scheme seems a bit convoluted to me, or do I miss something ?

    --
    blah
  31. Re:GMAIL by squisher · · Score: 2, Funny
    • I had first a Yahoo account and recently got a GMAIL account. What was of interest is that Yahoo put the GMAIL request into their SPAM folder....

      How is that for content filtering?
    Don't worry too much, this might not be on purpose, but out of stupidity: I am using a (different) big free mailer and they manage to put _their_own_ announcements into the spam folder...
  32. Re:A gift to Microsoft by geoffspear · · Score: 3, Funny

    Oh the horrors. And what if I created a site with 5 million links to my competitor's website, then stuck it behind a firewall on my corporate intranet so google couldn't search it at all?! Just think of how much damage I'd be doing to them, with all of those unindexed links!

    --
    Don't blame me; I'm never given mod points.
  33. !!! MAKE $$$ FA$T !!!! by iammrjvo · · Score: 2, Funny


    Hey! This is the first time that I can comment spam and have it not modded off topic!

    --
    Ha, ha! Nobody ever says Italy.
  34. Use CSS by JamesHenstridge · · Score: 3, Informative

    It is pretty easy to make rel="nofollow" visible to normal users too in modern web browsers using CSS. You could use something like this:

    a[rel="nofollow"]:before {
    content: url(an-image-representing-nofollow-links.png);
    }

    That will display the given image before any links marked as nofollow.

    1. Re:Use CSS by TedTschopp · · Score: 2

      Will that work in IE? Just curious before I go wacking away at my local CSS file...

      --
      Fantasy remains a human right; we make in our measure and in our derivative mode... -- JRR Tolkien
  35. Re:A gift to Microsoft by Tassach · · Score: 5, Insightful
    Are people against Microsoft beacause of their business practices, their product, or just because they are a large company who did extremely well
    All of the above to a certian extent.

    Sysadmin Geeks who have to clean up the messes left by shoddy Microsoft products, day after day, hate their products because they make extra work for us. We hate Outlook, IE, and IIS because their penchant for spreading worms and viruses. We hate service packs which break more than they fix. We hate Frontpage because of the non-standard, blecherous, broken HTML it spews forth. We hate the general lackadasical attitude Microsoft has about security and quality in general.

    Libertarian-minded geeks hate Microsoft for their flagrant disregard for the law and the courts. We hate them for the way they blatantly infringe on other company's patents and lawyer their way out of it. We hate the way they bankrupt or buy out anyone making a product which actually competes with them. We hate the way they use puppet companies (SCO, BSA) as hired thugs to bully other companies on their behalf.

    Anti-corporate geeks hate Microsoft because it's a prime example of corporate greed run amok and of the dangers of unfettered capitalism.

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
  36. Re:No, no, they should BLOCK all BLOGS by default. by ReelOddeeo · · Score: 2, Informative

    This new tag will not restrict blogs from comming up in search results. It only restricts the Spamvertised sites from search results, not the blog with the spam links.

    --

    Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
  37. Incredibly Off Topic by SirTalon42 · · Score: 2, Interesting

    "(an example here)"

    Wow! Thanks for that link! That site is awesome! It's amazing what you can accomplish using pure CSS magic!

    Too bad IE still doesn't support all of CSS1 even :-(. So much stuff you can't do without making it look broken to IE users (though I guess you could check the user agent string via PHP and modify the page based on that...

    Again, thanks for the link! Everyone whos into webdesign should be forced to read that site before they start ruining the Internet.

  38. That Won't Help for the Biggest Thorns in My Side by Greyfox · · Score: 3, Insightful

    Whenever I'm searching for technical information, a couple of sites always come up that are useless to me. They have a question/answer format, questions are left in the clear for search engines, while the answers require registration. What I need is a way to filter those sites out from my searches, so that they simply don't show up in any result set. Hmm might be a good excuse to play with writing Firefox plug-ins... :-)

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?