WebDesign

TwitterFacebook
Get flash to fully experience Pearltrees
Code HTML et CSS Ce gabarit est structuré de la manière suivante: <div id="global"><div id="entete">...</div><div id="navigation">...

Gabarit 05: menu vertical à gauche, colonnes de même hauteur, largeur fluide

http://www.alsacreations.com/static/gabarits/modele05.html

Cross Browser Compatibility Check Tools | Ivan Kristianto Blog

Cross browser compatibility is a must if you are working as a web designer, you need to test all your design in different web browser. As today top web browsers are Mozilla Firefox, Google Chrome, Safari, Opera and Internet Explorer. And not all the browser have the same render result to your design code. You have to test and tweak your html code and css code. http://www.ivankristianto.com/web-development/designs/cross-browser-compatibility-check-tools/1202/

Faire un dump de son svn et le restaurer « GeeK`s Lifez

Un petit memo pour sauvegarder et restaurer son repository sur une machine distante. Ce petit memo a pour but de vous montrer comment faire un dump d’un repository et le remettre ne place sur une machine distante: Dans une premier il va falloir se connecter en root sur la machine de l’actuel repository, puis, partons du principe que que repository actuel se trouve dans: /path/to/repositoryname http://blog.cannibalz.net/2007/11/29/faire-un-dump-de-son-svn-et-le-restaurer/

Comment traiter du JSON pour produire du HTML en Javascript ?

Lors d'un développement de type AJAX, on se trouve rapidement confronté à la problématique suivante : Je récupère des données au format JSON Je les affiche en HTML Question toute bête à priori : mais comment faire cela ? Old School On parcourt la structure Javascript et on produit le HTML avec des fonctions comme document.write ou element.appendChild http://blog.touv.fr/2008/11/comment-traiter-du-json-pour-produire.html

Learn CSS Positioning in Ten Steps: position static relative absolute float

http://www.barelyfitz.com/screencast/html-training/css/positioning/ 1. position:static The default positioning for all elements is position:static , which means the element is not positioned and occurs where it normally would in the document. Normally you wouldn't specify this unless you needed to override a positioning that had been previously set.

CSS Reference Index

CSS Reference Please select a CSS item CSS Elements a (Anchor) a:active (Active Link) a:focus (Focused Link) a:hover (Hover Link) a:link (Link) a:visited (Visited Link) b (Bold) blockquote (Blockquote) body (Body) code (Code) div (Div) em (Emphasis) form (Form) h1 (Heading 1) h2 (Heading 2) h3 (Heading 3) h4 (Heading 4) h5 (Heading 5) h6 (Heading 6) hr (Horizontal Rule) i (Italics) input (Input) li (List Item) ol (Ordered List) p (Paragraph) pre (Preformatted Text) small (Small Text) span (Text Span) strong (Strong) table (Table) td (Table Data) textarea (Text Area) th (Table Header) tr (Table Row) ul (Unordered List) http://www.aptana.com/reference/html/api/CSS.index.html