Friday, July 9, 2010

Cool Trends in Web Stuff

HTML 5 is the new standard markup under development for web pages.  Based on some play areas demonstrated on this site, the HTML 5 should bring some cool new things to the web. 

For casual readers who just want to play, go here and here.  Don’t forget to draw on the screen and “pick up” the Google logo and play with it.

 image  image

It’s not out there yet, but according to this site there’s only 4,193 days to go: http://ishtml5readyyet.com/

For deeper readers, HTML is the base language of web pages.  When companies build browsers, they use these standards to determine how to render things on the screen.  So Mozilla, Chrome, IE all read the standards and they all read "<a>” and say, I need to create a link.

Since the base HTML was released, there’s been lots of add-ons to make it more appealing and interactive.  CSS was added to give richer web pages and to simplify the coding.  You could specify a layout and then every page would use the same layout without having to specify the font for each paragraph.  JavaScript is the latest tool in basic interactivity.  It adds a layer to a standard HTML web page which can do interactive things.  If a menu pops, or something moves, chances are its done in JavaScript.  Ajax and Javascript combined help you so you don’t have to refresh all the time.  And then there’s the true plugins to web pages, which move you out of the rhelm of the HTML world: Java Applets, Flash, and now Silverlight.

Java applets are the oldest form of the out-of-HTML interactivity but they’re pretty sparse now.  Most people are use to Flash, which sits in a webpage but isn’t HTML.  The latest entry is Silverlight which sits in a browser like HTML and Flash, but is neither.  Combining a programming world and a rich graphical world, Silverlight is a plugin too.

Anyways, that was the primer for people who need primers.  Back to playing my HTML 5 games.

No comments:

Post a Comment