Questions tagged as 'html5'

0
answers

How to put JSON values in a chart in HTML5?

// Classe para chamar o Json. function json(){ var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function(){ $('#resultado').html('Carregando dados...'); // Estrutura de resultado. $.getJSON('...
asked by 03.03.2015 / 15:24
0
answers

Authentication and authorization in WebSockets [closed]

Good afternoon, I was asked to build a Java application that communicates with a mobile application developed with hybrid technologies (HTML5, CSS3 and JavaScript), while researching the technology that would support my needs, I concluded which...
asked by 17.03.2015 / 17:21
0
answers

Route Generator [closed]

I have a map with pre-defined points, but I would like to know if you can put a route generator as in the "maps" so that the person can enter his address and click on one of the map points and generate address, all the rest?     
asked by 26.02.2015 / 14:03
0
answers

Why does the 'first-letter' pseudo-element not work correctly in this example? [closed]

When you use it, a space appears at the bottom of the page, causing the footer to go up a bit. This does not happen when using 'first-line', for example. It's only with 'first-letter'. Could anyone explain why this happens and how to solve th...
asked by 14.01.2015 / 03:24
1
answer

Import error non-existent but reported by Eclipse

An app I'm doing creates a browser and provides the functionality for the webpage that that browser displays. The page makes use of AngularJS to work, and has absolutely no problem with the project, it works normally. The problem is...
asked by 06.03.2015 / 15:12
0
answers

Code maintenance to upload original size images

I'm maintaining a code that uses the function below to upload and resize the image: function uploadArquivo($file, $dir_file, $prefixo_nome, $thumb = false, $dir_thumb = array(), $sizes = array()) { $nome_imagem = $file['name']; preg_m...
asked by 05.03.2015 / 20:55
0
answers

Hibernate + Ireports

I am trying to connect a Spring MVC project with Hibernate using JSP. But a problem comes up when I try to create a connection to import data into a report using JasperReports + Ireport technology. When I select the Spring loaded Hibernate conne...
asked by 03.09.2014 / 19:29
1
answer

I wanted to put an alert on my login screen

I wanted it when I hit the login and my password or registration, did not match what is not on the bank of some alert. here is the modelUser <?php include 'usuarios/usuario.php'; class ModelUsuario{ public function adicionar(){...
asked by 04.10.2018 / 23:09
1
answer

How to get a div from another html page with pure js?

I want to load a list from a div , from one page to another (both on my server). I know that there is a jquery $('#content').load('paginaexemplo.htm' '#lista') , but I'd like to know how I do this with
asked by 30.05.2018 / 05:07
2
answers

Modify an HTML element or a native browser function

Next, google chrome supports <dialog> and its showModal() and close() functions. However, some browsers do not support it. I made a simple script, which checks if the browser is different from google chrome, and if so,...
asked by 19.06.2018 / 03:30