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.

learn more… | top users | synonyms

0
votes
0answers
6 views

navbar collapses on mobile with chrome/safari on scroll

I am working on a responsive site with my own css not bootstrap. On safari on the iphone and chrome on andriod the navigation is buggy. If you open a category in the menu and try to scroll the menu ...
0
votes
0answers
8 views

How to put superscript google chart title?

I have the next code var title = 'hello<sup>2</sup>'; Now I'm using google charts and I want the 2 appear as a superscript. I get hello<sup>2</sup> the code on the ...
-1
votes
0answers
13 views

html5 select camera in tablet

I am developing a web application to work specifically on tablets. In the tablet (in my case Samsung Galaxy Tab 2) I installed the Chrome browser and enable WebRTC for me to recognize html5 syntax to ...
0
votes
0answers
5 views

Video/audio files not playing in HTML5 app converted to Android app

I'm following the advice in this question to convert an HTML5 app to Android native app using Eclipse adn phonegap. It all works great, I can deploy the final app to my Android device in debug mode, ...
0
votes
0answers
5 views

Ink File Picker White Backgound

This is pertaining to InkFilePicker When a user opens their webcam but forgets to press "allow site access" within their browser. The white Flash container background is able to be submitted and ...
-5
votes
1answer
24 views

What is new elegant way for simple templating like header and footer [on hold]

What is new simple and more elegant way for simple templating of website parts like header foother, side menu and so.. something like PHP includes? Perhaps just client side - JavaScript. Can you ...
1
vote
1answer
16 views

Angular.js scope passing file reader errors

I am trying to save the text from a file into a string inside the rootscope. What I have so far is a directive, which loads properly, and a function which checks the root function ...
0
votes
0answers
6 views

IE 9 Modernizr and Placeholder.js issues

