Questions tagged as 'html5'

0
answers

blur effect on menu overlay

Someone knows how to make a menu overlay, that when you click, the background has a blur effect. Example menu overlay, I put in the overlay class rgba (0,0,0,0,5), but if I put on this class filter: blur(5px); -webkit-filter: blur(5px);...
asked by 13.02.2018 / 04:29
1
answer

How to get a column of a grid to reduce the field instead of seeing the right part of this stop seeing the left

In the grid the Template field Currently to see the name of the entire template you have to do the long field until the name enters to see the end of the template name. The end of the template name is what differentiates the template from the re...
asked by 13.02.2018 / 09:51
0
answers

Do not load me page by php

I am trying to load a page when I pass the control of the login before I did it but now I do not load it and I do not know what is the code. This is the PHP code <?php session_start(); include ("conex.php"); $usuario = $pass = "...
asked by 14.02.2018 / 17:49
1
answer

Random questions of an array

I have a test with a set of questions-answers. I would like for a set of 3 questions to only show 2 randomly. I think the code I have to use is the following, but I have no idea where I have to place it: Math.floor(Math.random() * myQuesti...
asked by 10.02.2018 / 20:34
0
answers

Audio does not trigger event completed

I have a streaming.php file that prints a different audio in mp3 for each GET that is made on the file. The view is labeled audio de HTML5 that calls that PHP. In a section of javascript, I try to trigger the event ended...
asked by 08.02.2018 / 00:02
0
answers

Aspx dynamic page

I have a problem with a dynamic page that I am developing on ASP.net The structure is from a "blog": Each "post" is an HTML page with variables: [Title] [Date] [Description] and finally I have the Read more ... <articl...
asked by 09.02.2018 / 00:44
2
answers

Display problems of a mobile site

Hi, I'm having a problem with the visualization of a site that arme, it turns out that I check it in the mobile mode that brings chrome, mozilla and it looks perfect, now I check it from my cell phone in any browser and it looks disarmed, it hap...
asked by 03.02.2018 / 14:32
0
answers

why does not the table with the data of a json generate me? This is my code

<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <head> <script> function ajax() { var xmlhttp; if (window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest();...
asked by 02.02.2018 / 03:25
1
answer

onsen ui no center toolbar cordova android

There is a space above the title and the menu button that is not displayed in the browser. export default { name: 'home', data () { return { msg: 'Welcome', essentialLinks: [ { label: 'Core Do...
asked by 12.02.2018 / 20:38
0
answers

How do I hide LCK files from Atom?

How can I hide them? I find it somewhat confusing and annoying to have those files there because they greatly extend my navigation panel, since I have more than 30 documents.php in a folder and for each one I see one with the same name and with...
asked by 09.02.2018 / 21:02