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
0answers
2 views
Is there already an open source project which will make it possible to build plain HTML5 RIA's from FXML?
I am a windows developer with experience in WPF and Silverlight who has moved to the Mac.
The only thing I've missed on the Mac was "Expression Blend" and "Visual Studio" which both supports XAML.
Now ...
-4
votes
0answers
36 views
I am novice Web Designer please fixed this issue(see the image first)
I am a novice web designer.
I need help to complete this project. See the image.
I mention ? which is my problem area.
1) first see "SEARCH SPECIAL OFFERS" how to be done this? will be tag here ? ...
0
votes
0answers
6 views
Source Code for the flash component of Video JS
Where can I get the source code for the flash component of Video JS? This would be needed in case I change a java-script file for html5 playback cutomisation, then the same change needs to be there ...
0
votes
3answers
28 views
local storage using html5
I need to store the values that the user enters in each of the boxes through html5. When the user refreshes the page, it should keep the values in each of the text boxes. I had a friend tell me that ...
0
votes
0answers
14 views
how to convert canvas given dataurl format in javascript
We have worked image processing in the javascript.
We stuck in trouble with canvas dataURL.
Below sources is our source that had coded.
Please see and find out our problem. plz.
Description :
...
1
vote
1answer
37 views
HTML5 canvas game shoot bullet to mouse point.
Right now. I have it setup to shoot bullets from the direction of my character. But I want to be able to shoot bullets to the mouse point, making it easier on the player.
Right now it's
...
0
votes
0answers
7 views
Cross-browser mic recording without Flash?
I am currently developing a web app that requires mic recording. I am looking for solution that will be cross browser and will not use Flash.
I know about getUserMedia, however it is still in ...
0
votes
1answer
23 views
HTML5 Canvas moving object to mouse click position
Basically I want to move an object from point A ( 10x,10y ) to a position on the canvas where the mouse has been clicked ( 255x,34y ).
I'm currently using a method, but it goes from ++X then ++Y to ...
0
votes
2answers
39 views
Reading through a local text file in javascript
So I have a text file, let's call it plaintext.txt, and it's stored locally and I'm trying to read it in javascript, from the same folder that my js is running from.
In my html, I have
<script ...
0
votes
0answers
21 views
Listview isn't supported in jQuery
I am using jQuery v1.8.2 and jQuery UI v1.9.2, but the below code won't show correctly. Why is that, did they take out list view in the updated jQuery UI?
<ul data-role="listview" ...
0
votes
1answer
15 views
What about FontAwesomes icons make they un-highlightable?
What about FontAwesomes icons make they un-highlightable? And how can I replicate that? Is it the before attribute?
3
votes
2answers
26 views
List items are not filling width of the ul
I have a list that I want to fill the width of the container but there seems to be a small gap at the end for some reason.
The CSS is lengthy so here is the html
<div class="line clearfix ...
1
vote
2answers
27 views
Visual Studio 2012 JS/HTML5 Win 8 newly created project crashes
My project kept crashing after being swiped-down minimized with a code 1.
Debug Output:
'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/1.0)'.
The program '[7048] WWAHost.exe' has exited ...
0
votes
2answers
23 views
localStorage usage in a web Worker
I have written an application that relies on localStorage for operation. I noticed that after a certain number of writes, the application will not load on refresh - because as I understand ...
0
votes
1answer
34 views
HTML5 Canvas - Zooming into a Point
So I know there are threads about it already here, like that one.
I followed the idea that was proposed in the thread above, and it works. However, I don't understand WHY it works.
Here is an ...
1
vote
0answers
13 views
Trouble testing/debugging web geolocation app on OS X in Safari. Is there a Safari setting for geolocation development?
I'm developing a javascript web application on OS X. I have found that geolocation watchpoints don't trigger in Safari 6.0 ond OS X 10.8 so I can't test my apps functionality. They do trigger in ...
0
votes
1answer
12 views
How to make a circle in a customized view class?
I am trying to draw a circle using Sencha's Ext.draw.Component in my customized view class but it is not showing any circle in it. I have pasted the code for reference.
I also tried to define the ...
0
votes
1answer
32 views
Change element type depending on src file extension type
Goal: If custom element type (ex. <media ...>) has one of several src file extensions (ex. m4v, jpg ...), change the custom element type to reflect the proper element to display src ...
0
votes
1answer
10 views
Google APIs Client Library for Javascript and Offline Web Applications
My web application uses the Google APIs Client Library for Javascript https://code.google.com/p/google-api-javascript-client/.
I would like to make the application usable in offline mode as well. It ...
0
votes
0answers
32 views
Remove sprite-HTML 5 canvas
I can't seem to remove a sprite from the HTML 5 canvas.
function collision_detect(a,b){
if(Neither the enemy or the bullet exist){
return;
}else if(the bullet position is the same as ...
0
votes
1answer
11 views
HTML5 : how to get several select elements for one datalist?
I tried to get one <datalist> element listing fruits for two "<select> one fruit" elements.
Given the html:
Select one fruit: <select type="text" name="fruit1" ...
5
votes
2answers
48 views
Why does `ul` have ARIA role `menu` but `menuitem` is forbidden for `li`?
Just covered out some strage specs regarding ARIA roles. Why does ul have ARIA role menu but menuitem is forbidden for li?
I would like to describe a navigation bar using ul, li and HTML5's nav ...
0
votes
0answers
3 views
XMLNS and semantical understanding by search engines
I use a bunch of semantic markup on my site, from schema.org, dublin core, ogp, fbml, data-vocabulary. But since i use html5, the w3c-validator doesn't like all of XMLNS markups, like
...
1
vote
1answer
31 views
jQuery / HTML5 - select tag: first option selected by default
I'm stuck with that issue for almost one day...
Simple select list that looks like this:
<select id="slide_number">
<option value="slide_1">Slide 1</option>
...
0
votes
1answer
17 views
HTML5 - Automatically close all the other <details> tags after opening a specific <details> tag
Here is my code ->
JSFiddle
<!DOCTYPE html>
<html>
<body>
<details>
<summary>1</summary>
Demo 1
</details>
...
0
votes
0answers
15 views
VP8 won’t run under IE10
I want to stream a video by using HTML5 and the VP8 codec.
It’s working fine on Chrome, but I can’t run it in IE. It will return an “invalid resource” error. I installed a VP8 codec and restarted the ...
0
votes
1answer
20 views
Display Excel sheet in web application -J2EE
In our web application we are using snowbound viewer(http://www.snowbound.com/) for viewing documents,it's supports all format but allows excel sheet documented to download and view , direct viewing ...
0
votes
1answer
24 views
Optimizing page for different resolutions
I am not a good techie, i want to optimize below page to different resolutions, i worked up to that much in a resolution of 1366 x 768 , I want to optimize this for 1024 x 768 and 800 x 600 ...
0
votes
0answers
13 views
IE 10: dragstart event doesn't get fired if <img> is wrapped by <a>
jsFiddle: http://jsfiddle.net/39she/3/
HTML:
<a href="http://google.de">
<img src="https://www.google.de/images/srpr/logo4w.png" draggable="true" />
</a>
JavaScript:
// Please ...
0
votes
1answer
15 views
Parallax Plugin for jQuery
I need to convert a design to HTML CSS and the site uses the latest fad of parallax effect. I did the research and came across a dozen of plugins for the achiving this.
The website has the following ...
2
votes
1answer
58 views
Javascript getElementsByTagName() weird behaviour
Connect4 - Game
I am making a connect4 game and when I return the canvas objects to an array with:
var canvas = document.getElementsByTagName('canvas');
It returns the first 18 objects fine. The ...
0
votes
0answers
27 views
Manual anti-aliasing algorithm in javascript for HTML5 Canvas
I want to do some manual anti-aliasing on some text on a canvas. I know how to iterate over the image / colour data, but not exactly how to anti-alias.
From googling around a bit it seems like to do ...
0
votes
1answer
32 views
How to run HTML 5 tags on IE 8 or older versions
I was working on a project built on HTML 5 and got stuck with compatibility issues for Internet Explorer 8. Is there any way to run HTML 5 tags to work on IE 8 and older versions.
0
votes
1answer
32 views
Javascript not reloading on using jquery mobile's changepage
I am having troubles with changing pages across my website with jquery mobile. Tough i switched back to the standard window.location, i would like to use changePage() og jquery mobile, but im facing ...
-1
votes
2answers
36 views
russian letters and how to make the page compatible with all languages [closed]
I am stuck in this encoding issue. i have a page which is supposed to be in 3 languages. russian, english and turkish. and in future also in german.
this is the page where i am developing. ...
1
vote
2answers
13 views
writing text file in suspend state event handler in windows 8 html5
i am trying to write a text file when suspend event is fired i.e inside winjs.application.oncheckpoint event handler.
i am writing my object as JSON text.
here is the code:
...
0
votes
1answer
17 views
How to fit Default ASP page in Visual Studio to large screens?
My ASP page looks like this on large screens:
How do i make the page fit the whole screen?
the css file looks like this:
/* DEFAULTS
...
0
votes
0answers
15 views
Javascript - WebSocket OnOpen event not triggering
I keep getting an error whenever I try to use this JS code to connect to my WebSocket server on my computer:
$(document).ready(function () {
var ws;
try{
if("WebSocket" in window){
...
-2
votes
0answers
64 views
JavaScript - for mouse position leading to next image
I am making a vertical website, which contains 8 images, aligned one after another. At the end of the screen I have up & down buttons (fixed) on the screen.
I need to do below thing with the ...
-5
votes
4answers
51 views
Passing variable using href <?php echo $f1 ;?> [closed]
<a href="abs.php?id=<?php echo $f1 ;?>" >Edit</a>
I want to pass the variable to next PHP file.but i can't it.
please help me... Thanks!
0
votes
1answer
17 views
jQuery: scrollbar does not jump to bottom
I have this code:
$(function () {
$("#retrieve").click(function () {
$.ajax({
url: "retrieve.php",
data: null,
type: "POST",
success: ...
0
votes
1answer
7 views
check two bool values and produce single result in mvc2
I have two types of values,
Male
Female
In db these two stores True or False and separate fields.
I want to show these values in page, if male is true means will show "Male". If Female is true ...
1
vote
2answers
73 views
How can I have borders on my website?
I am extremely new to all this HTML and CSS stuff so keep in mind that I am a newbie and don't just shout at me for not knowing this. :)
I am currently creating a website for myself in order to ...
0
votes
1answer
23 views
Change background position of canvas
How can I change canvas Background position, if I set it:
canvas.setBackgroundImage(imageUrl, function () {
canvas.renderAll();
}, {
backgroundImageStretch: false
});
if I use this option ...
-1
votes
2answers
34 views
how to triangle chart in php? [closed]
I have a requirement to create a triangle chart in php like below;
is there any api? library, script etc.
Please help..
0
votes
1answer
25 views
Suggestions for graph ui library for showing analytical graph
I want to make analytical graphs of tweets, something like the following website link
Website-Link
I wanted to know what are the best option available in open source ?
I have heard Raphael.js is ...
0
votes
1answer
14 views
Printing JavaScript Quiz Results on a new page on clicking submit
On clicking submit I want the score and the correct answers to be printed on a new page. Right now the score pops up on an alert box. How can this be done in HTML/JavaScript ?
The code for my quiz ...
0
votes
1answer
20 views
Wordpress error - Embeded code disappears while implementing Marquee
I have a blog with multiple authors my contributing authors are unable to embed videos into their posts. When they click "Publish" or "Save Draft", the embed code DISAPPEARS. It is completely stripped ...
0
votes
0answers
70 views
Run Javascript Game from HTML page
I have followed a tutorial on making a simple HTML canvas game (link here). The game is saved in a javascript file, an I'm not sure how to test it out. I looked around and found that it should be run ...
0
votes
0answers
10 views
Unmute a HTML5 Video
Everytime I open a Vine link (basically 6 second long HTML5 video) it's default on mute.
Is there any way to get rid of that?
Here is an example of a random Vine video: vine.co/v/bE9F7HLuEJJ
Is ...



