Tag Archives: html5

HTML5 video


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

With regards to HTML5 <video> there are 3 different video formats which are used across all the major browsers.  There isn’t one standard video format as yet so different formats need to be available. Eg. <video poster=”movie.jpg” controls> <source src=”movie.webm” type=’video/webm; codecs=”vp8.0, vorbis”‘> <source src=”movie.ogv” type=’video/ogg; codecs=”theora, vorbis”‘> <source src=”movie.mp4″ type=’video/mp4; codecs=”avc1.4D401E, mp4a.40.2″‘> <p>This is… Read More »

HTML5 browser support and comparison overview


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

The amount of support for HTML5 varies for each browser.  This excellent website has a breakdown of what elements of HTML5 are supported from browser to browser.  You can also do browser comparisons: http://caniuse.com/#cats=HTML5 Here is an overview of the earliest to latest versions of browsers which have support for HTML5 (23rd April 2012). Browser… Read More »

HTML5 standards and browser version support


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

Since 1996, HTML standards have been maintained by the World Wide Web Consortium (W3C) with input from commercial software vendors. http://en.wikipedia.org/wiki/HTML4#Version_history_of_the_standard As from 2008, the HTML5 web standards are currently being developed by the Web Hypertext Application Technology Working Group (WHATWG) and the World Wide Web Consortium (W3C). http://en.wikipedia.org/wiki/HTML5 I also found this HTML5 browser… Read More »

Wix – Create Your Website Today


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

Wix – Create Your Website Today. Create free HTML 5 website templates.

Embed YouTube Videos with W3C Compliance


Warning: Undefined variable $button in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 631

Warning: Undefined variable $content in H:\root\home\stelco-001\www\collinscreative\wordpress\wp-content\plugins\facebook-share-new\facebookshare.php on line 636

Embed YouTube Videos with W3C Compliance. This is a great article which shows how to embed a youtube video into your website which validates successfully to W3C standards.  Ive used it and had no problems in all major browsers.  I found this to be a better solution for the time being until the HTML5 <video>… Read More »