Search
Recommended Sites
Related Links






Valid XHTML 1.0 Transitional

Valid CSS!
   

Informative Articles

6 Fatal Design Flaws "Newbie" Web Designers Make:These Mistakes Will Kill Your First Website Baby
Even if you're not an accomplished webmaster you can still have a professional looking website. You may be like I was five years ago–you're teaching yourself web design and you're starting to catch on to that HTML stuff. You're so excited about your...

Flash Design Does It Really Deliver What Is Promised?
Flash design? Is it all it's cracked up to be? In this article, we'll be confronting all the questions head on: What is Flash? What's good about it? What's bad about it? And, most importantly, what will it do for your online business? INTRODUCTION ...

Interactive Forms
Why interactive forms? Forms are easy enough to create when they are simple, like search boxes. But what if you need them to be complex? How about changing the forms based on input by the viewer? This is where interactive forms using Javascript...

Should You Bother Learning HTML to build Webpages?
The most popular method to build webpages today is to use WYSIWYG (What You See Is What You Get) software. Microsoft FrontPage and Macromedia Dreamweaver are prime examples of WYSIWYG software. Both programs allow you to create webpages as...

The Website that Had 5 Hits A Day
I guess this is my chance to start something similar to a blog to keep some kind of a personal record of my professional journey. During my school days in the National University of Singapore, I never thought I would be making a living...

 
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.