6 Sass mixins you cannot live without

If you know and use Sass, you probably already know how powerfull and amazing this CSS preprocessor is. On the other hand, if you have no idea what am I talking about here you have to check 7 reasons to love and use Sass post to understand why Sass will be your next soulmate in… Continue reading 6 Sass mixins you cannot live without

5 steps to accessible forms

Creating good forms is a tough job. By “good” I don’t mean just visually pleasant. Sure, this plays important role too. Who likes to fill in an ugly form? No, I am talking about creating forms that are both, nice to look at and also accessible. Today, we will put the visual part aside and… Continue reading 5 steps to accessible forms

JavaScript 101-#22 – Scope, context and this

Variables are foundations of JavaScript and every other programming language. Without proper knowledge about them, you will not get any far. However, we already covered variables in one of previous posts. Today, we are going to focus on another subject closely related to variables and important as well. This subject is scope. In this post… Continue reading JavaScript 101-#22 – Scope, context and this

JavaScript 101-#21 – Getting to know JavaScript events Pt4

It’s been a time since we talked about what JavaScript exist and how you can use them to make your plans and wishes come true. To remember the material we discussed earlier, here is part 1, part 2 and part 3. Even though we explored a lot of things, few are still remaining. So, today… Continue reading JavaScript 101-#21 – Getting to know JavaScript events Pt4

Bootstrap 3 grid system demystified Pt.3

Media queries, row, columns and offsets were discussed and we can check them out. The last two things that remained untouched are pulling and pushing. These classes included in Bootstrap can help you create interesting layouts across various devices. So, in this third part of the tutorial focused on Bootstrap 3 grid system we are… Continue reading Bootstrap 3 grid system demystified Pt.3

7 reasons to love and use Sass

Let’s take a little breake from Bootstrap for today and redirect the focus on different topic. This topic is Sass preprocessor and in this post I want to share with you seven reasons why you should at least consider learning more about it or even implement it into your regular work process. One more thing… Continue reading 7 reasons to love and use Sass