Hoi! Leuk dat je langskomt. Mijn website bestaat uit drie delen, een portfolio met daarop het werk waarop ik het meest trots ben, daarnaast hou ik een blog bij met mijn bezigheden op het gebied van interactieve media. Op de rest van de pagina's kan je meer over mij vinden. Veel kijkplezier!
25 februari 2010 om 22:58
in Code,English (archived)
I spent the past four days on a Ruby on Rails (crash)course – I’d heard of the language before but never really read into it, so I signed up for the course to learn more on the language and see how much of an alternative it is to PHP.
I could write up a really long and boring story about…
Lees verder...
24 januari 2010 om 19:48
in English (archived),Misc
One of the great things in Adobe Flash is the bandwidth monitor which lets you control the bandwidth in your test movie and lets you test how well your swf runs on slow connections. Today I was testing a new website and I needed to see how it ran on slower connections. Bit of a search, but Firefox Throttle…
Lees verder...
16 januari 2010 om 15:32
in English (archived),SQL
Using an order by clause in MySQL is pretty simple. Most people just order alphabetically or by number by using ASC or DESC. However, in my project I needed to sort by a column called mediaType, which was enumerated to contain only ‘video’, ‘image’, ‘pps’ or ‘pdf’. I wanted to sort them in this order as well, however using ASC…
Lees verder...
7 januari 2010 om 12:18
in Code,English (archived),Flash,Javascript,xHTML
Sometimes your favourite sofware just lets you down. Firefox did so today, when I found out that using focus() on an object works fine in IE(!!) but not always in Firefox 3.5. What I had on my page was a combination of a flash movie, embedded dynamically using SWFObject 2.2, and my flash movie opened a shadowbox when some objects…
Lees verder...