The World Wide Web Consortium (W3C) is the web industry's
prominent international standards organization. W3C was created
to define a set of web standards and guidelines which could
be used by web developers to ensure compatibility with internet
browsers and correct rendering.
The World Wide Web Consortium (W3C) was established in 1994
to lead the Web to its full potential by developing standards
and protocols that promote its evolution while assuring interoperability.
Validating web page compliance with these standards and protocols
insures that all users regardless of their culture, language,
education, ability, material resources, access devices or physical
limitations have equal access to the resources of your website.
A. S. Web Technology
is W3C XHTML 1.0 & CSS Level 2 Compliant.
CLICK ON ABOVE IMAGES TO VERIFY.
|
The coding language HTML was designed for a very different environment
than today's internet. HTML became unwieldy through a decade
of sloppy use and ad-hoc evolution. Streamlined modern browsers
such as Firefox and Safari often cannot parse HTML through this
mess to display your website properly.
The World Wide Web Consortum (W3C) officially
depricated HTML in favor of XHTML. Valid XHTML
webpages are able to function properly in new browsers such
as Safari and remain compatible with older browsers.
We are committed to keeping up-to-date with the latest technology.
In 2006, we re-coded all of our customers' websites to meet
XHTML 1.0 / CSS 2 standards. The website files became up
to 75% smaller, resulting in faster download times and overall
efficiency.
Check whether your website's HTML validates as W3C standards
compliant for HTML / XHTML with the
W3C HTML Validator
by typing your website address here :
Check whether your Website's CSS validates as W3C CSS standards
compliant with the
W3C CSS Validator by typing URL filepath
to your CSS stylesheet here (For Example : www.mywebsite.com/mystylesheet.css)
:
Check your website for broken links with the
W3C Link Checker
by typing your website address here :
Although adhering to the W3C's standards is not a requirement,
the reasons for doing so largely outweigh the possible negatives.
Following are the benefits of W3C Standards
coding :
With different operating systems in use for modern desktop computers
(Windows, *nix and Mac OS), together with a wide variety of
internet browsers available within each system, it is generally
quite difficult to accommodate for cross-platform compatibility
while using mark-up language that is incorrect or badly coded.
New internet browsers support XHTML and correctly render all
pages that have been coded using standards-compliant XHTML.
At present, some browsers allow the use of non-compliant code
and will still show the web page as it is intended. Many browsers
though, will give an error when trying to decipher the code.
This ends up with either a poorly viewed web page or, worse
still, content that is missing completely.
Web pages will also be viewable in all types of device, such
as a PDA or mobile phone, as well as being decipherable by screen
readers, which are commonly used by the blind or visually impaired.
Many PDA's and mobile phones lack the power or resources to
understand badly written code.
If the code being used in a website does not comply with web
standards it could potentially become inaccessible when browsers
are modified and updated. Many coders use hacks and workarounds
to fix browser errors - this is ok while the current browser
is being used but can lead to page errors when the browsers
are updated. By using standards-compliant code the risks can
be greatly reduced.
Declaring a web page as standards-compliant within the html
code (assuming the code is actually compliant) will mean it
is downloaded quicker by the browser than if an outdated document
type is declared or no doctype is entered at all, as the browser
is immediately thrown into 'quirks' mode whereby it attempts
to render the page in a backwards compatible mode.
Just as some browsers will render a non-compliant web page incorrectly,
some search engines may also find it harder to locate and index
content within a site if it has been poorly coded using outdated
html. If a search engine robot (used to collect information)
cannot easily navigate a site and read the content, it will
usually just move on to another page. Also by separating the
content from the style and layout, the robot is being served
a simple block of text to gather.
Correctly coded pages will be easier for anyone, not only the
designer, to update or amend.
Using external CSS pages it is much easier to make wholesale
changes to the style of, for instance, the color of visited
links or the background of a table used in many pages. This
can be accomplished by simply amending a single line from within
the CSS page. Another benefit to this is that less code is used
to create each page and so it will load quicker in the browser.