HN user

onderhond

245 karma
Posts143
Comments8
View on HN
www.onderhond.com 10y ago

The Lost Art of Switchboarding: an approach to writing quality front-end code

onderhond
1pts0
www.onderhond.com 11y ago

On Spartan and Community Fan Fiction

onderhond
2pts0
www.onderhond.com 11y ago

Adapting less mixins – a beautiful solution

onderhond
2pts0
www.onderhond.com 11y ago

Sour. Me Fish. Like Like, BBQ – HTML Is Easy

onderhond
2pts0
www.onderhond.com 11y ago

The checkbox parable (or what makes a html guy tick)

onderhond
2pts0
www.onderhond.com 11y ago

On messing up and missing deadlines

onderhond
1pts0
www.onderhond.com 12y ago

Component complexity pt2: html variants

onderhond
1pts0
www.onderhond.com 12y ago

Html component complexity pt1: an introduction

onderhond
1pts0
www.onderhond.com 12y ago

Here's why custom fonts and big type usually only work in theory

onderhond
1pts0
www.onderhond.com 12y ago

Mobile first vs mobile-second

onderhond
1pts0
www.onderhond.com 12y ago

Performance is the new seo

onderhond
1pts0
www.onderhond.com 12y ago

A third proportional responsive css technique

onderhond
1pts0
www.onderhond.com 12y ago

Safari 7 lazy repaint bug (with fix)

onderhond
2pts0
www.onderhond.com 12y ago

Srcset in webkit: linking html to hardware

onderhond
1pts0
www.onderhond.com 13y ago

Valuable friction or why easy is not always valuable

onderhond
1pts0
www.onderhond.com 13y ago

When front-end components become states

onderhond
1pts0
www.onderhond.com 13y ago

Using the header element for marking up site header? I think not.

onderhond
1pts0
www.onderhond.com 13y ago

Claustrophobic web design (and why they don't improve readability)

onderhond
2pts0
www.onderhond.com 13y ago

The structural powers of html, aka html's built-in "group layers" functionality

onderhond
1pts0
www.onderhond.com 13y ago

Front-end classics: page content before sub navigation

onderhond
2pts0
www.onderhond.com 13y ago

Accessibility is not about minorities

onderhond
3pts0
www.onderhond.com 13y ago

Classes and ids are not css exclusives

onderhond
1pts0
www.onderhond.com 13y ago

Focus on :focus, never again forget to apply :focus styles (with less).

onderhond
1pts0
www.onderhond.com 13y ago

The CSS selector length myth

onderhond
3pts1
www.onderhond.com 13y ago

Why discovery cannot replace search

onderhond
1pts0
www.onderhond.com 13y ago

Where does the breadcrumb belong in the html source

onderhond
1pts0
www.onderhond.com 13y ago

Responsive = mobile

onderhond
2pts0
www.onderhond.com 13y ago

Why I deleted my Twitter and Facebook app

onderhond
1pts0
www.onderhond.com 13y ago

Intro text: part of the header or body?

onderhond
2pts0
www.onderhond.com 13y ago

Css specificity conflicts (components, variants and states)

onderhond
2pts0

While I don't dispute any of those points, we (as an industry/community) should have matured enough by now to realize the dangers. "Don't develop for a specific browser" should be common knowledge and best practice no 1. Apparently many people still don't get it, and frankly I'm not surprised. Looking at home we promoted html5 and css3 these past two years, not nearly enough attention was spent on thinking things true when educating other, sharing demos that are basically just browser-specific examples.

Actually, the meta data you're talking about is there. You can even test the page to see that it should work (though it never appears like that in Google search results for me): http://www.google.com/webmasters/tools/richsnippets?url=http...

As for complexity, some classes are hard to grasp without a good reference list (like wtf is FN (formatted name)? I'm not saying it's rocket science, but it's still a lot more work (front-end and back-end) than adding class="contact person" to your base tag.

>> Generally ordered sequences are designed to be read from the start

The spec makes no such claims, it just talks about sequences of documents in a very generic way. If the spec is not clear on this, it should be changed first.

And in a search context, I definitely don't agree with your interpretation of "sequence". The fact that my hit is part of a sequence is secondary to the fact that I just want to see a hit on my search query.

Mind you that I don't necessarily disagree with your nuances on the various use cases, but the current spec is clearly written to be very generic and should be interpreted as such.

Google bases their actions on dry information harvested from people. Human science does not exist without statistics, and statistics requires you to make assumptions. Google can analyze me till kingdom come, it cannot correctly predict what I prefer at a certain moment in time. And as for big companies making documented assumptions, check what Facebook rolled out today in their news feed.

In situations where user preference is key, the only option is to leave the decision to the individual user. I don't mind if Google implements this and offers it as a service to their users, but deciding based on dry statistics is never good, it leaves people frustrated and makes it impossible for authors to properly implement a spec like this.

Whatever the w3c would like to be, there is a different reality, namely what people perceive them to be. Client, back-end programmers and other non-front-end people alike look to the w3c when it comes to front-end. And seeing they've just launched a community site built around a silly logo, I'm sure they are a tad more than a simple standards body.

If they are not happy with their public image, it's up to them to make it clear (and not through a few paragraphs on their oh-so-usable site).

The problem is that the subheading in my articles is really part of the main heading. Without it the heading itself loses meaning. When using the hgroup tag only the main title is considered for the document outline so I'm losing valuable information there. As for the fix, I'd rather split both titles in the h1 tag itself. That way both titles remain 1 whole, even for the document outline.