Cache Bashing Google API Used In SEO War!

This is a nasty way to get your Google ranking up! Copy content from your competitors sites and once you have a higher Google ranking than them Google will discard your competitor’s sites because of the duplicate rule.

This tactic suggests to me at least two major dangers – the first is that your competitors can copy your site, cloak it, and possibly knock your site out with Google’s duplicate content filter. I’m looking into this more, so don’t get all worried. I’m not sure how widespread or dangerous this could be.

DomainKeys – encrypted and verified email

Now this looks very interesting – DomainKeys is a method for verifying email. It uses a public/private key infrastructure to verify the domain an email was sent from. Public keys are distributed by DNS.
Yahoo! has been granted a patent on the framework which annoys some but their license terms seems rather liberal, even allowing one to “yodel” it if that’s how your smtp works!
More: Jeremy, Simon, and Justin.
Several excellent comments on Jeremy’s site, including a link to Sender Policy Framework, a very similar technique already in use by the likes of AOL, Altavista and others. (I knew I’d seen idea this before!)

Opening URLs in Moz Firefox

Does anyone else have problems sending commands to a running instance of Mozilla Firefox?
I want Thunderbird to open links in new Firefox tabs but the following command fails:

$ mozilla -remote "openurl(http://www.mozilla.org, new-tab)"
Failed to send command.
$

If I don’t include a URL then a dialog pops up asking for one but that’s hardly what I want to happen. Google hasn’t been too helpful, but maybe someone reading this has come across this already!