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 05-02-2011, 11:37 PM   PM User | #1
jasonwest2011
New to the CF scene

 
Join Date: May 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
jasonwest2011 is an unknown quantity at this point
Angry Tough Problem to solve

so here it is,

i have a website, and i'd rather keep the topic of the website out of this, and i want users to be able to paste an image URL into a program/generator and then the image will be added to a slideshow which moves onto the next image every specific amount of time.

the purpose is to display an image on the homepage, and it change automatically at a set time limit to another photo which someone has submitted.

if there is any way to do this, or any more efficient ways, please let me know.

i must also add, i am only using google sites do develop my website although it is live on the internet as a .co.uk website. i apologise if this post is in the wrong section
jasonwest2011 is offline   Reply With Quote
Old 05-03-2011, 12:12 AM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,055
Thanks: 8
Thanked 1,032 Times in 1,023 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Here's the problem with that ...

You are going to be "hot-linking" to other websites ... displaying their photos on your site.
Not only unethical, but in some cases, if the site has hot-linking disabled, your photo
won't appear (only a box with an X in it).

If you have users upload their own photos to your site, that would be a totally
different situation. You want them to provide URL's to photos and then display
them on your site.

Give me the URL to your site and let me hot-link all of your images to my site.
I'll show you how quickly I can destroy your bandwidth.



.
mlseim is offline   Reply With Quote
Old 05-03-2011, 04:51 AM   PM User | #3
cineweekly.com
Regular Coder

 
cineweekly.com's Avatar
 
Join Date: Aug 2010
Posts: 485
Thanks: 14
Thanked 3 Times in 3 Posts
cineweekly.com can only hope to improve
Maybe he doesn't mean hotlinking but linking to an image that is then submitted to his own database (and only downloaded from the source once). That would be totally fine but I'm not into that kind of coding, I'm more of a graphical guy so someone will have to point you in that direction.
__________________
¿¿¿ curious ???
cineweekly.com is offline   Reply With Quote
Old 05-03-2011, 12:23 PM   PM User | #4
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,055
Thanks: 8
Thanked 1,032 Times in 1,023 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
With their own database, or site, that would be perfectly fine.


.
mlseim is offline   Reply With Quote
Old 05-03-2011, 04:18 PM   PM User | #5
teedoff
Senior Coder

 
Join Date: Aug 2010
Location: High Point, NC
Posts: 3,325
Thanks: 5
Thanked 363 Times in 360 Posts
teedoff is on a distinguished road
If this is legit, then you could use server side and a database(php and MySQL). Then once the user uploaded an image(using a SQL insert query), then using a SQL query you could display the images. I guess you could use some javascript to loop through the images at specified time intervals, or even display them using a canned image gallery script.
__________________
Teed
teedoff is offline   Reply With Quote
Reply

Bookmarks

Tags
coding, design, difficult, problem, web

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:53 AM.


Advertisement
Log in to turn off these ads.