How to describe this application behaviors? [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to find a js library that allow me to do similar things as same as gmail:
They got a textarea, when you typing it, it search things and provide a list of contract list for you to choose from, when you tab it, it becomes a separate element, you can delete it by pressing the X. I know it is not come with textarea, or standard html element, how can I describe / search related lib on the web? Any keywords ideas?

stackexchange tags and Pinterest filters work similarly.
I did a google search with
"tags interface" filter
I searched both normal and images.
The images quickly allow you to focus in on an interface.
For example, the jQuery plugin Bootstrap Tags Input jumped out.
A further search on the following brought up more google images which seem right on.
"Tags Input"
I suggest this is better suited for the UX - User Experience StackExchange site. There is one discussion I found here
Good luck. I will likely write something myself in the not too distant future. It is a user friendly interface.

Related

Screen recording of user experience in react [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I want to screen record my users usage that will be embeded in my react code, this is private company website.
MediaStream Recording of mozila is "asking" for premission to get record.
there is any solution for that?
Edit:
I want it to be "behind the scenes", I dont want to bother the agents with not relevant clicks on their system
I'm using it for catching bugs for developing purposes. they say "X doent work for me" I want to visit their flow to improve the development.
Yes, it's certainly possible.
eg. https://www.inspectlet.com/ does this, and doesn't require special permissions.
They basically work by capturing DOM mutations.
There are Open Source alternatives too. eg. https://github.com/Pernosco/DOMRec
They might be legal issues to consider, but in theory capturing the DOM mutations of your own website I wouldn't expect would cause many issues, especially if this is for Debugging or Internal reasons.
Capturing more than your own website, would of course require special permissions, like MediaStream Recording can do as this could capture more than your own website.

Writing in textarea on one page, displaying text data in another [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am writing an app that allows users to write and title stories within two textareas (one for each). After submission, I want the title to be displayed as a link to a page that will display the user's product in header(title)/paragraph(story content) notation. As background info, so far I've used only html and css, and I'm hoping to do this with either of the two or javascript. Any help is appreciated! Apologize if this is a confusing post, this is my first!
You will need php to achieve it.
Go learn some stuff about it :
Codecademy has a good interface to learn some language.
https://www.codecademy.com/fr/tracks/php
W3Schools is a standard for html/css/php/sql/jsjquery etc.
https://www.w3schools.com/php/default.asp
You can handle form with some other language, like python or javascript+nodejs. It depends of your needs. But if you are a beginner at coding, try php, you will find a lot of help on the web.

How to create a tutorial on how to use a web page [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have tried googling this with many combinations of words but the results returned were always about creating a website.
What I want to do is, when a user opens the web page, he will get a little introduction, something like in codility, for example you can click on this button to do something and at the same time highlight the button. How is that done? I am not looking for ready made code, just some instructions to point me in the right direction, or a tutorial on how to do that.
EDIT:
I would have deleted this question if I thought it does not conform to the rules of the website. I don't think it is off topic because it can happen to anyone to not know a specific word, which is tour not tutorial. I am leaving it here so that the next person who searches for this knows that the word is tour not tutorial.
Sorry for the inconvenience.
The keyword you're looking for is tour or features introduction.
A quick Google search came up with:
Angular-tour
Angular-ui-tour
NZTour
You can create a function (JavaScript/JQuery) that targets the elements you want to highlight (buttons, divs or inputs) and displays a small tooltip/infotip containing instructions and navigation buttons, clicking a button pops up an other tooltip in a different location.
If you're using angular, you can use "website tour" directives/modules that does that out of the box.

User friendly embeddable HTML/JavaScript hi-res image editor [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've been playing with this rather spiffing online embeddable image editor from Aviary, and it does exactly what I need it to, namely:
embeddable in my site as HTML/JS
reasonably priced
only basic, fun features
completely idiot proof so even the most ham-fisted can thrash their way to something passable; or to put it another way, I don't want/need a traditional image editing interface like Photoshop - the way that Aviary have done it is pretty much spot on for my needs
However, in the documentation, they indicate that this is only suitable for web-resolution images, while I need to allow users to edit hi-res images as they will eventually be sent to a printer.
Does anyone know of anything comparable to this Aviary editor that can work with hi-res images?
Have you tried pixlr? As far as I'm aware, that editor is hi-res-capable.
In answer to my own question, it turns out that if you pay for the Enterprise version of the software, then full resolution is supported.

Editor for any markup language with table generation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I need some editor tools for any markup language that could provide simple table generation and text editing for my users. Something like stackoverflows markdown editor, but with table generation support. What kind of markup language and editor can I use?
You might be interested in WYSIWYG text editor called CKEditor.
It is api for web, you can embed it into your web application using just html + javascript.
It support most of major browsers, and is hightly customizable.
It generates pure html on the end. And has wide range of tools, especially the one you are looking for: table.
Check out the demo: http://ckeditor.com/demo
I personally like TinyMCE, but I might be biased since it's the default editor for all the projects I do at my day-job :) You can check it out here: http://www.tinymce.com/tryit/full.php but be aware, the one in the demo is set up with overkill many features enabled. It's highly customizable, so you can make it do just what you want, and pretty easily too.

Categories