Archive

Posts Tagged ‘html5’

HTML5 podcast, Lists, and Mayor

May 26th, 2010 No comments

What’s up with me?

I recently published a great new podcast on Web Axe, HTML5 and John Foliot (a transcript is also provided). I interview John Foliot, a professional peer whom I also consider a friend. John shares he extensive knowledge in HTML5, the W3C, and web accessibility. He works at Stanford University and is an active member of the W3C.

Lists functionality is completed on AccessibleTwitter.com, finally. It’s been in progress for like half a year! Just need to add some Ajax to enhance the experience now. But for the next month, I’ll be busy working on converting the Basic Authentication to Open Auth. Fun. By the way, Accessible Twitter experienced some site outages a few weeks ago, but it seems to be resolved. Remember that unsetting your PHP variables is always a good idea! Ugh.

So I’ve become a pretty regular FourSquare user. I’m proud to be the “mayor” of the Starbucks close to my day job, in Redwood Shores, California. No biggie, although I do get $1 off a frappaccino at any time. Although I’m not big on frappaccinos; too bad it’s not a discount on espressos con panna!

Bookmark and Share

Other “Thoughts on Flash” from Apple’s Steve Jobs

May 1st, 2010 1 comment

Steve Jobs recently published an open letter about Apple’s position on Flash which addressed the reasons behind not implementing Flash on the iPhone, iPod, and iPad. It’s very well written and has some great points, but contains many flaws as well. Apple is a great design company, and I understand they are indeed a company and must look out for their own interest; but that doesn’t excuse the act of misinforming and misleading people.

One of the first responses to the letter was by Remy Sharp (@rem) who pointed out that:

  1. HTML5 apps won’t just work with touch devices, the code to handle touch events must still be written.
  2. The H.264 video format is currently supported only by Safari and Chrome, but H.264 is not supported by the two biggest browsers, IE and Firefox.

Remy’s tweet also points us to this video of a presentation from Jonathan Stark, App Store is For Suckers. Stark points out some not-so-good points about the Apple Store including the fact that they subjectively turn down many apps which applied to be in the store. For example, there are many games which including war and killing of animals, but a seal-clubbing app from PETA was rejected. (In response, PETA Sends Steve Jobs Vegan Chocolate Seals!)

Web accessibility veteran and friend John Foliot of Stanford University tweeted these six “fallacies” from the letter:

  1. The H.264 video format is closed & patent encumbered — not open.
  2. WebKit is not the most widely deployed mobile browser; that belongs to Opera.
  3. HTML5 is not finished & W3C anticipates a few more years before Ready For Prime Time.
  4. WHAT WG (the incomplete HTML5) is not open either, it’s by invitation only: whatwg.org/charter
  5. Two of the four major browsers do not support H.264. [see above]
  6. If Apple is so open, why do they control IApp distribution with an iron fist? They don’t like your app? You’re toast. [see above]

What do you think?

Further reading:

Bookmark and Share

Disappointed in Google WAVE

November 23rd, 2009 4 comments
Google WAVE logo

Google WAVE logo

What can I say besides I’m just plain disappointed in Google WAVE. There was so much hype, so much excitement about it, and now it’s evaporated.

No HTML5

I understood that WAVE was to be done in HTML5, but it has a doc type of HTML 4.01. And actually, I found that it has a very serious case of “Divitis” (too many DIV tags). Can’t find any type of HTML5 tag at all, not even a section tag, header tag, nuthin’. Just a ton of DIVs and SPANs.

If you’re curious, here’s a look at the top of the source:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><meta name="gwt:property" content="locale=en">

And the generated source:

<html><head><meta name="gwt:property" content="locale=en">

Not Accessible

Google WAVE is not web accessible. Period. Simplistically, this means that people with disabilities cannot use it, or it’s very difficult. For more on this, check out my Web Axe entry Podcast #75: Jeremy Keith Interview, Google Wave and Google Wave Preview Accessibility Review by WebAIM’s Jared Smith.

To further frustrate us web accessibility professionals, Google has stolen the name of WebAIM’s free tool WAVE (web accessibility evaluation tool).

No Usage

No one’s using Google WAVE. Most people I know now who want a WAVE invite (and that’s a lot of folks), has received one by now. And I haven’t seen much activity at all. As a matter of fact, I haven’t seen any new messages for a month now.

If you’re on WAVE, please send me a message; that may help me feel better! (smiley) My address is dlembree [AT] googlewave [DOT] NOSPAM com

Addendum

How ironic. I just noticed that I received some WAVE invites, so if you don’t have an account and still want one after reading this (smiley), please feel free to leave a comment.

I overheard something that made me think of this funny line:

Today’s Google WAVE invites are becoming yesterday’s AOL invite CD ROM disks.

Bookmark and Share

My First HTML 5 page

September 3rd, 2009 No comments

Yesterday I posted my first “live” HTML5 page, hoorah! It’s DennisLembree.com, my personal home page. It look virtually identical in all newer browsers (with rounded corners the exception). And the code validates, of course. I even made a couple enhancement to the code thanks for Twitter buddy @icaaq. It only took about one full hour’s work; not too bad, mostly because it was XHTML Strict previously.

Also, I’ve been working on an article about HTML5 and CSS3 which should be done soon.

Bookmark and Share
Categories: Web Development Tags: ,

HTML 5 Resources

August 7th, 2009 1 comment
html5 logo

html5 logo

I’ve been doing some research lately on HTML5 (and CSS3). Have a good article cookin’. But first, just thought I’d share some excellent resources/links. That is, if you’re a webbie techie computer nerd like me!

Cool Core Stuff

HTML 5 Doctor

HTML 5 Articles in Spanish

Bookmark and Share