April 2011
1 post
SOG
‘SOG’, a dutch abbreviation to designate you’re not working on your study. Literally translated it means ‘Study Evasiveness’. It is a weird phenomenon, you studied for a long time (you think it’s a long time, but it’s actually just one hour) and then you get distracted by something, it could be anything.
From that moment on you can’t concentrate on...
January 2011
1 post
Crafty: Another Canvas Drawing Method - Back to... →
craftyjs:
It looks like Crafty will be going back to basics in terms of Canvas drawing for the next version.
Much time has been spent on trying to get drawing on Canvas to have decent performance and a decent frame rate, but nearly every solution has brought on more problems and I’m starting to think …
Good call
September 2010
1 post
Analog HTML5 clock
To get me warmed for another round of HTML5 RTS programming I made a analog clock which can be viewed here:
http://fightforhonour.nl/atimmer/cc/clock
It’s just some basic javascript using canvas, but it’s a good warming up.
May 2010
1 post
4 tags
March 2010
9 posts
5 tags
5 tags
And a cliffhanger!
8 tags
5 tags
8 tags
6 tags
1 tag
Kohana input test
I have been busy with making a kohana application and lately I stumbled upon a nasty bug if you don’t know.
What I did was this:
if($this->input->post(‘submit’))
When the form wasn’t send this gave a nasty bug, invisible in production time but still nasty. So I tried this:
if(isset($this->input->post(‘submit’)))
But that gave me a fatal error....
So super nice, I want to see episode 2, 3 & 4.
I will be sure to check the official site for them.