1
vote
0answers
50 views

How to automatically extract the software architecture of a Javascript program?

Usually, when I try to know more about a program based on its sources, I try to run doxygen on it and to extract the documentation and the global architecture of it (class hierarchy, modules, ...
3
votes
2answers
188 views

Alternative ways for visualizing word frequencies?

I'm looking for an intuitive way to depict word frequencies with the most frequent being the most prominent. I have used http://wordle.net to create simple tag clouds, and used this d3.js for bubble ...
-1
votes
2answers
91 views

Good console / debugging software for javascript? [closed]

I was searching for software that would help me with JavaScript development (I'm a beginner). I learned most of what I know from Codecademy where they have nifty and very use-full console, I was ...
1
vote
2answers
204 views

Looking for a Javascript, Php IDE [closed]

I need a free or opensource IDE to develop javacript (openlayers, jquery, js-test-driver, jasmine), php (Yii framework), no Flash. So far, I'm between Aptana 3 and Netbeans 7. MySql is my db backend. ...
0
votes
0answers
76 views

Visualize Data with popular programming languages [closed]

We have plenty of tools to play with. Here is a list of things I'm currently looking at, with processing being currently the weapon of choice. Dear ops, before you flag this question as irrelevant - ...
1
vote
0answers
62 views

What basic tools used in web development [closed]

Looking for some info on basic tools of web development. As a java developer I am somewhat used to and reliant on using eclipse as my IDE. However every time I go to create something in html I am ...
1
vote
1answer
49 views

reformat single run-on line with line breaks and indent

I have a javascript file where all the line breaks and spacing has been removed, so the whole thing is on a single line. I'm looking for a utility that will add back in line breaks and indents to ...
2
votes
1answer
286 views

Adding JavaScript Libraries to Sonar

Is there a way of adding javascript libraries to Sonar? I found that we can define undefined variables in 'General Settings' option, but couldn't find a way to tell Sonar that I have used a specific ...
0
votes
2answers
242 views

Click on image javascript

I am using true client protocol and i have a web app on which Search button exist which type is image and i have to click on that image button to extract some results. html code of Search button is: ...
0
votes
2answers
913 views

Is there an opensource web based media player which can play all video formats,podcasts ,ppt slideshow and word doc presentation?

Is there any open source, Flash- or Javascript-based media player which can play all video formats (like youtube) and pdf slide presentation (like scribd)? Is there any media player that can do both? ...
3
votes
3answers
747 views

serverside-javascript code coverage

Most of our javascript code is run serverside and can't be executed in a browser. The ecmascript implementation used is Rhino. I have checked all the javascript coverage tools that where suggested, ...