Posts Tagged ‘Web Standards’

Why WebStandards Matter

Friday, March 12th, 2010 by Jesper Rønn-Jensen

I just revisited “Why Web Standards Matter (Case Study)”, that I wrote on the background of a customer problem back in 2006. The points are actually relevant event with the more recent and faster browser versions that we have today. I did a small change to express my opinion better. Changed “JavaScript should generally be […]

CSS Styling Buttons Problem with Underlined Text

Wednesday, September 16th, 2009 by Jesper Rønn-Jensen

I ran into the challenge the other day to style a<button> element to make it look like a link (with underline and everything). Unfortunately, the <button> element does not react to text-decoration: underline; But according to a discussion at the CSS Creator forum, there is a way out: I was just messing around with it […]

2 Must-Know HTML Table Colum Features Any Webdeveloper Should Be Aware Of

Wednesday, September 2nd, 2009 by Jesper Rønn-Jensen

I was reading up on the good old HTML specification and discovered a feature I had always wanted — and it’s already there:
Creating widths of columns that will work like percentages, but will also pay attention to any small, fixed-width columns.

Take a look at HTML’s proportional widths and amount alignment features.

HTML Guide Textmate Snippets Open Sourced

Wednesday, February 25th, 2009 by Jesper Rønn-Jensen

One year ago I published “Design Guide or HTML Markup Guide” with link to the HTML guide we did for the biggest Danish business internet portal. The HTML guide is a really useful tool for every public authority that must deliver applications for the portal. As a help for my own work back then, I […]