Webontwikkeling

Berichten die te maken hebben met PHP, JavaScript, HTML, CSS, ASP, .NET, XML, etc.

Time for an update

Wow, haven’t posted since December! Impressive! So here’s an update: Work is busy as hell, Stappenplan is still running (join the Hyve here) and I’m slowly working on a side-project that basically came up out of nowhere. Plus, I’m slowly searching for a place of my own in the hopes of moving out of my [...]

JavaScript in the stylesheet?

Yes, it is possible. It’s not very widely supported, but in some situations it can be useful to have JavaScript determine what the CSS value should be at runtime.

setTimeout or setInterval?

setTimeout or setInterval?

There is a big, but often misunderstood difference between these two JavaScript methods. In this post, I’ll explain this difference, and why one is sometimes more appropriate than the other.