When tables were still used as layout properties, it was easy to have to cells expend to the same height. Standard DIVs don’t do this. Luckily since CSS 2.1 there is a way to make the DIVs act as a table. Please note that this trick works in most modern browsers and shouldn’t be used [...]
Winner of NaNoWriMo 2012
This years NaNoWriMo was rather difficult for me. I didn’t have any clue what to write about and I was sure that I wasn’t going to make the 50.000 words goal or even the 1667 words I had to write a day. I didn’t seem to be inspired at all nor did I have the [...]
It’s almost time for NaNoWriMo
The first of November is the start of the NaNoWriMo. For those of you who don’t know what that entails, let me explain. NaNoWrimo stands for National Novel Writers Month. Those who are crazy enough begin on the first of November with writing till they reach at least 50.000 words. That is about 1667 words [...]
Basic CSS
CSS stands for cascading style sheets and is used to style web pages. Everything on this website is styled one way or another with CSS. CSS can be used in three ways: as an external stylesheet as an internal stylesheet inline – or inside an HTML element
Review: Dreamhost.nl
Over the years I’ve been with different hosts for my websites. I thought it was time I wrote some reviews about them. The first host I’ve ever been with was Dreamhost.nl.
Include and require
Sometimes you need to use certain code on different pages or it makes reading the code easier when you place it in its own file (for example placing all the code you need for a contact form in a contact.php file). To do this you’ll need to include your separate file(s) into you website. In [...]






