Coders

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karlm
    Confirmed User
    • Jun 2004
    • 4194

    #1

    Coders

    Do you know a good place where i can compare the core features off VBscript, Jscript and Javascript

    Or if you know the info please post
    ICQ 584665926
  • mortenb
    Confirmed User
    • Jul 2004
    • 2203

    #2
    What kind of script are you trying to code? Then we could help you understand the strengths and weaknesses each language has for that particular project.

    Comment

    • karlm
      Confirmed User
      • Jun 2004
      • 4194

      #3
      Just in general
      ICQ 584665926

      Comment

      • karlm
        Confirmed User
        • Jun 2004
        • 4194

        #4
        Bumpy bump
        ICQ 584665926

        Comment

        • bawdy
          Confirmed User
          • Feb 2002
          • 1424

          #5
          http://msdn.microsoft.com/library/de...chnologies.asp

          I prefer to code asp pages in JScript as its similar to Javascript on Client Side, and PHP, Flash ActionScript and Cold Fusion (later versions that support Javascript Script)

          Unfortunately I have to do a lot of maintenance for VBScript scripts that other people have written.

          The only features I have found that JScript doesnt support that VBScript does is some functions relating to handling binary data... especially in relation to file uploading... but with .Net this isnt a problem.

          The only other thing is that there are lots more resources for VBScript than JScript in relation to asp programming.

          Comment

          • karlm
            Confirmed User
            • Jun 2004
            • 4194

            #6
            Thanks mate
            Originally posted by bawdy
            http://msdn.microsoft.com/library/de...chnologies.asp

            I prefer to code asp pages in JScript as its similar to Javascript on Client Side, and PHP, Flash ActionScript and Cold Fusion (later versions that support Javascript Script)

            Unfortunately I have to do a lot of maintenance for VBScript scripts that other people have written.

            The only features I have found that JScript doesnt support that VBScript does is some functions relating to handling binary data... especially in relation to file uploading... but with .Net this isnt a problem.

            The only other thing is that there are lots more resources for VBScript than JScript in relation to asp programming.
            ICQ 584665926

            Comment

            Working...