Questions tagged as 'html5'

1
answer

Put HTML5 to read an RSS?

I do not understand much of these businesses, I searched before posting here but did not find anything, I do not know if I'm looking for certain. I'm creating an app in html5, css3 and javascript. I want to add some rss to the app but I do not k...
asked by 25.05.2015 / 01:42
2
answers

Centralizing #Menu #Nav on page with circular shapes?

ThisistheHtmlforthissection:home#home.scrollbrbr.container.rowa.scrollhref="#oquee" .cir O que é a.scroll href="#local" .cir Local a.scroll href="#convidado" .cir Convidado a.scroll href="#contato"...
asked by 06.04.2015 / 19:49
2
answers

Semantically, should I opt for ul or article when displaying products?

I'm doing the marking of the products listed in home, I'm using HTML5 to structure the pages, my intention is to define a semantic content. So I came across the following markup possibilities: Involve the product window with a section and lis...
asked by 13.04.2015 / 22:10
1
answer

Fixed Bar at the top

Hello, I would like to put a black bar at the top of my page, but I can not do it. Does anyone know how to do it ??     
asked by 02.03.2015 / 18:45
2
answers

Converting values for calculation in JQ

How can I convert the value of an input 1,11 to 1.11 so it can be added to other values? This in jQuery. My input has a mask for values in reais.     
asked by 11.06.2015 / 22:31
1
answer

Difficulties in connecting Javascript with HTML [closed]

Some months ago I took a course to enter the job market as "Front End", I learned what was needed, but now to put into practice Javascript is complicated, because in theory I know a lot with Javascript, but at the time of connecting these things...
asked by 09.06.2015 / 21:09
1
answer

Spacing on the image with HTML5

When I put an image it comes automatically with a space above and below the image of approximately 5px, I would like to know how to remove this spacing already tried to put border: 0px and margin: 0px and did not solve. <figure> <fi...
asked by 25.10.2015 / 14:26
1
answer

Grid System BootStrap

I'm setting up this grid Bootstrap, but in the last row , it looks like the grid margin is misaligned. Is my semantics wrong? <divclass="container"> <div class="row"> <div class="col-xs-4"> <i...
asked by 20.02.2015 / 12:39
2
answers

Message in JSON does not appear

I have this code in PHP: if($qryInsert == 1){ //echo "Evento criado com sucesso!"; echo json_encode( array('status' => 1, 'msg' => 'Evento criado com sucesso!')); }else{ //echo "Erro ao criar evento";...
asked by 09.02.2015 / 01:19
2
answers

Div div block proportional to itself

I need a div block that has size always proportional to itself, such as width: 100px; e height: 60px; if width is 200px , height is 120px , regardless of screen size, and it should have width: 100%; Preferably and if...
asked by 19.02.2015 / 00:27