HTML5 is the latest (although still experimental) version of HTML. It is comprised of various features, including: the <video> and <audio> tags for native media playback the <canvas> tag for procedural drawing new form elements and attributes new structural elements like ...

learn more… | top users | synonyms (1)

1
vote
0answers
6 views

Build a simple HTML5/canevas 2D game. Game engin recommended to use?

I want to start learning HTML5 with canevas by building a simple 2d game. I want to build one that looks like this one: http://www.youtube.com/watch?v=h4SgiVCPfPk Do you recommend any framework or ...
0
votes
0answers
7 views

Sidebar until bottom in HTML

My friend is working on his website, but he has a problem with his sidebar. He wants the sidebar to go until the bottom of the page and not the bottom of the visible part in the browser. Here is the ...
0
votes
0answers
2 views

Misalignment of div's on window resize

Can anyone suggest a way that HTML UI's width, height & alignment should remain unchanged after resize of window, that is the scrollbar should get increased proportionally with decrease in window ...
0
votes
3answers
16 views

ul li tag position

I have two set of lists which is displaying one by one. I need them to display side by side like the following image. I couldn't make any changes in the html code. I have to fix this using css ...
0
votes
2answers
21 views

Dynamic Div or assigning multiple functions to a Div in CSS/HTML

I'm relatively new to Web dev. The question is generic, but I'll pose specific user-cases. Use-case 1: I have a div element on a web page. When the page loads the first time, this div runs a small 5 ...
0
votes
0answers
8 views

How to access the locally stored data(using HTML 5 API) using android native framework?

I am trying develop a Android application using Web-view and HTML5. The logic is to store the data using openDatabase while user will be in field for survey. db = openDatabase("NoteTest", "1.0", ...
0
votes
1answer
12 views

Exporting Flash to HTML5, compatible with Android2.3

I would like to create animations compatible with Android2.3, using Adobe Flash Pro CS6. Since I don't want to be dependent on Flash Player on the device, I would like to save the animation as HTML5. ...
-4
votes
3answers
39 views

Difference echoing “” and ''?

When echoing on a php some html commands that will be used to build the website, what is the difference between these 2?
0
votes
1answer
36 views

div stretched inside table cell overflows vertically

The basic problem has been raised many times in this forum but never satisfactorily answered, IMO. How to stretch a div within a table cell so that it fills the cell (vertically, horizontally or ...
0
votes
0answers
8 views

Canvas Element / Cufon Internet Explorer 9

I bought a Joomla website template and it looks great / works fine on all my browsers but Internet Explorer 9. For some reason IE9 is not showing any of the Canvas elements or the Cufon Element which ...
0
votes
1answer
10 views

HTML5 video continue playing after setting currentFrame

I need to jump to a specific time in a html5 video, but if I do function jumpToTime(){ document.getElementById("videoclip").currentTime = 160; }; then the playback stops. If I try to make it play ...
0
votes
4answers
59 views

Alert(“”); Function using PhoneGap and jQuery

Using jQuery Mobile, I want an alert to display when the user opens a page <div data-role="page" id="page3"> <div data-role="header"> <h1>Page Three</h1> ...
0
votes
3answers
48 views

Putting <div> inside <p> is adding an extra <p>

From http://webdesign.about.com/od/htmltags/p/aadivtag.htm "In HTML 4, the DIV element cannot be inside another block-level element, like a P element. However, in HTML5 the DIV element can be found ...
0
votes
3answers
26 views

How to index div tag with same ID on HTML5

Let say, I have code as follow <div id='tes' data-name='baloon'>Content Baloon</div> <div id='tes' data-name='big'>Content Big</div> And I want to get inner of each div with ...
1
vote
0answers
10 views

link to location on page without id or name

I'm looking to link to a page on a 3rd party site with a heavy amount of content, but want the reader to head half way down and read from there. Yes, I could specifically tell them to, but sometimes ...

1 2 3 4 5 1033
15 30 50 per page