HTML5 is the fifth revision of and currently the latest version of HTML (HyperText Markup Language). The fifth revision of HTML introduced many new syntactic features such as video, audio, canvas as well as section and article to name a few, with which the content of websites may be better ...
0
votes
2answers
95 views
Public search engine which index HTML tags
Do you know a public search engine which allows search on HTML tags?
The usage will be to search websites with HTML5 tags such as <canvas> being able to search over the class names could also ...
4
votes
1answer
67 views
How do Expires headers and cache manifest rules work together?
I find the W3C's official Offline Web Applications specification to be rather vague about how the cache manifest interacts with headers such as ETag, Expires, or Pragma on cached assets. I know that ...
2
votes
1answer
20 views
How HTML5 video is played in a web browser?
I'm curious how a web browser (say Google Chrome) plays a HTML5 video. Is it the same as how images are displayed? The image is first downloaded/cached into the file system so that subsequent request ...
0
votes
1answer
76 views
Looking for a HTML5 canvas JavaScript library or framework
I am trying to make an interactive guide in HTML5 canvas element. With interactive guide, I mean something like this.
I want a JavaScript library or framework which is suitable for making interactive ...
1
vote
0answers
38 views
app URI scheme fallback URLs
I am working on a mobile friendly website and liked the idea of having my URLs open in native apps; like say to Google Maps or Facebook using custom URI protocols eg fb:// or comgooglemaps://. ...
1
vote
0answers
48 views
@Viewport @media use for input type?
I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
0
votes
0answers
77 views
Xampp and file paths
I'm having hard time with xampp, it realy getting me crazy.
I have few installations of Wordpress with Roots Template, which was loading without any css, js..etc. And the solution was to delete ...
0
votes
0answers
26 views
Cloud proxying service
I have an app that mashes up images from Bing image search, it's hosted on Heroku written in rails.
The app is client side in javascript, so the mashup is done on an html5 canvas - this means though ...
0
votes
0answers
99 views
Can I set up a local HTML5 site to stream video to a Samsung Smart Hub TV?
I have recently bought a Samsung Smart Hub TV and I'm pretty disappointed by the lack of media formats it supports via streaming. The browser should be HTML5 ready, so I wanted to ask if it's possible ...