473,662 Members | 2,637 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS validator links on pages

What are this group's members' ideas about including W3C validator
(http://validator.w3.org) graphics on web pages? Specifically, should
they be on every page? I can see including an HTML/XHTML validation
graphic on each page. That way you can quickly check the page any
time you update it.

But what about the CSS validator? Typically (I hope), the CSS is
in an external stylesheet that every page on the site links to or
imports. So do you just include it on the main (or home) page of the
site? That makes sense to me.

But then what about special cases? For example, I'm currently working
on revamping part of my site. Because I only use certain styles on
specific subsets of pages, I decided to keep things "simple" by using
separate, imported stylesheets (in addition to the main one) on those
subsets. (Assuming import-compliant browsers, this is how you should
do things, isn't it?)

There really isn't a "main" page in these subsets. Should I include a
CSS validator graphic on each one (for the additional, imported
stylesheet) or is that overkill? What about pages that import
multiple stylesheets? Should I include a CSS validator for each one
imported or am I just getting silly now?

Perhaps this has been discussed before, but I'm new here and my quick
Google Groups search didn't find it.

--
lkseitz (Lee K. Seitz) .at. hiwaay @dot@ net
"I respect faith but doubt is what gets you an education."
-- Wilson Mizner
Jul 20 '05 #1
22 2340
Lee K. Seitz wrote:
What are this group's members' ideas about including W3C validator
(http://validator.w3.org) graphics on web pages? Specifically, should
they be on every page? I can see including an HTML/XHTML validation
graphic on each page. That way you can quickly check the page any
time you update it.

But what about the CSS validator? Typically (I hope), the CSS is
in an external stylesheet that every page on the site links to or
imports. So do you just include it on the main (or home) page of the
site? That makes sense to me.

But then what about special cases? For example, I'm currently working
on revamping part of my site. Because I only use certain styles on
specific subsets of pages, I decided to keep things "simple" by using
separate, imported stylesheets (in addition to the main one) on those
subsets. (Assuming import-compliant browsers, this is how you should
do things, isn't it?)

There really isn't a "main" page in these subsets. Should I include a
CSS validator graphic on each one (for the additional, imported
stylesheet) or is that overkill? What about pages that import
multiple stylesheets? Should I include a CSS validator for each one
imported or am I just getting silly now?

Perhaps this has been discussed before, but I'm new here and my quick
Google Groups search didn't find it.

You don't need to use the graphics at all, you could just use a discreet
text link.
The question you might want to ask yourself is:
"Does it matter to anyone but me that it's valid?"

If everything validates then you maybe should just feel good in yourself
about it, you've earned the graphic or the right to link to the
validator but are you sacrificing aesthetics to do so ?

You don't have to.

After all it's valid, isn't that enough ?
Jul 20 '05 #2
In article <j9************ ******@news-binary.blueyond er.co.uk>,
Citizen Trout <no****@this.co m> wrote:
You don't need to use the graphics at all, you could just use a discreet
text link.
The question you might want to ask yourself is:
"Does it matter to anyone but me that it's valid?"


Wow, what a fast reply! Yes, everything you say is true. But being
new at XHTML and still not confident in my rudimentary CSS skills, I'm
also thinking of ease of re-checking the pages as I modify them. One
click is a lot better than filling out a form.

Also, I would like to support whatever grassroots effort there is to
ensure valid HTML/CSS is used everywhere on the web. I've seen some
of what's out there and it gives me chills. 8)

--
lkseitz (Lee K. Seitz) .at. hiwaay @dot@ net
"The hardest thing in the world to understand is the income tax."
-- Albert Einstein
Jul 20 '05 #3
Lee K. Seitz wrote:
In article <j9************ ******@news-binary.blueyond er.co.uk>,
Citizen Trout <no****@this.co m> wrote:

You don't need to use the graphics at all, you could just use a discreet
text link.
The question you might want to ask yourself is:
"Does it matter to anyone but me that it's valid?"

Wow, what a fast reply! Yes, everything you say is true. But being
new at XHTML and still not confident in my rudimentary CSS skills, I'm
also thinking of ease of re-checking the pages as I modify them. One
click is a lot better than filling out a form.

Also, I would like to support whatever grassroots effort there is to
ensure valid HTML/CSS is used everywhere on the web. I've seen some
of what's out there and it gives me chills. 8)

If you are using Mozilla there is an extension called "Web Developer"

http://extensionroom.mozdev.org

or

http://chrispederick.myacen.com/work.../webdeveloper/

This will allow you to check your pages and your css from a toolbar
(uploaded pages that is).
Jul 20 '05 #4
Citizen Trout wrote:
If you are using Mozilla there is an extension called "Web Developer"

http://extensionroom.mozdev.org

or

http://chrispederick.myacen.com/work.../webdeveloper/

This will allow you to check your pages and your css from a toolbar
(uploaded pages that is).


Cheers. Downloaded & installed; thanks :)

--
Michael
m r o z a t u k g a t e w a y d o t n e t
Jul 20 '05 #5
>> http://chrispederick.myacen.com/work.../webdeveloper/

Help - I now have a downloaded xpi-file. What do I do with it?

Jul 20 '05 #6
Thomas Mlynarczyk wrote:
http://chrispederick.myacen.com/work.../webdeveloper/

Help - I now have a downloaded xpi-file. What do I do with it?

Right Ok.
*Presuming* you are a Windows user...(apologi es if not, It should be
easy enough to locate FAQs for Linux or MAC)
You need to click the the download link whilst viewing the page in
Mozilla or Firebird, preferably a recent build (nightly builds may be a
bit dodgy for installing extensions) so..Moz 1.6 or Firebird 0.7.
It should then download, bring up some instructions and then install,
you then need to restart Moz/Firebird.

If you have saved it to your desktop, this won't happen.

If you can't do this from the Pederick link then use the
http://extensionroom.mozdev.org link, click on the link for the browser
you are using and scroll down to "Web Developer" and click the relevant
link for your browser.
Jul 20 '05 #7
Also sprach Citizen Trout:
*Presuming* you are a Windows user
Yes. Win98SE.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a) Gecko/20020611
You need to click the the download link whilst viewing the page in
Mozilla
I did that using the link you gave below. But no instructions came up, and
even after restarting Mozilla my Web-Developement menu contains the same as
before: Consoles for Java and JavaScript. Do I need a newer version of
Mozilla?
http://extensionroom.mozdev.org

Jul 20 '05 #8
Thomas Mlynarczyk wrote:
Also sprach Citizen Trout:

*Presuming* you are a Windows user

Yes. Win98SE.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1a) Gecko/20020611

You need to click the the download link whilst viewing the page in
Mozilla

I did that using the link you gave below. But no instructions came up, and
even after restarting Mozilla my Web-Developement menu contains the same as
before: Consoles for Java and JavaScript. Do I need a newer version of
Mozilla?

http://extensionroom.mozdev.org


I would do.
Get 1.6 off the front page of http://www.mozila.org

Be sure to uninstall 1.1a completely and delete the mozilla.org
installation directory from "program files" first.
Jul 20 '05 #9
Citizen Trout wrote:
Right Ok.
*Presuming* you are a Windows user...(apologi es if not, It should be
easy enough to locate FAQs for Linux or MAC)
You need to click the the download link whilst viewing the page in
Mozilla or Firebird, preferably a recent build (nightly builds may be a
bit dodgy for installing extensions) so..Moz 1.6 or Firebird 0.7.
It should then download, bring up some instructions and then install,
you then need to restart Moz/Firebird.

If you have saved it to your desktop, this won't happen.


I save all such downloads to let me install them across several
machines. All you need do is subsequently open a Moz/FB browser window &
drag the xpi file into it; Firebird was then happy to install the file
from the local drive.

--
Michael
m r o z a t u k g a t e w a y d o t n e t
Jul 20 '05 #10

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

Similar topics

195
8523
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.
22
5695
by: Trevor Orton | last post by:
Hello, I'm having a slight problem using the W3C html validator and I've reviewed the FAQ's with no luck so hopefully someone here would be kind enough to point me in the right direction. I recently validated my site's css and the bulk of the html pages via the W3C validator but was forced to use the file upload option because the 'Validate by URL' option returns the following error: >>Sorry, I am unable to validate this document because...
12
45315
by: thomas_jedenfelt_1 | last post by:
Hi everyone, Is the W3C HTML Validator in error when it returns <br /> as valid for HTML 4.01 Strict doctype? In March 2004 , the Validator returned <br />, <hr /> and <img /> as invalid for HTML 4.01 Strict. Liam Quinn said "You can't mix HTML and XHTML. You need to choose one or the other syntax."
10
3568
by: Papa.Legba.666 | last post by:
There are many good HTML validators, not least, of course being w3c's. However, they only handle one page at a time. Is there a free web based served, or pc program, which will crawl my site validating the HTML? Bonus features like CSS validation, link checking, spell checking, etc are welcome of course, but most important for me at the moment is HTML validation.
14
2433
by: Greg Heilers | last post by:
Greetings, It is wonderful to find such a useful group. This is my first time here, so I apologize up front, if this question has been asked (and answered) a thousand times before. While validating my code with the W3C Validator, I pass (get "The Green") while my files reside on my local computer. However, once I upload them to the host (Yahoo Webhostings...the paid version, *not* Geocities), I get error messages (and a "Fail"), due...
3
1944
by: thomson | last post by:
Hi, I have 5 aspx pages, In one page i have a Compare Validator Control, The four aspx pages are loading fast with similar controls, no code behind, But the page having Compare Validator Control is taking time, Any insights to this? Thanks in Advance thomson
0
1022
by: durumdara | last post by:
Hi ! Sorry for non-pythonic subject, but if I not find good solution, I will write a routine for this in python... :-))) My mod_py site is growing quickly. It have many pages, many of them are dynamic. I want to check the links, and if possible, validate the html. I search freeware tools in the net, but I found only "HTML Link
5
2168
by: Bob Cox | last post by:
I am getting the error: Invalid number : color fuchsia is not a color value : fuchsia from the W3C CSS validator, yet I am sure the same CSS validated ok previously. The offending CSS is: a:active {
9
3598
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
8435
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
8345
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
8857
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8633
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
7368
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
5655
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
4181
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...
0
4348
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.