Sharing the love for the web.

I'll be posting some useful tricks about HTML5 and CSS3, thoughts about social media marketing, and about other random subjects as: iPhonography, "how and when to use comic sans", web design concepts, how to pretend being a hipster, and maybe a little bit of common culture.
Author Archive
Why you should use image sprites?

Why you should use image sprites?

Ever wondered why image sprites exist if they make coding CSS image backgrounds harder? Do you think it is because it organizes images better? Not at all. So why? They are also harder to maintain when an image has to be updated. I forgot to ask in the first place: do you know what image...
Rubik's Cubes are a good part of working environments

Rubik’s Cubes are a good part of working environments

Pure CSS3 dialog bubble

Pure CSS3 dialog bubble

I always try keep my HTML as simple as possible, specially when coding forms. Forms tend to requiere a lot of markup to make them look nice, to position the labels, to have useful hints, error messages, validations, etc. Using CSS3 to reduce the amount of HTML is ideal. In this case, I am using...