Top Solutions

Website Domain

Domain name is the only name of the website. Hosting solutions should include domain name registration. Domain names should be easy to remember, easy to write.

Website hosting tutorial

If you want to publish your site to the world, then your site needs to be placed on a web server. In this tutorial, you will learn: What is a web host, and what services a web host offers.

Image loading effect using jQuery

In this tutorial you will learn about image loading effect using jQuery. Using JQuery, Initially load all the images in a variable and bind into an html element using ID. Here I referred jquery-3.2.1.slim.min.js and CSS.

Open and closed browser window using JavaScript

In this tutorial I will show you how to open and close the browser window within a time interval.Here, I am closing the browser tab using the setTimeout by the JavaScript function and passing the two parameter function “closeWin” and time interval of 5 seconds.