HTML5 (HyperText Markup Language, version 5) is the latest iteration of HTML. It introduces new elements and APIs including semantic structural elements such as and . Work on an update, called HTML5.1, is underway.
0
votes
0answers
35 views
JavaScript Image onload not called
I'm trying to draw an image on the Canvas in Javascript, but ofcourse I want to wait until the image is loaded. However, my onload function seems to be never called.
Here is what I've tried:
...
0
votes
1answer
16 views
How to read text from textbox in HTML5 to VB?
I am using Microsoft Visual Studio Express to make a web page.
I used jQuery, to create a date picker from which I want to choose a date.
I want to read the date into a String in VB, so that I can ...
0
votes
1answer
14 views
html5 multiple canvas wont overlap
New to HTML5 game development.
I am trying to overlap 2 canvases on each other. #canvasBG and #canvasJet.
This should be working im not sure why it isn't.
my html
<button id="clearCanvasBtn" ...
0
votes
0answers
18 views
HTML5+CSS3+JS framework?
I'm looking for a framework to carry out part of my PFC. I have an application in android development that will display information on mobile.
Now, I want to develop a backend to manage that ...
0
votes
0answers
8 views
Using Foundation 4 switch with Flowplayer HTML5 video tags
I'm trying to use Foundation 4's Switch method with my Flowplayer html5 video embed.
I had previously been using switch successfully with JW Player 6 using the following method:
Calling the video:
...
0
votes
2answers
21 views
Close a Window with onmouseout
I'm trying to do a simple page that when you put your mouse over an a popUp appears, and when you put your mouse out of the window, it closes.
My code is quite simple, but doesn't work.
article ...
0
votes
1answer
16 views
Target specific tab with hyperlink from other page on same website
I've got a page (documents.php) that contains four tabs, the 1st tab is set as the default and opens when one browses to documents.php
I need to be able to target tabs 2, 3 and 4 directly from ...
1
vote
0answers
13 views
HTML5 App Storage Windows Phone 8
I want to develop an html5 app for both windows 8 and windows phone 8.
What is the best storage technique, I thought about the following options:
Local Storage
IndexDB
Please tell me what storage ...
0
votes
1answer
27 views
Add tip to Twitter Bootstrap's Dropdown Menu
The dropdown menu in Twitter Bootstrap's nav component has a "tip" at the top of the dropdown menu.
How can you add a tip to a normal dropdown menu?
<div class="dropdown">
<a ...
0
votes
0answers
6 views
Application Cache Error event: Manifest fetch failed (404)
I have already one site, for that I have created one mobile site using jquery mobile with application cache features. (Both have same urls)
Using apache2 userAgent settings I redirected to mobile ...
0
votes
0answers
11 views
Remove contour checkbox in jquery Mobile
I got this, but I do not want the yellow outline. How can I do?
My code:
<div class="ui-block-a">
<div class="ui-bar ui-bar-e" style="height:50px">
...
0
votes
0answers
15 views
SQLite db data access issue
I am developing a site using html5, sqllite & jquery. i have developed db tables.Products or data which i have added into the tables are visible to be but not to the other PC.he is able to see ...
0
votes
0answers
13 views
Request Full Screen HTML5 Video onPlay
I'm using the following code to trigger fullscreen when a user clicks on the play button on a <video> element:
var video = $("#video");
video.on('play', function(e){
if ...
-4
votes
0answers
55 views
Declaring length of a line in java [closed]
How do you specify the length of a line in java?I tried to simulate the slider crank mechanism using java.The only problem is that the length of the longer link keeps on varying,when i want to retain ...
0
votes
0answers
15 views
document.head.appendChild(script); not working on android
Hi all I'm using the following code to try and load jquery mobile. it works fine on an iphone but wont work on any Android phones, or blackberry. Does anyone know why
var script = ...