There is no way to hide Javascript programs, but . . .

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dung Ping

    There is no way to hide Javascript programs, but . . .

    If saving Javascript and CSS code as external files, access to them
    will be more difficult. Extra efforts are needed to open those files.
    Please verify.

    Also, I've heard Java and Visual Basic have certifications. Javascript
    is extremely useful. Is there a similar certificate?

    Thanks.
    Dung Ping

  • Christopher Benson-Manica

    #2
    Re: There is no way to hide Javascript programs, but . . .

    Dung Ping <dungping5@yaho o.com> wrote:
    [color=blue]
    > If saving Javascript and CSS code as external files, access to them
    > will be more difficult. Extra efforts are needed to open those files.
    > Please verify.[/color]

    If someone is savvy enough to want your CSS and script, they will make
    short work of getting it. The extra effort is marginal, and will only
    stop those who are not worth stopping.

    --
    Christopher Benson-Manica | I *should* know what I'm talking about - if I
    ataru(at)cybers pace.org | don't, I need to know. Flames welcome.

    Comment

    • Baconbutty

      #3
      Re: There is no way to hide Javascript programs, but . . .

      >Extra efforts are needed to open those files.

      Not really. It is very easy.
      [color=blue]
      >Is there a similar certificate?[/color]

      Not aware of one. Java and Visual Basic are lead by Sun and Microsoft.
      Javascript does not have one controller to dream up certification
      schemes.

      Comment

      • Martin Honnen

        #4
        Re: There is no way to hide Javascript programs, but . . .



        Dung Ping wrote:
        [color=blue]
        > Also, I've heard Java and Visual Basic have certifications.[/color]

        What kind of certification? Like Sun certified Java programmer or MS
        certified VB programmer?
        [color=blue]
        > Javascript
        > is extremely useful. Is there a similar certificate?[/color]

        There are certainly companies where you can take courses in HTML and/or
        CSS and/or client-side JavaScript which will at the end give you some
        certificate, e.g. that one here
        <http://www.brainbench. com/xml/bb/common/testcenter/taketest.xml?te stId=1186>

        That is just one example, I am sure there are others, use a search engine.


        --

        Martin Honnen

        Comment

        • Randy Webb

          #5
          Re: There is no way to hide Javascript programs, but . . .

          Dung Ping said the following on 10/4/2005 11:40 AM:
          [color=blue]
          > If saving Javascript and CSS code as external files, access to them
          > will be more difficult. Extra efforts are needed to open those files.
          > Please verify.[/color]

          I can verify thats a flawed reasoning.

          Extra effort in having to do one more step? Yes.
          Extra effort in excessive effort to prevent it? No way.
          [color=blue]
          > Also, I've heard Java and Visual Basic have certifications. Javascript
          > is extremely useful. Is there a similar certificate?[/color]

          Yes, you can use signed scripts. They aren't cheap and they won't
          protect anything.

          --
          Randy
          comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly

          Comment

          • web.dev

            #6
            Re: There is no way to hide Javascript programs, but . . .


            Dung Ping wrote:[color=blue]
            > If saving Javascript and CSS code as external files, access to them
            > will be more difficult. Extra efforts are needed to open those files.
            > Please verify.[/color]

            Piece of cake.
            [color=blue]
            > Also, I've heard Java and Visual Basic have certifications. Javascript
            > is extremely useful. Is there a similar certificate?[/color]

            All that a signed certificate does is proving its authenticity and
            nothing more. It won't prevent users from seeing your code.

            Comment

            • Dr John Stockton

              #7
              Re: There is no way to hide Javascript programs, but . . .

              JRS: In article <1128440433.115 735.162580@g49g 2000cwa.googleg roups.com>
              , dated Tue, 4 Oct 2005 08:40:33, seen in news:comp.lang. javascript,
              Dung Ping <dungping5@yaho o.com> posted :[color=blue]
              >If saving Javascript and CSS code as external files, access to them
              >will be more difficult. Extra efforts are needed to open those files.
              >Please verify.[/color]

              There are better reasons for putting javascript and CSS in external
              files, unless your Web presence consists only of individual pages with
              no common script or CSS.

              The method will be reasonably effective at hiding stuff from those who
              know no more than the one who asked the question. Those who do know
              more may be interested, but are unlikely to benefit from copying what
              they find.

              --
              © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 IE 4 ©
              <URL:http://www.jibbering.c om/faq/> JL/RC: FAQ of news:comp.lang. javascript
              <URL:http://www.merlyn.demo n.co.uk/js-index.htm> jscr maths, dates, sources.
              <URL:http://www.merlyn.demo n.co.uk/> TP/BP/Delphi/jscr/&c, FAQ items, links.

              Comment

              Working...