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
10 views
YouTube video in HTML not working
I try to get a URL of a YouTube-video from database and embed it in a page.
I get the "An error occured. Please try again later" message.
Pls help! :(
String in the DB: ...
0
votes
0answers
12 views
Unable to delete html consistently in contenteditable div
Mainly in firefox, although it occasionally breaks in other browsers as well. If you check the jsfiddle below, especially if you go to the last tag and try to delete them all, you can't. Sometimes you ...
1
vote
1answer
21 views
HTML5 Local Storage not working in IE
In IE 10, when I try to access window.localStorage it gives me the following error - "An internal error occurred in the Microsoft Internet extensions". I do not get the error in Chrome or Firefox. ...
0
votes
1answer
22 views
“Animation” in CSS3 not working in mozilla. What to do?
I have used keyframe of css3 but in case of mozilla its not working. It is working fine with google chrome.
I used both @keyframe and @-webkit-keyframe, also same with "animation". but its not ...
-1
votes
0answers
28 views
loading images faster - Which is fastest and best
Some days ago I dont remember where exactly I have read about it but let me ask you this thing
These three do the same thing however I accept there is little change
in displaying the images
<div ...
1
vote
0answers
21 views
Animation not working in FF and IE..?
I have applied certain animations for drop down menu.. It works fine in Chrome but not in FF n IE.. Will u please let me know where I am going wrong..
Here is the JS fiddle what I am upto now:
Demo
...
0
votes
0answers
6 views
MP3 either plays or fails to play in IE9 and Firefox HTML5
I have a problem that I really can't figure what is going on. I have over 1,000 MP3 files on my website. They all play fine in Google Chrome...But, the MP3's either play or they don't play in Firefox ...
0
votes
1answer
8 views
Subtitles on HTML5 Video
I can't get subtitles to work on my mp4 video file for some reason.
This is the code:
<video controls>
<source src="http://download.ted.com/talks/JuanEnriquez_2013U-320k.mp4" ...
-4
votes
0answers
18 views
text input autocomplete wrong position when multiple displays are used [on hold]
This is very strange but in my web app when I have another monitor connected to my laptop, the text input autocomplete pops up above my form instead of the usual position. Any ideas?
0
votes
1answer
35 views
how to resolve the situation if email does not received?
I wrote a code using php, html and css. This an contact form that is received by an email after submission. There is no error while submitting but i am not getting the email. I am including the code ...
-1
votes
0answers
12 views
HTML5 apps using Android studio
I am new application developer.
I would like to develop HTML5 application which I would like to sell in android market. I would like to know how can i create application using Android studio.
I ...
0
votes
0answers
11 views
Webgl: Water effect in 2D
I am rendering a simple polygon using triangulation in webgl. Now I want it to look like blue water, with effects like ripple or refraction. Since I have no mesh, so I can work with fragment shader ...
-1
votes
2answers
49 views
When opening website, index.html doesn't automatically open? [on hold]
When going to my website, qlite-usa.com, index.html does not load. I get an error message on the main page. But if I go to qlite-usa.com/index.html, the website loads just fine.
How do I make it so ...
0
votes
0answers
14 views
Fancybox: Next and previous image within different DIVs?
The HTML structure looks like this:
<div id="gallery" class="container">
<div class="thumbs-holder">
<div class="thumbs-center-area">
<div ...
0
votes
0answers
15 views
jQuery XML parsing issue
I am trying to access a XML url inside my HTML5 Phonegap code. the code in which i am integrating the XML url is
var xhr=$.ajax({
url: ...