Questions tagged as 'html5'

1
answer

type radio with different names

I would like to know how I can do for when one radio is marked the other uncheck, but the two with different names. <span style="text-shadow: 0 0 7px blue; color: white; font-size: 15px; font-family: 'Kanit', sans-serif;">USA</s...
asked by 19.02.2018 / 19:29
1
answer

Updating XML data in real time with jQuery.get

I'm building a page that has a (with bootstrap 4) carousel that displays some information about temperatures. This information comes from an XML that will be updated whenever a change occurs. I'm doing the tests by manually changing the...
asked by 19.02.2018 / 17:19
2
answers

Fix the footer of an html page and follow the contents of the page

I need to set the footer tag to the end of the html page, but when the content exceeds the page the tag footer must accompany the content and not be fixed. See the CSS code is the HTML code I'm using for this. header {...
asked by 08.06.2014 / 04:28
0
answers

Remove Id when clicking and Add when closing

I'm having a problem when I remove a specific Id , when I click the continue reading button. I created btn event, Inside I'm passing the parent parameter and trying to remove the child with the removeChild Follow the code below. le...
asked by 01.03.2018 / 00:01
0
answers

Wrong Form Template BootSwatch

I started using the Yeti template from bootswatch and there were 3 problems, my textarea misaligned from my other fields, and the spaces between the fields increased a lot. Print the screen in the image below: link The sizes of the dr...
asked by 22.02.2018 / 12:33
0
answers

Laravel - (path for simple changes in documentation)

I have documentation to modify, however the programmer is professional, as I'm starting, I'm totally lost where to find the documents. For example, index.php has some paths, but when I get the documentation it's pointing to, I do not think so....
asked by 13.02.2018 / 19:24
0
answers

How to log in and register Facebook

Tomorrow I need to make a login screen and user registration, using the Facebook account, I need to get the data and send it to webservice. Only I can not do it.     
asked by 14.02.2018 / 01:49
0
answers

Moving Canvas ClearRect

Is there a way to move the white square from left to right without leaving inside it and without moving the red square, or giving an id to the white square to be able to work it? <!DOCTYPE html> <html> <body> <can...
asked by 11.02.2018 / 20:16
2
answers

Is it wrong to structure a form with tables?

Today with HTML5/CSS3 and its many ways to align elements (divs) Is it wrong to structure a form with a table? For example: <form action="action" method="POST"> <table style="width:100%"> <tr> <td>Nome&l...
asked by 22.10.2015 / 18:03
1
answer

CACHE MANIFEST does not update files

Good afternoon, I'm creating a website that should work offline. my idea is that when the user has internet connection the pages of the site should be downloaded to the browser cache, and when the user is offline the pages should be retrieved fr...
asked by 09.02.2018 / 16:31