Apr 25, 2012
Notes
Creatieve Marktplaats: Knooppunt 10
Promotion animation for an old classmate of mine. It’s for an event that brings the logistic- and creative sector together. Really low budget, so I’m sorry for the low audiodesign quality, but I’m still quite proud of this!
Apr 6, 2012
Notes
Mar 21, 2012
Notes
Things Organized Neatly
Reblogged by Things Organized Neatly, sweet :)
Thanks for all the likes & reblogs guys!
Mar 11, 2012
Notes
One Fine Goose
About striking visuals pretending to have meaning.
Feb 11, 2012
Notes
Feb 8, 2012
Notes
CoffeeScript
CoffeeScript is javascript, but better. It allows you to program object-oriented in javascript. Compiling to standard javascript means that there’s no overhead what so ever! You may have to get used to it in the beginning, but it’ll only take a day at max.
Oh, and it works perfectly fine in combination with jQuery :)
Feb 3, 2012
Notes
Less CSS
@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;
#header { color: @light-blue; }
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions.
Jan 30, 2012
Notes
't Kinderpalet
A new website I made for ‘t Kinderpalet: an activity for kids where they learn to experiment with painting, drawing & lots more.
I’ve used the jQuery lightbox plugin - which I modified to match the rest of the website - and jQuery Masonry. The rest of the javascript is custom written!
For those interested: the old website is located here: elfri.info/kinderpalet (it won’t be up for much longer)
Jan 28, 2012
Notes
Blog updated
I’ve updated my blog a little, in terms of usability (and to encourage visitors to dive into the blog as a whole, not just scratch the surface).
I’ve added a list of recent posts, which are always visible. For those interested: I’ve used the tumblr read api to load the JSON data of my tumblr to achieve this. Furthermore I’ve done some minor changes to the navigation. It’s clearer what links do and where they’ll take you. Back links are included at every post, leading back to the post where you came from (or to the index of my blog if you came from some other place).
I’ll be looking into the footer soon, ‘cause that’s a mess. Feel free to share your thoughts on the update, if you have any?
Jan 25, 2012
Notes
Proxima Nova

I want this! Anyone knows if there a free font similar to this one? If there isn’t I’ll be forced to buy this!
Edit: thanks Choppie! Didn’t know fonts were on torrents too. Not that I will download them illegally off course ;-) As for fontsquirrel.com, I’ve been using that one too. I’d definitely recommend it to everyone: most fonts on there are free, even for CSS3 font embedding!
Jan 14, 2012
Notes
Kunst & Kids Instuif: Plastic
Jan 10, 2012
Notes
$.wrap();
This snippet just saved my day. I’m trying to build a website which my mom can update (without CMS, just because). I need her to be able to just insert images, after which the site should update the markup automaticly.
Wrap does exactly what you would expect from it: wrap an element you target with an other tag. $(“#yourel”).wrap(“<div />”); will result in <div><yourel /></div>.
I needed this to wrap my image tags with div tags, so jQuery Masonry would function correctly.
Jan 8, 2012
Notes
New project I’m working on. Almost finished, but can’t show it for another few days. Featuring 17 unique letters made from plastic junk!
Update: Done!
Dec 13, 2011
Notes
Nov 18, 2011
Notes
The User Interfacer
A small project for school. It’s a web application that shows you which user interface is suitable for a task. You can set a predefined task or play with the parameters yourself. (Link after the jump)
The results are based on an algorithm I put together. I’ve rated all the interfaces between a 1 and a 5 on all of the parameters. Some parameters act as a minimum, some as a maximum and some as a target value. Based on the least amount of deviation the interfaces are selected.
Since I’ve rated all the parameters myself, with just minor tweaking, there might be some weird results ;-)
Link: http://peekekuepers.nl/userinterfacer/
Dutch version: http://peekekuepers.nl/OWS/



