index.html
79.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tools - W3C Blog - Category Archives</title>
<style type="text/css" media="all">
@import "/QA/2006/01/blogstyle.css";
</style>
<meta name="keywords" content="W3C, QA, weblog, blog" />
<meta name="description" content="Archives for the W3C Questions and Answers Weblog - Category Tools" />
<meta name="revision" content="$Id: index.html,v 1.616 2011/12/16 03:02:18 gerald Exp $" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.w3.org/QA/atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="http://www.w3.org/QA/news.rss" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.w3.org/QA/rsd.xml" />
</head>
<body>
<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
W3C Blog - Archives
</h1>
</div>
<ul class="navbar" id="menu">
<li><strong><a href="/QA/" title="W3C Blog Home">[ W3C Blog ]</a></strong></li>
<li><a href="/QA/Library/" title="Documents and Publications on Web and Quality">Documents</a></li>
<li><a href="/QA/Tools/" accesskey="3" title="Validators and other Tools">Tools</a></li>
<li><a href="/2007/12/qa-blog-help/index#feedback">Feedback</a></li>
</ul>
<div id="searchbox">
<form method="get" action="http://www.google.com/custom" enctype="application/x-www-form-urlencoded">
<p id="formbox"><input type="text" size="15" class="textfield" name="q" accesskey="E" maxlength="255" /> <input type="submit" class="submitfield" value="Search" id="goButton" name="sa" accesskey="G" /> <input type="hidden" name="cof" value="T:black;LW:72;ALC:#ff3300;L:http://www.w3.org/Icons/w3c_home;LC:#000099;LH:48;BGC:white;AH:left;VLC:#660066;GL:0;AWFID:0b9847e42caf283e;" /><input type="hidden" id="searchW3C" name="sitesearch" checked="checked" value="www.w3.org/QA" /><input type="hidden" name="domains" value="www.w3.org/QA" /></p>
</form>
</div>
<div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
<h2>Archives for Category: Tools</h2>
<h3><a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">RDFa 1.1 meets JSON-LD in the Distiller…</a></h3>
<p><p>I have blogged recently on the update of the RDFa 1.1 Distiller. I have just added a cool new feature. Up to today, the possible serializations were RDF/XML, Turtle, and N Triples. Although not yet final, I decided to add...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on November 24, 2011 4:12 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html">RDFa 1.1 distiller and validator (beta)</a></h3>
<p><p> The distiller for RDFa 1.0 has been around for quite some time now, and has been widely used. With the advance of RDFa 1.1, I have made a fairly extensive re-write of the distiller, though, which is now available...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 31, 2011 5:10 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/technology/web_design/">Web Design</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/04/wiki-based_documentation_proje.html">Wiki-based documentation project</a></h3>
<p><p>Introduce myself My name is Hiroki Yamada. I am a W3C Fellow from Internet Academy (Japanese company). Internet Academy is a school for Web Designers and Web Developers. I've been in charge of developing on curriculum and educational materials. And...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/04/wiki-based_documentation_proje.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Hiroki Yamada</a> on April 4, 2011 8:02 PM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/open_web/">Open Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/web_spotting/tutorials/">Tutorials</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/04/wiki-based_documentation_proje.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/04/wiki-based_documentation_proje.html#comments">Comments (6)</a>
| <a href="http://www.w3.org/QA/2011/04/wiki-based_documentation_proje.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/11/boosting_privacy_online_-_anon.html">Boosting privacy online - anonymous credentials in the browser</a></h3>
<p><p>Identity matters! In everyday life we present different "faces" to different people according to the social context, e.g. family, personal, and professional. Our online life is the same, and our privacy depends on keeping these different faces compartmentalized. To support...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/11/boosting_privacy_online_-_anon.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Dave Raggett</a> on November 13, 2010 11:42 AM in <a href="http://www.w3.org/QA/archive/technology/privacy/">Privacy</a>, <a href="http://www.w3.org/QA/archive/technology/security/">Security</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/technology/web_applications_1/">Web Applications</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/11/boosting_privacy_online_-_anon.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/11/boosting_privacy_online_-_anon.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2010/11/boosting_privacy_online_-_anon.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/07/w3c_unicorn_launch_off_to_good.html">W3C Unicorn Launch off to good start</a></h3>
<p><p>On July 27th, 2010 we made the first official release on Unicorn. We are elated with the response from the community. Within two days after the announcement we received 7 additional translations. There are already a couple new checkers in...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/07/w3c_unicorn_launch_off_to_good.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ted/">Ted Guild</a> on July 30, 2010 5:15 PM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/technology/web_design/">Web Design</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/07/w3c_unicorn_launch_off_to_good.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/07/w3c_unicorn_launch_off_to_good.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2010/07/w3c_unicorn_launch_off_to_good.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/07/html5_in_w3c_cheatsheet.html">HTML5 in W3C Cheatsheet</a></h3>
<p><p>From the very first release of the cheatsheet, I’ve received requests to include the various new elements and attributes of the HTML5 specification in the cheatsheet. As a reminder, the cheatsheet is a mobile-friendly Web application that provides a compilation...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/07/html5_in_w3c_cheatsheet.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on July 20, 2010 3:26 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/07/html5_in_w3c_cheatsheet.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/07/html5_in_w3c_cheatsheet.html#comments">Comments (10)</a>
| <a href="http://www.w3.org/QA/2010/07/html5_in_w3c_cheatsheet.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/06/w3c_cheatsheet_on_android_mark.html">W3C Cheatsheet on Android Market</a></h3>
<p><p> Back in November, I announced the first release of the W3C cheatsheet for Web developers — a compact Web application that provides quick access to useful information from various W3C specs. Making that Web app mobile friendly has always...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/06/w3c_cheatsheet_on_android_mark.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on June 22, 2010 6:50 AM in <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/06/w3c_cheatsheet_on_android_mark.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/06/w3c_cheatsheet_on_android_mark.html#comments">Comments (8)</a>
| <a href="http://www.w3.org/QA/2010/06/w3c_cheatsheet_on_android_mark.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/06/make_your_presentations_access.html">Make Your Presentations Accessible to All</a></h3>
<p><em>Do you remember a time when people around you broke out in laughter,
but you didn't hear the joke? You could be doing a similar thing to your audience — leaving some
people out....</em> Read on to learn how to make presentations, talks, meetings, and training accessible to all
of your potential audience, including people with disabilities and others...</p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/06/make_your_presentations_access.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Shawn/">Shawn Henry</a> on June 15, 2010 3:45 PM in <a href="http://www.w3.org/QA/archive/technology/accessibility/">Accessibility</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/publications/">Publications</a>, <a href="http://www.w3.org/QA/archive/web_spotting/reference/">Reference</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/06/make_your_presentations_access.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/06/make_your_presentations_access.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2010/06/make_your_presentations_access.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/04/new_release_of_the_w3c_cheat_s.html">New Release of the W3C Cheat Sheet</a></h3>
<p><p> Back in November, I announced the first release of the W3C cheat sheet, a compact, mobile-friendly Web application that allows to look up keywords in various W3C specifications, as well as to access various guidelines and best practices at...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/04/new_release_of_the_w3c_cheat_s.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on April 27, 2010 7:11 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/04/new_release_of_the_w3c_cheat_s.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/04/new_release_of_the_w3c_cheat_s.html#comments">Comments (11)</a>
| <a href="http://www.w3.org/QA/2010/04/new_release_of_the_w3c_cheat_s.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html">Small add-ons to the RDFa distiller</a></h3>
<p><p>A small addition has been made on the RDFa distiller service (pyRdfa): there is now a possibility to upload an XHTML file to be distilled, beyond referring to a URI or copying a text to a text box. This feature...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on February 8, 2010 2:55 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/01/swswiki.html">SWSWiki</a></h3>
<p><p>A few days ago W3C opened a new wiki on Semantic Web Standards: … It is not the goal of this wiki to supersede other community wikis […] instead it is to provide a “first stop” for more information on...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/01/swswiki.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on January 18, 2010 1:15 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/01/swswiki.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/01/swswiki.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/01/swswiki.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html">W3C Cheatsheet for developers</a></h3>
<p><p>Yesterday, as part of the W3C Technical Plenary day, I got the opportunity to introduce a new tool that I had been working on over the past few weeks, the W3C Cheatsheet for Web developers. This cheatsheet aims at providing...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on November 5, 2009 9:47 PM in <a href="http://www.w3.org/QA/archive/technology/accessibility/">Accessibility</a>, <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/internationalization/">Internationalization</a>, <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/web_spotting/tutorials/">Tutorials</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html#comments">Comments (22)</a>
| <a href="http://www.w3.org/QA/2009/11/w3c_cheatsheet_for_developers.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/09/how_do_we_test_a_web_browser.html">How do we test a Web browser?</a></h3>
<p><p>Testing all possible Web browsers out there is hard and requires more effort than one organization can afford by itself. The idea of increasing the level of Web browser testing done in W3C is to involve the community at large as much as possible. If we really want an interoperable Web, that's what W3C should move to.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/09/how_do_we_test_a_web_browser.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/LeHegaret/">Philippe Le Hégaret</a> on September 17, 2009 9:51 PM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/09/how_do_we_test_a_web_browser.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/09/how_do_we_test_a_web_browser.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2009/09/how_do_we_test_a_web_browser.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">Semantic Data Extractor</a></h3>
<p><p>Every so often, someone writes to me or to the public-qa-dev mailing list to report bugs, or simply to give thanks on the semantic data extractor. I'm always pleasantly surprised when I hear that, what started as a 10 minutes...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on February 12, 2009 10:27 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html#comments">Comments (7)</a>
| <a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/musing_with_element_traversal.html">Musing with Element Traversal</a></h3>
<p><p>The new <a href='http://www.w3.org/TR/2008/REC-ElementTraversal-20081222/'>Element Traversal specification</a> is out and here is a way to enjoy it today.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/musing_with_element_traversal.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/LeHegaret/">Philippe Le Hégaret</a> on December 23, 2008 9:24 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/musing_with_element_traversal.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/musing_with_element_traversal.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2008/12/musing_with_element_traversal.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html">RDFa and SVG Tiny (and the RDFa distiller)</a></h3>
<p><p>W3C has just published the SVG Tiny 1.2 recommendation. Others are much more experts than me to describe the changes in the core functionality compared to the 1.1 version, so I let them do that. However, there is an interesting...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 23, 2008 9:16 AM in <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html">Small update of the RDFa distiller sofware</a></h3>
<p><p>I have made a small update on the pyRdfa Python package that drives the RDFa distiller. The main differences between this version and the previous are: via a private communication Dan Brickley made me think on the following: what is...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 19, 2008 1:05 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html">Amaya Also for RDFa</a></h3>
<p><p>Irène Vatton has just announced the availability of the latest Amaya version, namely Amaya 11. (For those who may not know what Amaya is, it is an open source (X)HTML browser and editor in one.) The interesting point in this...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 17, 2008 1:36 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/validator_donation_program.html">Validator Donation Program: day 2</a></h3>
<p><a href="/QA/Tools/Donate"><img style="border:none; vertical-align: middle;" alt="I Love Validator" src="http://www.w3.org/QA/Tools/I_heart_validator.png" /></a> What's this new <a href="/QA/Tools/Donate">Validator Donation Program</a>? Why a donation campaign? What would W3C do with that money? And isn't w3c really, really rich already anyway?</p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/validator_donation_program.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on December 12, 2008 7:42 PM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/validator_donation_program.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/validator_donation_program.html#comments">Comments (7)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/11/w3c_validator_now_with_html5.html">W3C Validator, now with HTML5 flavour</a></h3>
<p><p>For too long we struggled with the tension between “perfect support for standards” and “be cutting edge to help develop better new technologies”. With the <a href="http://validator.w3.org/whatsnew.html#t2008-11-20" title="What's New at The W3C Markup Validation Service - version 0.8.4">latest version of our Markup Validator</a>, integrating with the <a href="http://about.validator.nu/">validator.nu</a> engine, comes part of the solution.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/11/w3c_validator_now_with_html5.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on November 21, 2008 5:53 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/11/w3c_validator_now_with_html5.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/11/w3c_validator_now_with_html5.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2008/11/w3c_validator_now_with_html5.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/11/svg-wireframe-webdesin.html">SVG Wireframe For Your Website Design</a></h3>
<p><p>Can you use SVG for designing your Web site?</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/11/svg-wireframe-webdesin.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on November 12, 2008 10:24 AM in <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/11/svg-wireframe-webdesin.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/11/svg-wireframe-webdesin.html#comments">Comments (5)</a>
| <a href="http://www.w3.org/QA/2008/11/svg-wireframe-webdesin.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/11/authoring-svg-semantics.html">Do Not Steal My SVG Semantics</a></h3>
<p><p>Auhtoring SVG became easier, but authoring tools have a tendency to forget the intended semantics. Please, do not steal my semantics. I want my square and circles.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/11/authoring-svg-semantics.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on November 12, 2008 2:12 AM in <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/11/authoring-svg-semantics.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/11/authoring-svg-semantics.html#comments">Comments (5)</a>
| <a href="http://www.w3.org/QA/2008/11/authoring-svg-semantics.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/11/dreamimg_a_new_css_validator.html">What would a new CSS validator look like?</a></h3>
<p><p>What if the <a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a> didn't exist, what if we decided to build it from scratch today. What would it be? What would <strong>you</strong> make it to be?</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/11/dreamimg_a_new_css_validator.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on November 11, 2008 3:44 PM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/11/dreamimg_a_new_css_validator.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/11/dreamimg_a_new_css_validator.html#comments">Comments (12)</a>
| <a href="http://www.w3.org/QA/2008/11/dreamimg_a_new_css_validator.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html">Semantic Web Applications</a></h3>
<p><p>It so happens that, in a short time, several entries appeared in the blogosphere on Semantic Web applications. David Provost published a report, Richard MacManus published a blog in ReadWriteWeb or, in the last issue of Talis’ Nodalities, Ian Davis...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on October 2, 2008 9:24 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/10/semantic_web_applications.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/09/fixing-html-with-html5.html">HTML 5 And The Hear-Write Web</a></h3>
<p><p>Is there a way to improve the HTML ecosystem in a way that creates more adoption of HTML 5? From parsing to serialization to fixing, how do we recover broken Web documents?</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/09/fixing-html-with-html5.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on September 26, 2008 6:44 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/09/fixing-html-with-html5.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/09/fixing-html-with-html5.html#comments">Comments (10)</a>
| <a href="http://www.w3.org/QA/2008/09/fixing-html-with-html5.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/09/top-500-html5-validity.html">Alexa Global Top 500 against HTML 5 validation</a></h3>
<p><p>Following Brian Wilson lead and his validity survey, I tested against html 5. Less than 1% of top 500 Alexa Web sites seems to pass html 5 conformance checking. </p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/09/top-500-html5-validity.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on September 19, 2008 6:57 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/09/top-500-html5-validity.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/09/top-500-html5-validity.html#comments">Comments (11)</a>
| <a href="http://www.w3.org/QA/2008/09/top-500-html5-validity.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html">Make your Data Web Friendly</a></h3>
<p><p>What does it mean to make your data Web friendly. A very simple introduction and a few links to explore and understand RDFa, a technology to easily create hyperlinked data.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on August 27, 2008 4:04 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/08/html5-validator-beta.html">HTML 5, a new step</a></h3>
<p><p>HTML 5 conformance checking has been integrated into the beta W3C Markup Validator.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/08/html5-validator-beta.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on August 26, 2008 11:41 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/bugs_life/">Bugs Life</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/08/html5-validator-beta.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/08/html5-validator-beta.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2008/08/html5-validator-beta.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/08/markup_validator_updated.html">Markup Validator Updated</a></h3>
<p><p>New release for W3C's most popular open source service: fewer bugs, more document types supported, more fun to hack with, and a few other goodies in the mix.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/08/markup_validator_updated.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on August 8, 2008 1:11 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/bugs_life/">Bugs Life</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/http/">HTTP</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/08/markup_validator_updated.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/08/markup_validator_updated.html#comments">Comments (5)</a>
| <a href="http://www.w3.org/QA/2008/08/markup_validator_updated.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/07/proposed_w3c_test_suite_licens.html">Proposed W3C Test Suite Licenses; Feedback Welcome</a></h3>
<p><p>Several W3C Working Group participants have requested that W3C change its software license to make it easier for developers to re-use test cases in software development, bugtracking, and other scenarios. We have created a proposal for new licenses: a 3-clause...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/07/proposed_w3c_test_suite_licens.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on July 18, 2008 5:18 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/07/proposed_w3c_test_suite_licens.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/07/proposed_w3c_test_suite_licens.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/07/proposed_w3c_test_suite_licens.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html">RSS 1.0 and RDFa</a></h3>
<p><p>How do you express a feed using RDFa in a plain XHTML page? A proposal…</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on July 15, 2008 3:32 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/07/html5-parsing-howto.html">The How-To for html 5 parsing</a></h3>
<p><p>You have read a lot about the html 5 specification. You heard that there were hidden dragons and acid rains. But what about looking by yourself practically how html 5 parsing is working? There are already some tools to play with html 5.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/07/html5-parsing-howto.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on July 7, 2008 2:35 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/07/html5-parsing-howto.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/07/html5-parsing-howto.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/07/html5-parsing-howto.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html">Update of the RDFa distiller</a></h3>
<p><p>Published of a new version of the pyRdfa software (i.e., RDFa distiller) with new features, most notably the ability to parse “tag soup” HTML and/or HTML5.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on June 23, 2008 10:44 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/06/optimize-http-web-server.html">Optimizing your Web server</a></h3>
<p><p>Simple few techniques and tools to set up your HTTP caching will help you save time and money.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/06/optimize-http-web-server.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on June 17, 2008 2:03 AM in <a href="http://www.w3.org/QA/archive/technology/http/">HTTP</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/06/optimize-http-web-server.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/06/optimize-http-web-server.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/06/optimize-http-web-server.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/06/logvalidator-check-your-site.html">LogValidator 1.3.1 has been released</a></h3>
<p><p>LogValidator is a perl open source tool which performs step-by-step log analysis and quality checking for web sites. </p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/06/logvalidator-check-your-site.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on June 10, 2008 2:20 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/06/logvalidator-check-your-site.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/06/logvalidator-check-your-site.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2008/06/logvalidator-check-your-site.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/05/open-standards-interoperability.html">Open Standards Interoperability</a></h3>
<p><p>Achieving interoperability is a tedious work. There is a lot of issues. Let's explore some of them and find solutions.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/05/open-standards-interoperability.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on May 20, 2008 10:58 PM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/05/open-standards-interoperability.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/05/open-standards-interoperability.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/05/open-standards-interoperability.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/05/using-svg-for-whiteboard.html">SVG + XMPP = whiteboard</a></h3>
<p><p>There are a few whiteboarding projects (sharing a drawing space) built around SVG and XMPP.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/05/using-svg-for-whiteboard.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on May 14, 2008 6:12 AM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/05/using-svg-for-whiteboard.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/05/using-svg-for-whiteboard.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/05/using-svg-for-whiteboard.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/05/utf8-web-growth.html">utf-8 Growth On The Web</a></h3>
<p><p>utf-8 is taking over traditional encodings on the Web.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/05/utf8-web-growth.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on May 6, 2008 11:51 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/http/">HTTP</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/05/utf8-web-growth.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/05/utf8-web-growth.html#comments">Comments (8)</a>
| <a href="http://www.w3.org/QA/2008/05/utf8-web-growth.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/04/alt-authoring-practices.html">alt attributes authoring practices</a></h3>
<p><p>There has been a lot of discussions around <code>alt</code> attributes on HTML WG mailing list. It's always difficult to move forward in such discussions because it seems to be easy when in fact it is rather complicated.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/04/alt-authoring-practices.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on April 30, 2008 2:47 AM in <a href="http://www.w3.org/QA/archive/technology/accessibility/">Accessibility</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/04/alt-authoring-practices.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/04/alt-authoring-practices.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2008/04/alt-authoring-practices.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/04/unescape-html-entities-python.html">Unescape HTML Entities in Python</a></h3>
<p><p>I'm not a real programmer, but here a piece of python code to unescape html entities in an XHTML file and convert them to utf-8.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/04/unescape-html-entities-python.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on April 8, 2008 2:21 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/bugs_life/">Bugs Life</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/technology/xml/">XML</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/04/unescape-html-entities-python.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/04/unescape-html-entities-python.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2008/04/unescape-html-entities-python.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/03/world-map-statistics.html">World Map and Statistics Challenge</a></h3>
<p><p>Showing statistics on an SVG world map is recurrent. I would love to have a program to do that.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/03/world-map-statistics.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on March 24, 2008 5:17 AM in <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/03/world-map-statistics.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/03/world-map-statistics.html#comments">Comments (6)</a>
| <a href="http://www.w3.org/QA/2008/03/world-map-statistics.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/03/css-validator-update.html">CSS Validator gets an update</a></h3>
<p><p>More than 50 bugs closed, a polished User Interface, and some useful core changes: the CSS validator got a great update, but did it have to take a year? Let's look at what is slowing down, and where <strong>you</strong> can help, too.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/03/css-validator-update.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on March 18, 2008 3:18 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/bugs_life/">Bugs Life</a>, <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/03/css-validator-update.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/03/css-validator-update.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/03/css-validator-update.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/03/web-templating-language.html">Templating Language for Authoring Tools</a></h3>
<p><p>Structure editing of Web pages is not a simple task. XTiger is a language for authoring Web content including rich information such as microformats and RDFa. Try it.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/03/web-templating-language.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on March 10, 2008 7:06 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/web_spotting/tutorials/">Tutorials</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/03/web-templating-language.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/03/web-templating-language.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/03/web-templating-language.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/01/css_validator_translation.html">CSS Validator Translation - Polish and Chinese translators wanted!</a></h3>
<p><p>The last time we gave news about the W3C CSS validator on this space was already over a year ago, for the "fuji release". No news since then? That doesn't mean there has been no progress. Far from it, actually:...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/01/css_validator_translation.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on January 29, 2008 2:22 AM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/01/css_validator_translation.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/01/css_validator_translation.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2008/01/css_validator_translation.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/01/link_test_suite.html">link test suite</a></h3>
<p><p>Building a web spider or link checker isn't as simple as the number of existing instances seem to show. Lots of things to check, from the many html attributes to the intricacies of HTTP's Content-Location. In order to see a little more clearly in all this, here comes the mini "Link Test Suite".</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/01/link_test_suite.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on January 28, 2008 2:54 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/01/link_test_suite.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/01/link_test_suite.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/01/link_test_suite.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/01/mase-update.html">W3C Mail Search Engine gets an update</a></h3>
<p><p>New year, new server and new features for W3C's <a href="http://www.w3.org/Search/Mail/Public/">Mail search service</a>. Enjoy.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/01/mase-update.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on January 7, 2008 1:34 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/01/mase-update.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/01/mase-update.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/01/mase-update.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/12/testing-browser-being-lazy.html">Testing your browser while being lazy</a></h3>
<p><p>I have to admit something, sometimes I'm a bum. It's why I like tools which makes my life easier. I had written in the past that [RDF is for the lazy person](http://www.w3.org/QA/2003/08/rdf-reloaded). I like also the [LogValidator](http://www.w3.org/QA/Tools/LogValidator/) because it helps...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/12/testing-browser-being-lazy.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on December 17, 2007 9:24 PM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/12/testing-browser-being-lazy.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/12/testing-browser-being-lazy.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2007/12/testing-browser-being-lazy.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/11/unexpected_kanji_roation.html">Unexpected Kanji Rotation</a></h3>
<p><p>Recently, my XML editor gave me a surprise. This is how it should display Kanji characters: However, this is how it displayed in the editor's source text: The issue is that in the source text, the Kanji characters are rotated...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/11/unexpected_kanji_roation.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/fsasaki/">Felix Sasaki</a> on November 20, 2007 1:34 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/bugs_life/">Bugs Life</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/11/unexpected_kanji_roation.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/11/unexpected_kanji_roation.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2007/11/unexpected_kanji_roation.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/11/the_tracker_tracked.html">The Tracker, Tracked</a></h3>
<p><p>Since W3C launched the new HTML Working Group in March, over 450 people have joined. This is great, but making sense of the thousands of mail messages that followed is too much for any one person. I think the new...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/11/the_tracker_tracked.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on November 2, 2007 6:31 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/11/the_tracker_tracked.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/11/the_tracker_tracked.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2007/11/the_tracker_tracked.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/10/validator-roadmap.html">Validator 0.8 getting stable - what next?</a></h3>
<p><p>With the <a href="http://lists.w3.org/Archives/Public/www-validator/2007Oct/0058.html">latest release</a>, today, of the markup validator, comes a time to give a look at its <a href="http://validator.w3.org/todo.html">development roadmap</a>. Among the contenders for development time: localization, support for schema languages, and a richer API. Interesting times ahead...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/10/validator-roadmap.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on October 11, 2007 3:45 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/10/validator-roadmap.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/10/validator-roadmap.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2007/10/validator-roadmap.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/08/craft-of-html.html">The craft of HTML</a></h3>
<p><a href="http://www.w3.org/html/">HTML</a> is a <strong>practical art</strong>. In a professional context, it requires precise and extensive skills. As with many popular crafts, the vast majority of people do it on their own, but only a few do it for a living. The quality of products varies a lot.<br />
</p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/08/craft-of-html.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on August 8, 2007 3:10 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/08/craft-of-html.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/08/craft-of-html.html#comments">Comments (11)</a>
| <a href="http://www.w3.org/QA/2007/08/craft-of-html.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/02/bugs_and_qa.html">Nothing is perfect (and that is why we have QA)</a></h3>
<p><p>Brian Kelly, of UK Web Focus, gives his thoughts about bugs in validators, in an article entitled Validators Don’t Always Work. I was very impressed with the speed with which this problem was addressed and a solution deployed. [...] I...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/02/bugs_and_qa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on February 8, 2007 9:09 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/02/bugs_and_qa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/02/bugs_and_qa.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2007/02/bugs_and_qa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2006/12/the_fuji_css_validator_release.html">The Fuji CSS Validator release</a></h3>
<p><a href="http://jigsaw.w3.org/css-validator/"><img src="/QA/2006/12/validatorcss/languages-list.png" width="399" height="79" alt="Languages List"/></a><br /><br />
Seasonal gift: a <strong><a href="http://jigsaw.w3.org/css-validator/">new version of the CSS validator</a></strong> just in time for the 10 years anniversary of CSS.</p>
<p class="readmore"><a href="http://www.w3.org/QA/2006/12/the_fuji_css_validator_release.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on December 18, 2006 8:21 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2006/12/the_fuji_css_validator_release.html">Permalink</a>
| <a href="http://www.w3.org/QA/2006/12/the_fuji_css_validator_release.html#comments">Comments (11)</a>
| <a href="http://www.w3.org/QA/2006/12/the_fuji_css_validator_release.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2006/11/kind_of_blue.html">Kind of Blue</a></h3>
<p><p>Validation icons. Now in Blue.<br />
<br /><br />
<img alt="Valid HTML4.01" src="http://www.w3.org/Icons/valid-html401-blue.png" /><br />
<img alt="Valid XHTML10" src="http://www.w3.org/Icons/valid-xhtml10-blue.png" /><br />
<img alt="Valid CSS" src="http://www.w3.org/Icons/valid-css-blue.png" /><br />
</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2006/11/kind_of_blue.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on November 15, 2006 2:31 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2006/11/kind_of_blue.html">Permalink</a>
| <a href="http://www.w3.org/QA/2006/11/kind_of_blue.html#comments">Comments (13)</a>
| <a href="http://www.w3.org/QA/2006/11/kind_of_blue.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2006/10/validator_api.html">Playing with the new Validator API</a></h3>
<p><p>A new release of the W3C Markup Validator is usually a good news for Web Designers: it means bug fixes, better documentation, more document types supported, and little usability improvements to make life of HTML coders easier. The latest version of the validator, released this week, is also good news for developers, giving us a new toy to play with, and build upon: a public API.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2006/10/validator_api.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on October 26, 2006 11:12 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2006/10/validator_api.html">Permalink</a>
| <a href="http://www.w3.org/QA/2006/10/validator_api.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2006/10/validator_api.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2006/09/unicorn_public_preview.html">Unicorn Sighting (public preview)</a></h3>
<p><p>A clear, simple, concise and complete assessment of the quality of a web page. Being able to get results of validation of HTML, checking of the style sheets, finding broken links, and more, much more, without having to visit ten different pages and services. That would be a rare sight, but it's not a fantasy. We give you: <strong><a href="http://qa-dev.w3.org/unicorn/">The unicorn (public preview)</a></strong></p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2006/09/unicorn_public_preview.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on September 7, 2006 5:51 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2006/09/unicorn_public_preview.html">Permalink</a>
| <a href="http://www.w3.org/QA/2006/09/unicorn_public_preview.html#comments">Comments (4)</a>
</p>
<h3><a href="http://www.w3.org/QA/2006/07/meet_the_unicorn.html">Meet the Unicorn</a></h3>
<p><p>Why should we have to use ten different tools to check the quality of a single web page? We think there should be a tool to gather observations made on a single document by various validators and quality checkers, and summarize all of that neatly for the user.</p>
<p>Do you think we are dreaming? Meet our unicorn.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2006/07/meet_the_unicorn.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/olivier/">olivier Théreaux</a> on July 5, 2006 7:53 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2006/07/meet_the_unicorn.html">Permalink</a>
| <a href="http://www.w3.org/QA/2006/07/meet_the_unicorn.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2006/07/meet_the_unicorn.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2005/10/markup_validator_071.html">Markup Validator 0.7.1</a></h3>
<p><p>New release of the W3C Markup Validator (a.k.a HTML Validator). Introducing performance enhancements and including minor fixes in the user interface and in the "Direct Input" validation results. Read the announcement for details....</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2005/10/markup_validator_071.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on October 18, 2005 12:22 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2005/10/markup_validator_071.html">Permalink</a>
| <a href="http://www.w3.org/QA/2005/10/markup_validator_071.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2005/10/markup_validator_071.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2005/09/css_validator_updated.html">CSS Validator updated</a></h3>
<p><p>The latest update of the W3C CSS Validation Service includes a stable SOAP access and output to the CSS validator, the addition of a profile for the CSS 2.1 specification, and a large number of bug fixes. Read the announcement...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2005/09/css_validator_updated.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on September 16, 2005 12:36 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2005/09/css_validator_updated.html">Permalink</a>
| <a href="http://www.w3.org/QA/2005/09/css_validator_updated.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2005/09/css_validator_updated.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2005/09/log_validator_10.html">Log Validator 1.0</a></h3>
<p><p>Release of the W3C Log Validator version 1.0. The Log Validator makes it easy to manage the quality of even large Web Sites,step by step, by finding the most popular documents failing Markup or CSS validation, or withbroken links. Read...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2005/09/log_validator_10.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on September 9, 2005 12:38 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2005/09/log_validator_10.html">Permalink</a>
| <a href="http://www.w3.org/QA/2005/09/log_validator_10.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2005/09/log_validator_10.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2005/08/w3c_markup_validator_v070_rele.html">W3C Markup Validator v0.7.0 released</a></h3>
<p><p>New release of the W3C Markup Validator (a.k.a HTML Validator). Includes usability enhancements, improved feedback, support for installation on Windows, and better support for both W3C and non-W3C document types....</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2005/08/w3c_markup_validator_v070_rele.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on August 8, 2005 12:49 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2005/08/w3c_markup_validator_v070_rele.html">Permalink</a>
| <a href="http://www.w3.org/QA/2005/08/w3c_markup_validator_v070_rele.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2005/08/w3c_markup_validator_v070_rele.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2005/04/link_checker_update_version_42.html">Link Checker update (version 4.2)</a></h3>
<p><p>W3C's free Link Checker was updated with a new bug fix release which includes accessibility improvements for the tool's Web interface. Use the link checking service online or check the release announcement for download information....</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2005/04/link_checker_update_version_42.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on April 28, 2005 1:03 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2005/04/link_checker_update_version_42.html">Permalink</a>
| <a href="http://www.w3.org/QA/2005/04/link_checker_update_version_42.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2005/04/link_checker_update_version_42.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2005/02/css_validator_available_in_spa.html">CSS Validator available in Spanish</a></h3>
<p><p>W3C's open source CSS Validator is now available in Spanish language, thanks to the translation work of the W3C Spanish office. The CSS Validator is also available in English, Chinese, French, German, Italian, Japanese and Russian....</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2005/02/css_validator_available_in_spa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on February 16, 2005 1:08 AM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2005/02/css_validator_available_in_spa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2005/02/css_validator_available_in_spa.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2005/02/css_validator_available_in_spa.html#trackback">TrackBacks (0)</a>
</p>
<p id="gentime">This page was last generated on $Date: 2011/12/16 03:02:18 $</p>
</div><!-- End of "main" DIV. -->
<address>
This blog is written by W3C staff and working group participants,<br />
and maintained by <a href="/People/CMercier/">Coralie Mercier</a>.<br />
Authorized parties may <a href="/QA/new">log in</a> to create a new entry.<br/>
<span id="poweredby">Powered by Movable Type, magpierss and a lot of Web Technology</span>
</address>
<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2011
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
<a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>),
All Rights Reserved.
W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
rules apply. Your interactions with this site are in accordance
with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
</body>
</html>