I'm customizing the user registry part, using the Entity Framework's Identity Tool.
Then on the registration page, I added a ComboBox (Select in HTML):
PartofmyView:<divclass="form-group">
@Html.LabelFor(m => m.Email,...
I'm looking for ways to copy a text to clipboard via JavaScript, which works in most modern browsers, but there's too much information and it seems outdated. I know there is the Clipboard API and that it is partially supported by all (except...
I'm seeing to implement audio description in the videos in the company where I work, at first I thought we created 2 videos and a button in the player to switch to the video with Audio B with the description, but I do not know if this would be t...
I need to have my site open on mobile devices only, as it's a hybrid app that will serve as both webview and Progressive Web App.
How can I make my site open only on mobile devices?
I am making an application on INTEL XDK for smartphone and would like to capture the MAC Adrees value of the currently active Wifi Router, as well as the network name (SSID) and password, to make comparisons. Example: I have 3 routers with the s...
Hello, I have three checkboxes in my form and would like me to select one the other two were unmarked. I tried to use some examples I found here but it did not work as expected. Here is the HTML code and Script I tried to use. Thanks to anyone w...
I have a question regarding my stream code with getusermedia.
I want to send to my Node.js server a recording of my webcam.
My form receives a video that I can upload, but it would have a second function - record a webcam video and send it...
This is the complete code on p. in html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<...
I'm loading some information from the database and one of the columns will be a link that will delete an information.
Being on a table, the href of the link looks like this:
href="#">#
I'm doing the following operation:
I get the typed text in a <textarea> and I make a push() to add it in the array; shortly afterwards saved in localStorage . I retrieve the values, I make a split() the via Angula...