
HTML5 Introduction
HTML5 is the new version of HTML. The previous version of HTML was released in 1999, during which time the world wide web has changed a lot and…
HTML5 is the new version of HTML. The previous version of HTML was released in 1999, during which time the world wide web has changed a lot and…
HTML5 – the next stage in web standardization It is a common misconception that HTML5 is a new markup language that will not be understood by older versions…
In this blog post I will do my best and try to cover many of the CSS best practices I learned and used throughout all my projects and…
I always loved simplicity and all the benefits that come along with it, such as flexibility, extensibility, organized stuff, and so on. And I always hated things that did a lot…
As many of you already know, React is a Javascript library developed and maintained as open source by Facebook, and it’s sole purpose is to create composable and reusable user interfaces (a.k.a. components). If you…