Archive for the 'Internet' Category

The Amusing Tale of DoNotReply.com

Monday, March 31st, 2008

InternetMany companies send out bulk email with a bogus reply address, and it’s not unusual for that reply address to be <something>@DoNotReply.com. It turns out that someone actually owns the DoNotReply.com domain, and he gets some interesting stuff in his inbox—stuff that he posts on his website at www.DoNotReply.com.

Link: http://blog.washingtonpost.com/…
(via Slashdot)

Spam proof email addresses

Monday, March 31st, 2008

InternetThe linked site converts your email address into an image file, which you can use in place of your email address, to keep spammers from harvesting it. On the downside, legitimate users can’t click on it to open a new message; rather, they have to type it in. The quick and easy method of obfuscating email addresses is to encode them as HTML character entities. Probably the best method, however, is to set up a submission form on your website–but this can’t be used in every situation where you want to publish your email address.

Link: http://www.spam-proof-email-generator.com/

Online Privacy Doesn’t Exist – Get Used To It

Sunday, March 16th, 2008

InternetThe linked article has some statistics on just how much information is collected by Yahoo!, Google, etc on our browsing habits. Very sobering. I run all of my email through Google, which means I can’t complain if they use it to compile statistics.

Link: http://arstechnica.com/…

BitTorrent As It Was Meant To Be

Wednesday, March 12th, 2008

InternetBitTorrent is a peer-to-peer file transfer protocol that was used early on to distribute Linux kernel builds. It’s great for quickly distributing large files when you don’t have much server bandwidth. In recent years, however, the protocol has become synonymous with illegal file-sharing of movies and music. So it’s really good to see BitTorrent being used as it was originally intended—in the linked article a Dutch university uses BitTorrent to push Windows updates out to 6500 PCs. Where they originally needed 22 servers and 4 days to distribute the updates, now they only need 2 servers and less than 4 hours. BitTorrent has saved them a lot of time and money.

Link: http://torrentfreak.com/…
(via Ars Technica)

Super Standards Mode In Internet Explorer 8

Saturday, January 26th, 2008

InternetI’m guessing that the web developer community, like me, is excited to hear that IE8 will pass the Acid2 test. But there has been concern expressed about the various “modes” that IE8 will support.

The basic problem is that web developers write their code to work around (or take advantage of) bugs in the various IE versions. When Microsoft fixes these bugs in subsequent releases, the effect may be to break existing sites. And in the case of Internet Explorer, we could be talking about breaking millions of sites. Web browsers, including non-Microsoft ones, have dealt with this via a method known as doctype switching, where the browser will render the page in one of three modes (quirks, standards, and super-standards) depending upon the DOCTYPE value. When developing IE8, however, Microsoft realized that doctype switching was insufficient for their purposes. Assuming that each new browser release would have unique bugs and quirks, they needed some way of informing future releases of IE that the web page had been coded against a specific version. So they came up with a new method that uses a META tag to determine which browser mode to use.

The META tag, which is described in the linked article, will specify the highest browser version against which the web page was coded. Thus if you set it to IE8, for example, when IE9 (or IE10, or IE11) comes out, you can be assured that your page will still be rendered as if the browser were IE8. Each subsequent version of IE will be capable of rendering the older versions with all their bugs, based on the META tag. If the META tag does not exist, then the current IE7 doctype switching method will be used.

Link: http://arstechnica.com/…

Update: After a significant amount of web community uproar, Microsoft has changed its mind and decided to use the latest standards mode by default. Thus IE7′s standard mode is no longer the default.

Using Network Solutions To Search For Domain Availability

Sunday, January 13th, 2008

InternetWhen searching for domain availability via Network Solutions, they put a 4-day lock on the name. This effectively prevents you from registering that domain with a registrar other than Network Solutions. Here at the Chad’s News network command center, however, we always use Network Solutions because we know it will never go out of business and leave our domains stranded. Sometimes it’s worth paying a bit extra for increased peace of mind.

Link: http://www.computerworld.com/…
(via Kim Komando)

Say Goodbye to Netscape

Thursday, January 3rd, 2008

InternetAOL has announced that it will discontinue any further support for the Netscape web browser, as of February 1st, 2008. Time to switch to Firefox if you haven’t already done so.

Link: http://blog.netscape.com/…
(via Slashdot)

Gotta Digg

Wednesday, December 26th, 2007

Internetdigg is only a bit over three years old, but it’s already taken the internet by storm and is a serious competitor to old-school sites like Slashdot. It’s worth checking out. And anyone who already knows digg should enjoy the linked video.

Link: http://www.youtube.com/…
(via digg)

Host Your Mail Server With Google

Friday, November 23rd, 2007

InternetTired of maintaining the mail server for your custom domain? Google Apps can manage it for you, with all the benefits of Google’s uptime and reliability. There’s a free version as well as a fee-based premier plan.

Link: http://dmiessler.com/…
(via digg)

The Power Of The Internet

Tuesday, November 13th, 2007

InternetA New Yorker saw a woman on the subway and fell in love instantly, but he was unable to introduce himself. So he posted a description on the internet, and before too long had managed to find out who she was. This just goes to show the viral power of the internet.

Link: http://www.theglobeandmail.com/…
(via Kim Komando)

Internet Speed Test

Sunday, November 4th, 2007

SpeedThere are many sites that will calculate your connection speed, but I like this one. It gives statistics for upload, download, and ping, and it also allows you to select from servers worldwide.

Link: http://speedtest.net/

New Web Fonts In Windows Vista

Saturday, October 27th, 2007

InternetThis post should only be of interest to web developers. With Windows Vista, Microsoft decided to update the core web fonts that are used by pretty much everyone. Sigh… Developers will want to install the new fonts on their non-Vista systems—the Slashdot article’s comments have several ways to do this. In addition, CSS font lists should be updated to include the new “C” fonts at the front of the list. There is a matrix in the linked article showing which fonts should go where.

Link: http://www.hunlock.com/…
(via Slashdot)