This record will be permanently deleted and cannot be recovered. Are you sure?

Select From places-atlases
  1. chrome-developer-tools

    chrome-developer-tools are the "native" developer tools for the chrome web browser

  2. http://getfirebug.com/

    firebug is the developer tools plugin for the firefox(mozilla) web browser ] inspect ] analyze ] debug ] log ] profile ] layout

    go
  3. http://gist.github.com

    Gist is a simple way to share code "snippets" and "pastes" with others. All gists are Git repositories, so they are automatically versioned, forkable and usable from Git.

    go
  4. http://github.com

    source code control system, repository, versioning,

    go
  5. http://jsfiddle.net/

    js pastebin - Create, share, execute and test your JavaScript right in the browser. This is a great tool for collaborative debugging or for sharing code snippets.

    go
  6. http://jshint.com

    FREE, another linting tool for javascript, not as restrictive as jslint.com,

    go
  7. http://jslint.com

    FREE, online+local, validate your javascript code,

    go
  8. http://jsoneditoronline.org

    view, edit and format json online, FREE

    go
  9. http://jsperf.com

    site for testing your js code performance, can compare native js code to jquery library code or different algorithms for performing a certain operation

    go
  10. http://usejsdoc.org/

    create 'generated' javascript documentation

    go
  11. http://www.jetbrains.com/webstorm/

    $, javascript IDE + html editor,

    go
  12. http://www.webpagetest.org/

    performance testing website,

    go
  13. https://c9.io/

    cloud9 IDE - online javascript IDE + workspace (w/ftp,ssh), collaboration, code completion(sorta like ms intellisense), support for VERSION-CONTROL(git & mercurial),

    go
  14. https://developers.google.com/speed/pagespeed

    Performance analysis tool for websites, points out areas of concern as well as defining the problem and suggesting solutions

    go
  15. ungit

    web based ui for git,