[Opera-users] OT: Initiate Seeks Guidance (was Java Script)
Fred Bone
Fred.Bone at dial.pipex.com
Thu Jun 28 11:46:02 UTC 2001
Dave Anderson said:
> See www.htmlhelp.org--there's good information about this there. The
> ultra-condensed version: check your site using
> - an HTML validator (checks that your HTML syntax follows the standard)
> - one or more "linters" (checks for constructs which are known to cause
> problems with some browsers or to cause accessibility problems)
> - a CSS-checker (if you're using CSS, which you should be these days)
And may I also recommend:
- HTML_Tidy, which does a pretty good job of correcting the kind of
errors a novice HTML coder makes, as well as cleaning up some of the
more egregious rubbish that HTML generators tend to produce; you can
learn a lot from studying what it changes your code to: obtainable
from the W3C site at <http://www.w3.org/People/Raggett/tidy/> (but
for the Windows version be sure to get the tidy4aug00.zip file listed
under "source code" - it actually includes the executable, whereas
the "tidy.exe" listed under "Downloadable binaries" is an out-of-date
version)
More information about the Opera-users
mailing list