public marks

PUBLIC MARKS from hobbes with tag web

29 June 2007

Katgal.com: The Personal Website and Blog of Katherine Gallia

by 1 other (via)
Time Sensitive CSS Switcher Changer le style d'un site suivant l'heure du jour

Navigation Ajax[WebInventif]

by 2 others (via)
Dans ce tutoriel je vais vous expliquer comment fabriquer la navigation d’un site sans recharger la page entière.

24 June 2007

Thaumatocracy » Textmate for Linux

(via)
I run debian linux on my laptop now and I learned how to configure Gedit, gnomes default editor to emulate the things textmate does for our apple friends.

22 June 2007

21 June 2007

La gestion des événements en JavaScript - Alsacréations

by 6 others (via)
Lorsqu'il s'exécute dans une page (X)HTML, JavaScript est un langage événementiel : le flux d'exécution du code est déterminé par les interactions avec l'environnement (envoi d'un formulaire, mouvement de la souris, chargement du contenu du document, ...), et non pas directement par le développeur.

19 June 2007

18 June 2007

16 June 2007

Les balises dynamiques - SPIP

Les balises dynamiques réagissent mal, ou pas du tout, aux filtres. Il est donc inutile (jusqu’au moins en 1.9.2) d’essayer d’appliquer un filtre à une balise dynamique, ou d’utiliser une balise dynamique comme argument d’un filtre.

15 June 2007

digitarald » FancyUpload

by 9 others (via)
Swf meets Ajax for beautiful uploads. The release of the long awaited MooTools upload widget thats allows queued multiple-file upload including progress bars. Try it out, the unobtrusive file-input replacement.

Instant.js

by 13 others (via)
Instant.js 1.0 allows you to add an instant picture effect (including tilt) to images on your webpages. It uses unobtrusive javascript to keep your code clean.

13 June 2007

06 June 2007

04 June 2007

31 May 2007

30 May 2007

27 May 2007

23 May 2007

Gagnez du temps avec la check-list Lisibilité « écrire pour le web

(via)
Voici une check-list en 30 points que vous pouvez suivre chaque fois que vous devez mettre du contenu en ligne (avec ou sans CMS).

22 May 2007

Particletree » Rediscovering the Button Element

by 16 others
As is, the input with the type=”submit” is either too ugly (Firefox), a little buggy (Internet Explorer) or completely inflexible (Safari). The solution for most is to use image inputs and create the damn things ourselves. And it’s unfortunate, because then we’re reduced to the tedious tasks of opening up Photoshop every time we’re in need of a new button. What we need is something better—something more flexible and meant for designers. Lucky for us, the solution already exists and all it needs is a little love. My friends, let me introduce you to my little friend : the button element.

18 May 2007

A CSS Sticky Footer

by 21 others (via)
We've all tried to use a sticky footer one time or another, but they never seem to come out right, do they? Well, the days of a hard to understand CSS-based sticky footer are thankfully over. In just a few simple CSS classes with minimal extra HTML markup, I've fashioned a sticky footer that even beginners can get a handle on. It's been tested in IE 5 and up, Firefox, Safari and Opera.

15 May 2007

Propriétés CSS par défaut

Rendu par défaut des éléments HTML

Row Locking with CSS and JavaScript (Ask the CSS Guy)

I was recently asked about the effect used to highlight a table row with a mouse click. This is different than highlights while hovering, as the clicked row should stay highlighted until clicked again. To differentiate this effect from 'row highlighting', I'll refer to it here as 'row locking', since the effect stays in place until the user re-clicks (or unlocks) the row.

Validation Hints for your form (Ask the CSS Guy)

by 6 others (via)
As someone is typing an in an input field, it would be nice give feedback to the user as they are typing if they have satisfied that field's validation criteria. This article will explain one way of achieving this effect using JavaScript and CSS.

11 May 2007