Element Media Queries (:min-width)

On the eve of HTML Web Components, and of stronger than ever Responsive Design requirements, the need for Element Media Queries is becoming very visible. This blog post will try to make a case for a JavaScript prollyfill and gives some background on why the :min-width pseudo-class is so difficult to implement.

Published on 2013-04-17 under ALL, CSS, WEB
Read more...

RSS Feed

Hi guys! I know some of you were requesting an RSS feed for my blog, so I decided to build one. For now, it’s not very discoverable and it’s still a ‘beta’ version with a few quirks, but it should be sufficient for the purpose it has to serve. You can get it from the following url:

Published on 2013-04-16 under ALL
Read more...

First message from Windows RT

Hi there, this is just a small message to inform you I'm a proud owner of an Asus VivoTab RT (3G, 64Gb). So far I'm liking the experience, but I naturally misses my favorite dev tools, even if IE10 + CodeWriter do an acceptable job when working on HTML content.

Published on 2013-02-10 under ALL
Read more...

Use your SD Card as My Music or My Pictures

On Windows 8 and with the rise of SSD devices, the storage space on the computer may prove scarce. One solution is to put your documents on a fast-enough SD Card. However, there’s a caveat: even if your format your SD card as NTFS drive, Windows will refuse to index the SD card (because it’s a removable device).

Published on 2013-01-29 under ALL, WINDOWS
Read more...

Enforcing parameter types in JavaScript

The Extensible Web Community Group is currently working on his first project: a polyfill code generator. The goal of the project is to generate a stub JavaScript code from some WebIDL definition. To ensure maximum compatibility, we need to follow the WebIDL type conversion rules: but how do we do this efficiently?

Published on 2013-01-17 under ALL, WEB, JS, PERFORMANCES
Read more...

The future of web innovation

Back in early 2010, I made a lightening talk on how I thought a new kind of innovation process started to drive the web forward. Today, I think this model is becoming more and more the predominant model of evolution of web standards.

Published on 2012-11-17 under ALL, CSS, HTML, JS, WEB
Read more...

What it feels like to live at 10km from Brussels…

Brussels is the heart of Belgium (a French-, Dutch- and German-speaking country). In Brussels, more than 90% of the population is French-speaking. Yet, Brussels has become too small to host its population. An ever-growing amount of French-speaking people is forced to live in the peripheral region, called Flanders.

Published on 2012-10-13 under ALL, BELGIUM, POLITICS
Read more...

So, what’s TypeScript?

A few days ago, Microsoft introduced TypeScript. Many IT news websites defined TypeScript as a “Super Javascript” from Microsoft, but what is it really? Why was he crafted? What are Microsoft plans going forward?

Published on 2012-10-06 under ALL, JS, WEB
Read more...

ECMAScript Binding Manager

These days, most JavaScript libraries perform data binding. Data binding means updating the UI automatically as a result of a model change using the Observer-Observee principle. Here’s my take on the data binding standardization.

Published on 2012-08-25 under ALL, WEB, JS
Read more...

Responsive Image Protocol proposal

These days, many people advocate for the use “image sets”. Meanwhile, image sets is just a way to put more burden on the developer by asking him to specify two image urls in his markup if he want to support high-resolution screens (phones, tablets, and high-end notebooks).

Published on 2012-08-21 under ALL, PHOTOS, WEB
Read more...

requestAnimationFrame sample - the right way

Some time ago, there has been a big PR ongoing by the people of the Web Performance WG to make sure we used requestAnimationFrame in our websites instead of setTimeout when it was available.

However, the latest drafts (which were implemented in IE10) introduced an undetectable breaking change from the currently published working draft, which can break your existing websites using the requestAnimationFrame function.

Published on 2012-08-21 under ALL, JS, WEB
Read more...

Understanding the Tunnel Effect with intuition only

Among the few quantum laws that are well-known by the non-scientists, the Tunnel Effect is high-rated, maybe only surpassed by the Schrodinger’s Cat experience and the Wave-Particle duality.

However, few people really understand the phenomenon. In this article, I propose a simple yet effective way to understand the Tunnel Effect with no pre-required scientific knowledge.

Published on 2012-08-04 under ALL, FREMYSCIENCES, PHYSICS
Read more...

Notifications, newsletters and mail intents

We can divide the mails we receive in our mail box into multiple categories. Some are personal messages. Some, however, are automatically generated notifications. It’s therefore amazing no one (Apple, Microsoft, Google) actually integrated mails to their notification systems.

Published on 2012-08-01 under ALL, WEB, USABILITY
Read more...

Standards committees, ask your users

A while back I tweeted that users and authors, to the contrary of the popular belief, are less important than browser implementers and spec writers in standards committees. I really think it is the case, and I’ll care to explain why in this blog post.

Published on 2012-07-24 under ALL, WEB
Read more...

This scientist could pledge suicide to become immortal

For a long time, philosophers and theologians wonder if our conscience is immaterial. While this question is still open at the moment, many people believe our conscience isn’t anything more than the result of the many electrical processes happening in our brain.

Among those, Kenneth Hayworth (neurobiologist and engineer) is trying very hard to cartography the human brain. His ultimate goal? That someone create a digital program emulating his own brain before 2200 PCN…

Published on 2012-07-23 under ALL, FREMYSCIENCES
Read more...

Making your own blog engine <tutorial>

While everybody seems to be using WordPress right now, there’s no reason not consider making your own blogging platform. In this blog post, I’m sharing my experience on the creation of a blogging platform.

Published on 2012-06-24 under ALL, WEB
Read more...

Rebooting CSS Variables [CSS Custom Properties]

Many subjects are being discussed in the CSS Working Group. So many subjects, in fact, that you can't get involved in all of them. However, some are more critical to the future of the CSS language than others. And I truly believe that the current css-variables discussion is one of them.

Published on 2012-06-26 under ALL, CSS, WEB
Read more...

Reacting on Zed Shaw talk

It seems to me Zed is trying to get attention by mostly reporting problems whose solution already have been found and whose implementation in today’s browsers is a work in progress.

Published on 2012-06-26 under ALL
Read more...