background preloader

Html5

Facebook Twitter

Creating Stylish Responsive Form With CSS3 and HTML5. #buttons #submitbtn { display: block; float: left; height: 3em; padding: 0 1em; border: 1px solid; outline: 0; font-weight: bold; font-size: 1.3em; color: #fff; text-shadow: 0px 1px 0px #222; white-space: nowrap; word-wrap: normal; vertical-align: middle; cursor: pointer; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; border-color: #5e890a #5e890a #000; -moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35); -ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35); -webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35); box-shadow: inset 0 1px 0 rgba(256,256,256, .35); background-color: rgb(226,238,175); background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);

Creating Stylish Responsive Form With CSS3 and HTML5

HTML5, vers l'infini et au-delà. "Drupal 8 s'oriente vers HTML5 et la mobilité " Le créateur de Drupal est en France pour annoncer le lancement de la filiale française de la société de services qu'il a créée.

"Drupal 8 s'oriente vers HTML5 et la mobilité "

Il revient pour nous sur les évolutions à venir du CMS Open Source. Le créateur de Drupal, et directeur technique et fondateur de la société de services Acquia, Dries Buytaert revient sur les dernières évolutions de Drupal, et les nouveautés à venir dans Drupal 8. Le 25 mai Dries Buytaert devait annoncé officiellement le lancement d'une filiale en France. JDN Solutions. Vous centrez une grande partie de votre offre Drupal sur le Cloud. Dries Buytaert. Un projet Web est une bonne porte d'entrée pour débuter dans le Cloud. Dans ce domaine, nous avons notamment signé un contrat avec Aljazeera. "L'écosystème Drupal manque pour le moment de compétences. " Proposez-vous également des offres pour des plates-formes Drupal installées en interne ?

Beaucoup de nos clients utilisent Drupal pour l'ensemble de leurs sites Web. Warner Music utilise l'ensemble de cette gamme. HTML5 Grayscale Image Hover. Once upon a time, grayscale image has to be manually converted in order to be displayed on the web.

HTML5 Grayscale Image Hover

Now with HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. I've put together a demo to show you how to use HTML5 & jQuery to dynamically clone color images into grayscale (see demo). Credits: thanks to Darcy Clarke (my Themify's partner) for the jQuery and Javascript code. View Demo HTML5 Grayscale The Purpose This demo is intented to show you how to make a grayscale/color image hover effect with HTML5 and jQuery. jQuery Code The jQuery code below will look for the target images and generate a grayscale version.

How to use it To apply this to your site: include a copy of jquery.js paste the code as shown above set the target image (eg: .post-img, img, .gallery img, etc.) you may change the animation speed (ie. 1000 = 1 second) Compatibility It works with any browser that support HTML5 and Javascript such as Chrome, Safari, and Firefox. HTML5 For Web Designers by Jeremy Keith.