rusting pipe

When will HTML end?

Nov 19, 2006

Over the next couple years, we’ll continue to adopt standards online that will wipe HTML 4 and xHTML off the map. It will live on in XSL but will evolve drastically as more sites start to implement it. We should have already been working from this, but people just tend to think there’s no reason when it seems fine working with old ideas. We need to stop thinking that way!

If you don’t know the benefits of xml and xslt, you suck! So what I don’t use it here, I’m working on that. And I’m not the one that wrote the blog software I use. Give me a bit….

I was talking to someone extremely clueless about this stuff that sparked this post. I just couldn’t understand why someone that is in this field, couldn’t know about any of this.

If you don’t know what the hell I’m talking about, you need to visit the w3c for web standards and go beyond what they’re recommending.

If you don’t know what microformats are, you need to know. The adoption of this, as the standards evolve, will lead to an improved and more interconnected social network. It will break our data out of the hands of the social site owners and advertisers and bring it back to the public, connecting all networks.

Comments

Brad's AvatarI'm Brad Cooper, a user experience designer and front-end programmer with a passion for actualizing visions. I strive to create a piece of art in each site that I put together both visually and technically.

I'm an advocate of web standards and open source.

I work outside Philadelphia, PA and live in Marlton, NJ.

Learn more about me

Contact Me

bradleyjcooper@gmail.com or (856) 316-7128

Previous Tutorials

Unobtrusive Expand and Collapse Navigation

Create a vertical navigation that will expand and collapse to show and hide sub-navigation using only unordered lists and as few class/id names as possible…

Forcing New Windows on Users Script

Launch new windows for PDFs and External Websites without having to add anything into my (x)HTML – a pure behavior that should be separated from my core structure. There have been many attempts at tutorials on this, but I’ve never been happy. Here is my attempt – check out the finished demo.

Shorten document.getElementById

Do you write document.getElementById or document.getElementsByTagName too many times in your javascript to count? How about shortening them into their own easy to use functions?…

Google Feed API Tutorial

Using Google’s new Feed API, I wanted to be able to read in a single feed that pulls all of my blog, twitter, del.icio.us and digg posts…