I decided to start writing small updates about what's currently going on, rather than only writing guides and such. I think it's a bit more interesting to have 1-3 new posts every week rather than one every two weeks. So here it goes. Portfolio time! Last week I finally got the chance to start developing my portfolio. It's very nice to start seeing the design coming to life. I'm particularly excited about this portfolio, [...]
I have just ordered 3 books which I think will help me a lot. During my time programming so far I haven't read any books, I have only experimented myself and read blogs, documentations and such. So I think it could be good to broaded my view by trying another source of information. The books The first book I bought was Code Complete 2nd edition which is a book about best practises and techniques written by Steve McConnel [...]
Lately I have been designing my new portfolio. And to be honest, it's pretty hard when you aren't used to designing anymore. But I think I have a great concept for it, and it's turning out pretty well. I'm actually quite enjoying it. Just because I am able to take all the time I need to think and experiment with it. And the fact that I can really develop the concept. So what's the concept like? Well, imagine steam punk m [...]
This post will show you how to use the methods addEventListener and removeEventListener on a static class. Why? This is useful when you want to have a class which all classes can listen to events for. For example you have a class which loads some type of assets and you want to be able to know in multiple classes when that class has finished loading. This way you don't have to pass around the instance for that loader class to [...]