Posted by & filed under VIllage.

Selectors .class Selects all elements with .class #id Selects all elements with #id * Selects all elements div Selects all <div> elements div, p Selects all <div> and <p> elements div > p Selects all <p> elements with a parent of <div> div + p Selects all <p> elements placed immediately after <div> elements div~ul

Continue reading →

Posted by & filed under VIllage.

CSS preprocessors are awesome, they’ve revolutionised CSS authoring. Writing cross-browser CSS today is a lot easier because all vendor prefixes and browser hacks can be abstracted away into mixins, placeholders and what have you. For a while this was more than enough, but because we are obsessive, mentally deranged control-freaks we want more. Always more.

Continue reading →

Posted by & filed under VIllage.

Polyfill? In web development, we call scripts that emulate parts of the HTML5 or CSS3 specification “polyfills”. A polyfill can be nearly anything – a JavaScript library that adds support for CSS3 selectors to old versions Internet Explorer (i.e. Selectivizr) or a high end Flash based solution to enable the <audio> and <video> tag all the way back to IE

Continue reading →

Posted by & filed under VIllage.

There are more than 32,000 different WordPress plugins in Plugin Directory. And sometimes it’s challenging to find what you need or something new. Therefore, I decided to share my personal list of must have WordPress plugins for August 2014. Enjoy!   WordPress Seo by Yoast Improve your WordPress SEO: Write better content and have a

Continue reading →