Create a Lightbox Photo Gallery With JQuery Lightboxes are a great way to display your photo gallery and super simple to implement. Learn how you can create your own with JQuery.
How to Create Ajax Pagination and Filters With PHP Learn how you can use JQuery, Ajax and PHP to search, filter and paginate through content like products and posts without reloading the page.
How to Sort a Multi-Dimensional Array in PHP In this post we'll add functionality to a form that allows the user to also sort the results of a multi-dimensional array using PHP's built-function, usort.
Infinite Scroll & “Load More” With JQuery and PHP 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.