Page 1 of 11 123 ... LastLast
Results 1 to 10 of 103

Thread: Ethical use of view source?

  1. #1
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ethical use of view source?

    Is it ok to or ethical to view a web pages script and take what you want from it? I found a site with some really cool scripts that I want to use and wonder if I should. What would you do? JF

  2. #2
    Join Date
    Feb 2006
    Posts
    78
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    why dont you ask the author and credit him afterwards.

  3. #3
    Join Date
    Nov 2006
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    exactly....simply cut-n-pasting someone else's code into your own because you can't write your own, or don't have the time would be unethical.

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Personally, I'd say this was a victimless crime -- the author isn't losing anything by your taking the scripts, so there shouldn't be anything unethical about it. Unfortunately, the philosophical arena is somewhat divided in this area, and the legal opinion, at least in Britain (see Operation Spanner), is that victimless crimes are still unethical (and thus, illegal).

    Of course, it's the author's views that matter the most (although the RIAA might disagree ). Email him and ask if he'd mind.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Source code, like content, is copyrighted by default, by US, and other (British, it seems) country's copyright law.

    You cannot just copy it.

    I like looking at source for examples of things, like, for example, a particular tag that I'm not used to... I can see what it does.

    So... learning from source is great.

    But just copying isn't.

    Anything that is obviously/noticably copied is bad. For example, if you're just copying a link tag, there's no issue, even though it IS technically copyrighted.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. #6
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Me personally, if i see a website that has some types of code (that can be viewed in source) and I don't know how to do it, I will copy, and post it on my home computer simply to learn by it. Then after learning, I would make a modified copy of it using "from-scratch" coding methods to make a similar finished product (if that makes sense). I would not put a code that I "stole" from a website on a publically viewable site. Just not right in my book. (Just my two cents worth)
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Exactly.

    Learning from examples = ok.
    Copying directly to your site = not ok.

    Note that "learning" doesn't mean memorizing/retyping
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am not copying it directly to my site. I would take the navigation. If and when I do copy it, it will take me probably a few days to get it to do what I want it to do. I would find a script here in dynamic but I could find one that does what I need it to. If they can't really tell that it was from there site, even legally they couldn't really do anything. I don't think its unethical. I think that if it was horribly important to them they would at least put in the source that they want you to ask them before you can use it. I personally don't care if someone takes my scripts that I write for their own use. JF

  9. #9
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by chovy View Post
    exactly....simply cut-n-pasting someone else's code into your own because you can't write your own

    Thats for Myspace users.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  10. #10
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Freeman View Post
    If they can't really tell that it was from there site, even legally they couldn't really do anything.
    Are you trying to rationalise theft?

    I don't think its unethical.
    Your opinion doesn't really matter: it is unethical to steal someone else's work.

    I think that if it was horribly important to them they would at least put in the source that they want you to ask them before you can use it.
    Why? Surely the default position should be that no-one can take something from someone else unless they are given explicit permission.

    I personally don't care if someone takes my scripts that I write for their own use.
    Good for you. Other people do care.

    Mike

Bookmarks

Posting Permissions

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