As web designers, it’s difficult not to get bored by using the same old fonts day in and day out with every new – or not so new – web design. After all, is a creative job, but how can we let our creativity flow when we’re being held back by font restrictions. Worry no longer, there is something that you can do about the font that you use.
Though choosing a new font is a bit more complex than it may initially sound, there is a way that you can go about choosing the way that your text will appear. Essentially, there are fonts that come pre-installed in all Windows and Mac operating systems. Of course, these font sets do change over time, but there are a great number of them that have been around for a long time, and will continue to be due to popularity. This is an issue, because you will want your font to be compatible with the operating systems of your users. The same thing goes for the web browsers, such as Netscape, Internet Explorer, and Firefox, used by your viewers.
Of course, you can’t assume that every font will be visible to everyone, but there are some things that you can do to “shake things up” a little bit for the sake of your web



Site Menu
JavaScript Tip: Keep Your Windows Focused
One common complaint among users is that many sites contain broken links, so of course you test yours regularly (don't you?).
But you probably never considered that some visitors might think your links are broken when they aren't!
That can happen when you use JavaScript to open new windows and control their placement. Fortunately, one single line of JavaScript code solves that problem!
HTML Tip: 5 Rules for Debugging Your Web Page
We get lots of letters from readers who need help debugging their Web pages. When you've helped enough people, you start to
see the same problems over and over again. We've documented five rules to help you learn web page debugging tips.
Beginner Tip : Publishing Your Web Page, Part 1
One of the most common questions we receive from beginning webmasters is "How do I get my Web site on the Internet?" It's one of those short questions that has such a long and involved answer that we're going to devote two newsletter stories to it. In this article, we'll discuss the basics of finding a Web host and deciding what method to use to post your page to the server.
THE HYPER VRE
The Hyper VRE (Virtual Real
State) Software
www.thehypervre.com
This software will allow you
to create Adsense/Content Rich Sites in literally 60 minutes! I've
used this software and my Adsense, Amazon and Clickbank Comissions
increased 47% on the first month and they continued to increase
every single month about 7% to 10%! That's absolutly great for doing
absolutly NOTHING isn't it?
NOW, I have not told you the
BEST NEWS YET! The Hyper VRE has a 100% working trial version!
YES... You can generate as many sites as you want at 0 cost and e
able to embed your Adsense Codes. (To embed Amazon, Clickbank and
Paydocom.com you'll need the full version.

A very complimentary software
is called Word Page Builder: This software will help you take your
"shelved content" and use it for resale or simply use it for
generating content rich pages to be used with Adsense.
Sample
WordPageBuilder Video
design – and your own sanity.
Overall, there are a few different forms of fonts available to you. Usually, this consists of:
Serif (also called generic) – such as Times New Roman, Georgia, Palatino Linotype, Trebuchet MS
Sans serif – such as Arial, Helvetica, Verdana, and Geneva
Mono-spaced (also known as typewriter style) – such as Courier New, Lucinda Console, Monaco, and Andale Mono
Cursive (also known as scripts and informal) – such as Comic Sans, Brush Script, Zapfino, and Marker Felt
Fantasy – any fanciful design such as those with floral and other forms of embellishments, or those in the shape of objects.
Naturally, this is not an exhaustive list, but it gives you an overall idea of what’s out there, and how it’s classified. This is important to know, because it is required when you enter the information into your site script. Because you’ll be offering your site to different operating systems and browsers, your script must instruct your user’s computer as to how to display the type. This is the reason that a web page script is specified in CSS in a way such as:
Font family: ideal, alternative, common, generic
So you could write the following to instruct your viewer’s computers:
Font family: Georgia, “Times New Roman”, Times, serif
What does this mean? It means that while Georgia is your preferred choice for the web design, if it is not recognized by the user’s computer, it should use Times New Roman and Times instead, which are the names used by Windows and Mac for the most common serif font. Since the serif is the generic, the operating system will always have something to work with, and the text of your website will always (or at least, almost always) be visible and readable to your site visitor.
Similarly, if you were using sans-serif font styles, your specification could say:
Font family: Verdana, Arial, Helvetica, sans-serif
Just as the serif script said, this one states that Verdana is your first choice for your web design, but Arial and Helvetica can also be used as alternatives, and if they are not recognized, then the ‘sans-serif’ generic style will do.
By using those font specifications, your script will work with your site visitor’s operating system to find a font that is already installed on their list. This also means that you can choose whatever font you want as your primary font choice, and always have a secondary and tertiary backup in case your desired font doesn’t happen to be installed on the computer of any of your website visitors.
As a web designer, this makes web designing much more appealing, as it allows for greater creativity and flexibility when creating the overall look of the web design. Furthermore, it is attractive to the website visitor, as it allows for something different to look at, and a font that has been specially chosen for that particular site.