Search
Recommended Sites
Related Links






   

Informative Articles

Are You Content With Your Output? 5 F*REE Tools You MUST Master Before Graduating to Guru
Tell me you haven't ever had THIS thought: "I want to build a mailing list for my website, but I don't know how..." Or how about, "There's a glaring mistake on my home page, but my web designer is nowhere to be found!" Instead of being at the...

Bar Charts Brought to Life: Index of Interactive Information for HTML and PDF
Bar Charts and the Information Challenge Whether one is an unknown entrepreneur or Donald Trump, an elementary school teacher or a university president, a 6th grader researching other countries or a government leader visiting them, each person in...

Improving Website Performance
Images, graphic and flash animation Many sites have images or graphics that are too large. By too large, I don't necessarily mean the dimensions of the images, but the file size is excessive and doesn't load quickly in a web browser....

Software To Help You Create A Robots.Txt file
Robogen is a software for Windows 95, Windows 98,Windows XP and Windows NT based computers which can help you create robots.txt files without having to worry about the correct syntax of a robots.txt file. It comes in two editions: the free Limited...

The Seven Deadly Sins of Web Site Design
Before you take a road trip it is usually a good idea to know where you are going. It is the same when you are building a business, creating a marketing plan or building your web site. Know what your end result will be when you are planning and...

 
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.