image gallery

Creating a Filterable Image Gallery using JavaScript Tutorial

In this tutorial, you can learn how to create a simple Filterable Image Gallery using HTML, CSS, and JavaScript. The tutorial aims to provide students and beginners with a reference for creating a useful component for a website or web application. Here, a simple web page script will be provided that demonstrates the creation of a filterable image gallery using the said programming markup and languages.

Multiple Uploads Using PHP & JQuery

I made a simple image gallery using php and jquery. It has a capability to upload multiple images with a maximum of 20 images per upload because the server(WAMP) I used has a limitation in number of images to be uploaded. I also added slideshow on the home page. Once the user hover on the image, it automatically slides. Hope you learn from this simple project of mine.