Decision tree software/library for knowledge base [closed] - javascript

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/

Related

Looking for a faceted search, using jQuery [closed]

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?

Music Score WYSIWYG [closed]

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.

What happened to GremCheck? Is there a viable replacement? [closed]

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 was a big fan of an app called "GremCheck" that was out a while back, that seems to have disappeared.
It was a JavaScript included in a master page that placed an icon at the bottom of the page. It was used during testing. You could define your own tests, and the box could pop up per page and viewers would answer the questions you define (such as "Does this page have the correct title?", "Is the Grammar Correct", "Does the design look consistent").
This was useful for end-user tests groups and quick testing for developers if time was squeezed on full functional testing.
Anyone know where GremCheck went, if I can get to it, and if there's anything out there that does something similar?

javascript questions [closed]

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 12 years ago.
Improve this question
Today I am going to attend a seminar on basic java script. Can anyone give me some good question /answers which I can ask in query session ?
Seminar will cover : intro to java script,History ,Validation, browser compatibility, events,DOM.
Ask about browser detection vs. feature detection. That's always good for a lively discussion, and is typically informative on the basics behind decent javascript.
If you want to stir up trouble:
What's the best library framework to use?

Someone managed to write a line of code in my javascript file, how? [closed]

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 12 years ago.
Improve this question
How can someone physically change a javascript file? It's completely locked down and i've no idea how someone would be able to do this through a web browser.
Rob
Phished / Hacked your ftp credentials..
Obtained root credentials by exploiting database vulnerabilities etc etc..
Do not focus on the actual altered file (that is the payload distributor, if the changes were malicious) but focus on how the gained access on the server..

Categories