blog
HTML5 Forms input types, attributes and new elements – demos, tips and tricks
16 août 2011 | Développement, HTML, Javascript

Forms on the web. They are literally everywhere, and there seem to really be all kind of flavors for them. From day one they have been a great mean for users to input data and information and interact with various services. And what comes with that is … Continuer la lecture

HTML5 Web Notifications
2 août 2011 | HTML, Tutoriaux

Ever wanted to notify your site clients/users while they are surfing in your site? notifications like “Mail message arrived”, “Printer out of paper” are available through smart clients for decades but in web applications they are not so easy to… Continuer la lecture

Avoiding common HTML5 mistakes
26 juillet 2011 | Développement, HTML

Between curating sites for the HTML5 gallery and answering readers’ questions here at HTML5 Doctor, I see a host of HTML5 sites and their underlying markup. In this post, I’ll show you some of the mistakes and poor markup practices I often see and … Continuer la lecture

Fractal, pour tester le code de vos newsletters
21 juillet 2011 | E-mail, HTML

Fractal est un outil qui permet de vérifier la compatibilité CSS de vos newsletters au format HTML sous 24 clients e-mails (desktop, webmails, mobile).

Il indique quelles parties peuvent se révéler problématiques. Par exemple, la propriété styl… Continuer la lecture

Microsoft Drop Conditional Comments in IE10
15 juillet 2011 | CSS, HTML

Microsoft added many features to Internet Explorer over the years. Several revolutionized the web forever (XMLHttpRequest, the DOM, XML tools, font embedding, browser add-ons). Some never caught on. Some were truly awful.The team intends to remove seve… Continuer la lecture

A file upload script with progress-bar, drag-and-drop
15 juillet 2011 | HTML, Javascript

This plugin uses XHR for uploading multiple files with progress-bar in FF3.6+, Safari4+,
Chrome and falls back to hidden iframe based upload in other browsers,
providing good user experience everywhere. Continuer la lecture

Microformats
13 juillet 2011 | HTML

Les microformats ont fait leur apparition en 2003 (XFN) sous l'impulsion de personnes publiant des blogrolls (listes de blogs qui ont plu ou ont été jugés pertinents dans un domaine précis) recherchant un moyen de faire connaître la nature d… Continuer la lecture

Cuepoint.js – Ajouter des sous titres et repères sur des vidéos HTML5
8 juillet 2011 | HTML, Javascript, Vidéo

Cuepoint.js est une librairie Javascript venant enrichir la balise HTML5 vidéo en permettant l’ajout de sous titres et points de repères pour naviguer dans la vidéo. Continuer la lecture

DropKick – Du JQuery pour customiser les selects de vos formulaires
7 juillet 2011 | HTML, jQuery, Ressources

DropKick est un plugin JQuery pour créer des selects plus stylés et intéractifs pour vos formulaires HTML. Continuer la lecture

Buzz – Une librairie Javascript pour gérer la balise audio HTML5
6 juillet 2011 | Audio, HTML, Javascript

Buzz! est une librairie Javascript permettant de gérer facilement la balise audio HTML5 et se dégrade proprement pour les navigateurs non compatibles. Continuer la lecture

Joshfire – Un framework HTML5/JS compatible multi périphériques
1 juillet 2011 | Développement, HTML, Javascript

Joshfire Framework est un framework de développement open source
permettant de créer des applications web compatibles avec de nombreux
périphériques. Continuer la lecture

Google Swiffy : Convertir les fichiers SWF en HTML5
29 juin 2011 | Flash, HTML

A l’instar de Adobe Wallaby, la firme de Mountain View dévoile un outil capable de convertir des fichiers basés sur la technologie Flash en HTML5 : Google Swiffy. Plus exactement, sont supportés le SWF 8 et l’ActionScript 2.0 bien que le SWF 5 s… Continuer la lecture

Useful HTML5/CSS3 Frameworks
28 juin 2011 | CSS, HTML

HTML5 and CSS3 frameworks are becoming more and more popular every day. So if you are a web designer or developer you should certainly look through th Continuer la lecture

Fractal – Un outil pour valider vos emails HTML / CSS
27 juin 2011 | CSS, E-mail, HTML

Fractal est une application web pour valider le code HTML/CSS et voir la compatibilité de vos emails sur les 24 messageries les plus populaires. Continuer la lecture

What Potential Impact Can HTML5 Have on SEO?
22 juin 2011 | HTML, Référencement

Advertise here with BSA
Although still a work in progress, HTML5 is the next major revision of the HTML standard. HTML, which is the markup language that allows us to structure and present our web content, is the primary factor in search engine optimiz… Continuer la lecture

HTML5′s New “form” Attribute
16 juin 2011 | HTML

One challenge that developers have faced when creating forms is the inability to separate a form control from its parent <form> element without having to resort to some undesirable methods to get that form control to submit its data along with th… Continuer la lecture

CSS3 regions: Rich page layout with HTML and CSS3
14 juin 2011 | CSS, HTML, Tutoriaux

Get an overview of the proposed CSS3 regions extensions for complex layouts of traditional magazines. Continuer la lecture

Droparea – Un plugin jQuery pour uploader des images en HTML5
13 juin 2011 | HTML, Image, jQuery, Ressources

Droparea est un plugin jQuery permettant d’uploader des fichiers via HTML5 avec du drag and drop de fichiers. Continuer la lecture

HTML5 Templates Generator for HTML5 Projects
13 juin 2011 | HTML, Ressources

Initializr is an HTML5 templates generator to help you getting started with an HTML5 project. It is built on HTML5 Boilerplate, a powerful HTML5 template created by Paul Irish and Divya Manian.Initializr will generate for you a clean customizable templ… Continuer la lecture

HTML5 History API
30 mai 2011 | HTML

I have talked about this before, but JavaScript should not dictate content or website structure. It should only improve the UI, but even with JavaScript disabled website should work. Using the new HTML5 History API allows to do that one step further – … Continuer la lecture

HTML5 in Drupal 7
24 mai 2011 | CMS, Drupal, HTML

I have been meaning to write this post for awhile. A few friends have asked me to explain how to do HTML5 in Drupal 7, via Twitter. Another concerned individual, having found a passing reference to it in a book review, even emailed:

“I urge you … Continuer la lecture

How to create offline HTML5 web apps in 5 easy steps
23 mai 2011 | Développement, HTML, Tutoriaux

Getting startedView DemoDownload files1 – Add HTML5 doctypeThe first thing to do is create a valid HTML5 document. The HTML5 doctype is easier to remember than ones used for xhtml:
<!DOCTYPE html>
<html>

Create a file named index.ht… Continuer la lecture

7 Great HTML 5 Video Player Scripts
19 mai 2011 | HTML, Ressources, Vidéo

The newest version, HTML5, includes specifications for a video tag, that is meant to allow website developers to add a video to a page the same way they would add an image. In this article I have collected 7 HTML 5 video player that you can easily u… Continuer la lecture

How to Use HTML5 Speech Input Fields
17 mai 2011 | Audio, HTML

I’m lost for words. Which is a shame because I could have dictated this article directly into my browser!The recently-released Chrome 11 has speech analysis enabled by default. If you’re using Chrome, head over to the speech input demonstration pag… Continuer la lecture

Comments in HTML5
16 mai 2011 | HTML

As we’ve discussed on this blog in the past, HTML5 introduces a lot of new elements that are intended specifically to imply semantic information. One of the elements being introduced is the <article> element.
For the most part, the <article&… Continuer la lecture