background preloader

When can I use... Support tables for HTML5, CSS3, etc

all HTML – technologies et actualités du web CSS Media Queries We've covered using CSS media queries to assign different stylesheets depending on browser window size. In that example, we changed the layout of the entire page based on the space available. It isn't required that we make such drastic changes with this technique though, so in this tutorial we'll go over a design tweak with a smaller scope. The CSS media query syntax for calling an external stylesheet is like this: You may be familiar with the media attribute, normally being "screen" or "print" or even a comma separated list, like "screen, projection". Likewise, you can use more advanced CSS media queries like: You may use as many media queries as you would like in a CSS file. Example Let's say we have a fluid width design where the sidebar is 35% of the width of the page. In our example sidebar, we are going have a list of names of the Super Team which function as email links. It's just a list of links. The default styling for the list will be this: All together now Video demo Types Color

Mega Collection Of Cheatsheets for Designers And Developers Cheatsheets and various quick reference guides are available for almost any type of software and language these days. Unfortunately they’re not always easy to find when you actually need them. This is why I decided to take some time to gather up as many as possible and share them with you here! Hopefully this can be a timesaver for you, along with teaching you a new trick or two. The resources have been divided into various categories to make them easier to find. CSS3 Cheat Sheet ↓ CSS2 Visual Cheat Sheet ↓ CSS Cheat Sheet (V2) ↓ Css Property Index ↓ BluePrint CSS ↓ HTML 5 Cheat Sheet ↓ HTML5 Canvas Cheat Sheet ↓ HTML5 Glossary ↓ HTML Character Entities Cheat Sheet ↓ Color Codes Matching Chart HTML (Convert CMYK, RGB Hex) ↓ Javascript JavaScript Cheat Sheet ↓ Javascript DOM ↓ JavaScript Reference Card ↓ jQuery 1.4 API Cheat Sheet ↓ jQuery selectors ↓ jQuery 1.3.2 ↓ jQuery 1.3 ↓ jQuery 1.2 ↓ Mootools 1.2 Cheat Sheet ↓ Prototype Cheat Sheet ↓ PHP & MySQL for dummies ↓ PHP 5 Online Cheat Sheet v1.3 ↓ MySQL

