|
|
|
5 Steps to Understanding HTML
HTML is a relatively simple language, but that doesn't stop people from having problems with it. Why is that? It's mainly because, while the HTML tags themselves are easy, creating an HTML document that works as intended on a web server requires...
Design vs. SEO: Can My Site Look Good And Rank Well?
Do you have to sacrifice all of the creative and artistic
elements of your web site to rank in the search engines? Later
in this article I'll show you a real case scenario and the
design and SEO approach used.
Thanks to the birth of...
Download Free Ringtone To Cellular Phone
Music spearheads the ringtones industry. You can download free ringtone to cellular phone from websites. You can download free ringtone to cellular phone or you could make use of the Ring Tone Text Transfer Language (RTTTL), a common language on the...
Good Web Design
"There are two types of web sites. There are those web sites you date, like 'The Data Was Lost Collective...' ...and then...there are those web sites you marry, like Yahoo! The trick is not to confuse the two."
Many web designers get confused...
Key Facts you should know about Web Site design and Search Engine Optimization
1. Web site File Structure / File Naming Most search engines do not recognize beyond two directory levels. Make sure to name your files and directories with keywords. Don’t separate keywords using the underscore instead...
Mobile Wallpaper - Totally You
One of the really awesome things about modern cell phones is the capacity they have for being personalized to suit you. With personalized ringtones, with colored or designed or sparkly or light-up faceplates and holders, with all the great gadgets...
The Width and Resolution Problem
There is a problem that has plagued the web ever since graphical
designs for web pages started to become common - and yet it's a
problem that's never been solved. You see, different sized
monitors can handle different widths of page, and yet...
Web Design - 7 Key things to avoid
A search for "web design" on Google returns more than 325 million results. So how do we start eliminating all these so called designers? Here are a few of the most common shortcomings. Watch out for: 1. Templates
2. Subdomains
3. DIY...
Webmaster Secrets for Top 10 Search Results in Google, Yahoo and MSN.
In the following article a very simple 3 step process will reveal just how simple search engine optimisation can be once you know how. There are multitudes of websites that will theorise you to death about engine algorithms, page rank formulas,...
Where To Look For Dirt-Cheap DVD Software. Part VII
DVD Ghost is a very useful utility to make your DVD play/copy/backup software restriction-free, and it also supports copy/backup DVD to hard disk.
It is light on your system resources and resides in system tray. It removes all kinds...
|
|
| |
|
|
|
|
|
|
7 Benefits of HTML Validation
You may not bother with html validation or writing simple
and clean code when designing your web site. Later you may
find your site is slow loading, appears incorrectly in the
main browsers and does not rank well for the major search
engines.
Now there are sites that still do rank well even though the
html code has many errors. This is because most of the
current major browsers are still very forgiving of html
mistakes, however future browsers will become more html
compliant as the Internet advances. Sites that have not
bothered with html code validation will then fall by the
wayside or take time and money to be corrected.
That's why you should take the necessary steps NOW to
make sure that the code on your web site is validated.
What is HTML validation?
This is the process that analyzes an HTML document in
comparison to standard HTML rules, identifying errors and
non-standard codes. Web pages are rendered using HTML
(Hyper Text Markup Language). As with any language there
are rules and standards that should be followed. For
example the HTML 4.01 Specification (rules and standards)
are available at http://www.w3.org/TR/html4/. You can check
the html validation of your web page by entering your url
at: http://validator.w3.org/
7 Benefits of HTML validation
1. Web Site Accessibility - validating your html code helps
to pinpoint areas of potential blockage that could prevent
search engine spiders or visitors from accessing your
website. When you run your site through a code validator it
may produce many errors that need to be corrected so your
pages will render well. ie include text with your "alt"
tags for every < img > tag.
Why should you do this?
-Allows your site to be accessible to a larger audience
(vision impaired, motor skill impaired, cognitive impaired)
-Allows your site to be accessed by wider range of devices
(hand helds, screen readers, text browsers, search engines)
-Is a requirement for Federal and State Government sites
2. Search engine friendly pages - clean and simple code
enables search engines to spider your pages more quickly
and completely.
Here's an example:
What's wrong with this code?
< p keyword1 sentence, well written copy, etc.
< p > keyword2 paragraph with more choice content.
This code is
missing a ">" The issue is not that the page
will necessarily get skipped altogether but that the
"keyword1" sentence looks like part of the tag - like a tag
attribute. So the words in the "keyword1" sentence probably
won't be included in the search engines computations, even
though the page itself will be indexed.
Once a spider sees a correct tag further along in the page,
then it's back on course. So, the keyword2 paragraph would
make it.
3. Faster Loading - if your web page contains html errors
it will take a longer time for the search engines to spider
it, therefore slowing the loading time. If your page
doesn't load in under 10 seconds your visitors may click
away to your competitors' sites.
4. Less load on servers - clean and simple code won't tax
your server as much as a site which has complicated code or
contain many nested tables. Cascading style sheets (CSS)
will greatly reduce the amount of code within your web
pages. This will also cut down on the amount of web space
and bandwidth used thus saving you money for hosting your
site.
5. Easier to update and maintain web site - with no
mistakes in your html code it is easier and faster to make
changes to your web pages. For web site designers, this
means you will save time and money when maintaining
clients' sites.
6. Browser compatibility - validated code ensures your site
is compatible with the current browsers and future
browsers. You might say "well, it looks fine in Internet
Explorer, so why bother with any other browsers?" Current
browsers will continue to update their rules and future
browsers will make sure they are html compliant.
7. Access more visitors - if you ensure your web pages
appear correctly in all the major browsers you will be able
to reach a larger audience which then increases the
potential of your site to make more sales.
Part 2 of this article will discuss:
What documents to validate
The validation process
Validation tools
Common validation errors About the Author
Herman Drost is the Certified Internet Webmaster (CIW)
owner and author of http://www.iSiteBuild.com. Affordable
Web Site Design and Web Hosting. Subscribe to his
"Marketing Tips" newsletter for more original articles.
mailto:subscribe@isitebuild.com. Read more of his
in-depth articles at: http://www.isitebuild.com/articles
|
|
|
|
|
|