HTML5 (HyperText Markup Language, version 5) is the next generation, latest iteration of HTML with more added tags & features for a better browsing experience.
0
votes
2answers
26 views
html5 and html4 mixed page
I have an antique page designed fully to HTML4.
I would like to add a CSS3 + HTML5 menu to this page.
I added the tag and the menu worked fine.
However, another controls of the page had the ...
4
votes
0answers
30 views
Exactly Simulating a User's Keypress In Javascript
A little bit of context: I'm working on a HTML5-based mobile app with an autocomplete feature that breaks on Android due to a bug in setSelectionRange: ...
1
vote
0answers
9 views
How to guide bots to which thumbnail to download from my URL?
Lots of sites these days are able to extract the most appropriate thumbnail from a URL. For example, here it finds the picture of a headless Superman:
for example,
from this article.
Suppose that ...
0
votes
2answers
21 views
Proper way to use h1? (Regarding document outline and SEO)
I'm still tring to familiarize myself with HTML5, and there's this stuff which feels a bit confusing....
I once read in Jeremy Keith's book and HTML5 Doctor (via this question) which say that HTML5 ...
0
votes
0answers
10 views
HTML5 datalist in Android Chrome
I have an HTML5 datalist working in Chrome (desktop) but when using the same input in Android and the latest Chrome, auto-completion no longer works.
Is this feature not supported by Chrome in ...
0
votes
0answers
14 views
Chrome 'please match the requested format' validation message
I am playing around with HTML 5 validation and localization and have managed to get some code working that allows me to localize the HTML 5 validation error messages (see below). My problem is, in ...
0
votes
1answer
36 views
how to make a highlight facility in my web application?
I use jquery, php and html in my web application. I want to add a highlighting facility to allow users to highlight any text by selecting text then press a 'highlight' button .. how can I do it ?
...
0
votes
1answer
33 views
HTML5 rendering with old css
I'm using a menu component which uses HTML5 and CSS3.
The component only works if I set the tag in the start of page. OK!
However, when I set this tag, the old CSS style stops working. The color ...
0
votes
0answers
15 views
Is it possible to open a users local file for read using HTML5?
I have a path to a file on the users local system. When the user clicks on that path, the file should open so that the user can view it.
I know that there are lots of limitations on this since we ...
0
votes
0answers
18 views
convert hybrid web app into native android app that uses php
Hello I need to convert a "Web app" that is build with the help of
mobile html5 boilerplate
php
into a native android app. Therefore I used phonegap but one of the requirements of phone gap is ...
0
votes
0answers
10 views
Easel.js stage.clear() not working
Pretty simple concept but it doesn't seem to be working. Here is my code:
stage.clear();
stage.update();
Simple stuff -- nothing happens. The docs aren't helping.
0
votes
2answers
15 views
Getting a container to recognise css float and not auto adjust height
I am trying to float multiple divs (2 pictured, another will be added later). The problem is that the site container seems to ignore them when set to auto. I am not sure if this is something wrong ...
-5
votes
0answers
42 views
JavaScript stack for eCommerce (+server side stack) [closed]
I would like write eCommerce website, an internet shop to be more specific. The last time I was working on client(web) site technology was quite few years ago so I'm little outdated. Then I would like ...
0
votes
0answers
10 views
How can I adjust the 'fill-color' on inline SVG elements without “chunky” rendering in IE9?
I have an inline-svg document of a map that I'm manipulating with javascript. One thing I do is update the element's fill-color attribute on mouseover and mouseout. In Chrome and Gecko there are no ...
0
votes
0answers
10 views
delay in dynamic loading of external Javascript(JSON) file for Phonegap
im trying to load a external js (json) file (PhoneGap app) whose structure is like
var localString ={
"tag1": "Username",
"tag2": "Password",
"submit": "Submit"
}
and using the below ...