<tutorialjinni.com/>

Difference Between AngularJS and Angular

Posted Under: Tutorials on Sep 20, 2018
Difference Between AngularJS and Angular
You might have noticed different version of angular, We have Angular 6, 5, 4, 2, 1. So question arises What's up with all of these versions? The answer is Angular 2 is complete rewrite of Angular 1, which was the first Angular framework released and that was released quite a couple of years ago.

Getting Started With Angular

Posted Under: Tutorials on Sep 19, 2018
Getting Started With Angular
Angular is a framework which allows you to create reactive, single page applications. A Single Page Application (SPA) is an application like the one shown below, a simple github profile searching application. You can search different profiles based on username but the URL remains remain constant.

VMware Workstation unrecoverable error (svga)

Posted Under: Tutorials on Sep 8, 2018
VMware Workstation unrecoverable error (svga)
Windows 10 upgrade may cause interference with your VMware virtual machine. The virtual machine power up and after it display login screen it suddenly throws VMware Workstation Unrecoverable Error: (svga).

Eliminate Render Blocking JavaScript

Posted Under: Tutorials on Sep 7, 2018
Eliminate Render Blocking JavaScript
Webpage loading time is an important factor for website ranking a delay in the loading time can give your competitors a head start and you may loose visitor and search engine visibility. Search engine pay huge attention to site speed.

Redirect to another page using JavaScript

Posted Under: Tutorials on Aug 19, 2018
Redirect to another page using JavaScript
JavaScript Snippet to redirect the user to another web page. There are two mechanism for redirecting a user.