Tags deprecated in HTML5

Let’s talk about HTML5 tags a bit today. To be more precise, tags which were deprecated in newest HTML release. Reason for that is that some web designers and developers are still using those tags. If you are already familiar with this topic and create valid code, I’m proud of you and your clients should… Continue reading Tags deprecated in HTML5

JavaScript 101-#3 – Variables and data types Pt2

In previous part we discussed variables and some data types including numbers, strings and boolean. If you did not read that post, I suggest you to look at it first to understand how to create variables because they are fundamental aspect of any programming language, including JavaScript. Without knowledge about variables you will not be… Continue reading JavaScript 101-#3 – Variables and data types Pt2

JavaScript 101-#2 – Variables and data types Pt1

In the previous part of JavaScript 101 course we discussed basic methods that help us to manipulate with data. Most of these methods allow us to see the data. Today we will take a look at variables and also data types we can work with in JavaScript. This – second – post of course will… Continue reading JavaScript 101-#2 – Variables and data types Pt1

6 reasons to learn JavaScript

Were you ever thinking about learning some new language? I’m not talking about language in terms of spoken language, but about computer languages. In such a variety of existing languages it is hard to decide which one to choose. This decision is even harder because learning anything, and language for sure, require investing big amount… Continue reading 6 reasons to learn JavaScript