Hey Guys, I'm struggeling with an idea of mine and hope there's someone here who can help me.
My idea:
A small gallery package, consisting of as few files as possible (html, css, javascript) that can read the /images folder in the same folder, and output those files to the html so it can be viewed in a gallery.
What I've got
I've found a minimalistic gallery with just the basics: an index.html, a style.css and an /images folder
I also searched for methods in JS to index files.
The problems
the index methods I found for JS all work with ActiveX, a script that needs to be allowed to run by the users. That and I can't figure out how to pass the indexed photos to the html so it can make a fancy gallery for me.
So, I'm looking for:
1. a method in javascript or easy alternative (can it be done in html5?) for the retrieval of photos and indexing them
2. a way to get that index in the html so it can order and place them on a nice grid
I've searched the internet and these boards but couldn't find anything useful yet. And I must say I'm not a skilled developer, I just started learning. So the answer could be very simple but I just haven't learned it yet.
Either way I hope someone can brainstorm and give me some pointers as to how I can achieve my goal.
Thanks for your time and help.