Drag and drop rows within ui grid in Angular js

Ui Grid is the popular grid system specially for Angular 1.x(Currently ui-grid doesn’t support angular 2 and above version). Ui-grid has no dependency rather than angular which makes it light weight. It has very rich feature set such as sorting, filtering, grouping and pagination and also has server side support for data-binding and pagination. Continue reading “Drag and drop rows within ui grid in Angular js”

Rotate object or shape in HTML5 Canvas

HTML5 canvas provides rotate(angle) method which is used to rotate the canvas around the current origin clockwise. The parameter ‘angle’ should be radians not in degrees. You can use degree * Math.PI/180 formula to convert the degree in radians, suppose if you want to rotate canvas 45 degree you can use 45*Math.PI/180 for the angle. Continue reading “Rotate object or shape in HTML5 Canvas”

Create a animated Analog clock in HTML5-Animation on canvas

In this article I will see that how can you create a analog clock on canvas element and JavaScript in HTML5. This article also gives you a better understanding of how to draw arcs and lines on canvas in HTML5. Continue reading “Create a animated Analog clock in HTML5-Animation on canvas”

Creating a class library with C# and .NET Core in Visual Studio Code and how to use in another project

Code reusability is very important in the software development process. We can save time and resources and reduce redundancy by using the code that have already been written. Continue reading “Creating a class library with C# and .NET Core in Visual Studio Code and how to use in another project”

Galaxy J7 Pro features and specifications

Samsung Galaxy J7 Pro smartphone was launched in June 2017 in India. Samsung Galaxy J7 Pro has 3GB RAM and 64GB internal storage that can be expanded up to 256GB using a microSD card. The Phone has excellent battery performance, it comes with 3600mAh non-removable battery. Samsung Galaxy J7 Pro.is powered by 1.6GHz octa-core Exynos 7870 processor. Continue reading “Galaxy J7 Pro features and specifications”