public marks

PUBLIC MARKS from julie with tags javascript & css

2008

Questions de rendu — Performance web

Sur les sélecteurs CSS

Tout d’abord on confirme ce qui avait déjà été écrit sur les sélecteurs CSS, c’est à dire qu’ils sont interprétés de droite à gauche. Il faut tenter d’être le plus précis possible à droite, dans l’idéal un identifiant, un nom de classe, ou au moins un nom de balise. Le reste du sélecteur a plus tendance à ralentir qu’autre chose.

Le second point concerne :hover qui pose si j’ai bien compris des problèmes. Soyez le plus précis possible sur la partie qui contient le :hover, même si elle n’est pas à droite du sélecteur.

Sur l’organisation de vos scripts

Enfin, et c’est probablement la remarque la plus importante à mon humble avis, il vaut mieux parfois en javascript faire une boucle pour lire des informations et une seconde pour modifier le DOM, plutôt que de tout faire en une passe. C’est cohérent avec ce que les bons intégrateurs connaissent déjà mais je crois que peu de gens le mettent en pratique.

Google Doctype - Google Code

by 5 others

Google Doctype is an open encyclopedia and reference library. Written by web developers, for web developers. It includes articles on web security, JavaScript DOM manipulation, CSS tips and tricks, and more. The reference section includes a growing library of test cases for checking cross-browser and cross-platform compatibility.

Snipplr - Code 2.0

by 19 others
Snipplr is a public source code repository that gives you a place to store and organize all the little pieces of code that you use each day. Best of all, it lets you share your code snippets with other coders and designers. Did we mention it works with TextMate, too? It's code 2.0.

2007

FleXcroll, Flexible and Accessible Custom Scroll Bars

by 4 others

A Cross Browser* and Standards Compliant Custom ScrollBar Script by Hesido

google-code-prettify - Google Code

by 7 others (via)
A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page.

swfIR: swf Image Replacement

by 25 others
swfIR (swf Image Replacement) is here to solve some of the design limitations of the standard HTML image and its widely-accepted associated CSS values, while still supporting standards-based design concepts. Using the dark arts of JavaScript and Flash, swfIR gives you the ability to apply an assortment of visual effects to any or all images on your website. Through progressive enhancement, it looks through your page and can easily add some new flavor to standard image styling.

Quiz Alsacréations : testez vos connaissances

by 7 others
xhtml difficile 7/10, css difficile 7/10, js / dom difficile 3/10 (bouh), accessibilité 10/10, php difficile 6/10

2006

YUI: DHTML Form Controls

DHTML Form Controls built with the YUI Libs.

DOMTab

Navigation tabs with CSS and DOMscripting

2005

CSS3 Multi Column - CSScripting

by 5 others (via)
In short, the CSS3 Multi-Column Module is a functionality to flow the content of an element into multiple columns.

Equivalent javascript des propriétés de CSS - Tellaw.org

by 2 others (via)
Voici une liste assez complète des equivalents entre les appels javascript et les propriétés de CSS.

Web Browser Standards Support

by 23 others (via)
Tableau comparitif de l'implémentation des technologies Internet dans les 3 principaux navigateurs (IE, Firefox et Opera).