473,657 Members | 2,587 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What's your validator?

I made a web page (wheee!) and decided to test it (by upload) in the W3C
Validator
http://validator.w3.org/
I had some errors, but as Bilbo said of Gandalf, "The explanation did not
explain."

In desperation I clicked randomly and ended up at the WDG Validator
http://www.htmlhelp.com/tools/validator/

Their explanation were actually helpful, and wild was my rejoicing when,
after a few
iterations, I received the message
Congratulations , no errors!

I now am in love with the WDG Validator. Would there be any downside to
swearing my
fealty to it, rather than the W3C Validator?

Mary Ellen
Doctor Science, MA
http://www.livejournal.com/users/mecurtin/
Jul 20 '05 #1
4 1870
On Mon, 18 Aug 2003 21:56:54 -0400, "Mary Ellen Curtin"
<me******@alumn iSPAM.princeton ME.eduNOT> wrote:
I now am in love with the WDG Validator. Would there be any downside to
swearing my
fealty to it, rather than the W3C Validator?


No, it's a very good validator, with very understandable messages, you
may fall in love again with the W3C's validator in its next release,
it's getting more understandable messages in the beta too.

Jim.
--
comp.lang.javas cript FAQ - http://jibbering.com/faq/

Jul 20 '05 #2
Speaking of validation --

Heady with victory, I took my CSS over to
http://jigsaw.w3.org/css-validator/

I was able to make +some+ sense out of its suggestions, and I now have a
style sheet that validates, too. *preen* Are there any other CSS validators
out there?

Jim wrote:
it's a very good validator, with very understandable messages, you
may fall in love again with the W3C's validator in its next release,
it's getting more understandable messages in the beta too.


What is amazing in retrospect is that it took me so long to even think of
looking at other
HTML validators, because I'm so used to error messages that don't give
useful information
(yes, Bill Gates, I'm looking at *you*).

Mary Ellen
Doctor Science, MA
Jul 20 '05 #3
Mary Ellen Curtin wrote:
Speaking of validation --

Heady with victory, I took my CSS over to
http://jigsaw.w3.org/css-validator/

I was able to make +some+ sense out of its suggestions, and I now have a
style sheet that validates, too. *preen* Are there any other CSS validators
out there?


The WDG also has a CSS validator, but AFAIK it does not implement as
much of CSS as the W3C CSS validator.

BTW, both the W3C and the WDG HTML validators are based on nsgmls, an
SGML validation tool by James Clark. So they should both report the same
errors, while the messages may vary.
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)

Jul 20 '05 #4
"Mary Ellen Curtin" <me******@alumn iSPAM.princeton ME.eduNOT> exclaimed in <zS************ **********@news .netcarrier.net >:
I now am in love with the WDG Validator. Would there be any downside to
swearing my fealty to it, rather than the W3C Validator?


Not really, no. Both validators are CGI frontends to the nsgmls program;
save for a few backend differences and an entirely different CGI frontend
the results should be exactly the same.

You can read more about the differences at

http://www.htmlhelp.com/tools/valida...fferences.html

Enjoy.

--
-
Tina Holmboe [Windrose@EFnet] [ti**@fogdo.net] [ti**@htmlhelp.c om]

$_ = <<'-- '; s/../pack("c",hex($& ))/eg; eval;
7072696e7420224 a75737420616e6f 746865722050657 26c206861636b65 722c22
--
Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

195
8522
by: Torbjørn Pettersen | last post by:
As you might have noticed I'm trying to clean up my web site's HTML code. The way I do it is simply more or less redoing to complete site, testing it on a web server I have set up on my local network. I have downloaded, and installed CSE HTML Validator Pro, but I don't get the same results with that as I do with the online validator on W3.org. And I can't upload files to W3.org either, due to all the ASP code I use.
0
2227
by: Tom Pearson | last post by:
I create controls and validators dynamically dependent on data at runtime. I create the control then the relevant validator(s) for it assigning the Control.ID as the control to validate. These controls and validators are then added to a table for display to the user. This code did seem to work originally, but now does not amd I am stumped as to why. There have been some code changes, but not to the methods below and I have pretty much...
9
1720
by: Matthias Kaeppler | last post by:
Hi, I'm using phpWebSite to build my website and I want it to be standard conforming. However, the CSS validator always outputs an error: "Please, validate your XML document first! The processing instruction target matching "" is not allowed." The offending line is: <?xml version="1.0" encoding="iso-8859-1"?>
9
2219
by: AFN | last post by:
I was just dropped into someone else's code (isn't that always so fun?). I can't figure out why a custom validation control's server event function is executing. There is nothing (that I see) in page_load, or elsewhere, that says page.validate, no control says "causesvalidation=true", and the AutoEventWireup is set to false. So I would think that the control's server event function would NOT execute, but it does execute right after...
40
5584
by: VK | last post by:
Hi, After the response on my request from W3C I'm still unclear about Tidy vs. Validator discrepansies. That started with <IFRAME> issue, but there is more as I know. Anyway, this very basic HTML page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html401/strict.dtd"> <html> <head>
2
4533
by: Mike Collins | last post by:
I have a form where I create dynamic controls at runtime. With this, I am adding a dynamic required field validator to each control as needed, but the validators are not firing when I click submit. The submit button was placed at design time and its causesvalidation property is set to true. Can someone tell me if something is missing from my code? Thank you. 1. Code to add dynamic control works fine and I get the Id of the textbox...
6
2480
by: yaru22 | last post by:
I'd like to create a program that validates bunch of urls against the w3c markup validator (http://validator.w3.org/) and store the result in a file. Since I don't know network programming, I have no idea how to start coding this program. I was looking at the python library and thought urllib or urllib2 may be used to make this program work.
1
365
by: Gonza | last post by:
Hi group, i'm trying to add a customvalidator control to a custom web control. The problem is i'm getting a "Unable to find control id..." exception. Here is the code: public class CuitTextBox : WebControl { protected override void OnInit(EventArgs e) {
9
3596
by: Daniele Perilli | last post by:
Hi everybody, I'd like to introduce you a new little tool I developed to automatically check markup validation of all pages in given websites. It uses W3C HTML Validator and CSS Validator online services in recursive mode (without any max pages limit as other known services). It's called Markup Validator and, of course, it's completely free. I'd be delighted to have a feedback from you about it: http://www.markupvalidator.com Thanks.
0
8394
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8306
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7327
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4152
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1955
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.