Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm intending to make a javascript WYSIWYG to edit Music Score. Does anybody know any relevant javascript library or something like that? Also I'm so curious to know whether there is any similar open source project out there.
So I thought stackoverflow would be the best place to ask.
Ideas are all welcome on implementation.
The closest thing I know of in Javascript is this: http://0xfe.blogspot.com/2010/05/music-notation-with-html5-canvas.html
It's not WYSIWYG editable, so probably won't suit you, but it seems to be about as good as it gets in Javascript/HTML5 right now.
Hopefully things will improve in the future, but I don't think what you're looking for is available yet.
I think https://dmitrybaranovskiy.github.io/raphael/ will be useful for your project.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am looking for a JavaScript library which enables the development of a faceted search. That is, I have >600 data sets the user can search for, and I'd like to offer a couple of "groupings", such as "Theme", "Region", "Resolution" so that the user can easily boil the list down to just a few data sets.
Not sure if this must use AJAX; but I guess it should.
I've found filters.js so far, and this one. But that's about it. There is quite a bit out there for Drupal, and for Solr. But that's not what I am working on.
If you have any recommendations for libs which would be easily adaptable in a "normal" HTML/JavaScript environment, I would very much appreciate any hints.
I finally went with this one.
It's easily adoptable, so that I have now multiple checkboxes which allow for deeper drilling into the available data sets.
How about the VisualSearch library?
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
So I recently launched a jQuery plugin and people are downloading it, but I'm trying to figure out how I can tell where it's being used. The only way I can think of is to try search for the .js or .css file somehow, maybe the folder name.
Is there anyway to search for this?
This seems like such an obvious idea I'm sure you've thought of it and there's some problem, but how about taking some piece of your code, long enough to uniquely identify it, and search for that? It definitely wont get everything, but maybe the results are better than nothing.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to know if you could tell me if there is a jQuery Plugin exactly like:
http://www.bbc.co.uk/ 's "Discovery Zone".
Would be helpful if you have some ideas.
To be on the same page:
I am talking about this area: http://imgur.com/sWpmw
Thank you very much in advance.
I saw a news a while ago about BBC having it's own JS library Glow - is available under the Apache Licence.
According to the source, it's http://www.bbc.co.uk/glow/docs/1.7/furtherinfo/widgets/carousel/ which is a part of the Glow library.
It does look like they used http://static.bbc.co.uk/frameworks/jcarousel/0.1.6/modules/jcarousel-1.js (homepage: http://sorgalla.com/jcarousel/ ) before, or maybe use it for other stuff.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a knowledge base system, but the users feedback that it is quite hard to search for the information. So I am thinking about the decision tree. If the user can find the info by clicking few options, that will be great.
I saw some websites have this feature. (e.g. I encountered an issue, I choose Windows7 -> login issue -> wrong password, then the system will provide the solution)
I want to implement such system, but unfortunately I didn't find any.
Any smart ideas? Thanks!
Interactive Decision Tree looks like a suitable solution for you
http://code.google.com/p/interactive-decision-tree/
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am looking for a javascript library for drawing flowchart and Organization Charts in my Web project,
someone know a good a library?
thanks
I haven't used it, and it appears to cost money, but mxGraph looks pretty pimp:
http://www.jgraph.com/mxgraph.html
The Raphaƫl seems to be very good choice to me so far.
See Demo Here.
This thread might be pretty useful, It talks about graphing workflows (BPMN)
You could try jsPlumb:
http://jsplumb.org/jquery/flowchartConnectorsDemo.html