All Questions

1
answer

Change ID with Jquery

My question is as follows. I have two audio tags in html, but one has the id="player", when I click on a button I want the id to change to the next tag. I have the following. <audio id="player" data-value="dato"> <audio id="" data-val...
asked on 05.12.2017 / 02:39
3
answers

Show Java ArrayList elements

I'm doing an exercise where I should do a program for a point of sale. The functionalities are to add merchandise (name, quantity, price), sell merchandise and list inventory. Each merchandise is added to a ArrayList . The problem is that...
asked on 27.11.2017 / 16:36
1
answer

mysqli_fetch_assoc in object-oriented style

I'm getting values from an associative array $datos = ""; $array = array(1, 2, 3, 4); foreach ($array as $valor => $dato) { $datos = $datos . $dato . ","; } $app = rtrim($datos, ","); echo $app; Result: 1,2,3,4...
asked on 26.11.2017 / 21:37
2
answers

Invoices received

I am working on tests with sending information from the SII. With version 1.0 I am having problems with the invoices received. I have an XML and when I send it, it returns the error: 4124 - Error La dirección no se corresponde con el fiche...
asked on 23.06.2017 / 09:07
1
answer

How to create the logo for my website?

I am trying to create a logo for my website but I only get the result that you will see in the bottom part. I want to put that logo in the navigation bar and that the icon that appears to the left of my name does not appear. Surely I am doing ba...
asked on 29.11.2017 / 22:34
1
answer

Redirect URL terminated with multiple bars to the same URL with a single bar

It turns out I made a redirection to my web so that it redirected the url without a bar to the url with a bar as long as it was not a file. # si no existe un archivo que coincida con la solicitud... RewriteCond %{REQUEST_FILENAME} !-f # y si n...
asked on 05.04.2018 / 19:07
1
answer

Extract the value of an enum class

I try to get the value of an enum class When ordering a whole number by console, the code would be something like this: //metodo class public enum TipoDeMadera { ROBLE,CAOBA; } //metodo main System.out.println("introduzca un numero p...
asked on 28.11.2017 / 04:40
1
answer

php error Message: Unsupported operand types

Hi, I'm doing a php operation with parentheses; and I get this error error code: Fatal error: Unsupported operand types in C:\xampp\htdocs\olPrueba2\application\controllers\Admin.php on line 705 A PHP Error was encountered Seve...
asked on 06.04.2018 / 22:56
1
answer

Error changing the file name to .gitignore

I'm migrating from code version, I previously used Mecurial SCM and now I'll be using GIT, the problem is that Mercurial creates the file .hgignore to host the list of ignored files but when trying to rename it to maintain its equivalent...
asked on 24.11.2017 / 23:32
1
answer

CSS / Javascript Filling Effect [closed]

I need to generate a fill effect by CSS, CANVAS or SVG, which is done on the PNG image that I have. The filling can be horizontal or vertical. It must be on the image. Current Expected : The effect does not necessarily have to be...
asked on 04.12.2017 / 14:42