Accéder au contenu principal

Infographie / Les minutes passent et ne se ressemblent pas!

Infographie / Les minutes passent et ne se ressemblent pas!:
Parce que vous trouvez que le monde va vite.

Parce que vous trouvez que nous sommes noyés sous une tonne d’information.

Parce que vous avez raison.
Voici une vision synthétique qui résume ce que le monde de l’internet produit en terme de DATA, et cela en seulement une minute.
Pour résumer : Instagram dépasse désormais (d’une petite longueur d’avance) son ancêtre FlickR. Tumblr est encore 100 fois plus gros que WordPress. Et Facebook reçoit 35 000 like et  600 000 partages.
De quoi vous donner le tournis ?

Commentaires

Posts les plus consultés de ce blog

37 Popular Shots Focused on Brilliant Website User Interfaces

37 Popular Shots Focused on Brilliant Website User Interfaces : Advertise here with BSA The social design network Dribbble is full of some amazing work. You can find projects related to any type of digital interface imaginable. But there are also stunning works of illustration and game rendering, among many other offbeat categories. In this showcase I would like to focus on website user interface design. Specifically I have put together 37 various UI elements found in common website layouts. Check out some of these posts and see if you can determine similar ideas for your own designs. Building a useful interface is key to gaining traffic and having people stick around long enough to use your website. About Me Workflow Infographic Dark Footer Cream Website Timeline Sidebar Mobile Responsive Layout eCommerce News List YouTube Redesign MFG Website Microsoft Concurrency To-Do Webapp Photography Portfolio Bobo User Profile Illustrated Header Contact Us Portfolio Hom...

An Introduction to the CSS Flexbox Module

An Introduction to the CSS Flexbox Module : CSS, despite its relatively low perceived skill ceiling, always seems to have a killer feature up its sleeve. Remember how media queries made responsive layouts possible and revolutionized front-end development? Well, today, we’re going to talk about a new layout mode, called flexbox – new in CSS3. I’m sure you’re raring to go! Let’s get started after the jump. CSS Flexbox Support Currently, the CSS Flexbox specification is a working draft and things will change ! The examples this tutorial covers could potentially fail to work in the future, as browsers change their flexbox implementation to match up with the specification. The aim of this tutorial is to provide you with a basic understanding of CSS flexbox, and demonstrate how to use it in your web pages. Please note that this tutorial will use webkit/non-vendor-prefixed examples for the sake of brevity. Have a look at caniuse.com for a list of browsers that support the flexbox module...