This blog is all about Chart JS to be implemented in a React application. Before we start, we assume that we have a new or existing React application with us. Now open Terminal (for Ubuntu/Mac users) or Command Prompt (for Windows users) and go to the project folder. Now we have to install […]
How to create custom post type manually in WordPress?
In this blog, we are going to show how to create custom post type manually in WordPress. Custom post type is like a page or you can say a component just like posts, pages, etc. Before we proceed, we need to have our functions.php of our main theme. If we use child theme then […]
Scroll to top of a website using Jquery
In this article we are going to explain how to scroll up on click of a button using simple Jquery. So what we need to do that. We need a simple web page layout, some knowledge in CSS and Jquery. Please note, if we have simple HTML pages then place it anywhere but if […]
Prevent debugging of a Website using Javascript
In this blog I am going to show you how to prevent debugging of your website by using Javascript. For this simple trick you need to know basic HTML and Javascript language. First of all we have to write a code that disables all the ways to access Inspect Element as well as to view […]
Angular 5 app setup and Routing
In this blog I am going to show you how to setup a Angular 5 app and how to create routing with its components. As you all know Angular is the powerful framework of Javascript, and it is basically a front end development computer language for SPA’s (Single Page Application). Before I start about […]
What is Nuxt.js?
Nuxt.js is a framework for creating Universal Vue.js Applications. Its main scope is UI rendering while abstracting away the client/server distribution. It is used to create a framework flexible enough that you can use it as a main project base or in addition to current project based on Node.js. Nuxt.js presets all the configuration needed to […]
Why should we use HTML5 and CSS3 for our websites
Now a days to build a website basically we need to use HTML and CSS together at first step for giving the website a look. As HTML have upgraded to its HTML5 version along with CSS have upgraded to its CSS3 version. The new upgrades have brought many advantages for the websites as well […]
What is CLI (Command Line Interface) used in latest JS frameworks
Many modern JavaScript frontend frameworks such as Angular, React and Vue are complemented by a standalone Command Line Interface (CLI) program that assists with setting up a suitable development environment. This post will give an overview of CLI and why should we go for this technology. The aim is to help new developers understand the benefits […]
Which is the better JS framework? Angular, React or Vue
Now a days, JS frameworks become very popular and if we talk about Angular, React or Vue JS, all of three are the best with their respective properties and qualities. Then which framework should we use for our projects? Here is the conclusion. We will go each of three frameworks one by one with […]
Firefox introduces it’s newest version Quantum
Mozilla Firefox introduces it’s fine updated version Quantum. Why it is the best filter version of all previous versions of Firefox? Here are the answers. Quantum is really very fast. Firefox Quantum is over twice as fast as all previous versions of Firefox, built on a completely overhauled core engine with brand new technology stolen from […]