Questions tagged as 'html5'

2
answers

HTML and CSS horizontal menu

Well guys, I've programmed Java and C # for a while. So now I'm trying to improve the Front End part more, and although I've read a lot of things, it's a bit more complicated when it's time to do it. So I decided to make a website with a few pag...
asked by 28.09.2016 / 22:41
3
answers

Get all contents of a div and write at the beginning of a file

I'm doing a posting system, in which the user, before saving the post, can view it. The view works perfectly, capturing the input values of the edit page. Now how do I get the contents of the div .post and play at the beginning of my p...
asked by 23.09.2016 / 21:38
2
answers

How to format a very large string (arrange text)

I have an object with an attribute of type String that has very large text, and I need to organize this string so that the text is organized and more beautiful. I would like to know if there are any JS plugins that solve my problem or...
asked by 15.12.2016 / 19:35
1
answer

Buttons with HTTP Request Action

The Button Click Request is receiving: {'QTD1LED, ON': ''}, but would like to receive only {QTD1LED, ON}. Where do I have the change in my code? var http = require("http").createServer(servidor); var express = require('express'); var io = requ...
asked by 06.09.2016 / 13:35
1
answer

Get input file with several classes

I have an input file with two classes. <input type="file" class="upload upload-logo" /> <input type="file" class="upload upload-rules" /> <input type="file" class="upload upload-image" /> I want to create a generic code fo...
asked by 05.09.2016 / 12:17
2
answers

How to go to a url in django regardless of the way we are?

I created a menu in a base file that is visible regardless of the page we are on, <p> Tela de perfil <a href="perfil/">Perfil</a></p> The problem is that when we are on the same page and click on the same lin...
asked by 17.08.2016 / 01:28
1
answer

I would like to insert a javascript alert in my action button

first the action call to delete <?php $aux = 0; while($resultado = mysql_fetch_object($query)) { $url_alterar = "form_alterar.php?cod=".$resultado->id; $url_excluir = "excluir_cad.php?cod=".$resultado->id; if ($aux % 2 == 0) Now th...
asked by 22.09.2016 / 06:00
1
answer

Increase icon size in browser tab

Iwouldliketoslightlyincreasethesizeofmyiconinthebrowsertab,ascomparativeattachedtheimageandasyoucanseeissmallerthanthedefault.<linkrel="shortcut icon" href="images/m8.ico" />     
asked by 29.08.2016 / 20:49
1
answer

Why does the hover effect stop working on those buttons made in css when I resize the screen?

Good morning, I'm sorry if there is an answer to my question here in the community, I'm creating an offline panel for use here in the company, but certain things are not working very well. You can see how you are getting through JSFiddle link...
asked by 09.09.2016 / 12:23
1
answer

How to create a screen type for each user?

I am creating an online system in real time, for now I only know html5 / css3 / js .. How do I as soon as the client logs in the information from it appears to it and not from another client? I do not think it would be a good idea to create .htm...
asked by 09.08.2016 / 05:35