Questions tagged as 'html5'

1
answer

How to put a footer as a footer for page without using css or javascript?

I'm learning HTML5 and I'm having this doubt, is it possible to leave the footer tag in the footer of the pages without using CSS or javascript?     
asked by 19.02.2015 / 04:59
1
answer

Display selected Select value

I have this dropdownlist: <select> <option value="0">Selecione os capitulos</option> @foreach (var item in ViewBag.Capitulos) { <option value="@item.IdCa...
asked by 23.11.2014 / 03:14
1
answer

Search before loading Kendo Grid

Hello, I'm using a textbox to search and load the datasource of the Kendo grid. However the way we set up the project, to edit a record it is necessary to select a Grid item and edit in the fields above it (when the data is populated in the fiel...
asked by 11.11.2014 / 12:38
1
answer

Insert a YouTube video into a html page

I would like to embed a video on a webpage, but I can not. What is the problem contained in this code? <object width="425" height="344"> <param name="movie" value="https://www.youtube.com/watch?v=JBjjnqG0BP8"></param>...
asked by 04.11.2014 / 14:30
2
answers

how to select an option and update the values (price, images ...) that are in the database?

I have a system of budgets of computers in the site, with several options, and I want that when selecting an option update the values of the page without the refresh. For what I researched I will need to use 'ajax', however I have no idea how to...
asked by 11.10.2014 / 02:52
1
answer

How to call information in an html from a .jsp page

I'm developing a good hybrid5 HTML5 mobile app and my backend will be done with Java and MySQL. I am using PhoneGap and the same one to generate the APP needs that my files are of extension .html .css .js , to generate the i...
asked by 02.10.2014 / 16:18
1
answer

How to get location coordinates offline

As far as I know, the coordinates, latitude and longitude depend on the GPS hardware and not necessarily on the Internet or Data. Is there a way to get this data through a browser (web application) on a GPS smartphone?     
asked by 09.08.2014 / 03:14
1
answer

touchEnter / touchLeave do not work

Talk the guys! My question is this: Why are these touch events not being recognized when I tap the DOM element, or when I leave it? var canvasControlsHUD = document.getElementById("canvasControlsHUD"); canvasControlsHUD.addEventListener('touc...
asked by 17.08.2014 / 19:43
1
answer

Organization of portfolio by categories

Looking at the MODEL , I would like some simple suggestion to classify these blocks by categories dynamically with the same effects already existing. Home I have a table that saves the id of the "product" and its ids of the categories related...
asked by 04.08.2014 / 00:05
1
answer

Cordova - Error - Cordova Platform add android

I installed the cordova, I installed the android SDK, but by the time I boot the Cordova Platform add android command it gives the following error. link I saw in the docs in Cordova that I need to add something to the PATH    You may...
asked by 04.08.2014 / 06:24