Posts by Matheus Nascimento • 121 points
11 posts
-
1
votes1
answer1233
viewsA: Typeerror: Argument 1 is not Valid for any of the 1-argument overloads of URL.createObjectURL in Mozilla Firefox
I found the solution to the problem in a discussion about the depreciation of createObjectURL in the Firefox forum. Just replace the section video.src = vendorUrl.createObjectURL(stream); for…
-
0
votes1
answer1233
viewsQ: Typeerror: Argument 1 is not Valid for any of the 1-argument overloads of URL.createObjectURL in Mozilla Firefox
I have a web app with a webcam photo capture feature. This feature has always behaved very well in Chrome and Mozilla Firefox, but since yesterday the following error appears below in the Mozilla…
-
0
votes3
answers1316
viewsA: Return of PHP Query in Ajax
On the last line of your file .php replaces json_encode($url); for print_r($url) and checks the result. Because you are not giving any instruction to PHP to return the query data.…
-
4
votes1
answer164
viewsQ: Grouping arrays hierarchically PHP / Mysql
I have the following structure in a table in the database. My intention is that when I do a select * from in it I can interact up the values so that I have an array in the hierarchical style. That…
-
0
votes1
answer139
viewsQ: Insertion of HTML elements within another HTML Generated with Jquery in the same function
In my following code below I would like to insert the data coming from the ajax request, along with the append() HTML only in the elements whose Hidden input id was equal to the item.id (of…
-
0
votes1
answer460
viewsQ: List CRUD with Jquery
I am creating a list of items with Jquery that is rendered on the screen according to what is typed in the input. To display the element on the screen (Item name, change button, and remove button)…
-
2
votes1
answer794
viewsQ: Bitbucket Team Remote Repository Issues
I created a Team in bitbuckt, and created a Project for this Team and in this Project I created a Repository. I added to Team, an ssh key that I created on my machine (Ubuntu), but when performing…
-
0
votes2
answers94
viewsA: When submitting form, GET data is lost
sol25lua First check the attribute values name of your form are the same as the value of the super global POST. Another suggestion would be to assign the POST values before the block if(and without…
-
1
votes1
answer896
viewsQ: Successful Toast dialog when sending the form with PHP
I am creating a form for my personal website, where the user will fill in with name, surname, email, password and message and this information will be sent to my personal email. Sending the form is…
-
1
votes1
answer1020
viewsQ: Problem to raise Apache server with XAMPP on Ubuntu 17.04
I am using XAMPP on Ubuntu 17.04 and I am facing a very annoying little problem to raise apache server. When entering the directory /opt/lampp and execute the command ./lampp start is returned the…
-
-1
votes1
answer206
viewsQ: Nodejs/npm/Cordova Development Environment on Linux Mint
I am currently using Linux Mint 18.2 KDE and I need to install the Cordova development environment as I am taking a course of it. However it has been more than two weeks that I am facing a very…