HTML 5: The Future of The Internet

HTML 5 Logo

HTML 5 Logo

Google I/O 2011

Mobile and desktop are converging on HTML5 as a strong, portable base for delivering rich experiences. Come learn about the future of HTML5, CSS, DOM, and JavaScript that will help you build better, richer apps even faster.

HTML 5 is the latest revision of the HTML standard that was originally created in 1990 and most recently standardized as HTML4 in 1997 and currently remains under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers etc.). HTML5 is intended to subsume not only HTML4, but XHTML1 and DOM2HTML (particularly JavaScript) as well.

HTML5 introduces a number of new elements and attributes that reflect typical usage on modern websites. Some of them are semantic replacements for common uses of generic block (<div>) and inline (<span>) elements, for example <nav> (website navigation block), <footer> (usually referring to bottom of web page or to last lines of HTML code), or <audio> and <video> instead of <object>. Some deprecated elements from HTML 4.01 have been dropped, including purely presentational elements such as <font> and <center>, whose effects are achieved using Cascading Style Sheets. There is also a renewed emphasis on the importance of DOM scripting (e.g., JavaScript) in Web behavior.

The HTML5 syntax is no longer based on SGML despite the similarity of its markup. It has, however, been designed to be backward compatible with common parsing of older versions of HTML. It comes with a new introductory line that looks like an SGML document type declaration, <!DOCTYPE html>, which triggers the standards-compliant rendering mode. As of 5 January 2009, HTML5 also includes Web Forms 2.0, a previously separate WHATWG specification.

YouTube’s iframe Player: The Future of Embedding

HTML5 Today with Google Chrome Frame

Posted in Software | Tagged , | Leave a comment

The Pakistani Guy Who Liveblogged The Osama Bin Laden Raid Without Knowing It

ReallyVirtual

ReallyVirtual

A Pakistani man posted in real-time on Twitter about the U.S. raid on Osama bin Laden’s compound. His name is Sohaib Athar (صہیب اطہر ), a 33 year old guy who lives in Abbottabad, Lahore, Pakistan. He has 18 years of programming experience.

Abbottabad Is Not In The Outskirts of Islamabad, Yet It Has Been Called That All Over The Media

I have talked to a few random channels so far, it is hard to prioritize and is getting even harder to take out the time for it. I want to talk to them because there is too much misreporting and many distorted facts are being reported and repeated all over the world – for example, Abbottabad is not in the outskirts of Islamabad, yet it has ben called that all over the media, hence creating a mental link between the Pakistani capital city and how Osama was living in Islamabad all along. (Sohaib Athar)

You can visit Sohaib Athar’s website at http://www.reallyvirtual.com/ . As of today, he has 105,511 followers on Twitter.

Posted in Twitter | Tagged | Leave a comment