473,624 Members | 2,288 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Markup Validator

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.

Apr 5 '07 #1
9 3595
On 5 Apr 2007 08:32:17 -0700, "Daniele Perilli"
<da************ *@gmail.comwrot e:
>Hi everybody,
I'd like to introduce you a new little tool I developed to
automaticall y 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.
This looks very nice but...

My site requires user login - although many users have a persistence
cookie set for several months - allowing them to by-pass login.
Nevertheless, such users must be authenticated by asp.net. The cookies
are encrypted.

Is there a way that I can use your tool to validate my pages?
Apr 6 '07 #2
On Apr 6, 10:46 am, Harry Haller <H...@Steppenwo lf.comwrote:
On 5 Apr 2007 08:32:17 -0700, "Daniele Perilli"

<daniele.peri.. .@gmail.comwrot e:
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.

This looks very nice but...

My site requires user login - although many users have a persistence
cookie set for several months - allowing them to by-pass login.
Nevertheless, such users must be authenticated by asp.net. The cookies
are encrypted.

Is there a way that I can use your tool to validate my pages?
Actually Markup Validator send all pages' links of given website to
W3C online validators, so it's not possibile for that services to know
credentials or get site's persistent cookie.
But don't worry, I thinking about this and perhaps, in the next
program build, I could find the solution.

Apr 6 '07 #3
Daniele Perilli wrote:

Actually Markup Validator send all pages' links of given website to
W3C online validators
The ones hosted by the W3C? Could you consider hosting your own copies (The
W3C provide source code) since it sounds like your tool is going to hammer
them with lots of requests, and they have had performance issues due to too
many people using their (free) service at once in the past.

--
David Dorward <http://blog.dorward.me .uk/ <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Apr 6 '07 #4
Harry Haller <Ha***@Steppenw olf.comwrote:
My site requires user login - although many users have a persistence
cookie set for several months - allowing them to by-pass login.
Nevertheless, such users must be authenticated by asp.net. The cookies
are encrypted.

Is there a way that I can use your tool to validate my pages?
Opera has a keyboard shortcut (Ctrl-Alt-V) that uploads the current
document to the W3C's online validator. Just view the page (using whatever
credentials you need), hit Ctrl-Alt-V, and examine the report.

With other browsers, you can save the source and upload the saved file.
--
Darin McGrew, mc****@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp. com, http://www.HTMLHelp.com/

key ring /'kE 'ri[ng]/ n. device enabling simultaneous loss of multiple keys
Apr 6 '07 #5
Daniele Perilli wrote:
|| 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.
Apr 8 '07 #6
David Dorward wrote :
Daniele Perilli wrote:

>Actually Markup Validator send all pages' links of given website to
W3C online validators

The ones hosted by the W3C? Could you consider hosting your own copies (The
W3C provide source code) since it sounds like your tool is going to hammer
them with lots of requests, and they have had performance issues due to too
many people using their (free) service at once in the past.
David, allow me to complete your post (with which I fully agree) with
additional info.

Online validator services:
--------------------------

WDG HTML Validator
http://www.htmlhelp.com/tools/validator/

Validome validation services:
http://www.validome.org/
Validome validator has multi-lingual support (English, Français, *усская
версия and Deutch) and its report is more complete, more accurate as it
is able to report more errors
http://www.validome.org/lang/en/errors/ALL

Validateur HTML du W3Québec en Français
http://www.w3qc.org/validateur/

Multi-validation Site valet for intermediate and advanced users
http://valet.webthing.com/

Free offline extension:
-----------------------

HTML validator as a Firefox extension working offline (SGML parser):
Marc Gueury's Firefox extension (currently at version 0.8.3.9, still in
beta) when using the SGML parser will report the same errors as the W3C
markup validator. It even has examples, explanations of errors, examples
on how to correct them, etc.. This is the future of HTML validators: no
files to upload, no extra application to install

https://addons.mozilla.org/en-US/firefox/addon/249
or
http://users.skynet.be/mgueury/mozilla/index.html

Opera 9 has a feature (Error console) to report HTML errors without
submiting the webpage online. It does not work right now but one can
expect future Opera 9.30 or Opera 10.x versions to implement this feature.
Shareware offline HTML validator:
---------------------------------

"A real validator" from WDG is an HTML validator for Windows; the
registration cost for this shareware is $25. US. It can validate several
HTML documents at once and it comes with a complete HTML 4.01 reference.
Such reference is quite handy as it provides examples, explanations and
useful information: an user can make his webpage markup code valid and
learn HTML at the same time.

Gérard
--
Using Web Standards in your Web Pages (Updated Dec. 2006)
http://developer.mozilla.org/en/docs...your_Web_Pages
Apr 9 '07 #7
On Apr 6, 5:43 pm, David Dorward <dorw...@yahoo. comwrote:
Daniele Perilli wrote:
Actually Markup Validator send all pages' links of given website to
W3C online validators

The ones hosted by the W3C? Could you consider hosting your own copies (The
W3C provide source code) since it sounds like your tool is going to hammer
them with lots of requests, and they have had performance issues due to too
many people using their (free) service at once in the past.

--
David Dorward <http://blog.dorward.me .uk/ <http://dorward.me.uk/>
Home is where the ~/.bashrc is
You can specify a local installation of W3C validators. See Options
tab in main program window.

Apr 10 '07 #8
On Apr 10, 12:59*am, Gérard Talbot <newsblahgr...@ gtalbot.orgwrot e:
David Dorward wrote :
Daniele Perilli wrote:
Actually Markup Validator send all pages' links of given website to
W3C online validators
The ones hosted by the W3C? Could you consider hosting your own copies (The
W3C provide source code) since it sounds like your tool is going to hammer
them with lots of requests, and they have had performance issues due totoo
many people using their (free) service at once in the past.

