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.

learn more… | top users | synonyms (1)

1
vote
0answers
19 views

How to store cache values of audio file?

I'm using a audio (.swf) file in my site, which has two options: AUDIO ON and AUDIO OFF. I can on and off the audio, the problem is audio is not stopping. It is playing repeatedly. Can anyone help ...
0
votes
2answers
25 views

jQuery not working on Wordpress site

I built this simple search function for a FAQ page that displays live results and it works great locally and on jsfiddle: http://jsfiddle.net/y8mkF/7/ However, I can not get it to work on Wordpress. ...
0
votes
0answers
6 views

Vertical flex box make the height 100% filling the whole available height

I want all vertical elements (here two p tags) take flex 1 of the screen, but for that to be the case I need to explicitly set the height of the div. How can I make the div fill the whole available ...
0
votes
0answers
6 views

TinyPass API Intigration with Symfony 2.2 not working properly

I m building a site in Symfony 2.2. It is basically a paid video site in which in which TinyPass is being used as Payment Gateway and charge is as per sometimes i.e. as $.45/per day, $1.20/per week ...
-1
votes
1answer
13 views

How can I display markers using coordinates from a database using php

I am building extracting data from a php script using the following $(document).ready(function(){ $.getJSON("informationquery.php",{lat:lt,lng:lng},function(data){ displayParkings(data); ...
0
votes
0answers
3 views

How to query a STUN server with JavaScript to get public IP and Port?

I am trying to find some code example to query a STUN server to get my public IP and Port, using JavaScript. Perhaps using the server at http://www.stunserver.org While the STUN specification is ...
0
votes
0answers
16 views

Cookieless facebook like button

I'm searching for cookieless facebook like one click button. To be more precise I need a Facebook Like button on the page, but due to new EU cookie restrictions it shouldn't produce cookie on the ...
0
votes
1answer
17 views

Is there a way to have the Trivia Quiz to appear on the layer as the game?

I am making a game. Clicking on the "ülesanne" book should give you the Trivia questions (I am using the dhtml goodies script for that right now) but can you display the questions on the same page. ...
0
votes
1answer
12 views

Variable not displaying (and adding) properly

Good day. I am practising my javascript skills by making a small calculator. The problem I have encountered is that basically the variable called sum which contains the user input and is displayed on ...
-2
votes
2answers
29 views

how to maximize ,minimize and close button in popup window in html page? [closed]

I trying to make a popup window that has no title bar or maximum,minimum and close button. any suggestion please post on this site.
0
votes
0answers
27 views

I want to do animation of an object along a particular path

Please find the code on http://jsfiddle.net/chandnidhamechai/mZvDj/1/ I have to move the small rectangle on the path. The rectangle moves after a click inside the canvas. I am not able to animate it ...
-1
votes
0answers
9 views

Online Markdown editor plugin

I have my students to submit their creative writing assignment online on a markdown editor. I find it easy to use. I have to read a lot of essays and give feedback. I was wondering, if there was ...
0
votes
1answer
18 views

Youtube Flash / HTML5 Player

I am working on a small project that envolves geting the time to wich a user skips to when playing a video. I am using the javascript part of the API to play the video, pause and so on, but I cannot ...
0
votes
0answers
12 views

Web Audio API microphone not working on Chrome Canary

I am completely puzzeled because this is something that worked for me few days ago and now it doesn't. I can't get audio input from microphone with the Web Audio Api or getUserMedia. I am using Mac ...
0
votes
2answers
28 views

How to dynamically create and remove a complex div and get input inside it to create dynamic link and textarea?

I am creating a page where i want to create links dynamically. So i am having a button(it calls function fnLink() which dynamically creates popup-div) on click of which it shows a popup-div which asks ...

1 2 3 4 5 2376
15 30 50 per page