Javascript Check Internet Connection

How to Check Internet Connection Exists or Not using Javascript

99% of people used to type google.com immediately after opening their web browser to check internet connection. This is very true in our morden world. Now a days we can’t live without an Internet. While browing, If you lose the connection then you will feel sad and unhappy till the … Read more

Facebook Style Mention System with PHP, MYSQL & jQuery

Facebook Twitter Style Mention System with PHP, jQuery & PDO

Facebook / Twitter style mention system with PHP is one of the cool implementation in the social networks. It is used to mention the particular user by adding @ symbol infront of the username. When you start typing @ followed by username, social networks automatically suggests the users via autocomplete … Read more

Instant Google Search Engine API using Jquery

google search engine api

In this tutorial I’m gonna tell you how to make your own Google Search Engine API using jQuery & (CSE). We can make it Instant search by adding small lines of jQuery Code. Google Search Engine API allows you to create a custom search engine for your website. To get … Read more

Facebook Style Highlight Status Update Box using jQuery & CSS

Facebook Style Highlight Status Update Box using jQuery & CSS

My readers continuously asked me to write about facebook style textarea highlighter while clicking on status update box. So today I’m very glad to fulfill my readers request. Facebook keep updating their User Interface every month & this feature is really used to stay focus only on status update. We … Read more

Top 10 Trending Javascript & jQuery Plugins in 2020

Top jQuery Plugins

In this post I would like to share all the trending javascript and jQuery plugins of the year 2020. I personally used all the below plugins in my web development projects. I hope my readers will enjoy this 🙂 Here is the list of most popular jQuery Plugins in 2020 … Read more

Top 10 jQuery Plugins and Libraries in 2021

Most of the plugins below I found on the internet and I have used it in all my web projects. These plugins are lightweight and they help us to make the web development much easier and finally time saver 🙂 Philter Available as either a jQuery plugin or as vanilla … Read more

How to view webpage in fullscreen using jQuery and HTML5 API

Fullscreen mode using HTMl5 API and jQuery

Today I’m going to share how to view your webpage in fullscreen mode using jQuery and HTML5 API Advantage of view webpage in FullScreen using jQuery is that it is equally functional both on desktop and mobile devices and across different browsers. This helps streamline programming while providing viewers with … Read more

Free Responsive Navigation Menu using CSS and jQuery

free responsive navigation menu using css and jquery

After long time, I’m going to share a new post “Free Responsive Navigation Menu using CSS and jQuery” which I found recently in github and it was very help to me in my earlier project. Now a days, all the website owners are updating their sites to responsive due to … Read more

jQuery vs Angular – Which one is better?

jQuery vs Angular

jQuery vs Angular – Before we begin, let’s make this clear: anything jQuery can do or does, AngularJS can do it better and faster. So what’s the point in comparing them, you ask? jQuery is a library and Angular is a MVVM framework. jQuery is included in Angular.js file so … Read more

Facebook Url Expander with jQuery Ajax and PHP

Facebook Url Expander using jQuery and PHP

I hope everyone noted this feature in Facebook. If you copy and paste any facebook url in your status, facebook will display the exact data from the url you have shared. I have used facebook social embed plugin to achieve what we need in this tutorial Previously I had published … Read more