Confetti Party Popper Animation using JavaScript
What is a Party Popper ? A party popper is a handheld pyrotechnic device commonly used at parties. It emits a loud popping noise by means of a small friction-actuated explosive charge that is activated by pulling a string. The explosive charge comes from…
Configuring and installing WML (Wireless Markup Language) in XAMPP
The following are the steps outlined for setting up a server environment (XAMPP/LAMPP/WAMPP/MAMPP), configuring Apache to handle WML files, and using a phone simulator for testing. 1. Install XAMPP/LAMPP/WAMPP/MAMPP Choose one of the server packages…
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 can be quite annoying for users, as they…
How to upload files via FTP using PHP ?
In this tutorial, we are going to learn to upload files via FTP using PHP. The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a…
Autocomplete Input using jQuery UI
In this tutorial, we are going to create an Autocomplete Input element using jQueryUI. jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you’re building…
A Complete Guide to Poonhill Trek, Annapurna Region
Life gets monotonous when we always do the same home-college-office and back to home routine almost every day. This monotony kills the spirit of fun living and the situation is far worse when you are all cramped in tight schedule and cannot take a day…
[Updated] Instagram API to fetch User Profile, Followers, Following
Have you gone through one of our video tutorial : Simple Instagram API that fetches User Profile, Followers, Following, Images, Posts, Likes , Shares using JavaScript for fetching Instagram User profile, followers, following and posts. Most of the…
Trek to Rara : Best Trek in Western Nepal
Rara is a popular destination from trekking and tourism prospects located in Western Nepal. On the way to Rara, one can witness cultural aspects and scenery that is quite different from rest of Nepal. Route to Rara is quite rough and bumpy as the…
Annapurna Base Camp Trek : Number One in everyone’s bucketlist
Annapurna Base Camp is an enigmatic destination where visitors can sightsee abundant of flora, fauna, beautiful landscapes and breathtaking snowcapped Himalayas. Among the various trekking destinations scattered all over Nepal, Annapurna Base Camp is…
Langtang Trek : Perfect Blend of Pleasant and Ambient Scenery
For nature lovers and trekking fans, Langtang trek is an ideal destination. It is a pleasant trip to get close to Mother Nature and enjoy the serene ambience getting away from the hustle and bustle of the ever-busy city at least for a few days. This…
Take me to Gosainkunda : A Trekking to Try Out Once
Among all the eye-catching scenic places scattered all over Nepal that have the spell-binding power to capture hearts and minds alike, Gosainkunda is one. It is a freshwater lake located at an altitude of 4,380 meters in Rasuwa district. Also, it has…
Introduction to Artificial Intelligence : History and Applications
What is Artificial Intelligence (AI) ? Artificial Intelligence is defined as the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings. The term is frequently applied to the project of…
How to create FAQ page using HTML and CSS ?
In this tutorial, we will learn to create a FAQ page using HTML, CSS and a bit of JQuery. Source Code : <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>FAQ</title> <link rel="stylesheet"…