RE: How do you check the integrity of your code and links?

2001-09-21 Thread Dave Watts

> For several years we have been using CSE HTML Validator to 
> check our HTML code and tools like Coast Webmaster to check 
> the integrity of our links. We are moving from our archaic, 
> static page method to a more dynamic method that makes use 
> of  and JavaScript, among other things. With this
> new method we no longer have very many totally self-contained 
> page files (i.e., we use  to pull the header and 
> footer into every page), therefore CSE HTML Validator and 
> Coast Webmaster croak at what appear to be errors but what 
> are in fact valid segments of code. How is everyone else
> getting around this? How are you checking the integrity of 
> your code? How are you checking the integrity of your links? 

This isn't an issue I've had to deal with, but I'd guess that you could do
it by spidering your own site. I wouldn't be surprised if there are
spidering validators, but even without one, you could spider your entire
site with something like wget, then use CSE on the returned pages.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How do you check the integrity of your code and links?

2001-09-18 Thread Earl, George

For several years we have been using CSE HTML Validator to check our HTML
code and tools like Coast Webmaster to check the integrity of our links. We
are moving from our archaic, static page method to a more dynamic method
that makes use of  and JavaScript, among other things. With this
new method we no longer have very many totally self-contained page files
(i.e., we use  to pull the header and footer into every page),
therefore CSE HTML Validator and Coast Webmaster croak at what appear to be
errors but what are in fact valid segments of code. How is everyone else
getting around this? How are you checking the integrity of your code? How
are you checking the integrity of your links? Thanks!

George
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists