Archive for October, 2009

Don’t Be Fooled by Domain Name Front Running and Domain Tasting

Friday, October 30th, 2009

domain_name_tastingWhen I first found out that Network Solutions had begun the practice of reserving all domain names that had been searched for five days after the original search, I was shocked.

I had been working with a client to search for available domain names for their start-up, and minutes after we’d made a list of available possibilities, we found that when we searched these possibilities a second time on Network Solutions, all of the domain names we’d just searched for were now gone! Nor was it possible to register these domain names using another service like GoDaddy or Register.com.

After talking with a representative from GoDaddy.com, I learned that Network Solutions was doing something called domain name front running, essentially reserving the names searched as “unavailable” for five days after the search. This practice is very controversial, and is related to the practice of domain tasting,  in which a registrant uses the five-day grace period to  “taste” the marketability of the domain before the actual purchase.

If this happens to you, call Network Solutions and verify that the domain name you wanted to purchase became listed as unavailable before you had a chance to buy it. Network Solutions will then release the name, and then you can make the purchase.

For more information, see Wikipedia’s entry on domain tasting.

Printer-Friendly Pages Save on Toner (and Are Good for the Environment)

Monday, October 26th, 2009

printer_friendly_pagesCreating a style sheet for printer-friendly pages will enhance your user’s web experience and save them money on toner (which is also good for the environment).

You can create a separate “print.css” cascading style sheet that will remove images (and all the pesky toner that they use up!) when users print pages from your website.  This will speed up the printing process and also reduce the amount of material that is printed down to the essentials, so that the user receives a printed page that is both printer-friendly and easy to read.

To make this possible, create the printer style with the following code in your print.css style sheet:

#image {display:none;

Then link to the printer style sheet within the <head> tag at the top of your html coding:

<link rel=“stylesheet” type=“text/css” media=“print” href=”print.css/>

Finally, call out the “image” style by surrounding the image link in your code with the following:

<div id=”image”>

</div>

Test out the style with your printer: if the image doesn’t appear when you print the page, then you’re ready to go!


Why Won’t My Font Work?

Tuesday, October 20th, 2009

why_font_wont_workMany of my clients come to me wanting to have a special font on their website. It can be difficult to explain to them why that Haettenschweiler-MT-Condensed-Solid-Italic-Script font that looks so good to them on the company brochure that they just completed can’t be transferred to the text of their website. If it can be done on their brochure, why can’t it be done on their website?

The problem is that, in order for the font to display on a particular user’s screen, that particular user must have a copy of that exact font on their hard drive. If the font that you have chosen doesn’t exist on the user’s computer, then that font will not display on your web page when the user calls it up. This is why most websites employ basic fonts that are ubiquitous to virtually all users (Verdana, Arial, Helvetica, sans-serif, etc.).

It is possible, however, for that special font you desire to be used in images on your webpage. So, if you are particularly fond of a font, you can use that font in titles on your pages in image form.

The next question clients ask is, “Then why don’t we just put all the text of the website into image form, and then I can have the font I want?” The answer is, yes, you can put all the text of your website into image form — however, there are a few drawbacks here:

1) The search engines will not pick up any text that you’ve put in image form; so, if you are looking to increase your rankings, using this method will work against you.

2) Many users (myself included) like to highlight website text for copying to somewhere else; when text is in image form, this is not possible. This can be particularly inconvenient for the user who wants to copy your business email address or phone number into their address book: They want to contact you, so they try to copy the information off your webpage by highlighting it, and see quickly that this is not possible — so, instead, they move on to the next website that does what you do, and copy that email address and phone number  instead of yours and, voila! you’ve just lost a potential customer.

3) Images take longer to download than text.

Think carefully before you decide you must have the special font on your website!

Why Choose a Freelance Web Designer?

Monday, October 12th, 2009

why_choose_a_freelance_web_For many people, the cost of using a web design firm to design and maintain a website can be prohibitive. Most freelance web designers do not have the large overhead that a large web design firm has, so the freelance web designer can pass these saving on to you.

If the website you plan to build doesn’t have substantial programming or backend issues (which is often the case), a good freelancer can easily handle all of your needs at a fraction of the cost you’d likely pay to a web design firm. Plus, the freelancer is much more likely to be able to give you the hands-on service and support you need as your project moves forward.

Before you assume that a web design firm is necessary to handle your web design needs, check  out the freelance web designers in your area — some of them may have been in business longer than that firm you’re looking at; they even may be more likely to stay in business in the future, especially in this perilous economy.

If you are looking for a freelance web designer, please contact Christopher Merrill, Chicago Freelance Web Designer.

The Number-One Most Common Mistake Made by New Website Owners and Designers

Sunday, October 4th, 2009

blue-ribbon-smThe number-one mistake made by  perhaps ten percent of new website owners: They fail to notify their website registrar (Register.com, Network Solutions, GoDaddy, etc.) when they change their email address.

The result is that these unfortunate users fail to receive important account-renewal notices from their registrar (these messages only go to their old, now-defunct email account): worst-case scenario (I’ve seen it happen), the site owner completely loses ownership of their domain name.

This effectively destroys the worth of your present website address — unless perhaps you want to buy your own domain name back (if it’s for sale by its new owner) for a ridiculously large sum.

If you discontinue the use of your primary email address (this is the address where people can reach you most directly, the same email address that you give online when you pay by credit card), be sure to give your site registrar your new email address so that they can contact you (and won’t be spammed out by your email program settings) at very important times; like when the fee for your domain name is up for renewal, or when your credit card on file has lapsed.  Both of these events (especially the credit card lapsing problem) are common, and in each case, the site owner risks losing the rights to their own domain name if the owner doesn’t follow up.

For your own sake, always make sure your site registrar has an email address at which they can contact you to notify you if payment needs to be made or if a credit card has expired.

See more web design mistakes.