Drawing diagrams with JavaScript

Tags:

Opera was holding another widget competition, this time for more desktop application type of widgets. I was working on a widget as well, but sadly did not have enough time to complete it. Part of this was due to problems that I ran into in development. The widget was going to be an easy to use diagram editor. I managed …

Using canvas to do bitmap sprite animation in JavaScript

Tags:

Have you ever thought about writing a game? If you have, you’ve probably wondered how to render animations for your game characters. In this post, I’ll show you how you can use JavaScript to do time-based sprite animations, drawing them on canvas – vital if you want to do a game. You can also apply the same techniques I’ll show …

Opera Command, JavaScript based Missile Command game

Tags:

Firstly I’d just like to let you know that the lack of posts lately is because I have a new full time job which I’m enjoying quite much so far, but it still means I have less time / motivation to write stuff. The unit testing series and other postings will continue (see how I didn’t say “next week”, but …