PUBLIC   marks

PUBLIC MARKS with tag validation

Sponsorised links

June 2009

Sponsorised links

May 2009

April 2009

jsrelaxngvalidator - Google Code

by karlcow

A light-weight RelaxNG validator written in javascript.

March 2009

Form Check

by Tiagut
plugin mootools permettant la validation des formulaire de façon très simple et esthétiques

Coding Horror: HTML Validation: Does It Matter?

by karlcow

The interesting thing to do is to use Validation as a tool and not as a goal. Why my code is invalid? What is the source of errors? Which script, libraries, etc create invalid code?

So basically for me it helps me to create a better framework or script at the source. I don't want to validate every pages, but I want to be sure that the page which are produced are valid. That means I have to create "checking steps" in my code, or to use the appropriate tools. For example using an xml library to replace an element by another more than doing a regex, checking and sanitize the input of forms, etc. etc.

karl on March 7, 2009 07:08 AM

Eric's Archived Thoughts: An Event Apart and HTML 5

by night.kame (via)

Incidentally, I used validator.nu to check my work. It seemed the most up to date, but there’s no guarantee it’s perfectly accurate.

Etant donné que c'est le seul qui soit sérieusement fait, on espère qu'il est à peu près à jour. Maintenant, difficile de valider un machin mouvant comme HTML 5 (et à quoi ça sert d'abord, étant donné qu'aucun navigateur n'implémente le gros de la spéc, à savoir les 232 pages d'algorithme de parsing).

February 2009

The Intent Speaks Louder | Bb RealTech

by karlcow

Whether Henri ever writes a validator that handles HTML5 and RDFa, I am confident that somebody at the W3C will. Even if I have to do it myself.

iCalendar Validation: Welcome to the iCalendar Validation home page

by karlcow

The Initiative

This site is dedicated to helping those creating their own iCalendars or iCalendar feeds to ensure their calendars will work with other systems. It also serves as a meeting place for those developing validation tools to collaborate and ensure the validation is as accurate and useful as possible.

Why Validate?

Validating your iCalendar feeds before they are deployed ensures that they will be compatible with other iCalendar systems.

The iCalendar validation project « Jon Udell

by karlcow

I’m delighted to report that two developers of libraries that support iCalendar are collaborating to do just that. Ben Fortuna is the author of iCal4j, which powers the best currently-available online iCalendar validator. And Doug Day is the author of DDay.iCal, a C# iCalendar library. Both iCal4j and DDay.iCal are open source projects.

They’re collaborating, at icalvalid.wikidot.com, on a platform-neutral suite of tests that can serve as foundation for a more robust iCalendar validation service.

JsValidator : valider les fichiers javascript dans Gedit avec JSLint § Omacronides

by karlcow

JsValidator est un plugin pour l'éditeur de texte Gedit qui permet de valider la syntaxe d'un fichier javascript grâce à JSLint.

January 2009

December 2008

PHP Code Conventions mit CodeSniffer und Subversion » Beitrag » Ronny's Blog

by Xavier Lacot
A simple guide on how to setup php code validation as a subversion pre-commit hook.

November 2008

LanguageTool : correcteur grammatical pour OOo ! - Linux On The Root !

by camel & 1 other (via)
La correction grammaticale en français sous OpenOffice.org est toujours en cours de développement mais l’intégration de LanguageTool (créé par Daniel Naber) est, quant à elle, parfaitement concluante. La célèbre suite bureautique est donc, aujourd’hui, dotée de l’outil de correction grammaticale libre qui lui faisait si cruellement défaut (en français) : LanguageTool est devenu une extension à part entière d’OpenOffice.org. Il reste encore du travail pour que cet outil soit des plus performants. En faisant quelques tests sur des phrases grammaticalement fautives, vous obtiendrez sans doute des messages curieux indiquant des fautes là où il n’y en avait pas... Ne perdez pas de vue que ce correcteur grammatical, libre et multilingue (polonais, allemand, etc.), n’en est qu’à ses premiers pas (en Français, plus de 16000 règles ont été définies). Bien des améliorations sont envisagées. Par exemple, la définition d’une typologie des erreurs grammaticales, une modélisation des règles de correction à partir de cette typologie et la validation de ces règles. Pour cela, un corpus d’erreurs est en cours d’élaboration. LanguageTool est un projet très prometteur.

Re: Comments on HTML WG face to face meetings in France Oct 08 from Boris Zbarsky on 2008-11-17 (public-html@w3.org from November 2008)

by karlcow

Error detection: Noticing that there is an error. Error handling: Deciding what to do with the error Error recovery: Skipping over the error and continuing with parsing. Error correction: Doing what the author "really meant".

Type d'erreurs

Validating Code Lists with Schematron - O'Reilly Broadcast

by karlcow

But in the real world, often there are data values or structures which have fixed choices, but not completely fixed: a twilight zone.

Using Fabric to Deploy CaltrainJS | California Dreams

by karlcow

For CSS compression I just used cleancss manually. I also looked at cssoptimizer but it was a bit too extreme to my taste. cleancss is based on csstidy so I could possibly integrate that into my build. For validation I have used W3C validators, but it would be nice to be able to integrate validators in the build step as well. For Javascript it seems JSLint would be a good option. I haven’t spent any time thinking about HTML and CSS validation during the build step, but obviously this would be a nice thing to have as well.

October 2008

PUBLIC TAGS related to tag validation

no tag

Sponsorised links