Thomas Byttebier – Less CSS mess

Thomas Byttebier is a freelance web designer creating minimalist and easy to use websites and user interfaces. Thomas lives and works in Gent, Belgium.

Source: Thomas Byttebier – Less CSS mess

Using much of the killer coding philosophies of CSS wizard Harry Roberts, I found a way that’s helped me keep the CSS for the web app I’m currently working on manageable, understandable and above all: highly reusable. And as the app keeps evolving, the CSS doesn’t get more complex. At most it only gets bigger, but that’s ok.

There’s basically 5 things that helped me shape up the way I code my designs enormously:

  1. coding guidelines
  2. itcss
  3. namespaced CSS
  4. BEM
  5. and documentation in a front-end style guide.

Let me go over each of them briefly in the next paragraphs.

Exclude WAMP processes from Microsoft Security Essentials

I noticed that my local wordpress admin area suddenly was extremely slow. After lot of trial and error I finally found the culprit: it was Microsoft Essentials apparently scanning every single request.

The Fix: (source)

Op MSE settings -> excluded processes

And add the following (for every version of Apache/MySql you are running):

wamp/bin/appache/apache[version]/bin/httpd.exe
wamp/bin/mysql/mysql[version]/bin/mysqld.exe

That’s it