In NYC This Week? I’m Speaking at HTML5 Live on Tuesday.

by Rob Larsen

Just in case you missed it the first time I mentioned this event, HTML5 Live is just a couple of days away and I’m getting excited for my presentation. It’s on a topic I love, getting people up and running with emerging standards, it’s in New York and the rest of the lineup is excellent. It should be a great event. If you’re going to be there please make sure to say hi. I’m there just for the event so I’m going to be happy to talk about this stuff as long as there are people willing to listen :)

Here’s the description:

HTML5 From the Front Lines: What to Embrace Today (and What to Avoid)

As an engineer working on big, consumer sites and applications, Rob Larsen has had hands-on, production experience with pretty much every emerging technology that’s available in a modern browser. In this session Rob will draw on that experience to walk through the current standards landscape and share his take on what technologies are worth using right now and which should be avoided.


This is also the first presentation I’ve done since I moved to Sapient Global Markets, so that’s another exciting wrinkle. For those of you waiting on the post about my new job, I’ll be writing that over the next couple of days.

It’s an exciting opportunity so I want to do it justice when I share it with all of you.

I’m Speaking At HTML5 Live (New York City, November 1, 2011)

by Rob Larsen

Like the subject says, I’m going to be presenting at HTML5 Live in November.

Here’s the description:

HTML5 From the Front Lines: What to Embrace Today (and What to Avoid)

As an engineer working on big, consumer sites and applications, Rob Larsen has had hands-on, production experience with pretty much every emerging technology that’s available in a modern browser. In this session Rob will draw on that experience to walk through the current standards landscape and share his take on what technologies are worth using right now and which should be avoided.

It’s a good lineup and it’s in New York. What more could you want?

My New IBM Article is Live: “HTML5, CSS3, and related technologies”

by Rob Larsen

In it, I make a small argument for using HTML5 as a generic marketing term. I’ll be following up on that a little later, here on this blog.

Anyway, check it out. The resources section is worth it alone.

HTML5, CSS3, and related technologies.

Web standard development and marketing

It’s a great time to be a web developer. After a long period of hibernation, the standards bodies and browser vendors have been extremely busy over the past few years, generating a torrent of exciting technology. Developers are greedily seizing on this work, producing demos and full-blown applications at a steady pace. Fed by this activity and further boosted by the growth of their standards-capable mobile browsers, companies like Google and Apple are using these new standards to market their products and services. The wider press is also seizing on this wave and pushing standards hype well beyond the normal circle of web developers and browser vendors.

This volume of discussion has obvious benefits, of course. People getting excited about web standards is a positive development for everyone in the industry. From that perspective, the persistent use of blanket terms, especially HTML5, as a sort of brand shorthand for “emerging web technology” is a useful shortcut. It allows nontechnical people to grasp—in a generalized way—the exciting work being done in the standards space right now.

Interestingly, even the W3C has gotten into the act, using HTML5 and its associated logo (see Figure 1) to publicize the “web platform.”

Read the rest…

I’m Going to Enjoy Writing Code for Internet Explorer 9 (I Can’t Believe I Just Typed Those Words)

by Rob Larsen

In case you missed it the latest Internet Explorer 9 Platform Preview is out and it’s a thing of beauty. It added Canvas support so the first thing I did was run it through some demo code. It’s faster than Chrome. Visibly faster. No benchmarks needed. It’s such an incredible difference from the current Internet Explorer family which are many times slower than the good browsers out there.

The good news doesn’t stop there. There’s actual standards support.

PPK enthuses:

In the past few days I’ve been revising the CSS compatibility table with information about the latest crop of browsers. There’s no doubt about it: this is IE9’s show. It just supports nearly everything. No hassle, no buts.

And then enthuses some more:
Read the rest of this entry »

In Case You Missed It:

by Rob Larsen

I started doing some writing for Isobar/Molecular.

My first post:

An Introduction to HTML5

HTML5 is the latest version of the language that serves as the foundation of the web. It’s the first major revision in over 10 years and as it’s gotten closer to its final form and more and more browsers begin to implement its features it’s become a source of intense interest and contention in the technology community. This article hopes to explain the realities of HTML5, dispel a couple of myths and shine some light on the future of the web.

To begin we’ll need to define what we’re talking about when we say “HTML5.” There is a specification to refer to and much of what falls under the HTML5 name lives in that spec. In addition, there are several related specifications and APIs that are lumped together and called “HTML5″ when people talk about these things informally.

So, conversationally, HTML5 consists of the following:

New Semantic Elements

HTML5 has introduced several new elements. They aim to introduce more meaning to markup and codify existing web development patterns. Some examples of these new elements are nav (for navigation), article, header and footer.

Read the rest of this entry »

I also added a few bits and bobs to our our front-end development best practices, a doc which has been making the rounds a little bit over the past week.

Check ‘em out.

HTML5 Notes: My First Time Using the Canvas Element

by Rob Larsen

Quick verdict? It’s fun.

The long verdict (albeit one not base on the work I did here?) The accessibility concerns are valid and will need to be addressed before we end up with a replay of Flash circa 2000. And no one wants that.

Anyway, the example I did do for the demo is actually one of the use cases imagined when the Canvas element was introduced. I took a simple data table and turned it into a simple chart. This is obviously not the most complicated, impressive example of the technology, but it’s an easy one to digest so it’s a perfect way to highlight the technology as part of a 45 minute presentation. Especially since I’ve got to run through another five or six features of the spec.

Anyway, here’s the example.
Read the rest of this entry »