background preloader

Article

Facebook Twitter

Drupal

Toread. Position. Malattia e libertà di scelta terapeutica di Marcello Pamio. Abbiamo ricevuto questa lettera dal giornalista Paolo Barnard (di cui condividiamo i suoi lavori editoriali, vedi per esempio il libro "Perché ci odiano? ") e come tale la pubblichiamo. Il tema centrale di questa sua, non è una critica fine a se stessa, a questa o a quella star, perché trascina decine di migliaia di persone in piazza o perché si comportano esattamente come quei personaggi criticati nelle loro manifestazioni, e cioè i politici, industriali, ecc. ma sul rischio che sostituendo il politico con il divo di turno, l'individuo continui sulla medesima strada di prima. Strada che conduce allo svuotamento della propria individualità, del proprio Io.

E' facilissimo criticare e attaccare (deresponsabilizzandosi) un politico (cioè un semplice burattino o cameriere dei banchieri), ma noi cosa facciamo di concreto nella nostra quotidianità per cambiare questo stato di cose? Cosa aspettiamo: l'arrivo del messia che ci liberi dal male? Considerazioni sul V-day di Paolo Barnard. Drupal Developer's Toolbox | Developer's Toolbox. Advertisement After publishing the recent WordPress Developer’s Toolbox, there were several Drupal developers calling out for equal coverage.

In this post you will find a thorough collection of all kinds of resources that will aid designers and developers working with Drupal-powered websites. This collection is intended to simplify your tasks and save you time when working with Drupal. This post covers essential resources related to Drupal — the basics, modules, Drupal design inspiration, Drupal themes, tutorials, starter themes, blog editors and Drupal-projects. 1. Just getting started with Drupal? Drupal.org The Drupal home page and location for downloading the latest version. Drupal Handbooks If you’re new to Drupal or just looking to learn something new, this is a collection of helpful handbooks to keep at your side. Theme Developer’s Cheat Sheet (for Drupal 5) A helpful PDF that you may want to refer to from time to time. Drupal Code Search A helpful resource for developers. 2. 3. 4. Cross Browser Keyboard Handler.

If you ever thought of writing a javascript editor you will know what I am talking about. Thats right. I am writing a cross browser WYSIWIG In Place javascript editor! Well this post is not about the editor itself. I may do that some time in the future. The first problem you have to solve is cross browser keystroke handling because almost every browser has some quirks. I needed a keystroke handler that really was cross browser. Here is an excellant article on keystroke detection As you should know by now, all browsers report the keypress, keydown, keyup events. For the sake of this discussion let us separate key events into character events and non character events, you will see why soon. My Ideal browser (there is none) would for character events give the charcode and 0 for keycode. Mozilla comes closest to this ideal but it also reports keycodes for character events, like in the case of character "a" above.

Why do we need keycodes and charcodes?