“HTML 5 is the next major revision of the core markup language of the World Wide Web, HTML (hypertext markup language). Its first draft appeared on January 22, 2008.
…
HTML 5 is said to become a game-changer in Web application development, one that might even make obsolete such plug-in-based rich Internet application (RIA) technologies as Adobe Flash, Microsoft Silverlight, and Sun JavaFX.[1]“ -more from Wikipedia-
Color commentary:
These things take so long to get loose in the wild; one thing is for sure, as we see the possibilities ( go see Chrome Experiments ) a lot of us will be inspired to grow our development skills and attempt harder and harder
CSS3 / HTML5 is coming…
Published: June 28, 2009Posted in: General


UPDATE: check out Chrome Frame, at http://code.google.com/chrome/chromeframe/. It took me a bit to realize how to use it manually. If you’re visiting a website that uses html5 / css3, you can add cf: to the beginning of the URL, as in cf:http://www.theURL.com. It works great. If you’re a developer, you can add a tag to your code to detect whether your visitors have cf installed, and it will work automatically.