Best practices for developing larger JavaScript applications [closed]
Development Environment Well, you need a web server (depends on server-side architecture) like Apache or IIS to simulate the AJAX communication. Sometimes an editor for javascript is included in the editor of the server-side development language. There’s a interesting question about javascript IDEs: https://stackoverflow.com/questions/209126/good-javascript-ide-with-jquery-support Debugging Techniques & Profiling Use built-in browser debugging and profiling tools … Read more