WNAS

Front end developer

Displaying posts not tagged:

Fronteers certification

No Comments

Quite some time ago, we did some work on certification for fronteers. Then it went dark, as all the volunteers, including myself, had too much other stuff to do. That is, until last autumn. During the last fronteers conference some members signed up as volunteers. As I have some time on my hands now we have …

ugly code for buttons

No Comments

Just a quick warning, if you are the person responsible for this kind of code, I will tell your mom. I really will.
<span
class="button-active"
id="xf-384">
<div
id="x176901972nav-button"
class="xbl-component xbl-fr-button">
<span
id="x176901972nav-button$xf-1369"
class="yui-button yui-push-button xforms-group">
<span
class="first-child">
<button
id="x176901972nav-button$xf-1370"
class="xforms-control xforms-trigger"
type="button"
tabindex="0">
Uw gegevens
</button>
</span>
</span>
</div>
</span>
This is …

American Censorship Day November 16 - Join the fight to stop SOPA

No Comments

American Censorship Day November 16 - Join the fight to stop SOPA: ""
PROTECT IP Act Breaks The Internet from Fight for the Future on Vimeo.

Why No Time?

No Comments

Recently there was decided that we don't need a <time> element in html5 and it was replaced the utterly not semantical <data> element. I hurried to change my sites code, even if I DON'T agree. Rather than write something about it myself, I'll let the ever so polite mr Bruce Lawson have a go at it.
Why…

Daily Nerd bookmarklet

1 Comment

I love the daily nerd, it is my first stop when I start the day. A daily list of articles I as a front end developer find interesting. But lazy as I am, I find it too much trouble to open all of those links in new pages. So I wrote a bookmarklet to do that …