March 2006
Encytemedia: Working With Events In Prototype
by 1 other (via)Events drive interaction for almost everything and the web is no exception
January 2006
Hands on with ASTUce in JavaScript
(via)Here is a very simple tutorial to get you started with ASTUce and unit testing.
July 2005
DOM Scripting Task Force
by 10 others (via)Une ressource visant à expliquer comment programmer proprement en JavaScript et DOM, de façon à ce que les pages produites fonctionnent dans tous les navigateurs, même si JavaScript est désactivé.
JavaScript Archive Network - Home
by 20 others (via)JavaScript Archive Network is a comprehensive resource for Open Source JavaScript libraries and software.
Unobtrusive Javascript
by 17 othersJavascript is a wonderful tool to enhance the usability of web sites. It is the extra layer above the mark-up "what is this text" and the CSS "how should it be displayed". Javascript adds a new dimension, the "how should this element behave".
GTDTiddlyWiki - all your tasks are belong to you
by 27 others (via)GTD Tiddly Wiki is a GettingThingsDone adaptation by NathanBowers of JeremyRuston's Open Source TiddlyWiki. The purpose of GTD Tiddly Wiki is to give users a single repository for their GTD lists and support materials so they can create/edit lists, and then print directly to 3x5 cards for use with the HipsterPDA.
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
June 2005
dp.SyntaxHighlighter
by 10 othersdp.SyntaxHighlighter is a free JavaScript tool for source code syntax highlighting.
AJAX Matters - Asynchronous JavaScript and XML and XMLHTTP development information
by 17 others (via)AJAX Matters is an informational site about AJAX (short for "Advanced Javascripting and XML" or "Asynchronous JavaScripting and XML") and how these technologies are applied to web development.
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.
Efficient JavaScript code - UserJS.org
by 4 others (via)Opera has one of the fastest and most efficient JavaScript engines of any browser, but when you have multiple User JavaScripts installed, it is important that they run efficiently to keep Opera's performance as high as possible. Well written code will help to minimise the performance impact of User JavaScripts.
script.aculo.us - web 2.0 javascript
by 199 othersscript.aculo.us provides you with easy-to-use, compatible and, ultimately, totally cool JavaScript libraries to make your web sites and web applications fly, Web 2.0 style
The Behaviour Layer: Using JavaScript for good, not evil
by 10 othersUsing JavaScript for good, not evil
TiddlyWiki - a reusable non-linear personal web notebook
by 85 othersTiddlyWiki est un wiki qui fonctionne par lui même sans serveur par modification via javascript de son propre contenu.
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.
Frédéric Cavazza : Accueil > Mes ressouces > Tutoriels
Remplir un formulaire en ligne n'est pas une tâche facile. Trop compliqués ou trop intimidant, les formulaires sont la hantise des utilisateurs. Il existe cependant un certain nombre d'actions possibles pour faciliter la lecture à l'écran, diminuer les sources d'erreurs possibles et les rendre plus simples d'utilisation.
Les tableaux sont présents dans de nombreux sites Web, quasiment tous en fait ! Ce tutoriel a pour but de vous aider à mieux présenter un tableau et à le rendre plus simple à lire et à utiliser.
Openweb.eu.org - L'objet XMLHttpRequest
by 22 othersDe nouvelles applications web ont vu le jour récemment: recherche avec complétion automatique, sauvegarde instantanée d'informations, interface mail hyperdynamique, cartographie, etc. mais aucune ne fait appel à des plugins tiers comme Flash ou Java. On parle alors souvent de méthode AJAX qui s'articule essentiellement autour de Javascript et d'un objet (dans le sens de la programmation orientée objets) en particulier: XMLHttpRequest.