10 July 2005
Tutoriels xhtml, css, javascript et php
Ce site se veut didactique et porteur d'exemples concrets de ce qu'il est possible de faire avec quelques uns des principaux langages de programmation web que sont xhtml, css, javascript et php
28 June 2005
Behaviour : Using CSS selectors to apply Javascript behaviours
by 27 othersAfter all the work of WASP and others to promote clean markup, valid pages and graceful degradataion via css - it sucks that we're going back to tag soup days by throwing javascript tags into our html.
The better way to do javascript is to do it unobtrusively. PPK and Simon Willison have been recommending this approach for ages. And it's definitely the way to go. The only problem is that it's a bit of a pain in the ass.
That's why I came up with Behaviour - my solution to unobtrusive javascript behaviours.
13 June 2005
Equivalent javascript des propriétés de CSS - Tellaw.org
by 2 othersVoici une liste assez complète des equivalents entre les appels javascript et les propriétés de CSS.
1
(3 marks)