Microreviews

Apple Google Microsoft Tablets Search Facebook

HTML5_Badge_256

September 19, 2011
by ArchieIndian
0 comments

Audio and Video support in HTML 5 – the markup – Part 3

However, setting the type attribute in your HTML markup is not sufficient. You also need to ensure that your web server includes the proper MIME type in the Content-TypeHTTP header.

If you’re using the Apache web server or some derivative of Apache, you can use an AddType directive in your site-widehttpd.conf or in an .htaccess file in the directory where you store your video files. (If you use some other web server, consult your server’s documentation on how to set the Content-TypeHTTP header for specific file types.) Continue reading

HTML5_Badge_256

September 18, 2011
by ArchieIndian
1 Comment

Audio and Video support in HTML 5 – audio codecs, h.264 licensing issues – Part 2

lossless audio codecs are again too bulky to be considered useful for the web, it makes perfect sense only to discuss the lossy audio codecs. With audio codecs comes the question of channels. When we have multiple speakers installed on our system, they can act as various channels. During encoding, multiple channels are stored in the same audio stream. Continue reading

September 17, 2009
by admin
12 Comments

FluidHTML – Markup for Flash- What does it mean for HTML guys?

With an HTML like structuring, FluidHTML allows web developers to create dynamic and rich media sites with relative ease. And there are no compatibility issues with major browsers. Also since it is markup, crawlers can read it and the SEO problem seems to get resolved. Continue reading