bitstorm.org

Weblog of Edwin Martin, webdeveloper

  1. Prettier, the Opinionated Code Formatter

    With HTML, CSS and JavaScript, it’s not prescribed how to format your code. Everything on one line or not, lots of spaces, tabs or everything packed together, for…
  2. twitterFetch: show your tweets the way you want

    A nice way to let visitors of your website know about your twitter feed, is to show your latest tweet. Fortunately, Twitter provides several means to do this. One is…
  3. Miq, the micro jQuery like library

    Today I released miq, a tiny jQuery like library. Since the first release of jQuery a lot has changed: lots of array functions, promises, querySelectorAll, CSS…
  4. Push the web forward

    On January 12th, 2016, Microsoft stopped supporting Internet Explorer 9 and 10 . As a webdeveloper, it might be time to stop supporting IE9 and IE10 too. At the time of…
  5. You are not a webdesigner

    “The saddest thing of being a frontend developer is getting designs that could’ve been for print. Every time.” When I started making websites in…
  6. CSS Secrets book review

    Lea Verou’s new book CSS Secrets is for frontend webdevelopers who use CSS in their daily work. The book assumes you already know, for example, CSS2 selectors,…