-
HTML5
HTML5 Video Tag Example
The aim of this example is to introduce and show the usage of the video tag of HTML5. Before HTML5,…
Read More » -
Web Dev
Including Front-End Web Components Into Microservices
Microservices are becoming more and more popular and many are choosing to transition away from monolithic architecture. However, this approach…
Read More » -
HTML5
HTML5 and CSS3 Text Animation Example
In this example, we will be going through CSS3 text animations. CSS animations make it possible to animate transitions from…
Read More » -
HTML5
HTML5 Development Tools List
Ever wanted to start your web project from scratch, but never knew how and where to find the right Development…
Read More » -
JavaScript
Javascript On Page Load Example
The onload event is a function or code that is executed after the page or window is fully loaded. But…
Read More » -
CSS
CSS Float Left Example
In this example, we’ll explain a very useful CSS positioning property, float. The float CSS property specifies that an element…
Read More » -
Backbone.js
Understanding Backbone.js from the lens of a Java programmer
Let me start this blog in favor of backend or server-side programmers by making the following statement: “A server-side programmer (Java…
Read More » -
CSS
CSS Table-Layout Example
The aim of this example is to go through the table-layout property of CSS. The table-layout CSS property defines the…
Read More » -
Angular.js
Magic $parse service in AngularJS
AngularJS has a useful, but less documented $parse service which is shortly described in the Angular’s docu as “converts Angular expression…
Read More »