11 common Dojo gotchas

Tags:

Dojo is a great JavaScript toolkit, but it’s not perfect: It has a couple of gotchas that can be hard to debug just based on the error (or the lack of it).

To rectify this, here’s a list of some common mistakes and their solutions. It’s usually good to just go through each of these if you can’t figure out what’s up – it has helped me quite many times.

Read More

Oulu Open Hack wrap-up

Tags:

For the past 24 hours, there has been an open hackday/hackfest/hackathon/something in Oulu, Finland – where I live.

This was the first (or second, depending on how you count) open hack day held here, and probably one of the first few held in Finland too.

Read More

Bored of Apache/LightHTTPD/etc.? Try Mongrel2

Tags:

Mongrel is a refreshing approach to web servers. We’re all familiar with the Apache server and many of us have used Lighthttpd and Nginx and maybe some others too.

So what makes Mongrel special? It’s language agnostic. It doesn’t have a PHP module, it doesn’t have a Python module, and yet you can still use those languages (and plenty more) with it, with very little effort to integrate new languages.

Read More

Danmaku mechanics in first/third person shooters?

Tags:

While there are some good shooters coming out lately, no one is really pushing to improve the genre with new ideas or concepts. Most games build on the shoulders of the previous ones, merely improving areas here and there.

What if you were to combine two genres of shooters which are distinctly different from each other?

What if you would combine some ideas from danmaku, or “bullet hell”, shooters into first person (or third person) shooters?

Read More

Is programming a solitary job for recluses?

Tags:

Often when you see people talking about why they don’t want to become a programmer, their argument is that it’s a job where you just do things alone.

Especially in many news articles complaining the lack of interest girls and women have in IT careers and programming, many girls or women interviewed think the job is boring and lonely.

Then, people want to encourage others to study tech, so they loudly proclaim in those articles how programming is not a lonely job for nerdy nerds.

But those who say that are rarely programmers. What do they know?

Read More

Zend Framework 1.8 Web Application Development book review

Tags:

CoverSo you want to learn to use Zend Framework, and develop a web app with it. Maybe you’ve been looking at a book to help, too.

This is what Keith Pope’s book Zend Framework 1.8 Web Application Development promises to teach you.

And I think this is the best book for the job. Continue reading to find out why.

Read More

NetBeans Platform 6.9 Developer’s Guide review coming soon

Tags:

Cover I have recently received a review copy of Jürgen Petri’s book, NetBeans Platform 6.9 Developer’s Guide, and I will be posting a review of it after I finish reading it in the coming weeks.

You can check the book out on Packt’s store page.

Some of you may recall I was also doing a review of Zend Framework 1.8 Web Application Development. This review was delayed becayse of me being the usual me and forgetting things, so I’d like to apologize to anyone who has been waiting for it. I’m going to post my review of it next week – I already have it written too and it just needs minor edits, so this time I’m not going to forget about it ;)