« HTML WG at XTech 2007. | Main | Authoring HTML 5 - A Call to Web Professionals »
How to to contribute to W3C work? Quick Tips
During the lunch break at the HTML in email workshop in Paris, a Web designer told me it was too expensive to participate to W3C work. This is a common myth about W3C. There are many ways to participate and be part of the Web standard efforts without necessary being a computing engineer and/or become a W3C Member.
In the next few weeks, I will introduce ways anyone can participate to W3C, without having to become a Member, and will explain how it benefits you and the Web communities. Let's start with the Quick Tips!
Quick Tips
Quick Tips (or Quality Tips) are Short, simple bits of knowledge for better Web design, authoring, and use, on quality issues related to W3C technologies such as HTML, CSS, HTTP.
The Tips are however not limited to these technologies: It is entire possible to write about SVG, Semantic Web, Web Services or anything related to the W3C technologies.
There is a very short set of guidelines for creating quick tips. When writing one, you should focus on a few things:
- Make it short
- Make it cool to read
- Make it useful for anyone
The Quick Tips are used on the Markup validator to give a short and quick readable information for Webmasters, and listed on this weblog. They are listed and can be used as reference materials for tutorials or in a Web agency, for example.
If your Web Site uses php, you can even include a block with random Tips with the following one-liner:
<?php include "http://www.w3.org/QA/Tips/random_tip.inc"; ?>
It is a wide public exposure of your knowledge and skills (good karma) and it helps the community to benefit from your useful and simple recipes. Looking forward to your mails on public-evangelist@w3.org.
Next time, I will talk about tutorials.
Filed by Karl Dubost on May 28, 2007 7:59 AM in W3C Life
| Permalink
| Comments (4)
| TrackBacks (0)
Comments
Gicela, good point. It's fixed now.
Very good this (and these) post(s).
Participate to a W3C work is time expensive, especially at the begining. The W3's website is too confuse to find some informations. When I joined the HTML WG I asked myself "What else?", no explanation, no links, I had to search for it. And it cost a lot of time.
hi,
could you fix the php script (http://www.w3.org/QA/Tips/randomtip.inc), replacing echo $rotatingtips[$rotchoicenumber]; with echo $rotatingtips[$rotchoice_number-1]; , please ?
Right now : the script never return the first item, and crashes when he should display the last item...
Thanx !
Leave a comment
Note: this blog is intended to foster polite on-topic discussions. Comments failing these requirements and spam will not get published. Please, enter your real name and email address. Every individual comment is reviewed by the W3C staff. This may take some time, thank you for your patience.
You can use the following HTML markup (a href, b, i, br/, p, strong, em, ul, ol, li, blockquote, pre) and/or Markdown syntax.
I think you need to make the URL's for the random_tip.inc absolute
thank you. Gicela