
Create a Custom Alert and Confirmation Dialogue With PHP and JQuery
In this article, we'll create our own JavaScript alert and confirmation and style it because the standard doesn't allow custom styling.
In this article, we'll create our own JavaScript alert and confirmation and style it because the standard doesn't allow custom styling.
Lightboxes are a great way to display your photo gallery and super simple to implement. Learn how you can create your own with JQuery.
Learn how you can use a for loop to create pagination with offsets and limits using loops and PHP's built-in array_slice() function.
Infinite scroll is a great way to increase page load times by excluding content until a user is ready to see it. This article explains how it can be done.
Spruce up your HTML buttons with these easy-to-implements css animation techniques that will make your website designs more attractive.
Have a form that sends data that takes more than a few seconds to process? Prevent multiple form submissions with JQuery and even vanilla JavaScript.