How to create a telephone number link that opens dialer on mobile devices?
HTML5 has some nice new tricks. One of them is creating dialable links and here’s how: <a href=”tel:+1112223333″>111-222-3333</a> That’s […]
HTML5 has some nice new tricks. One of them is creating dialable links and here’s how: <a href=”tel:+1112223333″>111-222-3333</a> That’s […]
Need to learn more about HTML 5 file reader? Check out this great article. In this blog post you are […]
http://stackoverflow.com/questions/18422517/html5-video-buffered-attribute-features https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges https://developer.mozilla.org/en-US/docs/Web/API/TimeRanges.start
HTML5 Video Events and API This page demonstrates the new HTML5 video element, its media API, and the media […]
You must be logged in to post a comment.