Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
After reading
http://www.pragprog.com/magazines/2010-03/javascript-its-not-just-for-browsers-any-more
I'm wondering which is the best IDE to develop server-side javascript applications?
I want a nice development environment with commonjs and node etc. Preferably windows but anything is interesting really. Is there any IDE with some nifty refactoring tools, maybe some intellisense-like function, etc etc.. Or is it notepad++ ftw?
I use Aptana 1.5 its very similar to eclipse which I use # my work every day
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a csv file that I want to process in my cordova app. I know how to find and open files, but no idea how to read the file and parse the content as csv. My research on the web did not bring any result so far. Is there a solution?
Spent two seconds on Google with "javascript parse csv" to find: http://papaparse.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any code standards/style guide checkers for JavaScript?
Basically, the equivalent of PHP_CodeSniffer, but for JavaScript.
There is an open source one called jscs, no experience with it though:
https://github.com/mdevils/node-jscs
It offers NPM (node.js) and Grunt packages for download.
Google JSLint, JSHint. Those are somewhat subjective though, especially JSLint.
Personally, I would recommend JSHint because it's community maintained. Also it has node.js-based CLI tools for code validation.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
please help me to find out what is the latest framework that fit for developing single page application. Thanks in advance.
Please be more specific when asking questions. :)
If your goal is to augment web-based applications with model–view–controller (MVC) capability,then I recommend you to use Angular js or Backbone js.
You can use Angular js http://angularjs.org/ .AngularJS is an open-source JavaScript MVC framework.
This tutorial http://www.revillweb.com/tutorials/angularjs-in-30-minutes-angularjs-tutorial/ is very good for beginners and it's very easy.
And Backbone js http://backbonejs.org/ is also a good framework.Backbone.js gives structure to web applications by providing models.this http://arturadib.com/hello-backbonejs/ tutorial is also a good one for starters.
If you are struggling to choose any framework please read this article http://readwrite.com/2014/02/06/angular-backbone-ember-best-javascript-framework-for-you#awesm=~oymdu8WAUkUbdV
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am very new to web development and I have started development using node.js.
For my application i need to debug code both of my javascript and nodejs c++ implementation code. I tried Visual Studio 2010. It worked good for c++ debugging part but i failed to breakpoint on javascript code. I then searched the forums and found node-inspector. It worked beautifully on javascript part but could not dive into c++ code. All this took me one long day.
Is there a way or a debugger that i can use ?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am a seasoned web developer (XHTML/CSS/JavaScript/X-Browser), and have just installed Fedora 15. Fedora is on the bleeding edge, and ships with Gnome 3 / Gnome Shell as the default desktop. I know Gnome3, Gtk3, Mutter, and Gnome Shell use web technologies for their theming and extensions. Is there a good editor/IDE for developing and testing these themes/extensions? I am currently working on a suite of Rubles in Eclipse/Aptana for this purpose, but I would like to save some time if anyone knows any better tools.
Gtk3 uses a web alike technology that looks like CSS but is not.
And no, at the moment Gtk3 does not have any tools and not even an documentation for it's theming layer.
It's all done trial and error by cloning another theme and playing with it.