Website for a book - preCharge Forums
It shows that you are unregistered. Please register with us by clicking Here
preCharge Forums


Nav Green LeftNav Right
preCharge Forums > Website Design & Development > Website Design » Website for a book


Reply
Tcat Right
 
LinkBack Thread Tools Display Modes Tcat Right
Old 08-15-2006   #1 (permalink)
rykiel
Member
 
Join Date: Jun 2006
Age: 29
Posts: 74
Default Website for a book

I'm currently reviewing the specs for the website of a book we're about to publish. It goes like this, once you purchase a printed copy of the book, you get access to its online website where you can view images and watch videos. However, the user should not be able to download these images / videos. Is there a way to do it?
__________________
Certified CSS Sushi Chef
rykiel is offline   Reply With Quote


Old 08-15-2006   #2 (permalink)
StarLab
Forum Management
 
StarLab's Avatar
 
Join Date: Jul 2006
Location: Ontario, Canada
Age: 45
Posts: 1,464
Send a message via ICQ to StarLab Send a message via MSN to StarLab
Default Re: Website for a book

There are some Javascript solutions, but are not 100%. It would work for the less "computer savvy" crowd. I haven't looked into this for a while now, so maybe there's something new floating around.
__________________
Larry
[DarkStar Retro Project] - A world wide search for ultra-rare software.

"Writing is the most fun you can have by yourself!" --Terry Pratchett
----
Gorgeous On Life - The world from a Cat's point of view!
StarLab is offline   Reply With Quote

Old 08-15-2006   #3 (permalink)
hues
Member
 
hues's Avatar
 
Join Date: Jun 2006
Location: Dehradun, India
Age: 44
Posts: 41
Send a message via Yahoo to hues
Default Re: Website for a book

Yes I agree, there are some javascript codes but that work only for less "computer savvy" crowd. There may be several other ways to download pictures / save text even if you have used these codes which prevent the user from downloading pictures / text.
__________________
A creative and experienced web site developer

Hues Technologies
hues is offline   Reply With Quote

Old 08-15-2006   #4 (permalink)
VP
Member
 
VP's Avatar
 
Join Date: Jul 2006
Location: Espoo, Finland
Age: 20
Posts: 79
Send a message via ICQ to VP Send a message via AIM to VP Send a message via MSN to VP Send a message via Yahoo to VP
Default Re: Website for a book

No way to prevent images, the user can always just print screen.
__________________
Indiana Jones
VP is offline   Reply With Quote

Old 08-18-2006   #5 (permalink)
rykiel
Member
 
Join Date: Jun 2006
Age: 29
Posts: 74
Default Re: Website for a book

I've thought about using javascript too. Does anyone know or has an idea what technology is being used by the Google book website?
__________________
Certified CSS Sushi Chef
rykiel is offline   Reply With Quote

Old 08-24-2006   #6 (permalink)
scoooooty
Senior Member
 
scoooooty's Avatar
 
Join Date: Aug 2006
Location: Victoria Australia
Age: 22
Posts: 360
Send a message via MSN to scoooooty
Default Re: Website for a book

This simple Java script will stop people from right click on your images and saving them. But they can allways do it other ways.

Place in the <head>

Code:
<script language="JavaScript"> <!--
// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, that function is disabled.\n\nContents & Graphics Copyright ©your name\nOur work is not Public Domain, and should NOT be taken from this site."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
// --> </script>
__________________
www.tutocity.com - Free Website Templates And Tutorials - www.tutocity.com
scoooooty is offline   Reply With Quote

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please review our new website design (hosting website zachary Website Reviews 11 08-04-2006 10:56 PM
The Book to Film Process kibeth Entertainment 2 08-01-2006 12:43 PM
It There A Book? skaterman 2 Forum Management 2 12-03-2005 03:42 PM


footer left
All times are GMT. The time now is 11:29 AM.

DISCLAIMER: preCharge Risk Management is not responsible for any opinions, advice or comments expressed on the preCharge Community Forums.
preCharge® is a registered trademark of preCharge Risk Management | chargeback protection | Merchant Account Blog

Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6

Loans | Internet Advertising | Loans | Car Loan | Loans

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49