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...
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...

