public marks

PUBLIC MARKS from nhoizey with tags ajax & css

2009

The Lightbox Clones Matrix « planetOzh

"Comparison of various scripts that display images and other objects in somehow cool CSS popups"

2008

24 ways, calendrier de l'avent du dev Web

by 70 others, 1 comment
C'est un must read chaque année, alimenté par des pointures internationales du développement Web (à base de standards évidemment)

The seven rules of unobtrusive JavaScript

by 7 others
Do not make any assumptions, find your hooks and relationships, leave traversing to the experts, understand browsers and users, understand Events, play well with others, work for the next developer

Google Code Blog: How we improved performance on Google Code

If you're a frequent visitor to code.google.com for product updates and reference materials for Google APIs you're working with, you might have noticed that the page loading time (or page rendering time depending on how you see it) has reduced in varying

ARIA: Accessible Rich Internet Applications - MDC

by 1 other
ARIA, formerly known as DHTML accessibility, is a standard being developed at W3C - World Wide Web Consortium

Shadowbox.js Media Viewer

by 6 others
Shadowbox is a cross-browser, cross-platform, cleanly-coded and fully-documented media viewer application written entirely in JavaScript.

2007

LightWindow Demo

by 14 others
Cette librairie JavaScript permet de créer très facilement des pseudo fenêtre en sur impression de la page Web, pour montrer tout type de contenu. Dommage que ce soit basé sur Prototype et Scriptaculous, et non jQuery...

SlickSpeed Selectors Test

by 7 others
Des tests de performances automatisés des principales librairie Javascript : Prototype, jQuery, MooTools, ext, cssQuery, dojo query

2006

2005

rest/ahah - Microformats

by 21 others (via)
AHAH is a very simple technique for dynamically updating web pages using JavaScript. It involves using XMLHTTPRequest to retrieve (X)HTML fragments which are then inserted directly into the web page, whence they can be styled using CSS

Bartelme Design — XHTML, CSS, Design, Icons, Desktops

by 22 others
La nouvelle version du site de Wolfgang Bartelme, maintenant en PHP, et avec des standards et de l'AJAX à l'intérieur

Behaviour : Using CSS selectors to apply Javascript behaviours

by 27 others
The better way to do javascript is to do it unobtrusively. 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.