public marks

PUBLIC MARKS with tag web-design

24 December 2006

Websites as graphs

by jlemoine & 27 others
Puisque que les pages Web ont une structure arborescente, pourquoi ne pas la représenter graphiquement ?

Web Patterns

by jlemoine & 5 others
Les meilleures solutions pour bâtir une interface web à partir d'une approche problème/solution.

Ultimate Web Developer Lists

by jlemoine & 1 other
Top links, resources, services and tools for web developers and web designers.

Architecture des CSS

by jlemoine & 15 others
Un article d'une grande utilité et très intéressant, qui traite de l'organisation des CSS : fichiers, rêgles, sélecteurs, etc.

Web Developer's Handbook

by jlemoine & 181 others
Collection impressionnante de liens ayant trait au travail de développeur web.

The only CSS layout you need(?)

by jlemoine & 16 others
One of the arguments for switching from table based layout into CSS based layouts are the flexibility CSS gives us. However, despite the flexibility, you have maybe experienced that the CSS layout you normally use didn't handle a specific case so you stil

The Form Assembly

by jlemoine & 4 others
Free Web Form Templates. Create web forms, host them online, receive responses via email or RSS.

Selenium IDE

by jlemoine & 7 others
Selenium est un outil entièrement écrit en Javascript qui permet de tester une application web en jouant des scénarios directement dans le navigateur. Selenium IDE est une extension de Firefox qui permet d'enregistrer des tests Selenium.

Sweetie

by jlemoine & 26 others
150+ clean and clear icons to use in your nifty web application. They are licenced under a Creative Commons licence, so commercial use is fine. Also feel free to make derivatives with the included Photoshop documents.

Refining Data Tables

by jlemoine & 3 others
Ou comment trier des données tabulaires.

Recommended list of DTDs

by jlemoine
When authoring document is HTML or XHTML, it is important to Add a Doctype declaration. The declaration must be exact (both in spelling and in case) to have the desired effect, which makes it sometimes difficult. To ease the work, below is a list of recom

QuickRef.org

by jlemoine & 6 others
find programming documentation - fast! PHP, Perl, CSS, HTML, Java, JavaScript, MySQL, Ruby, and more.

Quick Lookup

by jlemoine & 8 others
Ce site permet de chercher dans les documentations de PHP, MySQL, CSS et Javascript depuis la meme interface - en Ajax bien entendu. Un lien à ouvrir dans la barre latérale...

Open Web Design

by jlemoine & 30 others
Des gabarits gratuits pour fabriquer des sites web. Tous sont conformes aux standards.

23 December 2006

Live Design

by jlemoine & 14 others
"Live Design" porte bien son nom : il s'agit d'une page en pur html habillée au fur et à mesure en css.

Link Thumbnail

by jlemoine & 8 others
A little bit JavaScript, a little bit CSS and a little bit clairvoyance, Link Thumbnail shows users that are about to leave your site exactly where they're going. When that curious mouse pointer hovers over a link pointing to somewhere outside of your sit

22 December 2006

Web 2.0 how-to design style guide

by fredbird & 62 others
In this tutorial, I describe various common graphic design elements in modern web ("2.0") design style. I then attempt to explain why they work (i.e. why they have become common), as well as how, when and where you might use each element in your designs. It follows on from my Current Style article, and analyses in greater depth the design features of the current "Web 2.0" design style.

19 December 2006

Layout Gala

by jlemoine & 104 others
Des gabarits de page. Seule la structure est proposée, pas l'habillage.

La déclaration du type de document

by jlemoine
Liste des doctypes à utiliser en entête d'une page html.

Kits-Gratuits.net

by jlemoine & 4 others
Des gabarits gratuits pour site web, conformes aux standards.

IEs4Linux

by jlemoine & 8 others
Tout est dans le titre. Il s'agit d'une version de Internet Explorer pour Linux, via Wine. Quel intérêt ? Pouvoir tester ses pages web...

ie7 ET ie6

by jlemoine
Une méthode pour installer IE7 en version standalone. Plus besoin de lancer une machine virtuelle juste pour tester son site web. Fonctionne très bien avec l'extension firefox IETab.

HTML’s a Tag Too

by jlemoine
Eh, oui ! Une feuille de style peut donc s'y rapporter... À ne pas oublier.

How to structure large CSS files

by jlemoine & 8 others
Many methods exist to structure your CSS. This article tries to describe the method I use. I call it the “Tree method”, since it structures the CSS like… that’s right, a tree structure. I want to stress that it isn’t my invention; I just describ