Archive for June, 2007
Is the .biz TLD a Spammer’s Haven?
Does anyone use .biz for a legitimate commercial service?
After much interruption, I’ve finally added the .biz TLD to my WordPress blacklist. This shouldn’t affect any real commentators, as it seems no one uses this TLD for legitimate purposes.
I guess the point of this post is to see if anyone has heard of anyone using the .biz TLD for a legit business. I haven’t, but there has to be someone out there, right? I mean, that’s what it was created for, right?
Or, more likely, .biz is simply another way for domain registrars to try and sell you yet another domain you don’t need.
To prove the point, just look at a recent post from Guy Kawasaki on how much it cost to build Truemors:
I spent $1,115.05 registering domains. I could have used GoDaddy and done it a lot cheaper, but I was too stupid and lazy.
I registered 55 domains (for example, truemors.net, .de, .biz, truemours, etc, etc). I had no idea that one had to buy so many domains to truly “surround” the one you use. Yes, I could have registered fewer and spent less, but who cares about saving a few hundred bucks compared to the cost of legal action to get a domain away from a squatter if Truemors is successful?
Let’s assume the website becomes a smashing success. Is it really worth buying these domains even though that domain isn’t really worth anything? These squatters aren’t impacting your bottom line very much, are they? Gotta respect Guy, but I don’t follow this logic.
Lastly, have you ever or do you ever plan on buying a .biz? I hope not–you’re blacklisted.
Placing AuctionAds Inside of an IFRAME for Better Website Performance
Until AuctionAds realizes that they should write their code into an IFRAME, it is best you create your own IFRAME for these advertisements.
This is important for two reasons. First, the latency between your website and the AuctionAds website might be different causing your pages to load slower than normal. Second, if the AuctionAds service is down for whatever reason your pages will load extremely slow.
By placing your AuctionAds inside of IFRAMEs you won’t have to worry about these issues keeping your visitors from viewing your website’s content.
Creating the Code
First, you’ll need to make an HTML file on your web server that contains the AuctionAds code you wish to embed into your website.
Next you’ll need to create the IFRAME where you wish to code to reside:
<iframe src="aacode.html" width="WIDTH" height="HEIGHT" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" ></iframe>
Make sure you replace aacode.html with the appropriate path to the HTML file you uploaded to your web server, and also change WIDTH and HEIGHT to the appropriate values for the ad code.
That’s it! Never again worry about AuctionAds affecting your website’s performance.
Now if they’d only do this for us…
UPDATE: Poking around I see AuctionAds does put their code into IFRAMEs (not sure when this was activated or if it was always like this). That said, AuctionAds hasn’t been the most reliable service, so keeping with your own IFRAME will keep your website from screeching to a halt when there is an outage.
Tags: auctionads, iframe
