How to add Facebook Login to Your Website

Facebook Login is a secure, fast, and convenient way for users to log in to your website or web application using their Facebook credentials. When a user logs in with Facebook, they... Read more »

Why Adsense Rejected Your Website: Reasons and Solutions

Google Adsense is a program run by Google that allows website owners to display ads on their website and earn money from clicks on those ads. To use Adsense, website owners must... Read more »

A Step-by-Step Guide to Getting Adsense Approval for Your Website

Google Adsense is a program run by Google that allows website owners to display ads on their website and earn money from clicks on those ads. To use Adsense, website owners must... Read more »

How to Turn off Automatic Updates in Windows 10 ?

One of the most contentious aspects of Windows 10 is the operating system’s new approach to updating. When Windows decides to apply updates, the system gathers them and installs them automatically. This... Read more »

Rainfall effect using Canvas

The HTML <canvas> element is used to draw graphics, on the fly, via JavaScript. The <canvas> element is only a container for graphics. We must use JavaScript to actually draw the graphics.... Read more »

Facebook Style Login Page Design using HTML and CSS

Facebook is an American online social media and social networking service based in Menlo Park, California, and a flagship service of the namesake company Facebook, Inc. It was founded by Mark Zuckerberg,... Read more »

Bulb On/Off Effect using JavaScript

In this tutorial, we will be using JavaScript to create a bulb on/off effect in a webpage. The following source code uses two identical bulb images one in on state while the... Read more »

SVG Animation using GreenSock (gsap.min.js)

The following source code demonstrates the use of GreenSock (gsap.min.js) to show a sample SVG animation. Source Code : <style> body, html { width: 100%; height: 100%; } body { display: flex;... Read more »

Design a Attractive Custom 404 Page

A 404 page is what a user sees when they try to reach a non-existent page on your site. Its not necessary that you always find the page you wanted to surf. Sometimes, users have to come... Read more »

How to wrap text around image using HTML and CSS ?

Normally while designing webpage we will need to use images and text within. Sometimes, we also might need to wrap the text around the image as shown in the image above. In... Read more »