mmarable
Jun 12 2007, 07:29 AM
Okay, I've finally decided to take the jump into web development. Now, to put things into perspective when I say "web development" I'm pretty happy when I manage to create a web page that says "Hello world", so please be patient with me.
What has sparked my interest in this is wanting to make a web site gallery of digital pictures and such. I thought that would be an interesting project to tackle and learn something new with. What I'd like to try to accomplish is a simple web page that automatically pupulates itself with images it finds in a given folder. So, I put various graphic files into a folder (and that is all that it has in it) and when the page loads it'll dynamically create a gallery of the images.
What kind of options do I have to do this sort of thing?
Thanks
Mike
ripken204
Jun 12 2007, 08:46 AM
http://ifoto.ireans.com/this is the best that i could find. im currently using it on a website im making, its very easy and looks good.
mmarable
Jun 12 2007, 09:44 AM
Looks promising. How do I make it work? (I'm having trouble getting a handle on PHP.)
I have a basic Index.htm file (it says "Hello world" right now). I'd put a link called something like "Picture Gallery", but what would I link it to? Index.php? How do you call a PHP script/page from a basic HTML file? I've been hunting around, but I keep finding references to .htaccess modifications on Linux web servers.
ripken204
Jun 12 2007, 10:24 AM
you just link it to index.php
are you doing this on your own comp, apache, a server? you cant just run it from your comp unless you have a server program such as apache installed.
mmarable
Jun 12 2007, 11:08 AM
I'm working on my desktop. so that's going to be a problem.
ripken204
Jun 12 2007, 11:39 AM
http://www.apachefriends.org/en/xampp-windows.htmlthis is what i use to turn my computer into a "server"
gamehead200
Jun 12 2007, 01:01 PM
This works pretty well:
http://celerondude.com/php-simple-galleryIt's exactly what you want, too!
Zxian
Jun 15 2007, 07:43 AM
Second vote for CeleronDude! It's very simple to use, and you just dump pictures in the directory. The script does the rest.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.