I am an experienced programmer , but quite new to programming Javascript.
Here is what I have done so far:
- Downloaded Dreamweaver (Trial Version Expired).
- Installed NotePad++ (This is what I am currently using to edit the HTML5, and Javascript).
- Downloaded JetBrainsIDE 7.3
- Downloaded IntellijIDE.
- Downloaded Aptana Studio (Seems like there is a bit of a learning curve here. For example its not immediately clear how to run an html file that is not called index.html. I imported some files into a project but only index.html would run. Also running the app just fires up the browser and hides the ide. I realize maybe there are some setting for this, but again, I am not looking to learn an IDE if I don't have to.
So what am I doing now? Opening and closing .js, and .html files with notepad++, then reloading the html page in the browser after I make a change. I suspect that there is a more effective Javascript Ninja way to setup the environment.