Re: [css-d] denying the downloading of img

2007-12-12 Thread Jason Viers
jaklitsch maya wrote:
> I have a request to stop anyone from copying and
> downloading images from the website I am working on
> now.
>   

Impossible.  Images are displayed by your web browser by doing a request 
for the image file and "downloading it" to a temporary location.  There 
are various steps you can try to take to make it more difficult, but 
they add various layers of complexity to your system and they're easily 
beaten.

Even ignoring the various transfer mechanisms, what's to stop someone 
from taking a screenshot of the webpage and cropping out the image?

If it's photographs we're talking about you could place a watermark on them.

Jason

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] denying the downloading of img

2007-12-12 Thread Stephan Wehner
On Dec 12, 2007 11:57 AM, jaklitsch maya <[EMAIL PROTECTED]> wrote:
> I have a request to stop anyone from copying and
> downloading images from the website I am working on
> now.
>
> Someone told me that that is possible with css. I have
> researhed it, but have not been able to find anything
> on that.
>
> I have a few questions.
>
> 1. is it possible with css?
No.
>
> 2. if it is how do I go about it?
See 1.
>
> 3. if it is not possible, what do I need to use to do
> it?
>
> The website is necwa.org, and this concerns mostly the
> footer images as these are fairly large, and the
> organization would like to prevent their downloading.


There are more or less two possibilities

A. Make the images smaller.

B. Don't make them publicly available through the webserver

  B1. Place the images in a directory that requires login/password
  B2. Make the images only available after a CAPTCHA is filled out.

Cheers,

Stephan
-- 
Stephan Wehner

-> http://stephan.sugarmotor.org
-> http://www.thrackle.org
-> http://www.buckmaster.ca
-> http://www.trafficlife.com
-> http://stephansmap.org
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] denying the downloading of img

2007-12-12 Thread Joshua Kappers
If images are visible on a webpage, they can be aquired by anyone accessing
the webpage. There is no way around it. There are so many ways someone can
get themthere is no solution that covers them all. It is impossible.

On Dec 12, 2007 1:57 PM, jaklitsch maya <[EMAIL PROTECTED]> wrote:

> I have a request to stop anyone from copying and
> downloading images from the website I am working on
> now.
>
> Someone told me that that is possible with css. I have
> researhed it, but have not been able to find anything
> on that.
>
> I have a few questions.
>
> 1. is it possible with css?
>
> 2. if it is how do I go about it?
>
> 3. if it is not possible, what do I need to use to do
> it?
>
> The website is necwa.org, and this concerns mostly the
> footer images as these are fairly large, and the
> organization would like to prevent their downloading.
>
> Thanks.
>
>
>
>  
> 
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] denying the downloading of img

2007-12-12 Thread Paul Hanson
I stopped reading at the end of your first sentence. Read this: 
http://www.webdeveloper.com/forum/archive/index.php/t-87939.html

Paul Hanson
Technical Writer
RoboHelp ACE - http://www.adobe.com/support/forums/team_macromedia/robohelp.html
Quintrex Data Systems http://www.quintrex.com
email: phanson at quintrex.com


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jaklitsch maya
Sent: Wednesday, December 12, 2007 1:57 PM
To: css-d@lists.css-discuss.org
Subject: Re: [css-d] denying the downloading of img

I have a request to stop anyone from copying and downloading images from the 
website I am working on now.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] denying the downloading of img

2007-12-12 Thread jaklitsch maya
I have a request to stop anyone from copying and
downloading images from the website I am working on
now.

Someone told me that that is possible with css. I have
researhed it, but have not been able to find anything
on that. 

I have a few questions.

1. is it possible with css?

2. if it is how do I go about it?

3. if it is not possible, what do I need to use to do
it?

The website is necwa.org, and this concerns mostly the
footer images as these are fairly large, and the
organization would like to prevent their downloading.

Thanks.


  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/