Questions tagged as 'html'

2
answers

What is the best way to upload files with Ajax?

I could get a code on the internet paste here and try an answer but I'd rather have it help me with the logic and programming of a script to upload images in Ajax. I do not know how to start, I'm a beginner but I already know some things about j...
asked by 05.08.2014 / 15:23
0
answers

Multiplatform mobile development [closed]

I am a .Net developer (MVC, WPF, MCF) and need to develop a cross-platform mobile project, I did a search and found that there are several frameworks such as PhoneGap, Apache Cordova, Ionic, Lungo and others. I've found that most framewo...
asked by 18.06.2015 / 15:28
1
answer

Overlay one HTML page with another

I would like to know if it is possible (and how to do it if it is possible) to superimpose one HTML page with another and leave the dark background with a low opacity, for example here:     
asked by 29.04.2015 / 17:39
0
answers

Protect uri from the content player

Next, I would like to use some player component in html that does not display the uri of access to the running content. Someone has already seen some scheme that renders a player in the browser, but when someone inspects the element, the...
asked by 24.09.2015 / 16:48
2
answers

Display none help solve slowness in a onepage site?

The site is onepage and is separated by its article and section. When you do scroll, the elements that do not miss (article) remain on stage but outside the limits of the browser. Due to the accumulation of elements, the site tends to slow...
asked by 01.07.2015 / 19:34
1
answer

Retrieve a value that comes from a jquey rquisition for PHP [duplicate]

I'm here with a difficulty, I'm getting a value that comes from a JQUERY request to be presented in an input form, with the code: HTML <input type="text" id="valor"> With this TAG I can retrieve the value I want in HTML, my pro...
asked by 02.08.2015 / 02:03
0
answers

How to make bar responsive? [closed]

I'mtryingtomaketheiconsinthisHTML5videoplayerresponsive.<divid="video-controls"> <div class="play-video"> {!! Html::image('img/video/play.png', 'Play / Pause Video', ['class' => 'play-pause']) !!}...
asked by 30.07.2015 / 21:55
1
answer

Custom Menu on site

I would like to have at least one north of how to make a custom menu as in this image. (In the image, the mouse is hovered on Sustainability.) The vertical menu, with the submenu in the sequence, is fine. The problem comes in the seq...
asked by 26.12.2014 / 09:50
2
answers

Checkbox marked automatically in array

I'm breaking my head to set a checkbox as checked. I know the syntax of the markup ( <input checked> ) but this particular checkbox is being assembled from an array and I could not, and I do not know if it's possible, set it as c...
asked by 19.12.2014 / 07:57
1
answer

Footer fixed at bottom of page [duplicate]

Well, I've already looked at various websites how can I do this? Most people say that it's for me by body, html{height:100%;} footer{width:100%; bottom:0; position:absolute;} But when I do this, it stays at the bottom of the screen, not a...
asked by 31.10.2015 / 17:51