Any Microformats for Video [closed] - html

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Has anyone created HTML microformats for video and video overlays including:
Video File
Links with timecode (start/end) and screen region
Thanks,
Michael

There are a few examples at the MF wiki - do they help at all?

Here's what I found that best suites my needs: Apple's Final Cut Pro XML Format.

Related

Best framework for a game with html5 socket.io and node.js server? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to develop a game with rooms. And I'd like to use a framework for that.
I've searched for good frameworks but not found what I need. Can anybody suggest something? thanks
First, take a look on HTML engines. Some frameworks is craftyjs and melonJS.

What tool are you using to tidyup yourhtml and css code? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for a tool to optimize/tidy up my CSS and HTML (align lines of codes correctly, remove empty spaces, etc). I've seen a lot of tools on google but wanted to have the feedback of experienced people. Many thanks
If you use Adobe Dreamweaver there is something called
apply source formatting
it does the job

Can anyone show me some good sites about HTML5? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
As the great development of HTML5,I think it is the right time to learn much more about HTML5, so can you tell me some good sites which introduce much knowledge about HTML5. thx a millious,my friends
You should google for it. Still I would suggest -
http://diveintohtml5.info/
http://html5doctor.com/
www.w3school.com is also best site for learning HTML5

Create my personal browser language [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any way that I can create my own browser language (eg. html) that can be supported?
I have the above idea in mind but don't know how to work it out:
using XML with namespace?
JavaScript to do the function on the back-ends?
CSS for displaying content?
That should be possible with xml + xslt, yes.

iOS HTML to PDF Library [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of a library for iOS platform that converts HTML to PDF? I need fairly basic functionality.
Ended up creating my own PDF. It is quite easy to do with Quartz2D. Still happy to know if anyone knows a good library.