Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-27-2012, 09:43 PM   PM User | #1
thebluebus
New Coder

 
Join Date: Feb 2010
Posts: 33
Thanks: 6
Thanked 0 Times in 0 Posts
thebluebus is an unknown quantity at this point
bit of advice - filterable images

I've got a project. I've got 1000's of images and I want a series of drop down boxes to be able to filter through them based on associated tags specific to each image and dynamically show thumbnails based on the current selection. I'm assuming it would need to be stored in some sort of database, but other than that i'm a bit stuck with how to start.

Any existing similar scripts that spring to mind which i could look at? any tutorials or guides you can think of?

thanks
thebluebus is offline   Reply With Quote
Old 03-28-2012, 08:38 AM   PM User | #2
Mishu
Banned

 
Join Date: Mar 2012
Posts: 306
Thanks: 1
Thanked 28 Times in 28 Posts
Mishu can only hope to improve
Normally you would upload the images to a designated directory on the server and store the meta data (path ro image, tags etc etc) for each image in a database. How you design your database tables to store the meta data depends on what information you want to store.

Then on your web page you should use a server side language (php, asp, jsp etc) to extract the relevant info from the databse to create the html for the dropdowns.
Mishu is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:50 PM.


Advertisement
Log in to turn off these ads.