coding conventions/good practices in js

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Montezuma's Daughter

    coding conventions/good practices in js

    Hi All
    my long webpages are a mess and I want to improve them. is there a
    place I can read about coding conventions/good practices in js?
    thanks
    U.
  • Thomas 'PointedEars' Lahn

    #2
    Re: coding conventions/good practices in js

    Montezuma's Daughter wrote:
    my long webpages are a mess and I want to improve them. is there a
    place I can read about coding conventions/good practices in js?
    You are just bathing your hands in it.


    PointedEars
    --
    Use any version of Microsoft Frontpage to create your site.
    (This won't prevent people from viewing your source, but no one
    will want to steal it.)
    -- from <http://www.vortex-webdesign.com/help/hidesource.htm>

    Comment

    • MC

      #3
      Re: coding conventions/good practices in js

      Yes,

      There is. I like running my code through code checkers and see what they
      find. I learn a lot that way. Here are some:
      JSLint, The JavaScript Code Quality and Coverage Tool. This file allows JSLint to be run from a web browser. It can accept a source program and analyze it without sending it over the network.


      Frustrated with pesky Javascript errors? Let ScrypTik editor find syntax errors for you. ScrypTik is a Javascript editor with a built-in Javascript parser. A xhtml/Javascript authoring tool and syntax checker (or validator) that checks all javascript code


      Hope that helps more than the previous junk post,
      Mica


      Comment

      Working...