Questions tagged as 'html'

1
answer

How to make when you have words at the same time one of them uploads up in .vtt files

I would like to know if there is any way to make one of the lines stay on top when two lines are at the same time, but do not do this manually, but automatically.     
asked by 09.04.2017 / 02:37
0
answers

HTML5 Lists [closed]

I'm doing a video site and wanted to put a page with several videos side by side, I tried to create div by div was right in my resolution but for other resolutions the content goes from the window, that's what I wanted arrange for example a list...
asked by 06.04.2017 / 20:43
1
answer

Random array array with javascript

Good evening guys, I'm trying to create a map with earth and water in javascript but I want it to be completely random, for this I assigned 0's and 1's in an array and where I had 0 put the ground and where I had 1 put water. Now I wanted to...
asked by 29.04.2017 / 00:14
1
answer

Date format

I need to format date to display on the grid, but I do not know the best way to do that. I'm doing it this way: $scope.formato[x].dataFormatada = formatDate($scope.consultas[x].data); function formatDate(date){ var day = date.getDate()...
asked by 29.04.2017 / 02:53
0
answers

Ranking in javascript

I've managed to save the runners at the local Storage, however, I want, on another page, to compare the athletes over time and display a leaderboard with the competitors' name and time, how can I do that? Here's the code you've done so far: wi...
asked by 22.04.2017 / 19:34
0
answers

Iframe does not respect max-width

The iframe is responsive and works perfectly when I do it in prototype. But in this case I do not know why he does not obey the max-width of his parent node. It always gets much smaller than the space I release for it in max-wid...
asked by 22.04.2017 / 02:45
0
answers

Assemble a dynamic search

How to do a filter search in the database using this example below: The bank variables are: Nome Professor T | Matricula T |Nome Professor S | Matricula S | Nome Professor A | Matricula A | Turma | Ano | Unidade | Modalidade | Tipo do Profe...
asked by 25.04.2017 / 22:49
1
answer

creating a website to measure knowledge [closed]

Hello, I'm starting my studies on the web and for now I only know HTML 5 and CSS3, and to measure knowledge I wanted to know about some framework that can help me make a responsive website with animations of a fictional website for example. p>  ...
asked by 06.04.2017 / 01:51
0
answers

Generate a PDF of a Morris Chart

I'm developing an application that generates a report using the Morris graphics ( link ) The charts are working correctly, now I need to generate a PDF of this chart. However, I came across that to do this, when the SVG chart is different....
asked by 20.03.2017 / 20:46
1
answer

Dynamic Input with JQuery

I need to insert a <input> into a system with the following characteristics: It should be an input. As I type, it already fetches information previously entered into the system. If you did not find it, this field will b...
asked by 23.03.2017 / 17:59