Skip to content

Tag Archives: JavaScript-Misc

Components in Vue.js need to share data with each other sometimes in order to give the desired output. Components in a webpage are in a… Read More
In this article, we will create a RGB color generator using HTML, CSS, and JavaScript. Using RGB color generator, we can construct all the colors… Read More
In this article, we will be explaining the steps and various logic required in making of the famous Pig Game, which is a virtual dice… Read More
Given a link with onclick() event and return statement and the task is to get the effect after clicking the event. Below is a code… Read More
In this article, we are going to learn how we can clear the session storage of a browser using JavaScript by getting the specified session… Read More
Mithril is a client-side JavaScript framework used to create a single-page application. There are lots of other popular frameworks, and those are popular enough and… Read More
The Green Screen Algorithm (also known as chromakey algorithm) is used to change the background image which is green color and replace it with any… Read More
Background color changer is a project which enables to change background color of web pages with an ease. There are color boxes on a web… Read More
Have you ever wondered how you can open a 10GB file on a device with only 4GB of RAM? Or how Netflix app can play… Read More
Follow these simple steps in order to make a Web-based Weather Application Using OpenWeatherMap API. Step 1: Make your account in OpenWeatherMap for accessing their… Read More
What are Events? Events are actions or occurrences that happen in the system where we do programming, which the system tells you about so that… Read More
In this article, we will learn to convert speech into text using HTML and JavaScript.  Approach: We added a content editable “div” by which we… Read More
MEAN Stack Developer : An IT professional who works on a collection of JavaScript technologies to develop web applications is called a MEAN stack developer. … Read More
Protractor is an end-to-end test framework developed for Angular and AngularJS applications. It runs tests against the application interacting with it as a real user… Read More
In this article, we will learn how to design a mini-map for navigation system with single page website using pagemap plugin. This plugin is totally… Read More