background preloader

Howto

Facebook Twitter

Transactions

Painless JavaScript Using Prototype. Form.Observer and Form.Element.Observer allow you to watch a form (or, in the latter case, a single form element) and trigger callbacks when the data changes.

Painless JavaScript Using Prototype

There are actually two flavours of each observer that check for value changes. The first is a periodic observer, which works like this: new Form.Observer($("myform"), 1, myCallBackFunction); new Form.Element.Observer($("myfield"), 1, myCallBackFunction); These observers check every second whether or not the data has changed and, if it has, will call myCallBackFunction. Doter Thunderbird d'un agenda (Lightning)

Vous trouvez qu'il ne manque à Thunderbird qu'une fonction calendrier pour gérer votre agenda ?

Doter Thunderbird d'un agenda (Lightning)

Installez donc Lightning, l'extension qui vous permettra de planifier vos rendez-vous ! L'extension Lightning dote Thunderbird d'une fonction agenda très complète Installer Lightning L'extension Lightning est disponible sur Mozilla.org. Vous pouvez l'installer directement depuis Thunderbird. Create your own Web site. 10 things you wanted to do with Ubuntu but didn't know how!