I have recently integrated the Modernizr (http://modernizr.com/) library with Placeholder.js (http://jamesallardice.github.io/Placeholders.js/) to try to get IE9 to support placeholder attributes ...
0
votes
1answer
25 views

How to reload the webpage when orientation changes?

I'm trying to trigger an event with jQuery mobile that automatically reloads the page when the device's orientation changes. I have media queries written with max-device-width, orientation:landscape, ...
0
votes
3answers
34 views

Cut off part of element's content

Is it possible to cut off part of div#outer in shape of div#inner? I want to achieve something like this:
-1
votes
1answer
21 views

Searching a database using javascript

The following is part of the source code of a website (call it example.com/exam) that let you search the result of a student from his number:id="candidate_id" <form accept-charset="UTF-8" ...
0
votes
2answers
28 views

Padding behaving like Margin

I have two divs side by side within a wrapper div. They fit perfectly and display correctly. However, when I try to add padding to the left side of the left hand div, it not only moves the contents ...
0
votes
1answer
15 views

Change of Google map marker icon with different places

I have two locations.I want to change marker icon for both the location with an external image. But in the current code both places takes the same image. Any help please? var markers = [ ...
-1
votes
0answers
50 views

Exceptional examples of complete HTML/CSS pages [on hold]

What are some online communities that are devoted specifically to collecting examples (or "themes"/templates for CMS software) of complete HTML pages that are exceptionally correct and elegant in ...
0
votes
3answers
36 views

How can i resize images in a table in twitter bootstrap?

i want that the images in my table resize. How can I do that? Here my table code: <table class='table' border='2'> <tr> <td class='click go0' id='1'><img ...
5
votes
2answers
63 views

HTML5 tag <meter> attributes

There is a new tag called <meter> in HTML5 specification. It has three attributes which are so clear to understand, but their functionality and visual effects are not so clear. They are high, ...
-2
votes
0answers
29 views

Get value from dropdown a use it as an input for a function in the same html

I would like to get the selected value and send it to a javascript function as fallows: <select name="stationDropdown" id="stationDropdown" ...
0
votes
1answer
15 views

HTML5 App on Windows 8 which cannot be closed

I want to create a HTML5 Application on a Windows 8 Computer which provides product information for a user in the store. Does anyone know if it is possible to set up the windows 8 in a such away, that ...
0
votes
0answers
21 views

CLOSED - Drag and Drop in HTML - Drop Between Boxes JavaScript

Greeting. I am currently working on a slideshow creator that uses the HTML5 Drag and Drop API. With these API I have been able to create a grid of user uploaded images. These images can be rearranged ...
0
votes
1answer
24 views

Coding a Javascript HTML5 Scroll “Camera”

I am a rookie html5/javascript/php/mysql programmer that just started out and needs some help. I am trying to do something like this site http://space.angrybirds.com/launch/ where when you scroll ...
0
votes
0answers
15 views

A rails app which gets users location using HTML5 geolocation and saves to data base

Seems pretty simple but I'm struggling. Here's what I have so far in the view. I display the location coords just to test its working. But I also want to persist on Database, hence the ajax call. Am ...
0
votes
0answers
22 views

Drop Down Menu not pushing the contents down in IE7

I am new on this forum. I am developing a website using HTML5 and CSS with responsive design. I have a navigation menu which behaves as a simple drop down menu for desktop and laptop but for tablet ...
3
votes
1answer
39 views

getElementsByTagName(“table”) - getting td on curious way

I have this simple example <table border="1px"> <tr> <td> </td> <td> <input type="button" value="Click" onclick="insertText()"/> </td> ...
0
votes
2answers
44 views

Center within navigation

I can't seem to figure out how to allow the absolute centered logo to be surrounded by my navigation links (3 on each side), and for the navigation to fall below the logo upon resize seen here: ...
1
vote
1answer
14 views

HTML5 Microdata format for location and temperature?

What would be the most semantic way to mark up a location and its temperature? I was thinking of HTML5 Microdata but didn't come across anything that would be appropriate. For example: New York, NY ...
-2
votes
0answers
16 views

Convert HTML5 app to Android native “offline” [on hold]

I would like to know if there's any software (or "method") that allows to convert (or export) HTML5 web-apps to Android native apps, so you can install them in the device and use them like any other ...
0
votes
1answer
11 views

Hide or relocate scrollbar

I'm trying to create a sort of "Notification Center" for my website. Basically it will allow users to view some important information. However, the notification center can be too long occasionally, so ...
0
votes
2answers
14 views

How can I get the country and region code using geolocation instead of full country and region names

I'm building a website that uses geolocation in HTML5 to provide a service specific to the region in which the user is. Here is what I have been doing: I use the Javascript in this SO question to get ...
0
votes
0answers
15 views

Weird Assignment IDE Warning

Im currently developing a html5 canvas application. also required to work on mobile devices. one of the features is bmi calculation like: Javascript code: bmi = refweight / ((refheight/ ...
0
votes
2answers
80 views

How to set javascript on a dynamic array?

I am working on a dynamic array inside a table which means the table appears based on user input. Users need to fill this table and then click submit. I need to place javascript here to check if the ...
0
votes
0answers
11 views

What is wrong with my JPlayer code that Firefox does not play mp3?

I really need some help with my JPlayer code below. Finding a replacement for the podcast and video flash player is the only thing that I still need to do to launch a new site. Unfortunately, the ...
0
votes
1answer
30 views

async sort for kineticjs line points?

The problem I've been fighting for the last 2 days is a bit strange, so I was not really sure how specify it in the title. I have a KineticJs Line, which has an array of points (line.attrs.points) in ...
0
votes
0answers
12 views

Issue with stock Browser picking from Gallery

I am working on a web page for uploading photos from a mobile device, using the <input type="file" accept="image/*"/> tag. This works beautifully on iphone and on chrome on the android, but ...
0
votes
1answer
36 views

row selected row using javascript

In my MVC Razor project I am showing data in rows (list format). These values are shown using javascript Knockout. I want to higlight the selected row using javascript KnockoutJs. Is there a better ...
1
vote
1answer
38 views

Scaling an image doesn't work as expected?

I'm scaling an image down using the scale transform. That's working fine, except that the original image size is used to calculate the page size so I get horizontal/vertical scrolls in a huge empty ...
0
votes
1answer
47 views

Change background of navigation on change of section in single page website

I have to keep the background of navigation on "home" section transparent. But when viewport change on selection of other sections. the background color of the navigation get permanent black. ...
2
votes
1answer
52 views

Jquery .width() giving different values on chrome and firefox

I'm using this JQuery code for my table. $(document).ready(function () { var tableBottom = $(window).height() - $('#compare-table').height(); $(window).scroll(function (event) { ...
0
votes
0answers
26 views

jquery ajax async issue

Hey everyone I am having some issues with an ajax post when I flip the async from false to true. Does anyone have any suggestions to correct the post? The post works fine when I have async set to ...
-2
votes
0answers
39 views

Add down arrow centered to a link which bounces down for 5 seconds CSS3 [on hold]

I have a link on my page which I want to have a down arrow centered below the link which slowly bounces up and down to indicate to the user to click on it. It will bounce for say 5 seconds then the ...
0
votes
2answers
29 views

HTML5 define own void tag

I have read this topic, but I still have doubts. Is there any way to define void tag? I tried this: <icon class="home"/> (know that slash isn't obligatory) But, if there is any text content ...
0
votes
0answers
21 views

How to use more than one jsf forms in HTML5

I have a Java EE 7 project and in web application part I am trying to open jsf forms in HTML5. However when I run it, it just sees the initial form. How can I enable it to reach other forms? ...
5
votes
3answers
68 views

What exactly is the benefit of the HTML5 async attribute on script elements?

I have some confusion around the new async attribute to the script element in HTML5 that I hope someone can give a clear answer to. Browsers are capable of Parallel Connections, therefore images will ...
2
votes
2answers
42 views

use width inside of calc

I am trying to do something like this: .my-style { width: 50px; margin-left: calc(50% - calc(width / 2)); } Later I am changing the width to 90px and I want the margin grow accordingly. It ...
-1
votes
2answers
50 views

Form html beginner [on hold]

Hello i am a beginner in html and my form has gone wrong. Since the submit button is not working. I have checked the code several times but i see no problem could you please point me to the right ...
-6
votes
3answers
23 views

How to change the bootstrap css width into 1000px? [on hold]

In bootstrap container width is fixed in 1170px, I would like to convert the container width into 1000. So, please any one can answer me and also tell me the procedure.
2
votes
3answers
21 views

IE9 Why Compatibility View

A little Question from my side. I'm working on a new internal Webpage at my Company which should be optimizied for Internet Explorer 9. So far I have to following HTML Code: <!DOCTYPE html> ...
0
votes
2answers
26 views

HighCharts Place Label on Bar

Given the below image - I would like to take the label from the legend for each column and print it on the column itself. I have not been able to find anything in the HighCharts API that will allow me ...
0
votes
0answers
6 views

Web audio api support in eclipse

I'm totally new to Web Audio Api and I need to know some info about it. What should I install to Eclipse 3.6 to support web audio api? With web audio api, can I send a frequency in Hz and a sound ...
-1
votes
0answers
9 views

Opensource and stable HTML5 UI Widgets library/Framework [on hold]

I'm looking for HTML5 UI widgets library. I found http://www.kendoui.com/ but it's not open source. Any other options would be appreciated.
-3
votes
3answers
27 views

Bootstrap menu in mobile site [on hold]

Check here the existing design of mobile site. The menu to the left side is perfect. But it using other queries. Now I want to create that menu using boot strap, need idea how to do that... I had ...

1 2 3 4 5 753