Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Where to know Javascripts

Where to know Javascripts

Scheduled Pinned Locked Moved ASP.NET
csharpjavascriptvisual-studioquestionlounge
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    netJP12L
    wrote on last edited by
    #1

    Hi guys, I always wonder where to get all the reference and detailed info about javascript. I have a general knowledge about javascript but when I found javascript codes on different advanced sites they all have Hi-Fi syntax. For instance, divs[i].className=='popupcontainer'. I use VS2005 but it provides basic properties and methods. In addition, how can I be sure what methods and properties the javascript object takes. Unlike in VS.Net for C# or VB, we can see all the properties by just typing "."/ period and it tells what does that method do. Nevertheless, I have seen a javacript in 24 days but that talks about general stuff. Can sombody tells me where can I found all the javascipt detailed info about methods and properties. Thanks

    M L B R 4 Replies Last reply
    0
    • N netJP12L

      Hi guys, I always wonder where to get all the reference and detailed info about javascript. I have a general knowledge about javascript but when I found javascript codes on different advanced sites they all have Hi-Fi syntax. For instance, divs[i].className=='popupcontainer'. I use VS2005 but it provides basic properties and methods. In addition, how can I be sure what methods and properties the javascript object takes. Unlike in VS.Net for C# or VB, we can see all the properties by just typing "."/ period and it tells what does that method do. Nevertheless, I have seen a javacript in 24 days but that talks about general stuff. Can sombody tells me where can I found all the javascipt detailed info about methods and properties. Thanks

      M Offline
      M Offline
      Mark J Miller
      wrote on last edited by
      #2

      Try "Pure Javascript" (Sams Publishing) by Wyke, Gilliam and Ting. I bought it 6 years ago and it's still useful. It is a true reference. The first few chapters cover the basics, then the rest of the book is a reference with every object with each method and property. Also, each object, method and property has an example and a notes which browsers support it with version numbers. I love it. Whenever I have a question about any javascript I go there first.

      1 Reply Last reply
      0
      • N netJP12L

        Hi guys, I always wonder where to get all the reference and detailed info about javascript. I have a general knowledge about javascript but when I found javascript codes on different advanced sites they all have Hi-Fi syntax. For instance, divs[i].className=='popupcontainer'. I use VS2005 but it provides basic properties and methods. In addition, how can I be sure what methods and properties the javascript object takes. Unlike in VS.Net for C# or VB, we can see all the properties by just typing "."/ period and it tells what does that method do. Nevertheless, I have seen a javacript in 24 days but that talks about general stuff. Can sombody tells me where can I found all the javascipt detailed info about methods and properties. Thanks

        L Offline
        L Offline
        linpihong
        wrote on last edited by
        #3

        i have the same proplem with you, i often searched it in google when i have some javascript proplem.

        1 Reply Last reply
        0
        • N netJP12L

          Hi guys, I always wonder where to get all the reference and detailed info about javascript. I have a general knowledge about javascript but when I found javascript codes on different advanced sites they all have Hi-Fi syntax. For instance, divs[i].className=='popupcontainer'. I use VS2005 but it provides basic properties and methods. In addition, how can I be sure what methods and properties the javascript object takes. Unlike in VS.Net for C# or VB, we can see all the properties by just typing "."/ period and it tells what does that method do. Nevertheless, I have seen a javacript in 24 days but that talks about general stuff. Can sombody tells me where can I found all the javascipt detailed info about methods and properties. Thanks

          B Offline
          B Offline
          badgrs
          wrote on last edited by
          #4

          Hopefully these links will help. When searching google use the keyword 'reference' and you should find more. 'Official' ECMAScript spec Mozilla Javascript reference Microsoft IE JScript reference (has a lot of IE specific features, use with caution) Pretty good DOM reference

          1 Reply Last reply
          0
          • N netJP12L

            Hi guys, I always wonder where to get all the reference and detailed info about javascript. I have a general knowledge about javascript but when I found javascript codes on different advanced sites they all have Hi-Fi syntax. For instance, divs[i].className=='popupcontainer'. I use VS2005 but it provides basic properties and methods. In addition, how can I be sure what methods and properties the javascript object takes. Unlike in VS.Net for C# or VB, we can see all the properties by just typing "."/ period and it tells what does that method do. Nevertheless, I have seen a javacript in 24 days but that talks about general stuff. Can sombody tells me where can I found all the javascipt detailed info about methods and properties. Thanks

            R Offline
            R Offline
            RichardGrimmer
            wrote on last edited by
            #5

            http://www.w3schools.com/[^] is my bible. And the intellisense in 2K5 for JS is crappy - just have to deal with it unfortunately....

            "Now I guess I'll sit back and watch people misinterpret what I just said......" Christian Graus At The Soapbox

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups