Posts tagged "javascript"

Storing tweets using nodejs

Since I have my own VPS I’m constantly trying out new stuff. After messing around with nodejs I have my own little script (just over 100 lines) that connects to Twitter using their streaming API, get’s all tweets that contain certain words, do a minimal amount of parsing and store it all in a SQL database.

more

Ring a bell when someone visits your website

I love the new realtime Google Analytics. I love the fact how you can see what people are doing on your website right now. However I can’t stare at the interface all day, so why not play a little sound every time someone visits your website?

more

The most amazing webGL projects

In this post I’ll list creative and beautiful webGL projects which I think are worth noting. I mainly created this list for myself, it contains cool webGL content from around the web. I’ll try to update it when I find new stuff worthy enough.

more

JavaScript Dynamisch inladen waar nodig is

You’ve found a dinosaur, this post is only here for archiving purposes. The content is outdated and is not applicable anymore. Also note that it is almost always faster to load one (minified) file with all your javascript over your whole site.

more