A lot of people currently using task managers like Gulp. Most of them are confronted with the same problem of a huge gulpfile.js
. I had the same problem and started searching for a solution. After a not so long search…
Read more
Welcome to part 2 of the beat the sound module post. In the first post we took a look at creating the context, getting your sound, creating a buffer and play the sound. This part we will take a look at adding effects and panning. The result will be a sound module which you can use for man…
Read more
This is the first post in a serie of n
posts. This post I wil introduce you to the basics of the Javascript Audio API by explaining the sound-module as used in the Read more
A few years ago I build a small javascript drum and bass machine. This was mainly build upon the <audio>
-tag. While attending a MeetUp in Utrecht, Peter Peerdeman told in his pitch about Read more
It’s been a while, but I’m still alive. For my yob I had to create a webapp which also had to be fully working without network. To manage this, within HTML5 there’s the great appcache. For the app I was working on there were some challenges with some form of dynamic content like images an…
Read more
I’ve released a small game named Neno. It can be found on http://neno.navelpluisje.nl. It’s a small 2 level mario-like game. Is it special? Not really, but it made me take a dive into Craftyjs. An easy to use, pr…
Read more
For my normal job I use Codekit. But after reading some positive things about Gulp I got curious about the things it can and can’t do for me. So I decided to try it, and made me a small test-project to figure some things out. I’ve added some scss files to i…
Read more
As we all know there are some discussions about using placeholders instead of labels. We also know that only using placeholders can make a form pretty slick, especially on mobile devices. The downside is the usablity of the form, which decreases enormously. Beside that there are some diff…
Read more