public marks

PUBLIC MARKS from Krome with tags html & webdev

2014

Manipulation vidéo avec la balise canvas - HTML Redirection 1 | MDN

En combinant les possibilités de l'élément video avec celles de l'élément canvas, vous pouvez manipuler les données vidéos en temps réel, et y incorporer une variété d'effet visuels. Ce tutoriel, adapté de ce blog par Paul Rouget, explique comment réaliser un travail d'incrustation chroma-keying (fond vert) en utilisant JavaScript.

Welcome - Polymer

by 1 other
Polymer is a library that uses the latest web technologies to let you create custom HTML elements. Build anything from a button to a complete application as an encapsulated, reusable element that works across desktop and mobile.

2013

2011

Mr. Data Converter

by 2 others
I will convert your Excel data into one of several web-friendly formats, including HTML, JSON and XML.

Convertissez vos images en CSS

by 4 others
Img to Css est un service en ligne qui vous permet tout simplement de convertir des images en code html. Idéal pour vos newsletters, cela permet de contourner le blocage des images par de nombreux clients email :-)

Treesaver.js

by 1 other

Treesaver® is JavaScript framework for creating magazine-style layouts using standards-compliant HTML and CSS.

2010

When can I use...

by 12 others
Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies

zen-coding - Project Hosting on Google Code

by 4 others
Set of plugins for HTML and CSS hi-speed coding

Introducing Slippy - HTML Presentations - Seld.be

by 2 others
Slippy is a HTML Presentation library written with jQuery, it takes a html file in and plays it in any browser.

Zen Coding v0.5 on Vimeo

A new way of writing HTML code using CSS-like selector syntax.

Font Squirrel | Download Hundreds of Free @font-face Fonts

by 8 others

Download hundreds of prepackaged @font-face kits which

include four font formats, CSS and HTML code. See below for details.

Don't see what you need? Try our new @Font-Face Generator.

Upload your own fonts and get a kit back!

2009

Styling buttons to look like links | Natalie Downe

A common mistake that many developers make is to use a link to trigger an action on the server, for example deleting an item from a shopping basket or adding something to your favourites. Both of these examples are actions that modify state on the server and should therefore be performed using 'post'.