Archive for the ‘Internet’ Category

Sender Policy Framework

Saturday, July 31st, 2004

Have you set up SPF records for your domain names yet? Even if SPF isn’t able to defeat spam completely, it is in my opinion a pretty good way of at least helping to do so.

SPF is, in case you haven’t heard about it before, meant to reject emails that claim to be sent from certain domain names without the authorization of the owners of those domain names. That is, SPF is designed to stop email spoofing.

I’ve heard that the main SPF website is a bit confusing, and that’s probably right. Here is a HOWTO that might be better at explaining the syntax of SPF, and a good place for more detailed information is the Internet Draft.

Here is the SPF record for erikisaksson.com:

v=spf1 a ptr:swip.net ~all

That SPF record allows email to be sent from erikisaksson.com and any domain under swip.net (the domain my ISP uses for e.g. their SMTP servers), while email sent from anywhere else should softfail. For all of my other domain names, I’m using the following SPF record:

v=spf1 -all

…which means that all emails sent from those domain names should fail (because I’m never sending any emails from those domain names).

More Great Google Stuff

Friday, July 16th, 2004

While the Google Toolbar seems to be getting the most attention, I think the Google Deskbar is a much more useful tool. Why? Located on the taskbar, it’s very easily accessible, and it’s also very flexible and customizable.

These are a few of the things that I use it for:

  • Going to websites using the I’m Feeling Lucky search by typing e.g. the site’s name followed by Ctrl+L. For example, typing strong bad and then Ctrl+L opens the Strong Bad email page in my browser. No need to type in the entire URL.
  • Searching on websites such as Wikipedia and Javadocs.org. These are customized searches that you can add in the Options window. For example, in my Deskbar, I can type weblog and then Ctrl+P and the Deskbar mini-viewer will open to show the Wikipedia page about weblogs.
  • Doing calculations, such as 123*45, sin(pi/4), 1/sqrt(2) and also doing conversions like 12 oz in kg and 345 mi in km. Just type in what you want to calculate followed by Enter, and you will be shown the result. I wish it could do calculations with currency exchange rates as well, e.g. USD 123 in SEK, but I guess you can’t have everything.

Does it sound like I’m advertising Google products? I think it does. Oh, well. Here’s where to go if you want to get the Deskbar.

Feed Reader

Thursday, July 15th, 2004

For a couple of weeks, I had been using the trial version of FeedDemon, created by Nick Bradbury. Of course, I had already decided to make a purchase, since I believe it’s the best feed reader currently available. There were only a few days left of the 20-day trial, but the trial was reset back to 20 days left when I upgraded to the latest, recently released version. That really is very generous.

Anyway, I thought it was time to show some appreciation of that excellent piece of software, so I just ordered it. This will definitely increase my efficiency in reading the ever-increasing feeds that I subscribe to!

By the way, it would be fun to develop a feed reader of my own. I do have some ideas of features that would make it better than those of the competitors, at least in my opinion. And I have been thinking about doing some shareware development again. Well, if I do, I’ll let you know!

Entries (RSS)