Questions tagged as 'html5'

1
answer

How do I modify an iframe through javascript?

The problem is as follows. I have a total of 4 iframes within my website, the only one that moves is the content, the others remain immobile, the one that moves constantly has no problems, the issue changes when one of the other frames should be...
asked by 20.07.2016 / 09:25
1
answer

insert menu with html5 - I can not style iframe

I have a query. I am a disaster in web design, and I have to make a web for a work of the uni, so here my query: / I am trying to make a menu that is inserted in all the pages. Since the frames are deprecated in html5 (at least that's what I...
asked by 01.10.2016 / 01:10
1
answer

How to get facebook friends with the Graph API?

I have recently been asked to integrate Facebook with a website. The initial integration of login has worked correctly, but now it has been requested to get the list of friends of the user who is connected to the site, and to be able to send an...
asked by 05.06.2017 / 20:43
8
answers

Center an img-responsive bootstrap

I know it's probably easy, but I can not focus the image. Using HTML5 and Bootstrap; <div class="col-md-6 "> <img src="../img/012.jpg" class="img-responsive" alt="titulo"/> <div class="h-30"></div>...
asked by 25.05.2017 / 23:50
1
answer

Align Image to html text in header

I need to align a header section in a code. I have and I want to get something like this The code is: <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class...
asked by 15.02.2017 / 13:16
4
answers

Fix columns in Datatables html5- js

I want to set some columns in a table made with Datatable. However, when I use the fixedColumns property, all it does is duplicate the number of columns that is specified, but it puts it on top of the others, so they overlap. I attach...
asked by 02.01.2017 / 15:15
1
answer

JQuery UI slider in 2 hour range

JSON: { "saturday":[ { "start":"09:00", "stop":"10:00" }, { "start":"12:00", "stop":"13:00" } ],"sunday":[ { "start":"13:00",...
asked by 19.10.2016 / 07:51
1
answer

Error Google Maps getCurrentPosition () and watchPosition () are deprecated on insecure origins

Google Maps shows me the following error:    getCurrentPosition () and watchPosition () are deprecated on insecure   origins. To use this feature, you should consider switching your   application to a secure origin, such as HTTPS. See    link...
asked by 16.06.2016 / 00:29
1
answer

Generate DNA structure with HTML AND CSS

How to create a DNA structure using html CSS that at the same time is in motion, like the following image: but using HTML CSS and if necessary jQuery and this vertical mind structure? I have the following código htm...
asked by 29.11.2018 / 21:51
1
answer

get the values of rawX, rawY, rawZ with the JavaScript api of Kinect SDK 1.8

I try to get the primes of handpointer rawX sdk from the interaction of kinect 1.8 javascript api, link , I tried but it does not give me results. rawX =this.rawX; rawY =this.rawY; rawZ =this.rawZ;     
asked by 03.08.2016 / 23:08