1. Aaron Parecki: @brennannovak lol yea... I'm still trying to find the best way to syndicate content to Facebook... Maybe I need a graphic for a "note"

    Aaron Parecki funny you should mention that, I’ve been making a little indieweb-oriented icon set. Not public yet, I’ll drop it on GH this morning

  2. I absolutely love Averia, and use it all over my personal website. I think it is a wonderful idea, brilliantly executed. The result is surprisingly readable, and the slight “erosion” effect reminds me a lot of very early type. Many thanks for making these fonts and licensing them so freely :)

  3. Trying to resist the temptation to use ☺ for unordered list items.

    Thankfully, CSS doesn’t seem to have the concept of list-style-character.

  4. So, after a week of naked HTML, I have applied a basic CSS normaliser and a few little gimmicks of my own.

    I am not (yet) using LESS or SASS or any such thing, but I have started to split my CSS into separate files and load them all together at using Assetic. This small change has immediately made a difference to how I structure and author CSS.

  5. Paul Boag: I have a guest post coming up that includes a table. Spent all evening trying different approaches to getting them working responsively.

    @boagworld they’re damned awkward. I am tempted to wrap them in a div with overflow-x: scroll.