my-programming-tutorials-logo

My Programming Tutorials

16 Best Tools for Programmers to increase productivity

Last updated on by , 2 comments

16 Best Tools for Programmers to increase productivity

In this article, we are going to know about some best tools for programmers, which will definitely prove to enhance their productivity. This piece of content is specially written for new programmers and web developers. Because they literally just don’t know that some magical tools available out there to reduce their load. Hey! you are… Read More »

How To Create Infinite Scroll Pagination With PHP And Ajax

Last updated on by , 34 comments

How To Create Infinite Scroll Pagination With PHP And Ajax

In this tutorial, we are going to learn that how to create infinite scroll pagination with PHP and Ajax. All of you probably must have seen this feature in some websites that you can load more content by just scrolling down. It can be possible via AJAX. I hope all of you guys will be familiar with… Read More »

Close or Hide DIV when clicking outside

Last updated on by , 8 comments

Close or Hide DIV when clicking outside

In this tutorial, I’m gonna demonstrate you how to track if a click event is being made outside of an HTML element. Through this example, we are going to close or hide div using Jquery when a click action occurs outside of that element on which the DIV was produced by clicking. If you have ever… Read More »