February 9, 2018 / Comments: 0

How to implement Image LightBox to gallery?

How to implement Image lightbox on LPG? Today we are going to look into how to implement a jQuery ImageLightBox plugin into Light-weight PHP gallery which was disscused in the previous tutorial. Firstly, we will look into the basics of how to configure the plugin to work on the gallery as well as some of the basic plugin's features, such as overlay and close button....

Tags: gallery  php  jquery  css  

January 30, 2018 / Comments: 0

How to create a gallery with thumbnails using PHP?

Creating a gallery with thumbnails and pagination In this tutorial, I'll be showing you how to make a safe to use, yet simple, gallery with thumbnails, without database, using PHP only. We will also include pagination and sorting of the images by creation date(when they were uploaded) that will somewhat replicate the SQL datetime effects. The basic concept is to...

Tags: gallery  php  

January 30, 2018 / Comments: 0

Tricks and traps when creating a Gallery

Gallery Tricks and Traps (How to Prologue) Every now and then, but more often than not, a web developer is asked to deliver a gallery application for uploading and displaying images on the client's website. Now it depends on the client's wishes how exactly to approach the task ahead. One option is to search for galleries online and see, if anything comes close to...

Tags: gallery  security