Learn Sass in 20 minutes

If you never approached any preprocessor, don’t worry i will explain what they are and how they work. There are many CSS preprocessors you can use. For example Sass, Stylus or LESS. Even they might differ from each other in syntax, they all share common philosophy – DRY – Don’t Repeat Yourself. Their goal is… Continue reading Learn Sass in 20 minutes

Sliding navigation tutorial without JavaScript

Today we will create nice sliding navigation using on CSS3 techniques. You may argue that with JavaScript it is much easier – with jQuery you need just a few lines of code -, but remember that not every one has JavaScript allowed in his browser. Another thing is that, personally, I don’t like overwhelming websites… Continue reading Sliding navigation tutorial without JavaScript

Introduction to APIs

We are living in the world where things, by that I mean devices, are becoming more and more connected. Now, we even have the internet of things where these devices can communicate with each other and share data. Our smartphone can now talk we some of our electronic appliances and you can control them this… Continue reading Introduction to APIs