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
Tag: JavaScript
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
Build your own framework
Frameworks can bring many benefits to your work and also can speed you up. However, many people are try to avoid them every time they can. The reasons for this can be many, from complexity to dependency on someone else. Today we are going to take these arguments and totally crush ’em by exploring option… Continue reading Build your own framework
JavaScript 101-#20 – 7 tips for writing better JavaScript
Have you ever though about ways to make your JavaScript more human-friendly and faster? To make it easier even for a beginner to read and learn from it? Well, there are many things you can do to achieve that or to at least move closer to this ideal. Today, we are going to discuss seven… Continue reading JavaScript 101-#20 – 7 tips for writing better JavaScript
Best practices in web development
Keeping your project in a good shape and maintainable form is important task for every web designer and developer. Today, we are going to look at various ways to achieve this, so you don’t have to decipher your code every time when you look at some older projects. The main goal of this post is… Continue reading Best practices in web development