Questions tagged as 'html5'

0
answers

can PHP applications be done for nw.js?

Recently I was learning about nw.js my first apps of html5 I could run them without problem nevertheless I would like to innovate with php and mysql but when I open it in nw.js it does not recognize it and I get the written code without being in...
asked by 08.03.2017 / 17:51
1
answer

Dynamic Combobox with php

Looking for the solution to this I come here. I am programming a small dynamic combobox with php, to the point. I have my combobox 1 which would be months and the combobox 2 that would be days, the idea is that by selecting February...
asked by 23.03.2017 / 22:25
3
answers

Join two connections in a PHP MYSQLI

I have mounted a web page that accesses some data in concrete with data base.table database.table (this way the queries are mounted) the problem that I have now been told that database1 is on another server and I do not know how to create two...
asked by 06.03.2017 / 10:25
1
answer

I deleted the assigned values in a datatable, using ajax

I have the following html code <table id="idtabledetalleventa" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%"> <thead> <tr> <th >Codigo...
asked by 03.03.2017 / 19:50
0
answers

Parallax & Slider materialize.css

I'm developing in front-end and I'm looking for a way to make a slider with parallax with the materialize framework but I could not, the effect is to make a slide of images but also using a parallax. If someone has used this framework, they will...
asked by 08.02.2017 / 14:40
1
answer

I can not use two components in angularjs 1.5

I am learning angularjs 1.5, I can use a component, but when I want to use two, the first one disappears and I do not know why. Does anyone realize why?          < / script > - >      <script src="index.js"></script> <...
asked by 31.01.2017 / 23:44
1
answer

Keep the horizontal scroll of a responsive table on my footer

I am using a responsive table that is in between a fixed navbar at the top of the screen, and another fixed to the bottom of it (my footer) You can see it here (by visualization I have not done a fiddle). If you shrink the width of the s...
asked by 22.01.2017 / 14:21
2
answers

Delete fields from a form after confirming shipment with AJAX

Hello friends, good evening, I require your support in the following. I am creating an HTML5 contact form using JS and validating the submission through AJAX. What I need is that when the form is sent it is updated after about 5 seconds so...
asked by 11.01.2017 / 04:44
3
answers

Synchronize audios with HTML5 and Javascript

I want to merge two audios into one to synchronize them with HTML5 on the client side. I've seen that with Web Audio Api you can do many things, but I have not been able to find how to do it. I have the link to two audio files (.mp3, .wav ......
asked by 22.07.2016 / 11:39
3
answers

Fill a list from a form with ASP.NET Core MVC

I develop a project on ASP.NET Core 1.1 and I have the following problem: I have a form with which I create a new student, this student has a property that is a list of goals. What I want is to add several goals in the same form in which the s...
asked by 05.01.2017 / 01:00