|
Posted by Adrian on October 23, 2004, 10:52 am
Please log in for more thread options
Could someone please tell me how I can check out the correctness of a site's
coding. I have brought about a website, checked it out with various
browsers. It seemed to be ok. Then I come across a browser that has problems
with my site, and I'd like to find out what I have done wrong. Apologies if
this question has been asked a million times before, however I do not have
this information and would be grateful if someone could provide me with an
answer.
|
|
Posted by Thomas Jespersen on October 23, 2004, 11:05 am
Please log in for more thread options
>Could someone please tell me how I can check out the correctness of a site's
>coding. I have brought about a website, checked it out with various
HTML Validator:
http://validator.w3.org/
CSS Validator:
http://jigsaw.w3.org/css-validator/
|
|
Posted by Stephen Poley on October 23, 2004, 11:06 am
Please log in for more thread options
>Could someone please tell me how I can check out the correctness of a site's
>coding. I have brought about a website, checked it out with various
>browsers. It seemed to be ok. Then I come across a browser that has problems
>with my site, and I'd like to find out what I have done wrong. Apologies if
>this question has been asked a million times before, however I do not have
>this information and would be grateful if someone could provide me with an
>answer.
"Correctness" is a very broad term. However, you may find my checklist
useful:
http://www.xs4all.nl/~sbpoley/webmatters/checklist.html
--
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/
|
|
Posted by Howard Kaikow on October 24, 2004, 4:50 am
Please log in for more thread options > "Correctness" is a very broad term. However, you may find my checklist
> useful:
>
> http://www.xs4all.nl/~sbpoley/webmatters/checklist.html
Your checklist is indeed very useful, but if one does not use javascript,
what should be used for scripting?
|
|
Posted by Neal on October 24, 2004, 5:20 am
Please log in for more thread options wrote:
>> "Correctness" is a very broad term. However, you may find my checklist
>> useful:
>>
>> http://www.xs4all.nl/~sbpoley/webmatters/checklist.html >
> Your checklist is indeed very useful, but if one does not use javascript,
> what should be used for scripting?
There's nothing inherently wrong with using Javascript. The point is to be
sure that you test the page without Javascrit enabled, making sure the
page is usable without it, even if not quite as you'd prefer.
I think most instances of Javascript I see are largely unnecessary, and
can be dispensed with. But there are plenty of worthwhile things that
Javascript can do, and if it's unavailable the page still can be used, but
perhaps with more mouse-work on the part of the user.
|
| Similar Threads | Posted | | Link Checking | August 21, 2006, 9:25 am |
| HTML syntax checking tool? | December 9, 2005, 1:20 pm |
| re checking site using other/older browsers? | May 4, 2008, 2:00 am |
| HTML Coding Guidelines | May 21, 2005, 8:01 pm |
| Coding javascript and css reliant UI elements | October 13, 2005, 10:22 am |
| Chinese Characters in html (coding on a Mac OS X) | February 13, 2006, 10:48 pm |
| Massive HTML coding errors | April 13, 2006, 8:16 pm |
| Looking for platinum colour code for RGB coding | November 11, 2007, 10:36 am |
| Multiple coding systems, and filesystems | June 3, 2008, 5:08 pm |
|