http://www.faststreamofmoney.com

Comments: (0)

Excited About HTML 5

Category : How To Make Money Online Fast

It is fascinating to see how HTML 5 buzz is spreading all over the Internet. Accelerated by Apple’s decision to not support Flash on iPad, the news is now everywhere. Just follow HTML 5 keyword on Twitter and there will be no shortage of folks expressing their love to the new buzz word.

It is understandable that Scribd’s CEO is “ditching” three years of Flash development in favor of HTML 5, but to say across the board that HTML5/CSS3 + JavaScript is a good replacement for Flash or Silverlight is absurd. Playing video is one thing and HTML 5 with appropriate browser support can probably compete there, though when it comes to anything a bit more complex than rendering text and changing button colors, the mix of HTML, CSS and JavaScript is an unfortunate choice. Lets face it, HTML/CSS was created to output static textual content and images with the use of internet marketing tools. JavaScript, a Netscape by-product, was broadly adopted later to provide for the lack of interactivity via browsers’ crippled and buggy DOM interfaces. Since then it seems that the greatest invention was jQuery that gave us a simplified interface for DOM manipulations and XMLHttpRequest that provided some means for asynchronous processing. Now there is canvas and the ability to draw lines and have pixel access… Not too shabby.

Adobe’s Flash/Flex/AS3 is light years ahead. Here is just a few thoughts that come to mind:

  • Strongly typed ActionScript language
  • Truly object oriented with real classes and inheritance
  • Compile time error/type checking
  • Robust security model
  • Exceptions
  • Modular (packages, libraries, components)
  • Compiles into binary packages
  • Rich event architecture
  • Native XML support
  • Clear code/presentation separation (not talking about frame scripts here)
  • World class design and development tools with profound integration
  • Slew of multipurpose libraries

Silverlight is even further ahead with mature C# language, feature rich “.NET” platform/FCL, multi-threading, real debugger, and best development internet marketing tools.

Who is to say that these RIA technologies are closed or proprietary? They are as closed as Safari, Chrome, Internet Explorer, Opera, etc., all of which have their own proprietary take on how to interpret HTML/CSS specifications, DOM, and the rest of the “modern” hotchpotch of open web standards.