Archive
You are viewing all articles posted in january 2007
Recent articles can be found on the homepage.
Simplify function arguments
posted on 30 January 2007 (01:10 PM)
Sometimes functions ask for a lot of arguments (or parameters). Even when using functions you've written yourself, it's sometimes hard to keep track of the order in which the arguments are expected.
In this article I will explain a technique that makes argument-order redundant and might make your programming life easier.
New Dutch accessibility law
posted on 16 January 2007 (02:49 PM)
Dutch government websites have new rules to obey, finally! I must say, I have been waiting a long time for this.
Stop your page from shifting!
posted on 10 January 2007 (02:36 PM)
You know content, right? When it gets really really long, your friendly browser provides you with a scrollbar so you can access that content.
But sometimes, your content is not really really long. Your browser then does not display a scrollbar, for it's superfluous. It's a great system, really, but it does make your content shift from left to right and back when you browse different pages.
Read on if you want to stop this from happening.