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
I would like to know if there are any javascript projects which help to give a "tour"
within a new web interface.
E.g. when Google changes interfaces in popular apps like gmail or maps you usually have the option, when you visit the first time, to see tipps/hints/videos etc. what you can do where.
Some Android/iOs Apps do this kind of introduction as well.
I would expect, that you could maybe define some events, that need to be triggered until you get to the next step and other events that trigger notifications/popups of any sort.
I found it hard to google for such functionality. Maybe this doesn't exist and I need to write it from scratch
There are several:
Intro.js
Bootstrap Tour
Joyride
Hopscotch
Pageguide
Found that list here.
I can recommend:
http://bootstraptour.com/
http://revaxarts-themes.com/tour/
Both are easy to use and good explaind :)
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
The closest thing to what I am looking for is this:
http://www.qmatica.com/DataStructures/Trees/AVL/AVLTree.html
Notice how it lets the user insert or delete nodes by clicking on buttons.
The problem with the above link is it is implemented in Flash, not Javascript.
Also, instead of clicking on "Insert" or "Delete" buttons I want the user to be able to drag and drop nodes into or out of the tree.
I would appreciate it if somebody could let me know of any Javascript vector graphic libraries that do something like this.
Do you need something like that tree? I have used nestable for the same purposes and find it better looking and usable. Check this out http://dbushell.github.io/Nestable/
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
I have a js object that contains hierarchical data, and I want to represent it using a tree or something like how windows do with it's folders in the exploring panel.
Is there any JQuery library that could help me doing this ?
Take a look at jsTree. It's cross-browser compatible back to IE8
Treeview also looks right, but it's lacking support (the last commit was over a year ago). On their website, they recommend jsTree.
You will easy get a javascript api and js, i was get help before use in my java tiles project
visit http://dhtmlx.com/docs/products/dhtmlxTree/
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
I bought a responsive admin panel template built with bootstrap. I have a question:
What is the best way of using tools to implement jquery calls to a webservice to update stats and the rest of functions on the page. I also used to it in notepad++ but I need more efficient tools for developing javascript and adding it to the .html files of the admin panel.
if you can pay for license then webstrom is best.
I am from java background therefore I use eclipse ide
The tool you use is your own choice. Some people will feel better on notepad++, other better with Sublime Text,...
You have to try them to make your own opinion and choose the one you feel most confortable with.
The code predictor you're talking about is called intellisense.
Take a look at this question. It seems to be quiet similar as your question : https://stackoverflow.com/questions/925219/best-javascript-editor-or-ide-with-intellisense-and-debugging-possibly
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 know some things in HTML5 and jQuery, but I don't know where to start so I can create a landing page like this one: http://www.getblogo.com/
Can you give me tips or suggest articles so I can do the same?
PS: I don't want anyone to do a search at Google for me. I just don't know what to search (how this feature is called, to be more specifically).
I think the search term you are looking for is "parallax scrolling" , or "parallax scrolling with animation".
You can find some tutorials here: http://inspiretrends.com/parallax-scrolling-tutorials/
In order to build a website you need to know some basic things:
CSS
HTML
Javascript
Some server side language like PHP
a Content management system like wordpress (not a must but most sites use it)
these are the basics you must have.
The site was made with Adobe Muse without writing code
A Quick Demo of Parallax Scrolling in Adobe Muse CC
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
What I'm looking for is something similar to this ASP.net Ajax Control.
However, I need a solution that uses only free technologies (e.g. PHP, Javascript).
I like TinyMCE
Have you checked CKEditor (ex FCKEditor). This is one of the most powerful editors. But it depends what your end users are. If they're developers then consider something similar that SO uses (WMD Editor). Much easier and faster to use. SO guys actually changed it to some degree but the original was used at first.
Basically you don't need it to tie to any server-side technology as long as it's programmable on the client side.
Probably the most popular is the FCKeditor - now renamed CKeditor.