How to create CSS3 animated buttons in WordPress
| |

How to create CSS3 animated buttons in WordPress

I remember when I first started working with websites more than a decade ago, if you wanted a cool looking button in your form, you had to use images. Images still remain an option but with CSS this has is being gradually phased out. CSS3 completely eliminates the need for images for creating basic good looking designs.

Improve your CSS coding with CSS Lint
| | |

Improve your CSS coding with CSS Lint

If you’re a website designer, a WordPress theme developer or just a single site owner, you’ll most likely be using a whole set of CSS styles to generate that perfect design. But, before you’ve got that design ready to deploy across your site(s) or provide for users it is a good idea to check your styles for consistency and compatibility especially since we’re in a world with several different browsers on different operating systems on different devices. CSS Lint is an open source CSS code quality tool that performs static analysis of source code and flags patterns that might be errors or otherwise cause problems for the developer.

CSS 3 – Making our life easier, one line of code at a time…
|

CSS 3 – Making our life easier, one line of code at a time…

There are plenty of articles out there written by great CSS masters that will tell you about what’s, why’s and who’s of CSS. So if you want an in-depth analysis of CSS you’d better off reading an article by Eric Meyer or by some of the other CSS greats out there. This article is about bringing you up to speed with CSS 3 and how it makes the life of an average graphic designer who has to deal with css on a daily basis, easier.