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
0answers
7 views
Remove placeholder text in javascript
I have some issue on placeholder.
Am using Placeholder in textbox, getting the value in textbox in javascript, the textbox value is empty.. placeholder value is displaying...
Mainly i have to ...
0
votes
1answer
23 views
Can I plot HTML5 Canvas x/y points programatically using jQuery with external JSON data?
I've got an HTML5 canvas 'join the dots' type thing going - 2 lines with dots at their angle points - this is fine but I want to plot the X coordinates programatically with external JSON data (pulled ...
1
vote
1answer
7 views
Storing browsed page in mobile application
I am developing cross platform mobile application using phonegap.
I have to make app as it must work when internet is not connected.
Such that user must be able to browse all the pages as browsed ...
0
votes
2answers
41 views
URL rewrite in html
I want to do URL rewrite in html pages.
Any help for that. every one knows about url rewrite but I found all article for pp, asp.net, classic asp. so please any one knows how to do url rewrite in ...
0
votes
1answer
9 views
Swipe a division and make it follow the swipe direction
I am using Zepto (with the Touch Module)
I have a div with a 'swipe' listener on it.
I want the div to follow the finger of the user when swiping it, just as you swipe away your notifications on your ...
0
votes
0answers
8 views
Flexslider with animated caption
I was asking me, if it is possible to fade in the caption for my slides with Flexslider. I have not yet any code, only was asking of this is possible. If you have some referring sites for it or codes ...
-1
votes
0answers
53 views
is this how set interval works
for an animation I am just wondering would this be the right way to go about it and wold it work? I want to display an animation of 4 images one after another for half a second each, I want them to be ...
-1
votes
0answers
9 views
html5 pacman game change drawing to image characters
I want to create pacman game with small changes. So im using this template to create. It's really good but it's creating ghosts and pacman in canvas with draw, not image. How can i change drawing to ...
0
votes
1answer
11 views
RequestAnimationFrame not available in Safari - how to do fluid animations?
This site runs smoothly in every browser but Safari, because it doesn't have "RequestAnimationFrame". Notice the elements are positioned using JavaScript, and it probably couldn't be done without it. ...
-3
votes
0answers
20 views
how to best HTML5 & CSS3 & JQuery book for learning? [closed]
I want to learn html5 and css3 and jquery but I dont know from where start?
please tell me best book about it.
0
votes
1answer
23 views
CSS list items not centered
I'm working on a website where I have a ul menu with list items. I want the items to be centred on the screen. But it seems like my lists items have an annoying offset. See image:
My (HAML) is built ...
4
votes
4answers
67 views
jQuery - remove() not working
I have a script that places divs according the position of mouse on the body of a page. I have a button which says "Clear" and I want to use it to clear the divs created. How can I achieve that?
The ...
1
vote
2answers
21 views
Why does window.onscroll lags behind actual scrolling?
I'm using an equivalent code to position an element:
$(window).scroll(function(){
my_element.css("top",$(window).scrollTop() + 50)
});
The problem is: during the scroll the element doesn't stay ...
0
votes
1answer
15 views
Why do I Not see the background center my page
I have this html5
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a ...
-4
votes
0answers
27 views
Make a website design based on another website [closed]
I am looking to create a website for my Anime Visual Story. I know enough HTML, PHP and JavaScript to make it work but I am unsure how to do something like this:
Similar Site (inspiration)
Graphics ...
-1
votes
0answers
29 views
How to get the active image object attributes(id, src) drawn on canvas html5
I am making a tool to draw images on canvas, according to which user can click on the images shown on left sidebar, then the images are drawn on the canvas, i am using fabric js library to darg, drop, ...
0
votes
1answer
23 views
App cache and GET method
I am woriking on the simple webpage that can work offline in django.
In this project I am using app cache to store static files and local storage to keep dictionary. But I have encountered on the ...
0
votes
2answers
35 views
How to make a HTML5 font lighter when fontWeight doesn't work?
Google's Oswald font seems to ignore the "fontWeight" css property. It's very bold:
How to make it lighter? This is the result I want:
0
votes
1answer
27 views
ASP Table creating extra attribute, invalid for HTML5
So I have having a weird situation here.
I have an ASP file that outputs a simple table element. <table> in the file mark up.
However when it renders, it is generating <table ...
0
votes
1answer
22 views
Simulate pagebreake effect for uploaded HTML tables
I'v been seeking for the answer for to my problem for a long time, but still don't know how to handle it.
Here I have a page, and the size of "Page" is fixed. It's content is my uploaded HTML file ...
1
vote
3answers
26 views
Horizontally center a DIV in page
I'm trying to center a div, which is the Microsoft pubCenter AdControl for Windows 8 apps in HTML5/JavaScript.
<div id="myAd" style="; top: 0%; width: 292px; height: 60px; z-index: 1"
...
3
votes
1answer
26 views
Css div not aligning properly
I have some pretty simple CSS code that doesn't seem to be working right...
html, body { border:0; margin:0; padding:0; }
body { font:12px Arial, Helvetica, sans-serif; background: ...
1
vote
2answers
27 views
jQuery: Animation with hidden input fields
An attempt can be seen in this fiddle.
I'm trying to fade in a hidden text field through animation. The text field is sandwiched between another field and a button. I'd like it to smoothly move all ...
2
votes
4answers
40 views
How to change div contenteditable from true to false
i got a page which let user change the text inside div and save the html code into db, however when i display back the html code i want to change the div contenteditable into false. is there any ...
1
vote
0answers
12 views
HTML5 Filesystem API: downloading a sandboxed file?
I have some data in indexeddb files, and I'd like to allow my users to download that data to import into other applications. I can use Blobs to do this easily:
var blob = new Blob(['herp!'], {type: ...
8
votes
1answer
55 views
Why does this plain JavaScript work and it's equivalent jQuery fails?
I found a javascript that deals with HTML5 File Reader API. It's written in pure javascript, I am in the process of converting it to a jQuery script. But am getting stuck at this point.
This works:
...
2
votes
1answer
36 views
HTML5 Canvas wrapping an image on an object
I am building an app which allow users to upload a picture and postion it on an object like so :
Becomes
There will be different view of the object, maybe 6 or 8.
Any suggestions on what would be ...
1
vote
1answer
25 views
Using jquery to set / unset boolean attributes the HTML5 way
I wrote lots of code following XHTML rules, so I have things like this:
<input type="text" name="Field1" disabled="disabled">
<input type="text" name="Field2" readonly="readonly">
...
2
votes
1answer
22 views
Prevent Image from Scaling Proportionally with HTML5 Canvas
I would like to be able to drawImage on a HTML5 canvas element where the image is resized to the canvas width but does not adjust the height. Essentially I want it to crop the height to the canvas ...
-2
votes
0answers
12 views
Need help for a HTML5 - MySql connection / password - login verification from Server [closed]
i need help for a simple Html5 mobile webiste which contains a password verification. The first page should be a simple html5 page with a login form which contains a login and password field.
On the ...