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"…
Responsive Food Delivery Website with HTML, CSS and JavaScript
In this tutorial, we are designing a Responsive Food Showcase Website using HTML, CSS and JavaScript. LIVE DEMODOWNLOAD
Detect Keyboard key press using JavaScript
We are going to use JavaScript to detect which key is pressed in keyboard. We will track an event listener to know the key code and key name of the key that is being pressed and show it in webpage. Source Code : <style type="text/css"> body{…
Display Hide HTML Element on Scroll using JQuery
In this tutorial, we are going to learn to hide/show HTML element on scroll inside a webpage. Source Code : <style type="text/css"> .more-stories{ display: none; position: fixed; bottom: -50px; right: 10px; width: 350px; background: #fff; padding:…
Free JQuery Excel Plugin with working code and demo
JExcel is a lightweight JQuery plugin that enables us to create a Microsoft Excel like environment in our webpage. Source Code : <!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible"…