22. September 2009 by Mads

Yes sorry, this isn’t Silverlight related at all, but it’s still nice to know, so I thought I would share.

I am currently doing a website that uses a “fancy” menu with a lot of jQuery. It were all working fine, until I added Lightbox2. Well, the product it self is working fine and is actually very nice, but when used together with jQuery, at least the combination of the versions I were using of both, it causes problems – “Error: 'null' is null or not an object”.

To make a long story short, I found the problem. A script that comes from the lightbox2 overwrites the jQuery “$” sign, which isn’t good and makes this error appear. Luckily there is a very easy fix for this.

Replace “$()” with “jQuery()” – and now your running again, at least I were. Hope this helps you too.

- Enjoy!

13. September 2009 by Mads

It’s been awhile since I have posted anything about Little Longhorn, but this doesn’t mean that it’s put on hold. Actually the game is doing really well and we make a lot of progress. Let me give you the high lights.

Extra developer
We are now two developers on the game, which is really great as you can discuss things with another person who it 100% inside the code, just like my self. This is really great and makes the game come along even faster.

New code-base
As the new developer joined, we decided that we would start all over on the code, both so the new developer could be more into the new code, but also because I learned a lot doing the first version of the code. So it were time to start over and have a clean start, of cause with the knowledge of the first version in the back of my head.

Skipping the “Learning in public” 
As I said when I started this, “it might fail”, and it did :). Well, I can see now that the code very fast becomes too complex to describe to people en blog posts or in video’s, especially, when I don’t want to game to be all open-source. So as a result of this, I just skipped the “learning in public”-thing completely. The good thing about this, is that I can now use more time on actually coding on the game.
Instead I will give you smaller updates on the game, like this blog post.

Just wanted to let the people following this game have a little update on how it’s doing, and to sum it up, it’s doing fine – very fine!

- Enjoy!

13. September 2009 by Mads

My conversion of the XNA starter kit to Silverlight, using SilverSprite, have been accepted into the Silverlight Community Gallery. This is really great and I hope it helps somebody out there. You can view it and download the source from the link above.

You can see my original post about the conversion here: http://laumania.net/post/Porting-XNA-starter-kit-Platformere2809d-to-Silverlight-(SilverSprite).aspx

- Enjoy!