RICKdenHAAN.net


Archive for the 'Webdevelopment' Category

Survey for People Who Make Websites 2008

Monday, August 4th, 2008

Time for an update

Thursday, March 20th, 2008

Wow, haven’t posted since December! Impressive!

So here’s an update: Work is busy as hell, Stappenplan is still running (join the Hyve here) and I’m slowly working on a side-project that basically came up out of nowhere. Plus, I’m slowly searching for a place of my own in the hopes of moving out of my parents’ house someday, we’ll just have to wait and see how that goes…. Continue reading… »

JavaScript in the stylesheet?

Wednesday, April 25th, 2007

Yes, it is possible. It’s not very widely supported, but in some situations it can be useful to have JavaScript determine what the CSS value should be at runtime.

Continue reading… »

setTimeout or setInterval?

Sunday, February 18th, 2007

There is a big, but often misunderstood difference between these two JavaScript methods. In this post, I’ll explain this difference, and why one is sometimes more appropriate than the other.

Continue reading… »

JavaScript shouldn’t be relied upon.

Wednesday, December 6th, 2006

Roger Johansson, from 456 Berea Street, wrote up a great post yesterday on why you shouldn’t rely upon JavaScript being available. I wholeheartedly agree with everything he said. Continue reading… »

MySQL database wrapper for PHP

Thursday, November 30th, 2006

I’ve written a database wrapper for PHP to access a MySQL-database. Why? Because most other wrappers I found were way too complicated for what I had in mind for them, but mostly because I wanted a specific functionality I couldn’t find anywhere else. Continue reading… »

First tutorial is up!

Saturday, October 21st, 2006

Thought I’d write up a nice little tutorial on how to create an Ajax-request. Well, it turned out a whole lot longer than I expected it to. Continue reading… »