Original effects with CSS transition - 2014-04-01

The power of CSS3 is enormous and in this post I create appearing effect of “Sign In Form” using differn style in each example.

Data URIs - 2014-02-11

Did you know that you don’t have to link to an external image file when using an <img> element in HTML, or declaring a background-image in CSS? You can embed the image data directly into the document with data URIs.

Prevent CSS Caching in Wordpress - 2014-01-02

If you update your WordPress theme’s style.css, you may have noticed that you have to “force-reload” your site in your browser to see the changes. This is because your browser keeps a copy of the CSS cached on your hard drive.