HTML5 (HyperText Markup Language, version 5) is the latest iteration of HTML. It introduces new tags and APIs including semantic structural elements such as and .
0
votes
3answers
12 views
Is there a way to thicken a form legend underline?
I want bootstrap legend's underline to be more thick.
I would like to override twitter bootstrap css.
Is it possible?
0
votes
1answer
12 views
Issue with compiling HTML5 code in Web-Browser
i'v created demo page of mobile jquery using TextEdit...which is,
<!doctype html>
<html>
<head>
<title>My Page</title>
<meta name="viewport" ...
0
votes
0answers
17 views
Chrome canvas drawimage doesn't work
I want to draw portion of my sprite image on canvas. It works for Firefox and IE, but in Chrome when I set source Y greater than 500 it won't draw the image.
ctxDinos.drawImage(sprite, 0, 502, 800, ...
0
votes
1answer
37 views
html align column right
I have this Html code :
<tr>
<td>
<a type="text"
name="color" >@client.Login</a>
</td>
<td>
<a type="text"
...
1
vote
6answers
49 views
How align center text in custom buttons?
I have this html
<head>
<title>HTML5 App</title>
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" type="text/css" ...
0
votes
0answers
42 views
PDFJS: how to render pages and load data on request?
I would like to show pdf files in my web app, PDFJS is working fine but I would like to load the pages on scrolling. I found PDFJS supports rendering on loading. I dont want to load whole document at ...
0
votes
0answers
11 views
Box2D collision causes huge FPS drop
I'm playing with Box2Dweb and HTML5 canvas, and are experiencing some odd behaviour.
I have one dynamic body and one static body, in the world. I can control the dynamic one with my keyboard.
But as ...
-2
votes
2answers
56 views
javascript is not executed on android, but works local on my computer
i'm trying to solve a strange problem. I have created a HTML file, i opened it on my android browser (chrome) successfully. Problem is my button events do not work :/
For example, when i touch an ...
0
votes
0answers
7 views
Master page concept in Html5?
I am doing a project based on html 5 controls.All pages in my project having same header and footer. I want to apply master page concept just like in asp .net.Is it possible?If possible please tell me ...
1
vote
0answers
19 views
HTML5 or Qt5 & Qt Quick?
I would like to ask, which one is mostly preferred development technology among HTML5 and qt5 ?; mainly on embedded devices by considering performance, animation effects. Also I would like to know few ...
0
votes
0answers
12 views
html5 css 3d transforms and div stacking like an accordion
I would like to stack divs in a vertical stack above each other, and apply some css3 3d transforms to 'fold' them in slightly, however, when I try to do this, I can transform the divs to rotate on ...
0
votes
3answers
46 views
jQuery $.ajax method displays error status
the webservice looks like
using System;<br/>
using System.Collections.Generic;<br/>
using System.Linq;<br/>
using System.Web;<br/>
using System.Web.Services;<br/>
...
-1
votes
0answers
25 views
HTML5/CSS3/PHP, Links behaving eradically cross-browser. [closed]
Been having dramas with my nav bar on a website I'm building for a friend. All of a sudden the links don't function anymore, for example the hover class, selected class, and the href are not working. ...
-2
votes
0answers
14 views
Ipad websiteData under settings
WHen does the website data under Safari->Settings->Advance->WebSite Data gets populated.
Actually i am facing a problem because of that. And is there any way(progrmatically) we can avoid getting it ...
0
votes
0answers
6 views
video html5 in webview (android 1.6)
I read lot of topic about the html5 video. But I have not found a solution for android 1.6 in webview.
I use videojs.
I think it 's not possible with android 1.6. If it's not possible to use html5 ...
0
votes
1answer
12 views
Canvas zoom with contast/brightness
Can anyone post links related to
Html5 canvas Zoomin and Zoomout functionalities
along with contrast and brightness
0
votes
2answers
28 views
how to use Cordova with Jquery Mobile
I want to use the Cordova 2.7.0 for my cross platoform browser based mobile application using the Jquery Mobile frame work.
I am new to phone gap and jquery.
i have downloaded the Cordova 2.7.0 from ...
1
vote
0answers
18 views
HTML5 Audio Mixing
I would like to make a web application where people can add recorded sounds and samples to a timeline.
I want it to output 1 soundfile (approximately 3min long) which will be send to the server.
Now ...
1
vote
0answers
10 views
How can I put into a variable some “external text” using HTML5 and Javascipt?
I need to load some text (from where is possible: remote, local, whatelse) into a javascript variable, how can I do it?
I read several posts, questions, comments and threads about browsers not being ...
-3
votes
0answers
29 views
SVG to html5+css convertor
I have this image which I want to use like HTML template page for converting it to PDF file.
Cause I don't need any heavy validation (like "working everywhere" with 40 files) and etc., I need ...
0
votes
3answers
38 views
Draw a crescent moon using SVG in HTML
Is it possible to draw a crescent moon using SVG in HTML?
I've been trying things out at http://www.w3schools.com/svg/
But I don't see an example of this. I don't need any of the shading that you see ...
0
votes
0answers
30 views
Flip switch change event is triggered twice
I am developing a hybrid application using phonegap.
Currently I am working for Windows phone.I am using flip switch .But the problem is change event is getting called twice on clicking it.On clicking ...
1
vote
1answer
8 views
Allow users to edit PDF documents on IPAD
My application basically has list of PDF forms and it allows the end users to fill up the forms(Edit forms) and that will be send back to server.
This application is an ipad application It works fine ...
0
votes
0answers
11 views
Chache stage to image before dragging and revert it back to original state after it (kineticjs)
I would like to improve my canvas performance while dragging and after reading this issue I wanted to implement "stage caching" as well.
Which means, I want to convert the stage to an image, right ...
0
votes
0answers
11 views
Detect date selection on an HTML5 calendar element, but not manually entered date
I need to be able to run a JavaScript function when a user clicks on a date in an HTML5 calendar element. I tried using onchange, but it also fires when the user types in a date:
<input ...
-3
votes
0answers
43 views
Comment box functionality [closed]
I have created a comment box for website using forms. Now I wanto know how to set the functionality of this.I also want to know whether there is a away to store previous comments without using ...
0
votes
0answers
8 views
HTML5 Video Tag does not Work on Android via standard “Internet” Browser
I have used the following code to run videos on smartphones:
<video id="myVideo" controls onclick="startVideo()">
<source src="video_v9.m4v">
<source src="video_v9.mp4" ...
0
votes
0answers
16 views
Azure mobile facebook authentication with iPhone HTML5 in app (full screen) mode
I have an HTML5 application that uses Azure mobile services authentication to login (straight from the example code...provided below). It works fine in all desktop browsers and iPhone 5 in Safari. ...
-4
votes
0answers
51 views
Show value from javascript, in HTML5 [closed]
I have the code below
<!--
http://stackoverflow.com/questions/9972449/rotating-an-element-based-on-cursor-position-in-a-separate-element
http://jsfiddle.net/JqBZb/
http://jsfiddle.net/WXHe6/2/
...
0
votes
0answers
17 views
wkhtmltopdf not supporting data uri
I have created a report generating library for my project using php DOMDocument to create html file and save as temporary file. Html includes javascript part that takes parameter and renders a shape ...
0
votes
1answer
30 views
Why does the color of my lines gradually change in html 5 canvas?
I was wondering why the vertical lines(strokes) are slowing changing color almost like they are being gradiented towards the end
Below is an example of what i mean, this is using HTML5 Canvas
...
0
votes
0answers
7 views
iOS deleting a single file from LocalFileSystem phonegap
I have looked over the Phonegap documentation and have found where I can recursively delete and entire directory but not a single file. I have tried the following code, the notification fires, the ...
0
votes
1answer
12 views
Video source in conditional expressions
I'd like to know how to write a condition which includes the video source parameter(I'm using HTML5 and Javascript).
For instance, if video1 is playing (or loaded) and user presses 'W' key then ...
0
votes
2answers
20 views
Making two other div's change color when hovering over main div
I have 3 div's. I would like to change some stuff in 2 of those div's when I hover over the "main"/"first" div. I am really, really trying to avoid any use of Javascript/jQuery, here.
I am pretty ...
0
votes
1answer
20 views
Reorder div table-cells using media queries
I have a div table with two cells. Now I want to show the second cell at the top and the first cell at the bottom of page, when my page is displayed on a smartphone:
<div class="table">
...
0
votes
1answer
16 views
html5: difference between iframe, embed and object elements
HTML5 defines several embedded content elements, which, from a bird's-eye view, seem to be very similar to the point of being largely identical.
What is the actual difference between iframe, embed ...
1
vote
4answers
64 views
Why cant we use <wrapper></wrapper>?
I can use something like <section id="wrapper"></section>, however because I'm so pedantic, is there anything wrong with using <wrapper></wrapper> as my html element?
I'm ...
0
votes
1answer
17 views
ArcTo() not drawing arc
I've got the following HTML file:
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Canvas Hello World</title>
<link ...
-1
votes
1answer
37 views
Best HTML5/Javascript Engine for Games 2D? [closed]
Im searching for engines for Games 2D for using in Android/IOs devices.
Any idea? and why?
thank you.
1
vote
0answers
28 views
History API and domain-level urls
I have two pages on MyDomain.com. The index view which is visible from MyDomain.com/ and MyDomain.com/Foo/Bar. Each view has an ajax call to the other and each one pushes the state using the HTML5 ...
1
vote
2answers
32 views
Take a screenshot of whole screen using html5/javascript?
I am looking to take a full screenshot through a webpage, outside of the browser window. Basically, I am trying to build a help tool for both web-based apps and offline programs, and as a part of this ...
0
votes
0answers
7 views
chrome gives MEDIA_ERR_DECODE on all videos when scrubbing
I have two PCs that when scrubbing in chrome give a MEDIA_ERR_DECODE. One is windows 7 with chrome 26 and one is windows 8 with chrome 27. This happens with all videos.
If I try to scrub on the ...
0
votes
0answers
16 views
Play dailymotion video on Android
Iam trying to play dailymotion video inside my android application's webview,the video's tumbnail is displayed but when i click the play button nothing happen ,i used :
String videoHtml = "<iframe ...
1
vote
1answer
23 views
Discrepancy between sorting of coordinate points across major browsers using jquery
In a web application I'm developing I am detecting the boundary of certain images and generating an array of coordinate points along the detected boundaries. Because of how the array is generated the ...
0
votes
1answer
19 views
which technology platform is better for geolocation and geo fencing-html5 or native iOS app and why? [closed]
I'd like to contract a developer to build a prototype for a mobile app which has a component which relies on geolocation and geofencing. I'd like to figure out if I can build the app in HTML5 and how ...
0
votes
0answers
6 views
Application cache html5 if file not cache try to go online
So I'm in the middle of a website which has to be accessible offline. To do so I'm using the appcache html5 feature.
Everything works pretty good, my website is all cached without any problem.
I ...
1
vote
2answers
25 views
Can't broadcast to clients using Socket.IO
My node.js server has an interval setup to call a function called 'spawnItem' every 60 seconds. When this function is called, it executes this piece of code:
io.sockets.emit("spawn item", {x: 10, y: ...
0
votes
0answers
23 views
HTML5 pushstate and SEO link
I try to implement pushstate history on my website in order to load content from a single.php page inside a index.php container.
My website have two main page : index.php and single.php .
On the ...
1
vote
0answers
33 views
e.preventDefault() causing webkit mobile overflow to fail
I'm trying to solve a problem that's been puzzling me all weekend.
On mobile webkit (Safari iOS 5.1 in, my case) I'm unable to keep the -webkit-overflow-scrolling:touch behavior working when I place ...
0
votes
1answer
19 views
utf-8 characters not displaying in chrome
Having an issue with html special characters not displaying correctly in chrome see
Example Page
I have gone through and resaved every file in the project as utf-8 confirmed my meta tag ...




