When it comes to Regular Expressions developers are divided into three groups. First are those who have no clue what are you talking about. These are mostly newbies without previous experiences. Second group are skilled developers who heard about Regex and don’t want to have anything in common with it. Web designers playing with some… Continue reading Regex – Introduction to Regular Expression Pt1
Category: JavaScript
Posts Tagged ‘JavaScript’.
I’m pleased to present below all posts tagged with ‘JavaScript’.
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
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
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
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