public marks

PUBLIC MARKS from philippej with tags design & javascript

2008

Cubescape

(via)
Un moyen d'empiler des cubes pour ceux qui en ont marre d'enfiler des perles :)

2006

Unobtrusive Sidenotes

"...a dead simple way to include nicely highlighted sidenotes that live alongside your primary text." Very nice !

JavaScript Tabifier

by 16 others
"Automatically create an HTML tab interface with javascript."

FireBug

by 23 others
"...a new tool for Firefox that aids with debugging Javascript, DHTML, and Ajax." Bien sûr faudrait quand même pas pousser mémé dans les orties non plus :)

Focus Slide Navigation

by 5 others
Un moyen pour faire glisser un menu de navigation.

2005

FACE: Faruk's Animated CSS Enhancements

by 11 others
"...developed to allow standards-compliant web developers to put more life and energy into their pages, without having to learn Javascript or Flash : all it takes is basic math skills and a good understanding of CSS."

AJAX Interface Design

by 16 others
"...as a flurry of interest in AJAX sweeps the Web, it's worthwhile to consider the design implications of this technology lest we end up with "Skip AJAX" in the future".

The Importance of Degrading Gracefully

"If we’re going to get excited about new uses of existing technology, such as those that make up the concept of Ajax, then we should keep in mind the rule of degrading gracefully...".

Drag and Drop Sortable Lists with JavaScript and CSS

by 16 others
Comment ré-arranger des listes avec CSS et Javascript. Génial !

Guide to Using XMLHttpRequest (with Baby Steps) from WebPasties

by 16 others
The purpose of this article is to demonstrate through a series of baby steps just how easy it is to use the XMLHttpRequest object.