Results 1 to 9 of 9

Thread: Interested in Art?
      
   

  1. #1
    daveshore is offline Sergeant First Class
    Join Date
    Jul 2005
    Posts
    53

    Smile Interested in Art?

    Hi,

    I put this site together for a small Fine Art Gallery. Originally it was only going to be a 2 or 3 page site - seems he liked it so much he just keeps adding to it!

    With this site I have tried to protect the artists images as best I can from internet "thieves", but without lowering the quality of the images. I know that print screen will still work, but at least it prints out a Copyright message too, and I assume that screen capture will still allow people to copy images. Hopefully I have managed to deter the "casual" image copiers by disabling the right-mouse click and mouse hover facility!!

    Hope you enjoy the pictures. www.harrisonlord.com

    Regards,
    Dave Shore

  2. #2
    nstacey is offline Sergeant
    Join Date
    Mar 2006
    Posts
    21

    Default Re: Interested in Art?

    Hi Dave,

    Very nice site - it has that professional look, which I think is often difficult to portray, but imperative for a business site.

    If you don't mind me asking, how do you block the image copying? The reason I ask is, I have just created my own fine art site and would like to deter thieves.

    I'm not too far from this gallery - maybe I should take some of my work along!!

  3. #3
    daveshore is offline Sergeant First Class
    Join Date
    Jul 2005
    Posts
    53

    Cool Re: Interested in Art?

    Hi nstacey,

    Thanks for the comments.

    To do the copy prevention you need to place this code into the page HTML, Between Head Tag section:

    <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
    <SCRIPT LANGUAGE="JavaScript1.1">
    function right(e) {
    if (navigator.appName == 'Netscape' &&
    (e.which == 3 || e.which == 2))
    return false;
    else if (navigator.appName == 'Microsoft Internet Explorer' &&
    (event.button == 2 || event.button == 3)) {
    alert("This site is Copyright to W.B.H. Lord & Sons Ltd.");
    return false;
    }
    return true;
    }
    document.onmousedown=right;
    document.onmouseup=right;
    if (document.layers) window.captureEvents(Event.MOUSEDOWN);
    if (document.layers) window.captureEvents(Event.MOUSEUP);
    window.onmousedown=right;
    window.onmouseup=right;
    // End -->

    Just change the red text to your own message.

    If you want to contact this Fine Art Gallery you need to ask for Gordon Taylor (he is my wife's uncle!!) as he runs the gallery. You never know, we might be able to cross link sites!

    Where are you from? I'm originally from Halifax.

    Regards,
    Dave


  4. #4
    nstacey is offline Sergeant
    Join Date
    Mar 2006
    Posts
    21

    Default Re: Interested in Art?

    Thanks for that Dave. I really appreciate it.

    I am originally from Sheffield, but currently live just North of York.

    I think I just might contact the gallery.

    Thanks again for your help.
    New Art website www.nolonstacey.com

  5. #5
    Join Date
    Oct 2005
    Location
    England, UK
    Posts
    4,207

    Default Re: Interested in Art?

    Hi Dave. You've made a lovely website. It's stunning. A very simple design which highlights the work of the shop and the artists. Nice use of colour. I don't kinow if this is the difference in our screens again - but notice on both prints pages that the text in the long frame overshot the frame by a couple of lines. Apart from that - wonderful. Very, very well done. Congratulations. I should imagine Mr Lord is well chuffed.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    daveshore is offline Sergeant First Class
    Join Date
    Jul 2005
    Posts
    53

    Red face Re: Interested in Art?

    Thanks to "Girlonthehill" for your comments - I'm now blushing!!

    I'm concerned though by your comment of the text overshooting the frame. Please can you tell me which page (copy/paste the web addresses) and tell me which browser, operating system and monitor size you are using. Your help would be much appreciated (as indeed are your comments)!!

    Regards,
    Dave

  7. #7
    daveshore is offline Sergeant First Class
    Join Date
    Jul 2005
    Posts
    53

    Default Re: Interested in Art?

    Message to nstacey:

    I notice that your site uses the mouse hover to change some of the images. You may find that the first line of code that I gave you disables this ability!!!

    Regards,
    Dave

  8. #8
    Join Date
    Oct 2005
    Location
    England, UK
    Posts
    4,207

    Default Re: Interested in Art?

    Quote Originally Posted by daveshore
    Thanks to "Girlonthehill" for your comments - I'm now blushing!!

    I'm concerned though by your comment of the text overshooting the frame. Please can you tell me which page (copy/paste the web addresses) and tell me which browser, operating system and monitor size you are using. Your help would be much appreciated (as indeed are your comments)!!

    Regards,
    Dave
    Hiya Dave,

    Ok I've done some investigating and have found that the aforementioned problems only occur on my browser (Netscape 8.1) when I have it set to 'based on Firefox'. When I view 'based on Internet Explorer' it looks perfect. Problem sussed and solved. So that makes your site perfect then? Lol. ;o) Well done indeed.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  9. #9
    daveshore is offline Sergeant First Class
    Join Date
    Jul 2005
    Posts
    53

    Red face Re: Interested in Art?

    Hi Amanda,

    Thanks for the investigation and solution..........now I'm blushing even more!!

    Ta chuck.........

    Regards,
    Dave

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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