Plasma effects

I recently tried to recreate the famous plasma effect that was often used in the demo scene. Since I didn't know a lot about it and how to achieve it I had to do some research first. I thought I'd write a little bit about what the effect is and how I ended up implementing it.

Recent posts

Flexible panel layouts revisited

A couple of years ago I wrote a small post about what I call "panel layouts" and how to create them with CSS. I've used the method succesfully for a number of projects since then but there was always something that bothered me: to make it work, browsers had to be forced to render in the content box model using a forced quirks mode. Recently I started using another way, that eliminated this problem.

More JavaScript combinatorics

An email sent by a reader of my previous post about combinatorics renewed my interest in the subject. As I wrote in that particular post I didn't really understand why the code did what it did. It was actually the result of an almost evolutionary process of trial and error until I was confident it did what it should do.

Older posts