Author Archive

HTML5 Audio and Video: What you Must Know

We’ve found an article that covers almost all aspects of the audio and video tags.

One of the major advantages of the HTML5 video element is that, finally, video is a full-fledged citizen on the Web. It’s no longer shunted off to the hinterland of object or the non-validating embed element.

So now, video elements can be styled with CSS; they can be resized on hover using CSS transitions, for example. They can be tweaked and redisplayed onto canvas with JavaScript. Best of all, the innate hackability that open web standards provide is opened up. Previously, all your video data was locked away; your bits were trapped in a box. With HTML5 multimedia, your bits are free to be manipulated however you want.

Read more here

Apple Has Already Won the Flash-HTML5 War

It’s important to note that HTML5 video is not replacing Flash video on the web, but augmenting it; most HTML5 videos today are available through a universal embed code that auto-detects the device requesting the video and serves up the appropriate version. That means for most of these videos, there are at least two versions — one Flash and one HTML5 – stored online.

It’s not only HTML5-ready web browsers that are pushing the envelope; it’s a multitude of mobile devices, which have caused publishers to rethink the formats for delivering online videos. The biggest proponent in the move to HTML5 video has been Apple, which refused to support Adobe’s Flash on its iOS devices — including the iPhone and iPad — meaning that publishers that wanted to have videos on those devices would have to turn to standards-based, in-browser delivery.

Read More Here

Salient features of HTML5

HTML is evolved again. And this time its not new version of xHTML. Its HTML5! Its different than HTML and xHTML in so may ways. Lets have a look at the important changes that it brings to Web Designing with its all new features. I am mentioning few of them here.

1. Changed Doctype: Have you ever memorized the complex Doctype statements at the time of writing your web pages? After so many years of Web Designing, I memorized and forgot it so many times. The Doctype statement is very important as it contains the HTML type information needed to validation. In HTML5 you dont need to write that complex looking doctype statement though. Instead it is written as :

< !DOCTYPE html >

Read more here

Which Browser To Opt When It Comes To HTML5?

This small table, by molly.com shows some of the HTML 5 feature supports with Browser put against one another. A quick look tells that Safari is leading if it comes followed by Firefox (beloved). The third place has been grabbed by Chrome. Internet Explorer needless to say, comes last.

Read more here

How HTML 5 Effects Multimedia?

One of the biggest developments in HTML 5 is how it affects multimedia presentations on the Internet. Most notably, the clumsy, encumbered, ‘Object’ tag has now been replaced with specific, orientated tags, such as ‘video’ and ‘audio’. These changes seem minor, but they allow the developer to add specific attributes for browser based multimedia processing. The vector processing, using the tag ‘canvas’, allows a developer to section off an area of the webpage in which pictures, animation, chart, games, and interactive elements can be directly coded, with no plug-ins required.

Read more here

HTML5 vs Flash – How Does It Affect You?

The manner in which most videos are currently played through browsers these days is through a Flash plugin. This works pretty well but Flash unfortunately requires a lot of computing power. A new web standard HTML5 is trying to change that.

HTML5 has been designed with audio and video codecs which should take less processing power than an equivalent Flash player. Independent tests have shown that this is generally so although not entirely across the board. As with most new technologies, things are not always clearcut.

Read more here

HTML upgrades called menace to privacy

In a few years, HTML 5 will enable viewing multimedia content without downloading extra software and checking e-mail offline and offer many other conveniences, The New York Times reported Sunday.

“It’s going to change everything about the Internet and the way we use it today,” said software developer James Cox.

But the improved hypertext markup language also will expose many more details about computer users’ online activities.

Read more here

Introduction to canvas element in HTML 5

We’ve found a great intro to the new canvas element in HTML5. It handles the basics pretty well, offering even a great example.

One of the new features in HTML 5 is the canvas element. Canvas is a rectangular area where you can draw various objects using the script. In a more simple way you can consider canvas as a rectangular area where you can create your own graphics in the web page.

Read more here

What Makes HTML5 so Great?

When the W3C started working on HTML again in 2007, they posted a set of guiding principles for the new version, emphasizing compatibility, utility and interoperability. I’d like to highlight four of these principles that I think are especially important.

1. Support existing content
2. Degrade gracefully
3. Pave the cowpaths
4. Priority of Constituencies

Read more here

Introducing HTML5 video

The specification for HTML5 video is still young, so there will be problems. The most obvious issue is that it’s not supported in Internet Explorer, although the version 9 preview has support. The native UI controls are convenient, but the look and functionality are not consistent among browsers. Sandboxing a third-party video player is more difficult and requires iframes at the very least. In addition, the specification lacks strong full-screen capabilities, which have been taken for granted in Flash; Mozilla recently submitted a proposal to address this.

Flash is still very much in the lead in many other areas, such as streaming, handling different bandwidth capabilities, video capture, and content protection. Perhaps most important is that with Flash, one video file will play across all browsers on all operating systems. The browser vendors were not able to agree on a single HTML5 video format, so currently, you need at least two video files.

Read more here