1. http://calepin.co/ looks like a brilliant no-effort intro #indieweb.

    Your content is stored on DropBox (so you still own it) but I don’t think there are any syndications options (might be twitter?), but you can use your own domain, and you have access

  2. Opera implementing -webkit prefixes is only as big a deal as we make it. Provided we don’t say ‘hey, it’s alright to only use -webkit now’ there’s no problem.

  3. Something I learnt just now: HTML <ins> and <del> have datetime attrs for keeping track of changes.

    This is handy as I’ve been wondering about those for a while. Interestingly they have a cite attr too (to a URL describing changes made) w

  4. I’ve recently started using these styles for adding automargins (margic = magic + margin) to floated items:

    .floatLeft.margic { margin-right: 1em; }
    .floatRight.margic { margin-left: 1em; }