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
1answer
29 views
<!DOCTYPE html> causes header and footer to break
I have a document with a header and a footer. Instead of using position:fixed, I'm using 3 divs, with the center div scrolling instead of the document. Below is my code:
<style>
html{
...
0
votes
0answers
11 views
How to Hide and Show Header and Footer Toolbar on Pageshow
im working with jquery mobile in my project and i implement a header and footer toolbar.
what i try to do is:
always when i open a page, i want that the toolbars are hidden, and only when i click 1 ...
0
votes
1answer
3 views
Phonegap with HTTPS Login Page
i'm making a phone gap application that requires login, my app gets the data from a server side service written in PHP, so what i'm planning to do is to setup an apache web server with mod_ssl and use ...
0
votes
1answer
21 views
javascript “APP” in mobile devices
I have basically created a 'calculator' using javascript which works offline. That means, it uses the installed browser as the program's interpreter. The script is mobile-friendly if that is a right ...
0
votes
0answers
5 views
FadeIn effect and diagonal movement at the same time using jQuery
I want to create the same effect in the link below...
http://ampolla.com.br/testing/Untitled.html
I want a fadeIn effect and a diagonal movement at the same time using jQuery.
The effect of the link ...
0
votes
0answers
5 views
Edit jqplot canvas html
I am trying to make a set of jqplot charts which sit in a table. and I want users to be able to drag and drop the plots between cells in the table to organize them as they desire. How can I make the ...
0
votes
0answers
13 views
Close menu and load page
I'm using jQuery mobile with Phonegap.
I created a "master page" index.html that load to #content anther html file.
Also I have a sliding menu that I want to use for navigation.
<!DOCTYPE html>
...
0
votes
1answer
6 views
Bootstrap navbar a.brand breaks onto own line when setting @gridGutterWidth(s) to 0px for a flush grid
firstly thank you StackOverflow community for destroying many evil bugs through the wonders of crowd sourcing, before I even ran into them.
I am building a site using the Wordpress Roots theme (based ...
0
votes
1answer
28 views
Canvas not drawing correctly (unstable)
I'm building an HTML5/javascript "simple" game, but I'm having an unusual problem with my canvas drawings. It is unstable.
I have a map, that needs to be drawed that way:
The background have 2 ...
0
votes
0answers
9 views
Embed a html5/java flipbook into Magento
I am looking to embed a html5/java flipbook into Magento for a simple electronic brochure, has anyone done this before or can anyone recommend a plug in.
The flipbook app I am looking to integrate ...
2
votes
1answer
18 views
Save captured screenshot after editing it
I want to implement a functionality in my app wherein the user can take snapshot of the current screen and can annotate it (modify/scribble/etc) and after that, can send it in an email. My app uses ...
0
votes
0answers
7 views
SSL client certificate creation with HTML5 <keygen> tag
I've got some trouble with expiring client certificates on some project I'm working on, occuring in Firefox 21 and versions below.
The environment: There are client-pcs, which have one single client ...
1
vote
1answer
20 views
How can I validate an XHTML5 document in PHP?
I am writing a dynamic web page. My PHP script tries to load a valid XHTML5 file, do some manipulations using the DOM, and output it to the client. However, in order to use document::getElementById(), ...
1
vote
1answer
12 views
Select value only with letter is starting letter in autocomplete datalist
I am using datalist for my autocomplete field. Its working fine. I have the values james,reeta and mary in my list, if i enter "r" in my auto complete box, it returns the values reeta and mary because ...
0
votes
0answers
8 views
How does Spotify's online service stream music so it's not downloadable
I'm developing a site that will host a few songs. I know in most cases music streams can be downloaded through Chrome's Developer Tools, Firebug, or the like. Soundcloud is an example site for which ...