JavaScript 101-#24 – Getting to know JavaScript events Pt6

Today we are going to finish media JavaScript events, explore events related to clipboard and finally finish this series about events. If you have missed the previous one, make sure to check them too. Except this and previous part, the rest are not linked to each other and so you can read them as you… Continue reading JavaScript 101-#24 – Getting to know JavaScript events Pt6

Responsive navigation with Bootstrap 3

We already touched Bootstrap 3 framework in past when we were exploring its responsive grid system. If you are interested, head to Bootstrap 3 grid system demystified Pt.1 post. Now, back to today’s topic. We are going to dive into Bootstrap 3’s navigation code to bring some clarity into it and understand what individual classes do.… Continue reading Responsive navigation with Bootstrap 3

JavaScript 101-#23 – Getting to know JavaScript events Pt5

Welcome back in our tutorial about JavaScript events! Do you like media? I mean, do you like things like audio, video and images? I bet you do. We all like this stuff and JavaScript obviously too. There are a lot of events related just to media elements and today we are going to discuss them.… Continue reading JavaScript 101-#23 – Getting to know JavaScript events Pt5

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