navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

How would I do this?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> How would I do this?
Page: [1]
 
DaveX

 

Posts: 207
Joined: 5/4/2004
Status: offline

 
How would I do this? - 4/18/2008 22:56:57   
I'd like to have a page where I have a list of other pages (the list would be page titles) with a check box in front of each list item. I'd like the user to have the ability to check any combination of check boxes, click a 'submit' button and be presented with a page links consisting of the links represented by the checked boxes only. I know this sounds a bit goofy but it really does have an application. Perhaps someone may have a better idea. Here's the situation:

Someone has a website that has hundreds of pages. This person uses the site to show clients photos but they want the ability to show only specific photos to specific people without giving the client the ability to browse the rest of the site. So, it's not really a traditional site but more of a utility. So the way I'm seeing it is that the site owner would be able to see a menu that would expand and collapse with different categories. categories would ultimately be populated with lists of all the pages with the actual pictures. the owner would check the links they wanted to show a client and then have a custom list to show them.

Am I making this too complicated? Would a login scheme work better? The owner would need to be able to view it with a menu while the user would not have a menu.
Tailslide

 

Posts: 5912
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: How would I do this? - 4/19/2008 3:27:00   
Would the photos belong to the clients - e.g. like wedding photos or would they be part of an overall pool of photos that the person selects from to show the client and don't actually belong to the client?



_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to DaveX)
DaveX

 

Posts: 207
Joined: 5/4/2004
Status: offline

 
RE: How would I do this? - 4/19/2008 10:21:14   
They are groups of photos (each page may be 9 or 12 photos or so) that all belong to the owner of the site who want to be able to show only selected pages to her clients.

(in reply to DaveX)
Tailslide

 

Posts: 5912
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: How would I do this? - 4/19/2008 11:38:43   
Hmmm... I can see it being lots of work, whatever you do... except... I suppose all the photos need to be within the site's layout do they? Reason I ask is that with photo sites such as Flickr you can set up various "sets" or groups where you drag and drop your photo and you can send a guest pass to someone which allows them access to that set only. But, obviously - it's on Flickr rather than their site so might not be suitable.

If they need an integrated solution then what I'd do is set up a database with (probably minumum) of 3 tables - (something like - categories, photos, client-pages).

The first table would have various categories (say - people, landscapes, weddings, pets, houses, corporate etc etc) which you can add via a form in a passworded client admin area.

The second table would hold the name of the photos and, via a form, assign each various categories (can be more than one) to that image name.

The third table would create a client page (doesn't have to be passworded - the url to the page can include a random number) - during the process of creating that page (via another online form) you can choose which categories of photos to show on the page (e.g. all weddings, all corporate and people for example via a multiple select field). The page is then generated with a random number on the URL to avoid needing passwords. That page would have all the photos from the categories chosen.

The client admin area would have each client page listed with edit and delete links next to it so that when you're done with it - you can just delete the page. Or maybe keep them if they're likely to re-use.



_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to DaveX)
jurgen

 

Posts: 385
Joined: 1/9/2007
From: Castle Rock, Colorado
Status: offline

 
RE: How would I do this? - 4/19/2008 15:00:16   
I think Jalbum would be a good way to do it. You can sort the images by categories and present it to the customers....

_____________________________

Wedding Dresses Colorado

(in reply to Tailslide)
DaveX

 

Posts: 207
Joined: 5/4/2004
Status: offline

 
RE: How would I do this? - 4/22/2008 0:50:33   
I'm thinking it would maybe be a page the owner logs into with a list of all of the locations driven by a collapsible menu. she checks boxes and a submit button that would then generate a page of links she could send to a client. Does that make sense? The links would go to stand alone, non-linked pages.

(in reply to DaveX)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: How would I do this? - 4/22/2008 8:24:44   
I think you're looking at a custom Dbase solution here. How's your PHP?

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to DaveX)
DaveX

 

Posts: 207
Joined: 5/4/2004
Status: offline

 
RE: How would I do this? - 4/23/2008 23:37:11   
PHP? What's that? Seriously, I have really no DB experience. I've used them a bit but I've never created one. Most of my little experience is with Access. I started looking into MySQL a bit but it melted my head a bit. Any suggestions?

(in reply to jaybee)
Tailslide

 

Posts: 5912
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: How would I do this? - 4/24/2008 1:35:23   
Well basically you're either going to have to learn some PHP to go with the MySQL or another serverside language such as ASP to do what you want.

Depending on your time limitation I'd seriously suggest subbing this job out to a developer who can do this part of the job for you.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to DaveX)
jaybee

 

Posts: 13957
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: How would I do this? - 4/24/2008 8:45:46   
If you have acres of time then go to SitePoint and take a look at their PHP MySQL training books.

Otherwise, farm it out.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
Page:   [1]

All Forums >> Web Development >> General Web Development >> How would I do this?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts