Posts by jveing • 33 points
6 posts
-
0
votes1
answer46
viewsQ: Transforming image into video
Good morning guys, I’m going to start developing an app and I need to turn a sequence of images into a video. I would like a hint of how this can be done, independent of language, framework, etc. I…
-
1
votes1
answer314
viewsQ: ng-maxlength="1" does not work - Angular
Good afternoon, I have an input type "number" and I need to limit the number of characters, but the way I’m doing is not working. <input id="turbidez" type="number" ng-maxlength="7"…
-
0
votes3
answers814
viewsA: Problem with accentuation when saving text in the database
I managed to solve the problem. I put acceptcharset="ISO-8859-1" inside the <h:form>, was like this:…
-
0
votes3
answers814
viewsQ: Problem with accentuation when saving text in the database
Good morning guys, I have the following problem. My system makes changes to a table in the database, if the content is inserted directly by script in postgres, the accent works normally, but when…
-
1
votes0
answers243
viewsQ: How to update the database when reordering list by sortable
Daew guys, I’m using sortable to reorder a list. How do I make the change in the bank within the function? Follow my code: <?php session_start(); if ($_SESSION['clienteLogado']=="") {…
-
1
votes0
answers658
viewsQ: Print Iframe
I am trying to print an iframe I have on a page of my site, but the print window is not opening when I use the following code: function printFunction() { window.frames["printf"].focus();…