Questions tagged as 'html5'

3
answers

Take a photo on the web with Windows 8.1 tablet

What I need I want to make a page where the user can click a button, take a picture with the tablet camera, view it and click the button to save it. What I've tried I've already tried using HTML5 to do this: <input type="file"...
asked by 22.01.2015 / 14:28
0
answers

Extension to improve Atom productivity

I wonder if anyone knows of any tool that provides these functions in the Atom editor or Atom IDE? These functions help me with day-to-day productivity!     
asked by 27.10.2017 / 15:13
1
answer

How to make an audio stream with ionic?

I need to stream audio with ionic, I already installed several plugins but the streaming does not work, using http protocol and rtsp. I've also tried putting a Javascript function inside the app's index but none of the streaming works.     
asked by 03.11.2015 / 20:20
1
answer

Reload script whenever the event happens

Hello. I was looking for and I do not find anything related here, so I'm coming to ask. I'm working with a plugin ' link ', and I want to give some functions to get better. I've already done an image upload field, but this is not from submit,...
asked by 02.04.2016 / 16:55
0
answers

Help with API Instagram

Good morning everyone, I'm a beginner in WEB practices and I'm getting a lot of the Instagram API, all the examples I tested did not work, I found some posts here in the Instafeed.JS forum but I did not understand how to implement and start usin...
asked by 05.11.2016 / 18:33
3
answers

How to make an Inverted Border-Radius?

I was testing border-radius and I got a debt ... Is there any way to with CSS invert the radius of curvature of border-radius ? This is the shape shape I would like to get Butfromthedocumentationitseemsthatborder-radiusdoesno...
asked by 02.08.2018 / 19:27
2
answers

References for web programming learning [closed]

What sites can I check to start studying web programming? I'm a beginner on the subject.     
asked by 06.12.2014 / 13:42
5
answers

How to put a colored layer over an image?

div { background: #000; width: 640px; height: 640px; opacity: 0.2; position: absolute; z-index: 99; } <span> <div></div> <img src="https://scontent.cdninstagram.com/t51.2885-15/e15/11909170_99939...
asked by 12.01.2017 / 05:06
3
answers

Why are you concatenating instead of adding?

My code is concatenating instead of adding. what would be my mistake?. var cFinal = 0; var cFabrica = prompt("Insira o valor de fabrica do veículo"); var comissao = 0.28 * cFabrica; var imposto = 0.45 * cFabrica; cFinal = cFabrica + comissao +...
asked by 30.08.2017 / 20:59
0
answers

How to customize a page's unicode (emicode)?

In Windows operating systems when using emojis the font used by browsers usually is Segoe UI Emoji    Note: in Firefox it has its own "emojis system", I think it uses Twemoji Mozilla :   - link       What makes Firefox have...
asked by 19.09.2018 / 19:26