David, allow me to complete your post (with which I fully agree) with
additional info.

Online validator services:
--------------------------

WDG HTML Validatorhttp://www.htmlhelp.co m/tools/validator/

Validome validation services:http://www.validome.org/
Validome validator has multi-lingual support (English, Français, *усская
версия and Deutch) and its report is more complete, more accurate as it
is able to report more errorshttp://www.validome.or g/lang/en/errors/ALL

Validateur HTML du W3Québec en Françaishttp://www.w3qc.org/validateur/

Multi-validation Site valet for intermediate and advanced usershttp://valet.webthing. com/

Free offline extension:
-----------------------

HTML validator as a Firefox extension working offline (SGML parser):
Marc Gueury's Firefox extension (currently at version 0.8.3.9, still in
beta) when using the SGML parser will report the same errors as the W3C
markup validator. It even has examples, explanations of errors, examples
on how to correct them, etc.. This is the future of HTML validators: no
files to upload, no extra application to install

https://addons.mozilla.org/en-US/firefox/addon/249
orhttp://users.skynet.be/mgueury/mozilla/index.html

Opera 9 has a feature (Error console) to report HTML errors without
submiting the webpage online. It does not work right now but one can
expect future Opera 9.30 or Opera 10.x versions to implement this feature.

Shareware offline HTML validator:
---------------------------------

"A real validator" from WDG is an HTML validator for Windows; the
registration cost for this shareware is $25. US. It can validate several
HTML documents at once and it comes with a complete HTML 4.01 reference.
Such reference is quite handy as it provides examples, explanations and
useful information: an user can make his webpage markup code valid and
learn HTML at the same time.

Gérard
--
Using Web Standards in your Web Pages (Updated Dec. 2006)http://developer..mozilla.org/en/doc...s_in_your_Web_...
All of these validators works well, but they don't validate entire web
sites (WDG HTML Validator do it but with 100 pages limit). Moreover
Markup Validator is absolute free.

Apr 10 '07 #9
In article <13************ *@corp.supernew s.com>,
Grard Talbot <ne***********@ gtalbot.orgwrot e:
David Dorward wrote :
Daniele Perilli wrote:

Actually Markup Validator send all pages' links of given website to
W3C online validators
The ones hosted by the W3C? Could you consider hosting your own copies (The
W3C provide source code) since it sounds like your tool is going to hammer
them with lots of requests, and they have had performance issues due to too
many people using their (free) service at once in the past.

David, allow me to complete your post (with which I fully agree) with
additional info.

Online validator services:
--------------------------
<snipped for brevity>

Hi Grard,
In addition to the fine validators that you mentioned, I'd like to give
a shameless plug for my online service which can validate a whole Web
site. It uses the same SGML validation software as the W3C validator but
doesn't use the W3C's site. (Same software, different instance.)

http://NikitaTheSpider.com/

Cheers

--
Philip
http://NikitaTheSpider.com/
Whole-site HTML validation, link checking and more
Apr 10 '07 #10

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

Similar topics

38
3599
by: Jukka K. Korpela | last post by:
As well all know, valid markup is important... but when trying to find a convincing modern argument in favor of this, I found pages like http://www.htmlhelp.com/tools/validator/reasons.html which was very nice when Netscape ruled the World Wide Web, and http://valet.htmlhelp.com/page/why.html which is very suggestive but does not really give any factual example. Is there something to be _shown_ to people who ask "why validate?"? A page...
16
2935
by: J. C. Denton | last post by:
I just manually validated alexa's global top 100 sites and find only 2 sites that pass validation. They are http://www.microsoft.com/ http://www.wikipedia.org/ All others should go w3c markup hall of shame, ;-)
9
2562
by: Jamie | last post by:
Maybe I am mis-understanding the function of the W3C Markup validation Service at validator.w3.org, but shouldn't it pick up errors like below? You can cut & paste this straight into the validator: -------------------------------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD>
1
2372
by: Baldoni | last post by:
It's been years since putting together a page. This line in my HTML: <link type="text/css" rel="stylesheet" href="net4801style.css"> gives this problem (via weblint HTML checker): attribute 'TYPE' for <link> is extended markup (use -x <extension> to do this). Where might be found a resource, for simple folk, explaining how to best correct this?
6
2479
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.
10
1401
by: Ken1 | last post by:
Is there a way to know if the user has javascript on? Also, is it a good idea to validate all input in js and php or will this slow down the website?
14
1257
by: Nathan Sokalski | last post by:
I often use self-closing tags (such as <br/>) when creating an ASP.NET application. However, when I enter them in Visual Studio .NET 2005, it automatically inserts a space before the />. In most cases this does not bother me, but for tags such as <br/that I usually do not use any attributes with I prefer not to have the extra space. I there a way to prevent Visual Studio .NET 2005 from inserting the extra space before the /> at the end of...
16
4469
by: Tantale | last post by:
I used this serviec to check my webpage http://www.jmrw.com/Abroad/Barcelone/index.htm Made with Dreamweaver 8. The result is 206 errors, most of them "end tag omitted, but OMITTAG NO was specified.". I don't understand this result. Should I modify something ? Thanks
0
8221
drhowarddrfine
by: drhowarddrfine | last post by:
Many people think of validation as a mark of valor so they can put on their web page the little W3C logo proclaiming they have achieved some poetic, high moral platform. In truth, validation is error checking. Validation means your markup contains the proper syntax that browsers will understand and should render properly. Some people think that just because their code displays properly in their browser there is no need to validate or...
0
8175
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
8680
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...
1
8336
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5565
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
4082
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
4177
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2610
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
1
1791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1487
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.