Search
Recommended Sites
Related Links






   

Informative Articles

Good Web Design: Create A Custom 404 Error Page
As you know if you've spent any time at all surfing the web, sometimes you will see the dreaded 404 error condition. This often occurs because you've entered an incorrect link (perhaps added a ".html" instead of ".htm" at the end of the file) or...

How to Create a Web Page within 10 Minutes
Easy, Step-by-Step, New FREE Video Course on the Web Finally! I got it and you can do it, too! A new, just released FREE video course thought me how to create my own web page. And do you know how much that cost me - 10 minutes. Yes,...

How To Turn Your Newsletter Into a Web Page... In 45 Seconds!
Do you place back-issues of your Newsletter on your website? There are two good reasons why you should: (1) It shows potential subscribers that you're serious about your Newsletter (2) Newsletters are rich in keywords, so it's a...

Learn the Language of the World Wide Web
If you are already on the web or thinking about it then you must know the terminology used on the web. Here is a Glossary of a few must know Web Terms. Visitors: The number of distinct people who visit your site. Page Views: The...

Save Thousands of Dollars by creating your own web site
With the advent of the Internet a whole new vista of business has opened up. Many erstwhile opportunities otherwise not available to us, many markets which were previously inaccessible are accessible to us now. We can transact with anyone...

 
XHTML -Making the Switch

XHTML or the Extensible Hypertext Markup Language is an extension to HTML made by the w3c. XHTML is a cleaner, neater, generally faster version of HTML. Here are some things you cannot do with XHTML: Dreamweaver, Frontpage, etc. GOODBYE!!! Never use them agian, they are cheap, they are not coding, you are NOT a webmaster just becuase you can make a frontpage website. Also remember these simple things: Tags must close in the order that they open:

Hello

is not valid where as

Hello

is. All tags must close, including line breaks (now
), horizontal rules (now ), and images (now ) The alt is NEEDED. Most imporantly a doctype is needed and a character encoding is recommended. There are three types of doctypes: Transitional: Most used, most friendly, doctype.

PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Frames -For using frames, duh

PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"">http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">

And Strict, the mean, scrict XHTML

PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

The most common character encoding is as follows,



A full list of character encodings can be found at www.w3c.org. Also in XHTML tables for layout are a big no-no. Yet most of the time the validator lets you slide with them anyway. Use CSS for layout if you want true XHTML.

About the Author
Abe Smith is the owner of the webmaster forum (www.webmasterforum.tk) and enjoys writing various web Programming Tutorials, articles on SEO, and computer security.

Sign up for PayPal and start accepting credit card payments instantly.