[Tutoriel]Faire un reflet d'une image avec photoshop - photoshop reflet transparent image tutoriel tuto effet reflection - Script Codes-Sources tutoriaux tutoriel astuce fonctions programmation code Bonjour, Dans ce tutoriel, je vais vous apprendre à faire le reflet d'une image avec Photoshop. Voici un aperçu du resultat: Vous pouvez utiliser l'image que vous voulez, si vous n'en avez pas utilisez celle ci (image png-24): Pour l'utiliser, téléchargez la et ouvrez la avec photoshop Creez une image 400px * 520px. Remplissez le fond en blanc. Copier l'image à laquelle vous désirez appliquer l'effet et déplacez la vers le haut de l'image. Dupliquez l'image en faisant un clic droit sur le calque de l'image et en cliquant sur Dupliquer le calque... Cliquer sur la touche Ctrl de votre clavier, et sans relâcher, cliquer(avec la souris ) sur la petite icône(l'aperçu) à côté du calque que vous venez de dupliquer, pour sélectionner les parties de l'image à plus de 50% d'opacité. Choisissez l'outil Rectangle de selection (M) et faites un clique droit sur la sélection que vous venez de faire et ensuite cliquez sur Transformation manuelle: Réduisez la taille de l'image: Scripts et Tutoriels similaires

All About Floats What is "Float"? Float is a CSS positioning property. To understand its purpose and origin, we can look to print design. In page layout programs, the boxes that hold the text can be told to honor the text wrap, or to ignore it. In web design, page elements with the CSS float property applied to them are just like the images in the print layout where the text flows around them. Setting the float on an element with CSS happens like this: There are four valid values for the float property. What are floats used for? Aside from the simple example of wrapping text around images, floats can be used to create entire web layouts. Floats are also helpful for layout in smaller instances. This same layout could be accomplished using relative positioning on container and absolute positioning on the avatar as well. Clearing the Float Float's sister property is clear. In the above example, the sidebar is floated to the right and is shorter than the main content area. Clear has four valid values as well.

15 sites web developers and designers should know - CatsWhoCode.com Creating a good website isn't an easy task, but there's a few tools that can definitely make your developer or designer life easier. In this article, I have compiled 15 extremely useful website that any web developer or web designer should have bookmarked. ColorCombos When designing a website, one of the firsts (and most important) steps of the process is to choose a color scheme. LIpsum Who doesn’t know the extremely popular Lorem Ipsum text? What the font? You just saw a logo or website using a particular font and you enjoyed it. ConvertIcon Favicons are a must have for any website, mostly because on modern browsers as such as Firefox, it is displayed along with the site name in tabs. BgPatterns background Patterns is definitely one of the current webdesign trends. HTML Encoder Do you display code on your website? Test Everything Sprite Generator CSS Sprites is definitely a great technique to use, mainly because it reduces the number of HTTP requests. Load Impact IconFinder TypeTester CSS Tidy

jQuery: The Write Less, Do More, JavaScript Library equal height columns by Matthew James Taylor on 17 October 2008 Creating equal height columns with CSS is not as easy as it may first seem. This tutorial highlights the display problems that occur with multiple column layouts, and then shows a simple solution that works in all common web browsers. The method shown here is 100% CSS hack-free, image-free and JavaScript-free so it can even be used on the most strictly coded websites. For those who want some action immediately check out my demo pages: 2 column, 3 column, 4 column and 5 column. Also see my Perfect multi-column CSS liquid layouts - these use the same equal height column CSS principles as discussed below. The problem with equal height columns In the example above we have three columns each with a different amount of content. Separating the column content from it's background colour The first step to solving the equal height problem is to break it into smaller pieces that can be solved separately. Three column HTML div structure Three column CSS

The BIGGEST ever list of design resources! : : ProofHQ - Product Blog - StumbleUpon Following the huge success of last year’s “World’s Biggest Ever List of Graphic Design Blogs”, we’ve decided that we should turn it into an annual event – after all, more people than ever before are blogging and the talent pool continues to grow. This year, we’ve added in some additional categories including typography and image sourcing sites to help you along your way. The list is at least 40% larger than last year and is the one stop shop for all that you could need in terms of inspiration, reference material or tools for you to use. So, without further ado, ladies and gentlemen…. drum-roll please! Graphic Design 1stwebdesigner Blog by Dainis Graveris in Latvia covering all things design and freelance. 2expertsdesign A blog filled with tips – whether it’s graphic design, logo design, web design, advertising, branding or typography. 456 Berea Street Blog from Roger Johansson containing articles and tutorials on web standards, accessibility and usability. 72dpi Graphic design inspiration.

Configurer DreamWeaver MX 2004 pour gérer un site PHP/MySQL - JDNet Développeurs Coder un site PHP avec le bloc note, c'est bien. Là où le bât blesse, c'est quand il faut construire et gérer un site fait d'un grand nombre de fichiers, de bases, de tables et d'informations, et rapidement ! La dernière version de l'éditeur Wysiwyg de Macromedia offre justement de nombreuses possibilités pour faciliter la vie du développeur Web. Nous allons vous présenter les étapes pour rendre votre copie de Dreamweaver "PHP/MySQL - aware". Installer un environnement de développement Vous avez installé DW, mais ce n'est pas pour autant que vous pourrez gérer votre site : il vous faut avant tout avoir en local (c'est à dire, sur votre machine) un serveur gérant PHP et MySQL. Pour cela, nombre de solutions existent, et la plus courante sous Windows est l'installation du paquetage EasyPHP, qui comprend Apache 1.3, PHP 4, MySQL 4.0 et phpMyAdmin. Vous pourrez régler le site FTP plus tard si vous en avez besoin.

Related: