PUBLIC   marks

PUBLIC MARKS from user julie with tag css

Sponsorised links

This year

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 6 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.

Les hacks c'est pas bien ! - Weblog.fr

by 3 others

La tentation de recourir à des hacks est grande lorsque l'on commence à se lancer dans l'intégration d'un site web. Lorsque l’on s'aperçoit que la page développée s'affiche différemment d'un navigateur à l'autre, on se dit très souvent que c'est le navigateur (Internet Explorer pour ne pas le citer) qui interprète le code ou la feuille de style n'importe comment.

phpfreechat

by 5 others

phpFreeChat is a free, simple to install, fast, customizable and multi languages chat that uses a simple filesystem for message and nickname storage. It uses AJAX to smoothly refresh (no flicker) and display the chat zone and the nickname zone. It supports multi-rooms (/join), private messages, moderation (/kick, /ban), customized themes based on CSS and plugins systems that allows you to write your own storage routines (ex: Mysql, IRC backends …), and you own chat commands !

CSS Text Wrapper

by 13 others (via)
The CSS Text Wrapper allows you to easily make HTML text wrap in shapes other than just a rectangle. You can make text wrap around curves, zig-zags, or whatever you want. All you have to do is draw the left and right edges below and then copy the generated code to your website. Get to it! Tested in Internet Explorer 6 , Firefox, Safari, Opera, and Netscape.

Snipplr - Code 2.0

by 15 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.

Sponsorised links

2007

Create Resizable Images With CSS | Smiley Cat Web Design

by 1 other

Method One uses a background image. The main disadvantage of this method (other than the fact that the image is taken out of the content) is that I couldn't find a way to keep the image in the center of the div.

Method Two — my preferred solution — places the image inside the div in the HTML. This enables it to be centered within the div (thanks to Jonathan Snook for helping out with the CSS).

CSSTidy

by 18 others

CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).

Home | Email Standards Project

by 19 others
The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email. + test Acid dans les webmails

Lancement de l'Email Standards Project - Blog Alsacréations : XHTML, CSS et Standards web

(via)
Email standards project. Les standards, c'est bien, si ça marchait dans les emails, ça serait mieux.

FleXcroll, Flexible and Accessible Custom Scroll Bars

by 3 others

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

Sponsorised links