RailwayJS - MVC framework for NodeJS... (Lire)
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
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
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 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 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
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
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 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 est un plugin JQuery pour créer des selects plus stylés et intéractifs pour vos formulaires HTML. Continuer la lecture
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 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
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
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 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
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
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
Get an overview of the proposed CSS3 regions extensions for complex layouts of traditional magazines. Continuer la lecture
Droparea est un plugin jQuery permettant d’uploader des fichiers via HTML5 avec du drag and drop de fichiers. Continuer la lecture
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
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
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
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
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
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
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