1. Firing up InDesign for the first time in a while. I’m torn between loving it and feeling I’m betraying all the best parts of the web by using it :(

  2. 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

  3. 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.

  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; }